GI CORE FALP, published by Esteban Fredes. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI-CORE-Falp/ and changes regularly. See the Directory of published versions
: Example Presentación de Salud - 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:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-coverage"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://falp.cl/fhir/ig/corefalp/StructureDefinition/PrestacionSalud"^^xsd:anyURI ;
fhir:link <https://falp.cl/fhir/ig/corefalp/StructureDefinition/PrestacionSalud> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage example-coverage</b></p><a name=\"example-coverage\"> </a><a name=\"hcexample-coverage\"> </a><a name=\"example-coverage-es-CL\"> </a><p><b>Set de códigos de previones de Salud</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSPrevision 1}\">FONASA</span></p><p><b>Set de códigos de tramos de Fonasa</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSTramosFonasa C}\">TRAMO C</span></p><p><b>Seguros Segunda Capa</b>: true</p><p><b>Nombre y/o código del Seguro Segunda Capa</b>: MEGA TRONIX 1000</p><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href=\"Patient-EjPaciente.html\">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7 (use: secondary, ))</a></p><p><b>payor</b>: <a href=\"Organization-example-Organizacion.html\">Organization: extension = Público,Establecimientos Hospitalarios,Nivel Terciario,Perteneciente al Sistema Nacional de Servicios de Salud; identifier = http://example.org/identifiers#7777777-7</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://falp.cl/fhir/ig/corefalp/StructureDefinition/Prevision"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSPrevision"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ) ]
] [
fhir:url [ fhir:v "https://falp.cl/fhir/ig/corefalp/StructureDefinition/TramosFonasa"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSTramosFonasa"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C" ] ] ) ]
] [
fhir:url [ fhir:v "https://falp.cl/fhir/ig/corefalp/StructureDefinition/SegCapa"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
] [
fhir:url [ fhir:v "https://falp.cl/fhir/ig/corefalp/StructureDefinition/NombreSeguro"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MEGA TRONIX 1000" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/EjPaciente" ]
] ; #
fhir:payor ( [
fhir:reference [ fhir:v "Organization/example-Organizacion" ]
] ) . #