@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.cognovis.de/dental/Procedure/ExampleDentalProcedure> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleDentalProcedure"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/dental-procedure"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/dental-procedure>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ExampleDentalProcedure</b></p><a name=\"ExampleDentalProcedure\"> </a><a name=\"hcExampleDentalProcedure\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dental-procedure.html\">Zahnärztliche Behandlung (DE)</a></p></div><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-category dental}\">Dental</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/kzbv/bema 13b}\">Kompositfüllung BEMA 13b — Zahn 46</span></p><p><b>subject</b>: <a href=\"Patient-pat-gkv-01.html\">Klaus Bergmann (official) (no stated gender), DoB: 1962-04-17 ( Krankenversichertennummer)</a></p><p><b>encounter</b>: <a href=\"Encounter-enc-dental-01-kassenschein.html\">Encounter: identifier = https://example-dental-practice.de/fall-id#DENTAL-2026-0001; status = finished; class = ambulatory (v3 Code System ActCode#AMB); period = 2026-01-10 --&gt; 2026-01-10</a></p><p><b>performed</b>: 2026-01-10</p><p><b>reasonReference</b>: <a href=\"Condition-ExampleDentalCondition.html\">Condition Karies des Dentins</a></p><p><b>bodySite</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/tooth-identification-fdi 46}\">Zahn 46, Flächen MO (mesial-okklusal)</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://fhir.cognovis.de/dental/CodeSystem/dental-category"^^xsd:anyURI ;
         fhir:l <https://fhir.cognovis.de/dental/CodeSystem/dental-category>
       ] ;
       fhir:code [ fhir:v "dental" ] ;
       fhir:display [ fhir:v "Dental" ]
     ] )
  ] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.de/CodeSystem/kzbv/bema"^^xsd:anyURI ;
         fhir:l <http://fhir.de/CodeSystem/kzbv/bema>
       ] ;
       fhir:code [ fhir:v "13b" ] ;
       fhir:display [ fhir:v "Kompositfüllung zweiflächig" ]
     ] ) ;
     fhir:text [ fhir:v "Kompositfüllung BEMA 13b — Zahn 46" ]
  ] ; # 
  fhir:subject [
     fhir:l <https://fhir.cognovis.de/dental/Patient/pat-gkv-01> ;
     fhir:reference [ fhir:v "Patient/pat-gkv-01" ]
  ] ; # 
  fhir:encounter [
     fhir:l <https://fhir.cognovis.de/dental/Encounter/enc-dental-01-kassenschein> ;
     fhir:reference [ fhir:v "Encounter/enc-dental-01-kassenschein" ]
  ] ; # 
  fhir:performed [
     a fhir:DateTime ;
     fhir:v "2026-01-10"^^xsd:date
  ] ; # 
  fhir:reasonReference ( [
     fhir:l <https://fhir.cognovis.de/dental/Condition/ExampleDentalCondition> ;
     fhir:reference [ fhir:v "Condition/ExampleDentalCondition" ]
  ] ) ; # 
  fhir:bodySite ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://fhir.cognovis.de/dental/CodeSystem/tooth-identification-fdi"^^xsd:anyURI ;
         fhir:l <https://fhir.cognovis.de/dental/CodeSystem/tooth-identification-fdi>
       ] ;
       fhir:code [ fhir:v "46" ] ;
       fhir:display [ fhir:v "46" ]
     ] ) ;
     fhir:text [ fhir:v "Zahn 46, Flächen MO (mesial-okklusal)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

