@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Device ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExamplePrimarySnoringAppliance"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "

Generated Narrative: Device ExamplePrimarySnoringAppliance

identifier: https://example-dental-practice.de/device/SLEEP-APPLIANCE-2026-01

status: Active

type: Mandibular advancement oral appliance

patient: Charlotte von Hohenstein (official) Female, DoB: 1975-09-03

" ] ; fhir:Device.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "https://example-dental-practice.de/device" ] ; fhir:Identifier.value [ fhir:value "SLEEP-APPLIANCE-2026-01" ] ] ; fhir:Device.status [ fhir:value "active"] ; fhir:Device.type [ fhir:CodeableConcept.text [ fhir:value "Mandibular advancement oral appliance" ] ] ; fhir:Device.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------