German Dental FHIR Profiles (R4)
0.41.6 - trial-use Germany

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

: Confirmed Avulsion Diagnosis for Tooth 11 - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "ExampleAvulsionDiagnosis11",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/dental/StructureDefinition/dental-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition ExampleAvulsionDiagnosis11</b></p><a name=\"ExampleAvulsionDiagnosis11\"> </a><a name=\"hcExampleAvulsionDiagnosis11\"> </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>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://id.who.int/icd/release/11/mms NA0D.15}, {http://fhir.de/CodeSystem/bfarm/icd-10-gm S03.2}, {http://snomed.info/sct 109671008}\">Avulsion of tooth</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ex-tooth 11}\">11</span></p><p><b>subject</b>: <a href=\"Patient-pat-gkv-dental-01.html\">Aylin Özdemir (official) (no stated gender), DoB: 1988-03-14 ( Krankenversichertennummer)</a></p><p><b>recordedDate</b>: 2026-07-18</p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Observation-ExampleAvulsionObservation11.html\">Observation Dental injury classification</a></td></tr></table></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.cognovis.de/dental/CodeSystem/dental-category",
          "code" : "dental",
          "display" : "Dental"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://id.who.int/icd/release/11/mms",
        "code" : "NA0D.15",
        "display" : "Avulsion of tooth"
      },
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
        "version" : "2026",
        "code" : "S03.2",
        "display" : "Zahnluxation"
      },
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/11000274103/version/20260515",
        "code" : "109671008",
        "display" : "Complete avulsion of tooth (disorder)"
      }
    ]
  },
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/ex-tooth",
          "code" : "11"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/pat-gkv-dental-01"
  },
  "recordedDate" : "2026-07-18",
  "evidence" : [
    {
      "detail" : [
        {
          🔗 "reference" : "Observation/ExampleAvulsionObservation11"
        }
      ]
    }
  ]
}