@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 -------------------------------------------------------------------

<https://emahealth.io/fhir/cl/CodeSystem/cs-coverage-tipo> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cs-coverage-tipo"] ;
  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-coverage-tipo</b></p><a name=\"cs-coverage-tipo\"> </a><a name=\"hccs-coverage-tipo\"> </a><p>This case-sensitive code system <code>https://emahealth.io/fhir/cl/CodeSystem/cs-coverage-tipo</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\">fonasa<a name=\"cs-coverage-tipo-fonasa\"> </a></td><td>Fonasa</td><td>Fondo Nacional de Salud</td></tr><tr><td style=\"white-space:nowrap\">isapre<a name=\"cs-coverage-tipo-isapre\"> </a></td><td>Isapre</td><td>Institución de Salud Previsional</td></tr><tr><td style=\"white-space:nowrap\">particular<a name=\"cs-coverage-tipo-particular\"> </a></td><td>Particular</td><td>Sin previsión / pago particular</td></tr><tr><td style=\"white-space:nowrap\">dipreca<a name=\"cs-coverage-tipo-dipreca\"> </a></td><td>Dipreca</td><td>Dirección de Previsión de Carabineros de Chile</td></tr><tr><td style=\"white-space:nowrap\">capredena<a name=\"cs-coverage-tipo-capredena\"> </a></td><td>Capredena</td><td>Caja de Previsión de la Defensa Nacional</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://emahealth.io/fhir/cl/CodeSystem/cs-coverage-tipo"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "CsCoverageTipo"] ;
  fhir:CodeSystem.title [ fhir:value "Tipo de Previsión de Salud"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  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 "contacto@emahealth.io" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Tipos de previsión de salud en Chile."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "fonasa" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Fonasa" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Fondo Nacional de Salud" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "isapre" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Isapre" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Institución de Salud Previsional" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "particular" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Particular" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Sin previsión / pago particular" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "dipreca" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Dipreca" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Dirección de Previsión de Carabineros de Chile" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "capredena" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Capredena" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Caja de Previsión de la Defensa Nacional" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://emahealth.io/fhir/cl/CodeSystem/cs-coverage-tipo.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

