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-EvObsIngestaAlimentos",
"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-EvObsIngestaAlimentos</b></p><a name=\"Ejemplo-EvObsIngestaAlimentos\"> </a><a name=\"hcEjemplo-EvObsIngestaAlimentos\"> </a><a name=\"Ejemplo-EvObsIngestaAlimentos-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 food-insecurity}\">Inseguridad alimentaria</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 2492009}\">Nutritional disorder</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" : "food-insecurity",
"display" : "Inseguridad alimentaria"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "2492009"
}
]
},
"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
}