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" : "Observation",
"id" : "Ejemplo-RespuestaObsPreg3Hunger",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreObservacionCL"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Ejemplo-RespuestaObsPreg3Hunger</b></p><a name=\"Ejemplo-RespuestaObsPreg3Hunger\"> </a><a name=\"hcEjemplo-RespuestaObsPreg3Hunger\"> </a><a name=\"Ejemplo-RespuestaObsPreg3Hunger-es-CL\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span>, <span title=\"Codes:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL food-insecurity}\">Inseguridad alimentaria</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 88124-3}\">Riesgo de inseguridad alimentaria [HVS]</span></p><p><b>subject</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p><p><b>effective</b>: 2020-09-10 21:56:54+0000</p><p><b>issued</b>: 2020-09-10 21:56:54+0000</p><p><b>performer</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA19952-3}\">En riesgo</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation POS}\">Positivo</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-Ejemplo-QuestionnaireRespHunger.html\">Response to Questionnaire '->SDOHCC Cuestionario Signos de inseguridad alimentaria' about '->María Díaz'</a></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "social-history"
}
]
},
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "survey",
"display" : "Survey"
}
]
},
{
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL",
"code" : "food-insecurity",
"display" : "Inseguridad alimentaria"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "88124-3",
"display" : "Food insecurity risk [HVS]"
}
],
"text" : "Riesgo de inseguridad alimentaria [HVS]"
},
"subject" : {
🔗 "reference" : "Patient/Ejemplo-Paciente",
"display" : "María Díaz"
},
"effectiveDateTime" : "2020-09-10T21:56:54.671Z",
"issued" : "2020-09-10T21:56:54.671Z",
"performer" : [
{
🔗 "reference" : "Patient/Ejemplo-Paciente",
"display" : "María Díaz"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA19952-3",
"display" : "At risk"
}
],
"text" : "En riesgo"
},
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "POS",
"display" : "Positive"
}
],
"text" : "Positivo"
}
],
"derivedFrom" : [
{
🔗 "reference" : "QuestionnaireResponse/Ejemplo-QuestionnaireRespHunger"
}
]
}