{
  "resourceType" : "Procedure",
  "id" : "ExampleDentalProcedure",
  "meta" : {
    "profile" : ["https://fhir.cognovis.de/dental/StructureDefinition/dental-procedure"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "completed",
  "category" : {
    "coding" : [{
      "system" : "https://fhir.cognovis.de/dental/CodeSystem/dental-category",
      "code" : "dental",
      "display" : "Dental"
    }]
  },
  "code" : {
    "coding" : [{
      "system" : "http://fhir.de/CodeSystem/kzbv/bema",
      "code" : "13b",
      "display" : "Kompositfüllung zweiflächig"
    }],
    "text" : "Kompositfüllung BEMA 13b — Zahn 46"
  },
  "subject" : {
    "reference" : "Patient/pat-gkv-01"
  },
  "encounter" : {
    "reference" : "Encounter/enc-dental-01-kassenschein"
  },
  "performedDateTime" : "2026-01-10",
  "reasonReference" : [{
    "reference" : "Condition/ExampleDentalCondition"
  }],
  "bodySite" : [{
    "coding" : [{
      "system" : "https://fhir.cognovis.de/dental/CodeSystem/tooth-identification-fdi",
      "code" : "46",
      "display" : "46"
    }],
    "text" : "Zahn 46, Flächen MO (mesial-okklusal)"
  }]
}