Tiempos de Espera Interoperable
0.1.6 - draft
Tiempos de Espera Interoperable - Local Development build (v0.1.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "EjemploServiceRequestExamen",
"meta" : {
"profile" : [
🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestExamenLE"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"EjemploServiceRequestExamen\"> </a><a name=\"hcEjemploServiceRequestExamen\"> </a></p><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\">Resource ServiceRequest "EjemploServiceRequestExamen" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequestExamenLE.html\">ServiceRequestExamen LE</a></p></div><p><b>identifier</b>: dec791f8-406c-11ee-be56-0242ac120002</p><p><b>basedOn</b>: <a href=\"http://acme.com/ehr/fhir/ServiceRequest/examen\">http://acme.com/ehr/fhir/ServiceRequest/examen</a></p><p><b>status</b>: draft</p><p><b>intent</b>: order</p><p><b>code</b>: TC de tórax <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#24627-2)</span></p><p><b>subject</b>: <a href=\"Patient-EjemploPatient.html\">Patient/EjemploPatient: Anibal Diaz Cortés</a> " DIAZ"</p><p><b>occurrence</b>: 2022-01-20 13:50:20+0000</p><p><b>requester</b>: <a href=\"Practitioner-EjemploPractitionerRevisar.html\">Practitioner/EjemploPractitionerRevisar</a> " SEPULVEDA"</p><p><b>reasonCode</b>: Descartar Insuf. Cardiaca grave <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>note</b>: Realizar sin uso de medio de contaste por mala función renal.</p></div>"
},
"identifier" : [
{
"value" : "dec791f8-406c-11ee-be56-0242ac120002"
}
],
"basedOn" : [
{
"reference" : "http://acme.com/ehr/fhir/ServiceRequest/examen"
}
],
"status" : "draft",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "24627-2"
}
],
"text" : "TC de tórax"
},
"subject" : {
🔗 "reference" : "Patient/EjemploPatient",
"display" : "Anibal Diaz Cortés"
},
"occurrenceDateTime" : "2022-01-20T13:50:20Z",
"requester" : {
🔗 "reference" : "Practitioner/EjemploPractitionerRevisar"
},
"reasonCode" : [
{
"text" : "Descartar Insuf. Cardiaca grave"
}
],
"note" : [
{
"text" : "Realizar sin uso de medio de contaste por mala función renal."
}
]
}