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

: Dental Implant at FDI Position 36 - XML Representation

Raw xml | Download


<Device xmlns="http://hl7.org/fhir">
  <id value="ExampleDentalImplant36"/>
  <meta>
    <profile
             value="https://fhir.cognovis.de/dental/StructureDefinition/dental-implant"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Device ExampleDentalImplant36</b></p><a name="ExampleDentalImplant36"> </a><a name="hcExampleDentalImplant36"> </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-implant.html">Dental Implant Device (DE)</a></p></div><p><b>FDI Zahnnummer</b>: 36</p><p><b>identifier</b>: <code>https://example-dental-practice.de/device</code>/IMPLANT-36-2024</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: Example manufacturer</p><p><b>modelNumber</b>: IMPLANT-MODEL-A</p><p><b>type</b>: <span title="Codes:">Endosseous dental implant</span></p><blockquote><p><b>property</b></p><p><b>type</b>: <span title="Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property diameter}">Implant diameter</span></p><p><b>valueQuantity</b>: 4.1 mm<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemm = 'millimeter')</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title="Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property length}">Implant length</span></p><p><b>valueQuantity</b>: 10 mm<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemm = 'millimeter')</span></p></blockquote><p><b>patient</b>: <a href="Patient-pat-beihilfe-01.html">Friedrich Hartmann (official) Male, DoB: 1958-11-22</a></p></div>
  </text>
  <extension
             url="https://fhir.cognovis.de/dental/StructureDefinition/fdi-tooth-number">
    <valueCode value="36"/>
  </extension>
  <identifier>
    <system value="https://example-dental-practice.de/device"/>
    <value value="IMPLANT-36-2024"/>
  </identifier>
  <status value="active"/>
  <manufacturer value="Example manufacturer"/>
  <modelNumber value="IMPLANT-MODEL-A"/>
  <type>
    <text value="Endosseous dental implant"/>
  </type>
  <property>
    <type>
      <coding>
        <system
                value="https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property"/>
        <code value="diameter"/>
      </coding>
    </type>
    <valueQuantity>
      <value value="4.1"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm"/>
    </valueQuantity>
  </property>
  <property>
    <type>
      <coding>
        <system
                value="https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property"/>
        <code value="length"/>
      </coding>
    </type>
    <valueQuantity>
      <value value="10"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm"/>
    </valueQuantity>
  </property>
  <patient>🔗 
    <reference value="Patient/pat-beihilfe-01"/>
  </patient>
</Device>