Atención clínica de SDOH
0.1.0 - ci-build Chile flag

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

: Ejemplo Respuesta de observación SDOHCC PRAPARE - Estado de vivienda - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Ejemplo-RespuestaObsEstadoVivienda"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-ObservationScreeningResponseCL"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-ObservationScreeningResponseCL>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Ejemplo-RespuestaObsEstadoVivienda</b></p><a name=\"Ejemplo-RespuestaObsEstadoVivienda\"> </a><a name=\"hcEjemplo-RespuestaObsEstadoVivienda\"> </a><a name=\"Ejemplo-RespuestaObsEstadoVivienda-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 homelessness}\">Personas sin hogar</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 71802-3}\">¿Cuál es su situación de vivienda en la actualidad?</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 LA30190-5}\">No tengo vivienda (estoy quedándome con otros, en un hotel, en un refugio, vivienda en la calle, en una playa, en un auto o en un parque)</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-Ejemplo-RespuestaCuestionarioPRAPARE.html\">Response to Questionnaire '-&gt;Cuestionario SDOHCC PRAPARE' about '-&gt;María Díaz'</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "social-history" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "survey" ] ;
fhir:display [ fhir:v "Survey" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL"^^xsd:anyURI ] ;
fhir:code [ fhir:v "homelessness" ] ;
fhir:display [ fhir:v "Personas sin hogar" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:71802-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "71802-3" ] ;
fhir:display [ fhir:v "Housing status" ]     ] ) ;
fhir:text [ fhir:v "¿Cuál es su situación de vivienda en la actualidad?" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Ejemplo-Paciente" ] ;
fhir:display [ fhir:v "María Díaz" ]
  ] ; # 
  fhir:effective [ fhir:v "2021-04-26T13:56:33.747Z"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2021-04-26T13:56:33.747Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Patient/Ejemplo-Paciente" ] ;
fhir:display [ fhir:v "María Díaz" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a loinc:LA30190-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA30190-5" ] ;
fhir:display [ fhir:v "I do not have housing (staying with others, in a hotel, in a shelter, living outside on the street, on a beach, in a car, or in a park)" ]     ] ) ;
fhir:text [ fhir:v "No tengo vivienda (estoy quedándome con otros, en un hotel, en un refugio, vivienda en la calle, en una playa, en un auto o en un parque)" ]
  ] ; # 
  fhir:derivedFrom ( [
fhir:reference [ fhir:v "QuestionnaireResponse/Ejemplo-RespuestaCuestionarioPRAPARE" ]
  ] ) . #