@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Device ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExampleImplantCrown36"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/implant-suprastructure" ; fhir:index 0 ; fhir:link ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ] ; fhir:Narrative.div "

Generated Narrative: Device ExampleImplantCrown36

FDI Zahnnummer: 36

Supporting Implant Device: Device: extension = 36; identifier = https://example-dental-practice.de/device#IMPLANT-36-2024; status = active; manufacturer = Example manufacturer; modelNumber = IMPLANT-MODEL-A; type =

identifier: https://example-dental-practice.de/device/SUPRA-CROWN-36-2024

status: Active

type: Implant-supported dental crown

patient: Friedrich Hartmann (official) Male, DoB: 1958-11-22

" ] ; fhir:DomainResource.extension [ fhir:index 0 ; fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/fdi-tooth-number" ] ; fhir:Extension.valueCode [ fhir:value "36" ] ], [ fhir:index 1 ; fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/supporting-implant-device" ] ; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Device/ExampleDentalImplant36" ] ] ] ; fhir:Device.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "https://example-dental-practice.de/device" ] ; fhir:Identifier.value [ fhir:value "SUPRA-CROWN-36-2024" ] ] ; fhir:Device.status [ fhir:value "active"] ; fhir:Device.type [ fhir:CodeableConcept.text [ fhir:value "Implant-supported dental crown" ] ] ; fhir:Device.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------