@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Procedure ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExampleApdtProcedure"] ; 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 ExampleApdtProcedure

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

status: Completed

category: Dental

code: Antimicrobial photodynamic therapy

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

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

reasonReference: Condition Chronische Parodontitis

bodySite: 37

usedReference:

" ] ; 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 "apdt" ] ] ] ; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ] ] ; fhir:Procedure.performedDateTime [ fhir:value "2026-07-22T10:30: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 "37" ] ] ] ; fhir:Procedure.usedReference [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "Device/ExamplePeriodontalLaserDevice" ] ], [ fhir:index 1 ; fhir:link ; fhir:Reference.reference [ fhir:value "Substance/ExamplePeriodontalPhotosensitizer" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------