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

: Aligner Planning with Attachments and Interproximal Reduction - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "ExampleAlignerCarePlan",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/dental/StructureDefinition/aligner-care-plan"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan ExampleAlignerCarePlan</b></p><a name=\"ExampleAlignerCarePlan\"> </a><a name=\"hcExampleAlignerCarePlan\"> </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-aligner-care-plan.html\">Aligner Care Plan (DE)</a></p></div><blockquote><p><b>Aligner Attachment Plan</b></p><ul><li>tooth: 13</li></ul></blockquote><blockquote><p><b>Aligner Attachment Plan</b></p><ul><li>tooth: 23</li></ul></blockquote><blockquote><p><b>Aligner Interproximal Reduction Plan</b></p><ul><li>firstTooth: 11</li><li>secondTooth: 12</li><li>amount: 0.3 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm = 'millimeter')</span></li></ul></blockquote><p><b>identifier</b>: <code>https://example-dental-practice.de/kfo-plan</code>/ALIGNER-2026-01</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</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 kfo}\">Kieferorthopaedie (KFO)</span></p><p><b>title</b>: Aligner care plan</p><p><b>subject</b>: <a href=\"Patient-pat-pkv-01.html\">Charlotte von Hohenstein (official) Female, DoB: 1975-09-03</a></p><p><b>created</b>: 2026-07-15</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "tooth",
          "valueCode" : "13"
        }
      ],
      "url" : "https://fhir.cognovis.de/dental/StructureDefinition/aligner-attachment-plan"
    },
    {
      "extension" : [
        {
          "url" : "tooth",
          "valueCode" : "23"
        }
      ],
      "url" : "https://fhir.cognovis.de/dental/StructureDefinition/aligner-attachment-plan"
    },
    {
      "extension" : [
        {
          "url" : "firstTooth",
          "valueCode" : "11"
        },
        {
          "url" : "secondTooth",
          "valueCode" : "12"
        },
        {
          "url" : "amount",
          "valueQuantity" : {
            "value" : 0.3,
            "system" : "http://unitsofmeasure.org",
            "code" : "mm"
          }
        }
      ],
      "url" : "https://fhir.cognovis.de/dental/StructureDefinition/aligner-interproximal-reduction-plan"
    }
  ],
  "identifier" : [
    {
      "system" : "https://example-dental-practice.de/kfo-plan",
      "value" : "ALIGNER-2026-01"
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "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" : "kfo"
        }
      ]
    }
  ],
  "title" : "Aligner care plan",
  "subject" : {
    🔗 "reference" : "Patient/pat-pkv-01"
  },
  "created" : "2026-07-15"
}