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

Generated Narrative: Device ExampleDentalImplant37

FDI Zahnnummer: 37

identifier: https://example-dental-practice.de/device/IMPLANT-37-2024

status: Active

manufacturer: Example manufacturer

modelNumber: IMPLANT-MODEL-A

type: Endosseous dental implant

property

type: Implant diameter

valueQuantity: 4.1 mm (Details: UCUM codemm = 'millimeter')

property

type: Implant length

valueQuantity: 10 mm (Details: UCUM codemm = 'millimeter')

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 "37" ] ] ; fhir:Device.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "https://example-dental-practice.de/device" ] ; fhir:Identifier.value [ fhir:value "IMPLANT-37-2024" ] ] ; fhir:Device.status [ fhir:value "active"] ; fhir:Device.manufacturer [ fhir:value "Example manufacturer"] ; fhir:Device.modelNumber [ fhir:value "IMPLANT-MODEL-A"] ; fhir:Device.type [ fhir:CodeableConcept.text [ fhir:value "Endosseous dental implant" ] ] ; fhir:Device.property [ fhir:index 0 ; fhir:Device.property.type [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property" ] ; fhir:Coding.code [ fhir:value "diameter" ] ] ] ; fhir:Device.property.valueQuantity [ fhir:index 0 ; fhir:Quantity.value [ fhir:value "4.1"^^xsd:decimal ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "mm" ] ] ], [ fhir:index 1 ; fhir:Device.property.type [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property" ] ; fhir:Coding.code [ fhir:value "length" ] ] ] ; fhir:Device.property.valueQuantity [ fhir:index 0 ; fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "mm" ] ] ] ; fhir:Device.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------