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" : "BRSexo-1.0",
"meta" : {
"lastUpdated" : "2021-12-24T12:00:59.742+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 BRSexo-1.0</b></p><a name=\"BRSexo-1.0\"> </a><a name=\"hcBRSexo-1.0\"> </a><a name=\"BRSexo-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: 2021-12-24 12:00:59+0000; Language: pt-BR</p></div><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\"><code>http://hl7.org/fhir/administrative-gender</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><td><b>English (English, en)</b></td><td><b>Spanish (es)</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">male</a></td><td>Masculino</td><td>Male.</td><td>Male</td><td>Masculino</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female\">female</a></td><td>Feminino</td><td>Female.</td><td>Female</td><td>Femenino</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-unknown\">unknown</a></td><td>Ignorado</td><td>Unknown.</td><td>Unknow</td><td>Desconocido</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/BRSexo-1.0",
"version" : "0.1.0",
"name" : "BRSexo",
"title" : "Sexo",
"status" : "active",
"experimental" : false,
"date" : "2020-04-07T21:07:00.8812267+00:00",
"publisher" : "Ministério da Saúde do Brasil",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.saude.gov.br"
}
]
}
],
"description" : "Sexo de um indivíduo.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BR"
}
]
}
],
"immutable" : false,
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/administrative-gender",
"version" : "*",
"concept" : [
{
"code" : "male",
"display" : "Masculino",
"designation" : [
{
"language" : "en",
"value" : "Male"
},
{
"language" : "es",
"value" : "Masculino"
}
]
},
{
"code" : "female",
"display" : "Feminino",
"designation" : [
{
"language" : "en",
"value" : "Female"
},
{
"language" : "es",
"value" : "Femenino"
}
]
},
{
"code" : "unknown",
"display" : "Ignorado",
"designation" : [
{
"language" : "en",
"value" : "Unknow"
},
{
"language" : "es",
"value" : "Desconocido"
}
]
}
]
}
]
}
}