Guia de Implementação do Registro de Imunobiológico Administrado (RIA) da RNDS
0.1.0 - STU1
Guia de Implementação do Registro de Imunobiológico Administrado (RIA) da RNDS - Compilação de desenvolvimento local (v0.1.0) construída pelas ferramentas de compilação FHIR (HL7® FHIR® Standard). Veja o Diretório de versões publicadas
| Page standards status: Informative | Maturity Level: 1 |
{
"resourceType" : "ValueSet",
"id" : "BREstadoEvento-1.0",
"language" : "pt-BR",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"pt-BR\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"pt-BR\"><p class=\"res-header-id\"><b>Narrativa gerada: ValueSet BREstadoEvento-1.0</b></p><a name=\"BREstadoEvento-1.0\"> </a><a name=\"hcBREstadoEvento-1.0\"> </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\">Língua: pt-BR</p></div><ul><li>Include estes códigos, tal como definidos em <a href=\"http://tx.fhir.org/r4\"><code>http://hl7.org/fhir/event-status</code></a><span title=\"Version is explicitly stated to be *\"> versão 📍4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Código</b></td><td><b>Ecrã</b></td></tr><tr><td>preparation</td><td>Pré-procedimento</td></tr><tr><td>in-progress</td><td>Em andamento</td></tr><tr><td>not-done</td><td>Não Realizado</td></tr><tr><td>on-hold</td><td>Suspenso</td></tr><tr><td>stopped</td><td>Cancelado</td></tr><tr><td>completed</td><td>Completado</td></tr><tr><td>unknown</td><td>Desconhecido</td></tr><tr><td>entered-in-error</td><td>Entrada com erro</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.ria.fhir"
}
]
}
},
{
"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.ria.fhir"
}
]
}
}
],
"url" : "http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoEvento-1.0",
"version" : "0.1.0",
"name" : "BREstadoEvento",
"title" : "Estado do Evento",
"status" : "draft",
"experimental" : false,
"date" : "2020-04-07T12:14:07.8417018+00:00",
"publisher" : "Ministério da Saúde do Brasil",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.saude.gov.br"
}
]
}
],
"description" : "Identificação do estado de um evento.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BR"
}
]
}
],
"immutable" : false,
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/event-status",
"version" : "*",
"concept" : [
{
"code" : "preparation",
"display" : "Pré-procedimento"
},
{
"code" : "in-progress",
"display" : "Em andamento"
},
{
"code" : "not-done",
"display" : "Não Realizado"
},
{
"code" : "on-hold",
"display" : "Suspenso"
},
{
"code" : "stopped",
"display" : "Cancelado"
},
{
"code" : "completed",
"display" : "Completado"
},
{
"code" : "unknown",
"display" : "Desconhecido"
},
{
"code" : "entered-in-error",
"display" : "Entrada com erro"
}
]
}
]
}
}