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" : "ServiceRequest",
"id" : "EjemploSolicitudExamen",
"meta" : {
"profile" : [
🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestExamenLE"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest EjemploSolicitudExamen</b></p><a name=\"EjemploSolicitudExamen\"> </a><a name=\"hcEjemploSolicitudExamen\"> </a><a name=\"EjemploSolicitudExamen-es-CL\"> </a><p><b>basedOn</b>: <a href=\"ServiceRequest-EjemploSolicitudInterconsultaFinalizada.html\">ServiceRequest Patient referral to specialist</a></p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2857-1}\">Antigeno Prostático Específico en Suero o Plasma</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>occurrence</b>: 2024-01-19 16:00:00-0300</p><p><b>authoredOn</b>: 2024-01-17 16:00:00-0300</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerProfesionalLEEjemplo.html\">Practitioner Víctor Gonzalez </a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 414205003}\">antecedente familiar de neoplasia maligna de próstata</span></p><p><b>note</b>: paciente con APE elevado en 2022, se solicita examen vigente previo a atención con especialidad</p></div>"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/EjemploSolicitudInterconsultaFinalizada"
}
],
"status" : "draft",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "2857-1",
"display" : "Prostate specific Ag [Mass/volume] in Serum or Plasma"
}
],
"text" : "Antigeno Prostático Específico en Suero o Plasma"
},
"subject" : {
🔗 "reference" : "Patient/EjemploPatientLE"
},
"occurrenceDateTime" : "2024-01-19T16:00:00-03:00",
"authoredOn" : "2024-01-17T16:00:00-03:00",
"requester" : {
🔗 "reference" : "Practitioner/PractitionerProfesionalLEEjemplo"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "414205003"
}
],
"text" : "antecedente familiar de neoplasia maligna de próstata"
}
],
"note" : [
{
"text" : "paciente con APE elevado en 2022, se solicita examen vigente previo a atención con especialidad"
}
]
}