Tiempos de Espera Interoperable - Local Development build (v0.1.5). See the Directory of published versions
: ServiceRequest Examen - JSON Representation
Raw json | Download
{
"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></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>: id:\u00a0dec791f8-406c-11ee-be56-0242ac120002</p><p><b>basedOn</b>: <a href=\"Bundle-EjemploBundleRevisar.html#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>: proposal</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=\"Bundle-EjemploBundleAtender.html#http-//acme.com/ehr/fhir/Patient/EjemploPatient\">http://acme.com/ehr/fhir/Patient/EjemploPatient</a></p><p><b>occurrence</b>: 2022-01-20 13:50:20+0000</p><p><b>requester</b>: <a href=\"Bundle-EjemploBundleRevisar.html#http-//acme.com/ehr/fhir/Practitioner/revisar\">http://acme.com/ehr/fhir/Practitioner/revisar</a></p><p><b>reasonCode</b>: Descartar enfermedad metastásica. <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" : "proposal",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "24627-2"
}
],
"text" : "TC de tórax"
},
"subject" : {
"reference" : "http://acme.com/ehr/fhir/Patient/EjemploPatient"
},
"occurrenceDateTime" : "2022-01-20T13:50:20Z",
"requester" : {
"reference" : "http://acme.com/ehr/fhir/Practitioner/revisar"
},
"reasonCode" : [
{
"text" : "Descartar enfermedad metastásica."
}
],
"note" : [
{
"text" : "Realizar sin uso de medio de contaste por mala función renal."
}
]
}