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
{
"resourceType" : "Encounter",
"id" : "AtencionEjemplo",
"meta" : {
"profile" : [
🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/EncounterAtenderLE"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter AtencionEjemplo</b></p><a name=\"AtencionEjemplo\"> </a><a name=\"hcAtencionEjemplo\"> </a><a name=\"AtencionEjemplo-es-CL\"> </a><p><b>ExtBool Pertinencia Atencion Box</b>: true</p><p><b>identifier</b>: 123</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-CSModalidadAtencionCodigo.html#CSModalidadAtencionCodigo-1\">Modalidad Atencion Codigo 1</a>: Presencial</p><p><b>type</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoConsulta 1}\">Nueva</span></p><p><b>subject</b>: <a href=\"Patient-EjemploPatientLE.html\">María Josefina Gonzalez (official) Male, DoB: 1974-12-25 ( Rol Único Nacional:\u00a090000000-6\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-EjemploSolicitudInterconsultaFinalizada.html\">ServiceRequest Patient referral to specialist</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-PractitionerRoleAtendedor.html\">PractitionerRole Atendedor</a></td></tr></table><p><b>period</b>: 2024-02-22 08:00:00-0300 --> 2024-02-22 08:30:00-0300</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-ConditionAtencionejemplo.html\">Condition Severe adrenal insufficiency</a></td></tr></table></div>"
},
"extension" : [
{
"url" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ExtensionPertinenciaAtencionBox",
"valueBoolean" : true
}
],
"identifier" : [
{
"value" : "123"
}
],
"status" : "finished",
"class" : {
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSModalidadAtencionCodigo",
"code" : "1",
"display" : "Presencial"
},
"type" : [
{
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoConsulta",
"code" : "1",
"display" : "Nueva"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/EjemploPatientLE"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/EjemploSolicitudInterconsultaFinalizada"
}
],
"participant" : [
{
"individual" : {
🔗 "reference" : "PractitionerRole/PractitionerRoleAtendedor"
}
}
],
"period" : {
"start" : "2024-02-22T08:00:00-03:00",
"end" : "2024-02-22T08:30:00-03:00"
},
"diagnosis" : [
{
"condition" : {
🔗 "reference" : "Condition/ConditionAtencionejemplo"
}
}
]
}