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

Generated Narrative: Procedure ExampleAvulsionReplantation11

status: Completed

category: Dental

code: Replantation and splinting of avulsed tooth

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

performed: 2026-07-18 17:20:00+0200

reasonReference: Observation Dental injury classification

bodySite: 11

" ] ; fhir:Procedure.status [ fhir:value "completed"] ; fhir:Procedure.category [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/dental-category" ] ; fhir:Coding.code [ fhir:value "dental" ] ; fhir:Coding.display [ fhir:value "Dental" ] ] ] ; fhir:Procedure.code [ fhir:CodeableConcept.text [ fhir:value "Replantation and splinting of avulsed tooth" ] ] ; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-gkv-dental-01" ] ] ; fhir:Procedure.performedDateTime [ fhir:value "2026-07-18T17:20:00+02:00"^^xsd:dateTime] ; fhir:Procedure.reasonReference [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/ExampleAvulsionObservation11" ] ] ; fhir:Procedure.bodySite [ fhir:index 0 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/ex-tooth" ] ; fhir:Coding.code [ fhir:value "11" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------