🇨🇱 EMA Health Chile Implementation Guide
0.1.0 - ci-build

🇨🇱 EMA Health Chile Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: FONASA — Tramo previsional - TTL Representation

Active as of 2026-06-30

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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/cs-fonasa-tramo> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cs-fonasa-tramo"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-fonasa-tramo</b></p><a name=\"cs-fonasa-tramo\"> </a><a name=\"hccs-fonasa-tramo\"> </a><p>This case-sensitive code system <code>https://emahealth.io/fhir/cl/CodeSystem/cs-fonasa-tramo</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"cs-fonasa-tramo-A\"> </a></td><td>Tramo A</td><td>Carentes de recursos / indigentes</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"cs-fonasa-tramo-B\"> </a></td><td>Tramo B</td><td>Ingreso imponible menor o igual al mínimo</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"cs-fonasa-tramo-C\"> </a></td><td>Tramo C</td><td>Ingreso imponible medio</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"cs-fonasa-tramo-D\"> </a></td><td>Tramo D</td><td>Ingreso imponible mayor</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://emahealth.io/fhir/cl/CodeSystem/cs-fonasa-tramo"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "CsFonasaTramo"] ;
  fhir:CodeSystem.title [ fhir:value "FONASA — Tramo previsional"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.date [ fhir:value "2026-06-30T03:05:46-04:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "EMA Health SpA"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "EMA Health SpA" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://emahealth.io" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "[email protected]" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Tramos previsionales FONASA (A/B/C/D)."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "A" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Tramo A" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Carentes de recursos / indigentes" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "B" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Tramo B" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Ingreso imponible menor o igual al mínimo" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "C" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Tramo C" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Ingreso imponible medio" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "D" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Tramo D" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Ingreso imponible mayor" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/cs-fonasa-tramo.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/cs-fonasa-tramo.ttl> .