@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Coverage ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "cov-zzv-dental-01"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/fpde-coverage-privat" ; fhir:index 0 ; fhir:link ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "

Generated Narrative: Coverage cov-zzv-dental-01

status: Active

type: Zahnzusatzversicherung

subscriber: Aylin Özdemir (official) (no stated gender), DoB: 1988-03-14 ( Krankenversichertennummer)

beneficiary: Aylin Özdemir (official) (no stated gender), DoB: 1988-03-14 ( Krankenversichertennummer)

period: 2024-01-01 --> (ongoing)

payor: Example supplementary insurer

" ] ; fhir:Coverage.status [ fhir:value "active"] ; fhir:Coverage.type [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/versicherungsart-de-basis" ] ; fhir:Coding.code [ fhir:value "PKV" ] ; fhir:Coding.display [ fhir:value "private Krankenversicherung" ] ] ; fhir:CodeableConcept.text [ fhir:value "Zahnzusatzversicherung" ] ] ; fhir:Coverage.subscriber [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-gkv-dental-01" ] ] ; fhir:Coverage.beneficiary [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-gkv-dental-01" ] ] ; fhir:Coverage.period [ fhir:Period.start [ fhir:value "2024-01-01"^^xsd:date ] ] ; fhir:Coverage.payor [ fhir:index 0 ; fhir:Reference.display [ fhir:value "Example supplementary insurer" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------