Lista de Espera Quirúrgica Interoperable
0.1.2-ballot - ballot
Lista de Espera Quirúrgica Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.1.2-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/TEI-Quirurgico/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Procedure",
"id" : "abfca780-745d-4c35-ae8a-fd0dbc3a9b16",
"meta" : {
"profile" : [
🔗 "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/StructureDefinition/ProcedureCirugiaLE"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedimiento abfca780-745d-4c35-ae8a-fd0dbc3a9b16</b></p><a name=\"abfca780-745d-4c35-ae8a-fd0dbc3a9b16\"> </a><a name=\"hcabfca780-745d-4c35-ae8a-fd0dbc3a9b16\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ProcedureCirugiaLE.html\">Procedure Cirugia LE</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-38a17703-0731-4c3f-88fd-1202dc99d7ce.html\">ServiceRequest Lung</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSTipoCirugiaPropuesta 1}\">Cirugía Mayor Electiva</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 39607008}\">Cirugía de hernia ventral</span></p><p><b>subject</b>: <a href=\"Patient-22e862c5-6d96-44ec-869c-dba001058cb3.html\">Juan Pérez (official) Male, DoB: 1980-01-01 ( RUN: 4444444-4)</a></p><p><b>performed</b>: 2024-12-02 10:00:00-0400</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-4d1c4f8b-1f89-47a3-a765-fdfe5935a3aa.html\">PractitionerRole Atendedor</a></td></tr></table><p><b>outcome</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSCondicionSalidaCirugia 1}\">Vivo</span></p></div>"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/38a17703-0731-4c3f-88fd-1202dc99d7ce"
}
],
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSTipoCirugiaPropuesta",
"code" : "1",
"display" : "Cirugía Mayor Electiva"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "39607008"
}
],
"text" : "Cirugía de hernia ventral"
},
"subject" : {
🔗 "reference" : "Patient/22e862c5-6d96-44ec-869c-dba001058cb3"
},
"performedDateTime" : "2024-12-02T10:00:00-04:00",
"performer" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/4d1c4f8b-1f89-47a3-a765-fdfe5935a3aa"
}
}
],
"outcome" : {
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSCondicionSalidaCirugia",
"code" : "1",
"display" : "Vivo"
}
]
}
}