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/annex2b-example-coverage> a fhir:Coverage ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "annex2b-example-coverage"] ; 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: Coverage annex2b-example-coverage</b></p><a name=\"annex2b-example-coverage\"> </a><a name=\"hcannex2b-example-coverage\"> </a><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href=\"Patient-annex2b-example-patient.html\">Alex Example (no stated gender), DoB: 1970-01-01 ( https://fhir.cognovis.de/praxis/NamingSystem/pvs-patient-nummer#PvsPatientNummer#annex2b-patient-1)</a></p><p><b>payor</b>: <a href=\"Organization-annex2b-example-payer.html\">Organization Example Health Insurance</a></p></div>" ] ; fhir:Coverage.status [ fhir:value "active"] ; fhir:Coverage.beneficiary [ fhir:link <http://hl7.org/fhir/Patient/annex2b-example-patient> ; fhir:Reference.reference [ fhir:value "Patient/annex2b-example-patient" ] ] ; fhir:Coverage.payor [ fhir:index 0 ; fhir:link <http://hl7.org/fhir/Organization/annex2b-example-payer> ; fhir:Reference.reference [ fhir:value "Organization/annex2b-example-payer" ] ] . <http://hl7.org/fhir/Patient/annex2b-example-patient> a fhir:Patient . <http://hl7.org/fhir/Organization/annex2b-example-payer> a fhir:Organization . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Coverage/annex2b-example-coverage.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Coverage/annex2b-example-coverage.ttl> .