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-Información de revisió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-InformacionRevisionTarea"] ; #
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-InformacionRevisionTarea</b></p><a name=\"Ejemplo-InformacionRevisionTarea\"> </a><a name=\"hcEjemplo-InformacionRevisionTarea\"> </a><a name=\"Ejemplo-InformacionRevisionTarea-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 review-material}\">Revisar material</span></p><p><b>description</b>: Por favor, revise la siguiente información sobre la hipertensión arterial.</p><p><b>focus</b>: <a href=\"DocumentReference-Ejemplo-DocumentoReferencia.html\">DocumentReference: status = current; description = Ejemplo sobre un documento de referencia para un folleto sobre Hipertensión arterial. Este ejemplo se utiliza como un documento referenciado en otros ejemplos de esta IG.</a></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></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 "review-material" ] ;
fhir:display [ fhir:v "Revisar material" ] ] )
] ; #
fhir:description [ fhir:v "Por favor, revise la siguiente información sobre la hipertensión arterial."] ; #
fhir:focus [
fhir:reference [ fhir:v "DocumentReference/Ejemplo-DocumentoReferencia" ]
] ; #
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" ]
] . #