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" : "Appointment",
"id" : "AgendaEjemplo",
"meta" : {
"profile" : [
🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/AppointmentAgendarLE"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment AgendaEjemplo</b></p><a name=\"AgendaEjemplo\"> </a><a name=\"hcAgendaEjemplo\"> </a><a name=\"AgendaEjemplo-es-CL\"> </a><p><b>Medio de Contacto</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSMediodeContacto 3}\">Llamada</span></p><blockquote><p><b>Extension ContactadoLE</b></p><ul><li>Contactado: true</li></ul></blockquote><p><b>identifier</b>: 123</p><p><b>status</b>: Booked</p><p><b>start</b>: 2024-02-22 08:00:00-0300</p><p><b>end</b>: 2024-02-22 08:30:00-0300</p><p><b>created</b>: 2024-02-20 16:00:00-0300</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"PractitionerRole-PractitionerRoleAtendedor.html\">PractitionerRole Atendedor</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</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>status</b>: Accepted</p></blockquote></div>"
},
"extension" : [
{
"url" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ExtensionMediodeContacto",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSMediodeContacto",
"code" : "3",
"display" : "Llamada"
}
]
}
},
{
"extension" : [
{
"url" : "Contactado",
"valueBoolean" : true
}
],
"url" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/Contactado"
}
],
"identifier" : [
{
"value" : "123"
}
],
"status" : "booked",
"start" : "2024-02-22T08:00:00-03:00",
"end" : "2024-02-22T08:30:00-03:00",
"created" : "2024-02-20T16:00:00-03:00",
"participant" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/PractitionerRoleAtendedor",
"type" : "PractitionerRole"
},
"status" : "accepted"
},
{
"actor" : {
🔗 "reference" : "Patient/EjemploPatientLE",
"type" : "Patient"
},
"status" : "accepted"
}
]
}