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-Cita de servicio de atención con telecomunicación - 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:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Ejemplo-CitadeAtencion"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-HealthcareServiceCL"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-HealthcareServiceCL> ] )
] ; #
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: HealthcareService Ejemplo-CitadeAtencion</b></p><a name=\"Ejemplo-CitadeAtencion\"> </a><a name=\"hcEjemplo-CitadeAtencion\"> </a><a name=\"Ejemplo-CitadeAtencion-es-CL\"> </a><p><b>active</b>: true</p><p><b>name</b>: Centro de atención Familiar</p><p><b>telecom</b>: <a href=\"tel:+56987654321\">+56 9 87654321</a></p></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name [ fhir:v "Centro de atención Familiar"] ; #
fhir:telecom ( [
( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-ExtensionHealthcareServiceTelecomAppointmentCL"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+56 9 87654321" ]
] ) . #