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-Grupo de pacientes SDOH - 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:Group ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Ejemplo-GrupoPacientes"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-GroupCL"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-GroupCL> ] )
] ; #
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: Group Ejemplo-GrupoPacientes</b></p><a name=\"Ejemplo-GrupoPacientes\"> </a><a name=\"hcEjemplo-GrupoPacientes\"> </a><a name=\"Ejemplo-GrupoPacientes-es-CL\"> </a><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: Pacientes con condiciones SDOH pertenecientes a FONASA</p><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL sdoh-condition-category}\">Categoría de Condición Actual de SDOH</span></p><p><b>value</b>: <a href=\"ValueSet-SDOHCC-ValueSetSDOHCategoryCL.html\">ValueSet ValueSet SDOHCC para Categoría SDOH</a></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL payer-coverage}\">Cobertura por Organización de pago</span></p><p><b>value</b>: <a href=\"Organization-Ejemplo-OrganizacionPagadora.html\">Organization Fondo Nacional de Salud - FONASA</a></p><p><b>exclude</b>: false</p></blockquote></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type [ fhir:v "person"] ; #
fhir:actual [ fhir:v "true"^^xsd:boolean] ; #
fhir:name [ fhir:v "Pacientes con condiciones SDOH pertenecientes a FONASA"] ; #
fhir:characteristic ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL"^^xsd:anyURI ] ;
fhir:code [ fhir:v "sdoh-condition-category" ] ] ) ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "ValueSet/SDOHCC-ValueSetSDOHCategoryCL" ] ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL"^^xsd:anyURI ] ;
fhir:code [ fhir:v "payer-coverage" ] ] ) ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/Ejemplo-OrganizacionPagadora" ] ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ]
] ) . #