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-RespuestaObsEstadoLaboral",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-ObservationScreeningResponseCL"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Ejemplo-RespuestaObsEstadoLaboral</b></p><a name=\"Ejemplo-RespuestaObsEstadoLaboral\"> </a><a name=\"hcEjemplo-RespuestaObsEstadoLaboral\"> </a><a name=\"Ejemplo-RespuestaObsEstadoLaboral-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 employment-status}\">Estado laboral</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 67875-5}\">¿Cuál es tu situación laboral actual?</span></p><p><b>subject</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p><p><b>effective</b>: 2021-04-26 13:56:33+0000</p><p><b>issued</b>: 2021-04-26 13:56:33+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 LA17956-6}\">Desempleada</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-Ejemplo-RespuestaCuestionarioPRAPARE.html\">Response to Questionnaire '->Cuestionario SDOHCC PRAPARE' 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" : "employment-status",
"display" : "Estado laboral"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "67875-5",
"display" : "Employment status - current"
}
],
"text" : "¿Cuál es tu situación laboral actual?"
},
"subject" : {
🔗 "reference" : "Patient/Ejemplo-Paciente",
"display" : "María Díaz"
},
"effectiveDateTime" : "2021-04-26T13:56:33.747Z",
"issued" : "2021-04-26T13:56:33.747Z",
"performer" : [
{
🔗 "reference" : "Patient/Ejemplo-Paciente",
"display" : "María Díaz"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA17956-6",
"display" : "Unemployed"
}
],
"text" : "Desempleada"
},
"derivedFrom" : [
{
🔗 "reference" : "QuestionnaireResponse/Ejemplo-RespuestaCuestionarioPRAPARE"
}
]
}