Guia de Implementação do Registro de Atendimento Clínico (RAC) da RNDS
0.1.0 - CI Build
Guia de Implementação do Registro de Atendimento Clínico (RAC) da RNDS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Page standards status: Informative | Maturity Level: 1 |
{
"resourceType" : "ValueSet",
"id" : "BREstadoResolucaoDiagnosticoProblema-1.0",
"meta" : {
"lastUpdated" : "2020-03-12T13:09:54.402+00:00"
},
"language" : "pt-BR",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet BREstadoResolucaoDiagnosticoProblema-1.0</b></p><a name=\"BREstadoResolucaoDiagnosticoProblema-1.0\"> </a><a name=\"hcBREstadoResolucaoDiagnosticoProblema-1.0\"> </a><a name=\"BREstadoResolucaoDiagnosticoProblema-1.0-und\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-03-12 13:09:54+0000; Language: pt-BR</p></div><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-condition-clinical.html\"><code>http://terminology.hl7.org/CodeSystem/condition-clinical</code></a> version <code>*</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-condition-clinical.html#condition-clinical-active\">active</a></td><td>Ativo</td><td>The subject is currently experiencing the condition or situation, there is evidence of the condition or situation, or considered to be a significant risk.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-condition-clinical.html#condition-clinical-recurrence\">recurrence</a></td><td>Recorrente</td><td>The subject is experiencing a reoccurence or repeating of a previously resolved condition or situation, e.g. urinary tract infection, food insecurity.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-condition-clinical.html#condition-clinical-relapse\">relapse</a></td><td>Recidiva</td><td>The subject is experiencing a return of a condition or situation after a period of improvement or remission, e.g. relapse of cancer, alcoholism.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-condition-clinical.html#condition-clinical-inactive\">inactive</a></td><td>Inativo</td><td>The subject is no longer experiencing the condition or situation and there is no longer evidence or appreciable risk of the condition or situation.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-condition-clinical.html#condition-clinical-remission\">remission</a></td><td>Remissão</td><td>The subject is not presently experiencing the condition or situation, but there is a risk of the condition or situation returning.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-condition-clinical.html#condition-clinical-resolved\">resolved</a></td><td>Resolvido</td><td>The subject is not presently experiencing the condition or situation and there is a negligible perceived risk of the condition or situation returning.</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1,
"_valueInteger" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://www.saude.gov.br/fhir/r4/ImplementationGuide/br.gov.saude.rnds.rac"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://www.saude.gov.br/fhir/r4/ImplementationGuide/br.gov.saude.rnds.rac"
}
]
}
}
],
"url" : "http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoResolucaoDiagnosticoProblema-1.0",
"version" : "0.1.0",
"name" : "BREstadoResolucaoDiagnosticoProblema",
"title" : "Estado da Resolução de Diagnóstico ou Problema",
"status" : "active",
"experimental" : false,
"date" : "2020-03-12T13:09:53.3447193+00:00",
"publisher" : "Ministério da Saúde do Brasil",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.saude.gov.br"
}
]
}
],
"description" : "Estado da resolução de um diagnóstico ou problema.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BR"
}
]
}
],
"immutable" : false,
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"version" : "*",
"concept" : [
{
"code" : "active",
"display" : "Ativo"
},
{
"code" : "recurrence",
"display" : "Recorrente"
},
{
"code" : "relapse",
"display" : "Recidiva"
},
{
"code" : "inactive",
"display" : "Inativo"
},
{
"code" : "remission",
"display" : "Remissão"
},
{
"code" : "resolved",
"display" : "Resolvido"
}
]
}
]
}
}