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

: Beispiel HKP-Versorgungsalternative - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "ExampleHkpCarePlanOption",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/dental/StructureDefinition/dental-care-plan"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan ExampleHkpCarePlanOption</b></p><a name=\"ExampleHkpCarePlanOption\"> </a><a name=\"hcExampleHkpCarePlanOption\"> </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-care-plan.html\">Dental Behandlungsplan (DE)</a></p></div><p><b>identifier</b>: <code>https://example-dental-practice.de/hkp</code>/HKP-2026-0001-OPTION-B</p><p><b>status</b>: Draft</p><p><b>intent</b>: Option</p><p><b>category</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-category dental}\">Dental</span>, <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-care-plan-type hkp}\">Heil- und Kostenplan (HKP)</span></p><p><b>title</b>: HKP-Alternative: Brückenversorgung Zahn 35-37</p><p><b>description</b>: Alternative Versorgung, die noch nicht als ausführbarer Behandlungsplan ausgewählt wurde.</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>period</b>: 2026-01-15 --&gt; 2026-06-30</p><p><b>created</b>: 2026-01-15</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://example-dental-practice.de/hkp",
      "value" : "HKP-2026-0001-OPTION-B"
    }
  ],
  "status" : "draft",
  "intent" : "option",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.cognovis.de/dental/CodeSystem/dental-category",
          "code" : "dental",
          "display" : "Dental"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "https://fhir.cognovis.de/dental/CodeSystem/dental-care-plan-type",
          "code" : "hkp",
          "display" : "Heil- und Kostenplan (HKP)"
        }
      ]
    }
  ],
  "title" : "HKP-Alternative: Brückenversorgung Zahn 35-37",
  "description" : "Alternative Versorgung, die noch nicht als ausführbarer Behandlungsplan ausgewählt wurde.",
  "subject" : {
    🔗 "reference" : "Patient/pat-gkv-dental-01"
  },
  "period" : {
    "start" : "2026-01-15",
    "end" : "2026-06-30"
  },
  "created" : "2026-01-15"
}