Tiempos de Espera Interoperable
0.2.1 - draft
Tiempos de Espera Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/SIGTEv2-IG/ and changes regularly. See the Directory of published versions
Active as of 2023-01-15 |
{
"resourceType" : "CodeSystem",
"id" : "CSTipoEventoLE",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CSTipoEventoLE</b></p><a name=\"CSTipoEventoLE\"> </a><a name=\"hcCSTipoEventoLE\"> </a><a name=\"CSTipoEventoLE-es-CL\"> </a><p>This case-sensitive code system <code>https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoEventoLE</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\">iniciar<a name=\"CSTipoEventoLE-iniciar\"> </a></td><td>Iniciar</td></tr><tr><td style=\"white-space:nowrap\">referenciar<a name=\"CSTipoEventoLE-referenciar\"> </a></td><td>Referenciar</td></tr><tr><td style=\"white-space:nowrap\">revisar<a name=\"CSTipoEventoLE-revisar\"> </a></td><td>Revisar</td></tr><tr><td style=\"white-space:nowrap\">priorizar<a name=\"CSTipoEventoLE-priorizar\"> </a></td><td>Priorizar</td></tr><tr><td style=\"white-space:nowrap\">agendar<a name=\"CSTipoEventoLE-agendar\"> </a></td><td>Agendar</td></tr><tr><td style=\"white-space:nowrap\">atender<a name=\"CSTipoEventoLE-atender\"> </a></td><td>Atender</td></tr><tr><td style=\"white-space:nowrap\">terminar<a name=\"CSTipoEventoLE-terminar\"> </a></td><td>Terminar</td></tr></table></div>"
},
"url" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoEventoLE",
"version" : "0.2.1",
"name" : "CSTipoEventoLE",
"title" : "Tipo de Evento",
"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" : "CodeSystem con códigos definidos para representar cada evento en la interconsulta",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CL",
"display" : "Chile"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 7,
"concept" : [
{
"code" : "iniciar",
"display" : "Iniciar"
},
{
"code" : "referenciar",
"display" : "Referenciar"
},
{
"code" : "revisar",
"display" : "Revisar"
},
{
"code" : "priorizar",
"display" : "Priorizar"
},
{
"code" : "agendar",
"display" : "Agendar"
},
{
"code" : "atender",
"display" : "Atender"
},
{
"code" : "terminar",
"display" : "Terminar"
}
]
}