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 - XML Representation

Raw xml | Download


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="ExampleAlignerCarePlan"/>
  <meta>
    <profile
             value="https://fhir.cognovis.de/dental/StructureDefinition/aligner-care-plan"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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>
  </text>
  <extension
             url="https://fhir.cognovis.de/dental/StructureDefinition/aligner-attachment-plan">
    <extension url="tooth">
      <valueCode value="13"/>
    </extension>
  </extension>
  <extension
             url="https://fhir.cognovis.de/dental/StructureDefinition/aligner-attachment-plan">
    <extension url="tooth">
      <valueCode value="23"/>
    </extension>
  </extension>
  <extension
             url="https://fhir.cognovis.de/dental/StructureDefinition/aligner-interproximal-reduction-plan">
    <extension url="firstTooth">
      <valueCode value="11"/>
    </extension>
    <extension url="secondTooth">
      <valueCode value="12"/>
    </extension>
    <extension url="amount">
      <valueQuantity>
        <value value="0.3"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mm"/>
      </valueQuantity>
    </extension>
  </extension>
  <identifier>
    <system value="https://example-dental-practice.de/kfo-plan"/>
    <value value="ALIGNER-2026-01"/>
  </identifier>
  <status value="active"/>
  <intent value="plan"/>
  <category>
    <coding>
      <system
              value="https://fhir.cognovis.de/dental/CodeSystem/dental-category"/>
      <code value="dental"/>
      <display value="Dental"/>
    </coding>
  </category>
  <category>
    <coding>
      <system
              value="https://fhir.cognovis.de/dental/CodeSystem/dental-care-plan-type"/>
      <code value="kfo"/>
    </coding>
  </category>
  <title value="Aligner care plan"/>
  <subject>🔗 
    <reference value="Patient/pat-pkv-01"/>
  </subject>
  <created value="2026-07-15"/>
</CarePlan>