0.1.0 - ci-build Chile flag

GravityCL, 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/HL7Chile-BiomedicaUv/SDOH-CL/ and changes regularly. See the Directory of published versions

: Ejemplo SDOHCC-Respuesta de observación pregunta 3 del cuestionario Signo de inseguridad alimentaria - 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-RespuestaObsPreg3Hunger"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreObservacionCL"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreObservacionCL>     ] )
  ] ; # 
  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-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 '-&gt;SDOHCC Cuestionario Signos de inseguridad alimentaria' 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 "food-insecurity" ] ;
fhir:display [ fhir:v "Inseguridad alimentaria" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:88124-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "88124-3" ] ;
fhir:display [ fhir:v "Food insecurity risk [HVS]" ]     ] ) ;
fhir:text [ fhir:v "Riesgo de inseguridad alimentaria [HVS]" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Ejemplo-Paciente" ] ;
fhir:display [ fhir:v "María Díaz" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-09-10T21:56:54.671Z"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2020-09-10T21:56:54.671Z"^^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:LA19952-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA19952-3" ] ;
fhir:display [ fhir:v "At risk" ]     ] ) ;
fhir:text [ fhir:v "En riesgo" ]
  ] ; # 
  fhir:interpretation ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "POS" ] ;
fhir:display [ fhir:v "Positive" ]     ] ) ;
fhir:text [ fhir:v "Positivo" ]
  ] ) ; # 
  fhir:derivedFrom ( [
fhir:reference [ fhir:v "QuestionnaireResponse/Ejemplo-QuestionnaireRespHunger" ]
  ] ) . #