Núcleo de Interoperabilidad de Datos (NID) - MINSAL, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.4.9 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/NID/ and changes regularly. See the Directory of published versions
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Coverage/CoberturaFONASAEjemplo> a fhir:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "CoberturaFONASAEjemplo"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALCobertura" ;
fhir:index 0 ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALCobertura>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Cobertura CoberturaFONASAEjemplo</b></p><a name=\"CoberturaFONASAEjemplo\"> </a><a name=\"hcCoberturaFONASAEjemplo\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MINSALCobertura.html\">MINSAL Cobertura de Salud del Paciente</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSPrevision 1}\">FONASA</span></p><p><b>policyHolder</b>: <a href=\"Patient-MinsalPacienteEjemplo.html\">Javiera Castilla (official) Female, DoB: 1995-12-12 ( RUN: 16182522-0 (use: official, ))</a></p><p><b>beneficiary</b>: <a href=\"Patient-MinsalPacienteEjemplo.html\">Javiera Castilla (official) Female, DoB: 1995-12-12 ( RUN: 16182522-0 (use: official, ))</a></p><p><b>period</b>: 2024-01-12 --> (ongoing)</p><p><b>payor</b>: <a href=\"Organization-FONASA.html\">Organization Fondo Nacional De Salud</a></p><h3>Classes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSClasesDeCobertura 1}\">Tramos de FONASA</span></td><td><code>Valor de la Clase: </code><a href=\"CodeSystem-CSTramosFONASA.html#CSTramosFONASA-A\">Tramos de FONASA: A</a> (FONASA A)</td></tr></table></div>"
] ;
fhir:Coverage.status [ fhir:value "active"] ;
fhir:Coverage.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSPrevision" ] ;
fhir:Coding.code [ fhir:value "1" ] ;
fhir:Coding.display [ fhir:value "FONASA" ]
]
] ;
fhir:Coverage.policyHolder [
fhir:link <http://hl7.org/fhir/Patient/MinsalPacienteEjemplo> ;
fhir:Reference.reference [ fhir:value "Patient/MinsalPacienteEjemplo" ]
] ;
fhir:Coverage.beneficiary [
fhir:link <http://hl7.org/fhir/Patient/MinsalPacienteEjemplo> ;
fhir:Reference.reference [ fhir:value "Patient/MinsalPacienteEjemplo" ]
] ;
fhir:Coverage.period [
fhir:Period.start [ fhir:value "2024-01-12"^^xsd:date ]
] ;
fhir:Coverage.payor [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/FONASA> ;
fhir:Reference.reference [ fhir:value "Organization/FONASA" ]
] ;
fhir:Coverage.class [
fhir:index 0 ;
fhir:Coverage.class.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSClasesDeCobertura" ] ;
fhir:Coding.code [ fhir:value "1" ] ;
fhir:Coding.display [ fhir:value "Tramos de FONASA" ]
]
] ;
fhir:Coverage.class.value [
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/ValorDeLaClase" ] ;
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSTramosFONASA" ] ;
fhir:Coding.code [ fhir:value "A" ] ;
fhir:Coding.display [ fhir:value "FONASA A" ]
]
]
]
] .
<http://hl7.org/fhir/Patient/MinsalPacienteEjemplo> a fhir:Patient .
<http://hl7.org/fhir/Organization/FONASA> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Coverage/CoberturaFONASAEjemplo.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Coverage/CoberturaFONASAEjemplo.ttl> .
IG © 2023+ Unidad de Interoperabilidad - MINSAL. Package hl7.fhir.cl.minsal.nid#0.4.9 based on FHIR 4.0.1. Generated 2026-08-04
Links: Tabla de contenidos |
Reporte QA |
Historial de versiones
| Issues