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-SolicitudInformacionTarea",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-TaskForPatientCL"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task Ejemplo-SolicitudInformacionTarea</b></p><a name=\"Ejemplo-SolicitudInformacionTarea\"> </a><a name=\"hcEjemplo-SolicitudInformacionTarea\"> </a><a name=\"Ejemplo-SolicitudInformacionTarea-es-CL\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL general-information}\">Información general</span></p><p><b>description</b>: ¿Prefiere un vale de comida para Safeway o Líder?</p><p><b>for</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p><p><b>authoredOn</b>: 2020-09-12 21:56:54+0000</p><p><b>requester</b>: <a href=\"Organization-Ejemplo-Organizacionprestadora.html\">Organization Centro de Salud Familiar Arauco</a></p><p><b>owner</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</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 general-information-response}\">Respuesta de información general</span></td><td><div><p>Safeway, por favor</p>\n</div></td></tr></table></div>"
},
"status" : "completed",
"intent" : "order",
"priority" : "routine",
"code" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL",
"code" : "general-information",
"display" : "Información general"
}
]
},
"description" : "¿Prefiere un vale de comida para Safeway o Líder?",
"for" : {
🔗 "reference" : "Patient/Ejemplo-Paciente",
"display" : "María Díaz"
},
"authoredOn" : "2020-09-12T21:56:54.671Z",
"requester" : {
🔗 "reference" : "Organization/Ejemplo-Organizacionprestadora"
},
"owner" : {
🔗 "reference" : "Patient/Ejemplo-Paciente",
"display" : "María Díaz"
},
"output" : [
{
"type" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL",
"code" : "general-information-response",
"display" : "Respuesta de información general"
}
]
},
"valueMarkdown" : "Safeway, por favor"
}
]
}