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 SDOHCC-Solicitud de información del paciente en la tarea. - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Ejemplo-SolicitudInformacionTarea"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-TaskForPatientCL"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-TaskForPatientCL>     ] )
  ] ; # 
  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: Task Ejemplo-SolicitudInformacionTarea</b></p><a name=\"Ejemplo-SolicitudInformacionTarea\"> </a><a name=\"hcEjemplo-SolicitudInformacionTarea\"> </a><a name=\"Ejemplo-SolicitudInformacionTarea-es-CL\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL general-information}\">Información general</span></p><p><b>description</b>: ¿Prefiere un vale de comida para Safeway o Líder?</p><p><b>for</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p><p><b>authoredOn</b>: 2020-09-12 21:56:54+0000</p><p><b>requester</b>: <a href=\"Organization-Ejemplo-Organizacionprestadora.html\">Organization Centro de Salud Familiar Arauco</a></p><p><b>owner</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL general-information-response}\">Respuesta de información general</span></td><td><div><p>Safeway, por favor</p>\n</div></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL"^^xsd:anyURI ] ;
fhir:code [ fhir:v "general-information" ] ;
fhir:display [ fhir:v "Información general" ]     ] )
  ] ; # 
  fhir:description [ fhir:v "¿Prefiere un vale de comida para Safeway o Líder?"] ; # 
  fhir:for [
fhir:reference [ fhir:v "Patient/Ejemplo-Paciente" ] ;
fhir:display [ fhir:v "María Díaz" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2020-09-12T21:56:54.671Z"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Organization/Ejemplo-Organizacionprestadora" ]
  ] ; # 
  fhir:owner [
fhir:reference [ fhir:v "Patient/Ejemplo-Paciente" ] ;
fhir:display [ fhir:v "María Díaz" ]
  ] ; # 
  fhir:output ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL"^^xsd:anyURI ] ;
fhir:code [ fhir:v "general-information-response" ] ;
fhir:display [ fhir:v "Respuesta de información general" ]       ] )     ] ;
fhir:value [ fhir:v "Safeway, por favor" ]
  ] ) . #