RNDS (Guia de Implementação)
0.1.0 - ci-build
RNDS (Guia de Implementação) - Local Development build (v0.1.0). See the Directory of published versions
{
"resourceType" : "ValueSet",
"id" : "BREstadoDocumento-1.0",
"meta" : {
"lastUpdated" : "2020-04-07T14:34:09.144-03:00"
},
"language" : "pt-BR",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-composition-status.html\"><code>http://hl7.org/fhir/composition-status</code></a><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://hl7.org/fhir/R4/codesystem-composition-status.html#composition-status-final\">final</a></td><td>Finalizado ou concluído</td><td>This version of the composition is complete and verified by an appropriate person and no further work is planned. Any subsequent updates would be on a new version of the composition.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-composition-status.html#composition-status-entered-in-error\">entered-in-error</a></td><td>Cancelado por informação errada</td><td>The composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid.</td></tr></table></li></ul></div>"
},
"url" : "http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoDocumento-1.0",
"version" : "0.1.0",
"name" : "BREstadoDocumento",
"title" : "Estados de um documento",
"status" : "active",
"experimental" : false,
"date" : "2020-04-07T17:34:06.5203435+00:00",
"publisher" : "Rede Nacional de Dados em Saúde",
"contact" : [
{
"name" : "Rede Nacional de Dados em Saúde",
"telecom" : [
{
"system" : "url",
"value" : "https://github.com/kyriosdata"
},
{
"system" : "email",
"value" : "rnds@saude.gov.br"
}
]
}
],
"description" : "Classifica o estado de um documento.",
"immutable" : false,
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/composition-status",
"concept" : [
{
"code" : "final",
"display" : "Finalizado ou concluído"
},
{
"code" : "entered-in-error",
"display" : "Cancelado por informação errada"
}
]
}
]
}
}