Tiempos de Espera Interoperable - Local Development build (v0.1.5). See the Directory of published versions
: ServiceRequest Evento Priorizar - JSON Representation
Raw json | Download
{
"resourceType" : "ServiceRequest",
"id" : "EjemploServiceRequestPriorizar",
"meta" : {
"profile" : [
"https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestLE"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"EjemploServiceRequestPriorizar\"> </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 "EjemploServiceRequestPriorizar" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequestLE.html\">ServiceRequest LE</a></p></div><p><b>Estado Interconsulta Codigo</b>: A la espera de agendamiento <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSEstadoInterconsulta.html\">Estado Interconsulta</a>#4)</span></p><p><b>identifier</b>: IdInterconsulta: 323121</p><p><b>status</b>: draft</p><p><b>intent</b>: proposal</p><p><b>priority</b>: urgent</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>authoredOn</b>: 2022-01-20 13:50:20+0000</p></div>"
},
"extension" : [
{
"url" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/EstadoInterconsultaCodigoLE",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEstadoInterconsulta",
"code" : "4"
}
]
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.cens.cl/CodeSystem/listaespera",
"code" : "IdInterconsulta"
}
]
},
"value" : "323121"
}
],
"status" : "draft",
"intent" : "proposal",
"priority" : "urgent",
"subject" : {
"reference" : "http://acme.com/ehr/fhir/Patient/EjemploPatient"
},
"authoredOn" : "2022-01-20T13:50:20Z"
}