🇵🇪 EMA Health Perú Implementation Guide
0.1.0 - ci-build

🇵🇪 EMA Health Perú Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Seguro de salud (Perú) - 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-seguro-pe> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cs-seguro-pe"] ;
  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-seguro-pe</b></p><a name=\"cs-seguro-pe\"> </a><a name=\"hccs-seguro-pe\"> </a><p>This case-sensitive code system <code>https://emahealth.io/fhir/pe/CodeSystem/cs-seguro-pe</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">essalud<a name=\"cs-seguro-pe-essalud\"> </a></td><td>EsSalud</td></tr><tr><td style=\"white-space:nowrap\">sis<a name=\"cs-seguro-pe-sis\"> </a></td><td>SIS — Seguro Integral de Salud</td></tr><tr><td style=\"white-space:nowrap\">eps<a name=\"cs-seguro-pe-eps\"> </a></td><td>EPS — Entidad Prestadora de Salud</td></tr><tr><td style=\"white-space:nowrap\">saludpol<a name=\"cs-seguro-pe-saludpol\"> </a></td><td>SaludPol</td></tr><tr><td style=\"white-space:nowrap\">ffaa<a name=\"cs-seguro-pe-ffaa\"> </a></td><td>Sanidad FFAA</td></tr><tr><td style=\"white-space:nowrap\">particular<a name=\"cs-seguro-pe-particular\"> </a></td><td>Particular</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://emahealth.io/fhir/pe/CodeSystem/cs-seguro-pe"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "CsSeguroPe"] ;
  fhir:CodeSystem.title [ fhir:value "Seguro de salud (Perú)"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.date [ fhir:value "2026-06-30T02:53:26-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 "Tipos de seguro de salud en Perú."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "essalud" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "EsSalud" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "sis" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "SIS — Seguro Integral de Salud" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "eps" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "EPS — Entidad Prestadora de Salud" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "saludpol" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "SaludPol" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "ffaa" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Sanidad FFAA" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "particular" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Particular" ]
  ] .

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

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