German Dental FHIR Profiles (R4)
0.36.1 - trial-use DE

German Dental FHIR Profiles (R4) - Local Development build (v0.36.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel KFO-Diagnose Angle II/1 KIG 4 - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "ExampleKfoDiagnose",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/dental/StructureDefinition/dental-condition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition ExampleKfoDiagnose</b></p><a name=\"ExampleKfoDiagnose\"> </a><a name=\"hcExampleKfoDiagnose\"> </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-condition.html\">Zahnärztliche Diagnose (DE)</a></p></div><p><b>KFO Angle-Klasse</b>: II-1</p><p><b>KFO KIG-Punkte</b>: 4</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></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/bfarm/icd-10-gm K07.12}\">Angle-Klasse II/1: Distalbiss mit proklinierter Oberkieferfront, Overjet &gt; 9 mm</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>onset</b>: 2026-02-01</p><p><b>recordedDate</b>: 2026-02-01</p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cognovis.de/dental/StructureDefinition/kfo-angle-klasse",
      "valueCode" : "II-1"
    },
    {
      "url" : "https://fhir.cognovis.de/dental/StructureDefinition/kfo-kig-punkte",
      "valueInteger" : 4
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.cognovis.de/dental/CodeSystem/dental-category",
          "code" : "dental",
          "display" : "Dental"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
        "code" : "K07.12",
        "display" : "Distalbiss, Angle-Klasse II"
      }
    ],
    "text" : "Angle-Klasse II/1: Distalbiss mit proklinierter Oberkieferfront, Overjet > 9 mm"
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-gkv-01"
  },
  "onsetDateTime" : "2026-02-01",
  "recordedDate" : "2026-02-01"
}