@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://emahealth.io/fhir/core/Coverage/EjemploEmaCoverage> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjemploEmaCoverage"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://emahealth.io/fhir/core/StructureDefinition/ema-coverage"^^xsd:anyURI ;
       fhir:l <https://emahealth.io/fhir/core/StructureDefinition/ema-coverage>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Cobertura EjemploEmaCoverage</b></p><a name=\"EjemploEmaCoverage\"> </a><a name=\"hcEjemploEmaCoverage\"> </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</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://emahealth.io/fhir/core/CodeSystem/cs-coverage-tipo fonasa}\">Fonasa</span></p><p><b>subscriber</b>: <a href=\"Patient-EjemploEmaPatient.html\">María Fernández (official) Female, DoB: 1968-03-15 ( RUN (use: official, ))</a></p><p><b>beneficiary</b>: <a href=\"Patient-EjemploEmaPatient.html\">María Fernández (official) Female, DoB: 1968-03-15 ( RUN (use: official, ))</a></p><p><b>payor</b>: <a href=\"Organization-EjemploEmaOrganization.html\">Organization Centro Médico EMA</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 class}\">Class</span></td><td>B</td><td>Tramo B</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://emahealth.io/fhir/core/CodeSystem/cs-coverage-tipo"^^xsd:anyURI ;
         fhir:l <https://emahealth.io/fhir/core/CodeSystem/cs-coverage-tipo>
       ] ;
       fhir:code [ fhir:v "fonasa" ] ;
       fhir:display [ fhir:v "Fonasa" ]
     ] )
  ] ; # 
  fhir:subscriber [
     fhir:l <https://emahealth.io/fhir/core/Patient/EjemploEmaPatient> ;
     fhir:reference [ fhir:v "Patient/EjemploEmaPatient" ]
  ] ; # 
  fhir:beneficiary [
     fhir:l <https://emahealth.io/fhir/core/Patient/EjemploEmaPatient> ;
     fhir:reference [ fhir:v "Patient/EjemploEmaPatient" ]
  ] ; # 
  fhir:payor ( [
     fhir:l <https://emahealth.io/fhir/core/Organization/EjemploEmaOrganization> ;
     fhir:reference [ fhir:v "Organization/EjemploEmaOrganization" ]
  ] ) ; # 
  fhir:class ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "class" ]
       ] )
     ] ;
     fhir:value [ fhir:v "B" ] ;
     fhir:name [ fhir:v "Tramo B" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

