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

Generated Narrative: Procedure ExampleDirectLaserProcedure

basedOn: CarePlan PAR-Behandlungsplan: Parodontitis generalisiert, Stadium II, Grad B

status: Completed

category: Dental

code: Direct laser therapy

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

performed: 2026-07-22 10:00:00+0200

reasonReference: Condition Chronische Parodontitis

bodySite: 36

usedReference: Device: identifier = https://example-dental-practice.de/device#LASER-2026-01; status = active; type =

" ] ; fhir:Procedure.basedOn [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "CarePlan/ExampleParCarePlan" ] ] ; 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.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/periodontal-adjunctive-procedure-type" ] ; fhir:Coding.code [ fhir:value "direct-laser" ] ] ] ; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ] ] ; fhir:Procedure.performedDateTime [ fhir:value "2026-07-22T10:00:00+02:00"^^xsd:dateTime] ; fhir:Procedure.reasonReference [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "Condition/ExampleParodontitisCondition" ] ] ; 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 "36" ] ] ] ; fhir:Procedure.usedReference [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "Device/ExamplePeriodontalLaserDevice" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------