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

: Ejemplo Cobertura — EsSalud (Perú) - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Coverage/EjemploEmaCoveragePe> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploEmaCoveragePe"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/pe/StructureDefinition/ema-coverage" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/pe/StructureDefinition/ema-coverage>
     ]
  ] ;
  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: Coverage EjemploEmaCoveragePe</b></p><a name=\"EjemploEmaCoveragePe\"> </a><a name=\"hcEjemploEmaCoveragePe\"> </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-ema-coverage.html\">EMA Coverage (Perú)</a></p></div><p><b>Seguro de salud (Perú)</b>: <a href=\"CodeSystem-cs-seguro-pe.html#cs-seguro-pe-essalud\">Seguro de salud (Perú): essalud</a> (EsSalud)</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode PUBLICPOL}\">EsSalud</span></p><p><b>subscriber</b>: <a href=\"Patient-EjemploEmaPatientPe.html\">Rosa Quispe Mamani (official) Female, DoB: 1968-04-12 ( https://emahealth.io/fhir/pe/sid/dni#DNI#41728596 (use: official, ))</a></p><p><b>beneficiary</b>: <a href=\"Patient-EjemploEmaPatientPe.html\">Rosa Quispe Mamani (official) Female, DoB: 1968-04-12 ( https://emahealth.io/fhir/pe/sid/dni#DNI#41728596 (use: official, ))</a></p><p><b>payor</b>: <a href=\"Organization-EjemploEmaOrganizationPe.html\">Organization Clínica San Borja S.A.C.</a></p><h3>Classes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class plan}\">Plan</span></td><td>Seguro Regular</td><td>EsSalud — Seguro Regular</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://emahealth.io/fhir/pe/StructureDefinition/ema-seguro-pe" ] ;
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "https://emahealth.io/fhir/pe/CodeSystem/cs-seguro-pe" ] ;
       fhir:Coding.code [ fhir:value "essalud" ] ;
       fhir:Coding.display [ fhir:value "EsSalud" ]
     ]
  ] ;
  fhir:Coverage.status [ fhir:value "active"] ;
  fhir:Coverage.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
       fhir:Coding.code [ fhir:value "PUBLICPOL" ] ;
       fhir:Coding.display [ fhir:value "public healthcare" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "EsSalud" ]
  ] ;
  fhir:Coverage.subscriber [
     fhir:link <http://hl7.org/fhir/Patient/EjemploEmaPatientPe> ;
     fhir:Reference.reference [ fhir:value "Patient/EjemploEmaPatientPe" ]
  ] ;
  fhir:Coverage.beneficiary [
     fhir:link <http://hl7.org/fhir/Patient/EjemploEmaPatientPe> ;
     fhir:Reference.reference [ fhir:value "Patient/EjemploEmaPatientPe" ]
  ] ;
  fhir:Coverage.payor [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/EjemploEmaOrganizationPe> ;
     fhir:Reference.reference [ fhir:value "Organization/EjemploEmaOrganizationPe" ]
  ] ;
  fhir:Coverage.class [
     fhir:index 0 ;
     fhir:Coverage.class.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ] ;
         fhir:Coding.code [ fhir:value "plan" ]
       ]
     ] ;
     fhir:Coverage.class.value [ fhir:value "Seguro Regular" ] ;
     fhir:Coverage.class.name [ fhir:value "EsSalud — Seguro Regular" ]
  ] .

<http://hl7.org/fhir/Patient/EjemploEmaPatientPe> a fhir:Patient .

<http://hl7.org/fhir/Organization/EjemploEmaOrganizationPe> a fhir:Organization .

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

<http://hl7.org/fhir/Coverage/EjemploEmaCoveragePe.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Coverage/EjemploEmaCoveragePe.ttl> .