Atención clínica de SDOH
0.1.0 - ci-build
Atención clínica de SDOH, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI-SDOH/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Task",
"id" : "Ejemplo-CumplimientoOrdenTareasRef",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-TaskForReferralManagementCL"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task Ejemplo-CumplimientoOrdenTareasRef</b></p><a name=\"Ejemplo-CumplimientoOrdenTareasRef\"> </a><a name=\"hcEjemplo-CumplimientoOrdenTareasRef\"> </a><a name=\"Ejemplo-CumplimientoOrdenTareasRef-es-CL\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Cumplir con la solicitud focal</span></p><p><b>focus</b>: <a href=\"ServiceRequest-Ejemplo-SolServAplicacionBancoAlim.html\">ServiceRequest III CONTROL DE ALIMENTOS</a></p><p><b>for</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p><p><b>authoredOn</b>: 2020-09-11 21:56:54+0000</p><p><b>requester</b>: <a href=\"PractitionerRole-Ejemplo-RolPrestador.html\">Dra Johanna Silva Medicina Familiar</a></p><p><b>owner</b>: <a href=\"Organization-Ejemplo-PlataformaCoordinacion.html\">Plataforma de Coordinación ABC</a></p><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL resulting-activity}\">Actividad resultante</span></td><td><a href=\"Procedure-Ejemplo-ProcedAsistSolicitudProgramBancoAlim.html\">Procedure III CONTROL DE ALIMENTOS</a></td></tr></table></div>"
},
"status" : "completed",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/CodeSystem/task-code",
"code" : "fulfill",
"display" : "Fulfill the focal request"
}
],
"text" : "Cumplir con la solicitud focal"
},
"focus" : {
🔗 "reference" : "ServiceRequest/Ejemplo-SolServAplicacionBancoAlim"
},
"for" : {
🔗 "reference" : "Patient/Ejemplo-Paciente",
"display" : "María Díaz"
},
"authoredOn" : "2020-09-11T21:56:54.671Z",
"requester" : {
🔗 "reference" : "PractitionerRole/Ejemplo-RolPrestador",
"display" : "Dra Johanna Silva Medicina Familiar"
},
"owner" : {
🔗 "reference" : "Organization/Ejemplo-PlataformaCoordinacion",
"display" : "Plataforma de Coordinación ABC"
},
"output" : [
{
"type" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL",
"code" : "resulting-activity",
"display" : "Actividad resultante"
}
]
},
"valueReference" : {
🔗 "reference" : "Procedure/Ejemplo-ProcedAsistSolicitudProgramBancoAlim"
}
}
]
}