Núcleo de Interoperabilidad de Datos (NID) - MINSAL
0.4.0 - draft
Núcleo de Interoperabilidad de Datos (NID) - MINSAL, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/NID/ and changes regularly. See the Directory of published versions
Active as of 2023-01-15 |
{
"resourceType" : "CodeSystem",
"id" : "CSEstadoCivil",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CSEstadoCivil</b></p><a name=\"CSEstadoCivil\"> </a><a name=\"hcCSEstadoCivil\"> </a><a name=\"CSEstadoCivil-es-CL\"> </a><p>This case-sensitive code system <code>https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSEstadoCivil</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"CSEstadoCivil-01\"> </a></td><td>Soltero(a)</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"CSEstadoCivil-02\"> </a></td><td>Casado(a)</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"CSEstadoCivil-03\"> </a></td><td>Viudo(a)</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"CSEstadoCivil-04\"> </a></td><td>Divorciado(a)</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"CSEstadoCivil-05\"> </a></td><td>Separado(a) judicialmente</td></tr><tr><td style=\"white-space:nowrap\">06<a name=\"CSEstadoCivil-06\"> </a></td><td>Conviviente civil</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"CSEstadoCivil-99\"> </a></td><td>Desconocido</td></tr></table></div>"
},
"url" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSEstadoCivil",
"version" : "0.4.0",
"name" : "CSEstadoCivil",
"title" : "Estado Civil",
"status" : "active",
"experimental" : false,
"date" : "2023-01-15",
"publisher" : "Unidad de Interoperabilidad - MINSAL",
"contact" : [
{
"name" : "Unidad de Interoperabilidad - MINSAL",
"telecom" : [
{
"system" : "url",
"value" : "https://interoperabilidad.minsal.cl"
}
]
}
],
"description" : "Estado Civil",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CL",
"display" : "Chile"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 7,
"concept" : [
{
"code" : "01",
"display" : "Soltero(a)"
},
{
"code" : "02",
"display" : "Casado(a)"
},
{
"code" : "03",
"display" : "Viudo(a)"
},
{
"code" : "04",
"display" : "Divorciado(a)"
},
{
"code" : "05",
"display" : "Separado(a) judicialmente"
},
{
"code" : "06",
"display" : "Conviviente civil"
},
{
"code" : "99",
"display" : "Desconocido"
}
]
}