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-EvObsTransporte",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-ObservationAssessmentCL"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Ejemplo-EvObsTransporte</b></p><a name=\"Ejemplo-EvObsTransporte\"> </a><a name=\"hcEjemplo-EvObsTransporte\"> </a><a name=\"Ejemplo-EvObsTransporte-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:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL transportation-insecurity}\">Inseguridad en el transporte</span>, <span title=\"Codes:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL financial-insecurity}\">Inseguridad financiera</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 160695008}\">El transporte es demasiado caro</span></p><p><b>subject</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p><p><b>effective</b>: 2021-05-10 21:56:54+0000</p><p><b>performer</b>: <a href=\"Practitioner-Ejemplo-Prestador.html\">Dra Jhonna Silva</a></p><p><b>value</b>: true</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "social-history"
}
]
},
{
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL",
"code" : "transportation-insecurity",
"display" : "Inseguridad en el transporte"
}
]
},
{
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL",
"code" : "financial-insecurity",
"display" : "Inseguridad financiera"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "160695008",
"display" : "Transport too expensive"
}
],
"text" : "El transporte es demasiado caro"
},
"subject" : {
🔗 "reference" : "Patient/Ejemplo-Paciente",
"display" : "María Díaz"
},
"effectiveDateTime" : "2021-05-10T21:56:54.671Z",
"performer" : [
{
🔗 "reference" : "Practitioner/Ejemplo-Prestador",
"display" : "Dra Jhonna Silva"
}
],
"valueBoolean" : true
}