<?xml version="1.0" encoding="UTF-8"?>

<Device xmlns="http://hl7.org/fhir">
  <id value="dental-core-example-implant"/>
  <meta>
    <profile value="https://fhir.cognovis.de/dental-core/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 dental-core-example-implant</b></p><a name="dental-core-example-implant"> </a><a name="hcdental-core-example-implant"> </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</a></p></div><p><b>Tooth Position</b>: <a href="CodeSystem-tooth-position-fdi.html#tooth-position-fdi-16">FDI Tooth Position: 16</a> (Permanent maxillary right first molar)</p><p><b>identifier</b>: <code>https://example.org/dental-implants</code>/implant-16</p><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 272159002}">272159002</span></p><p><b>patient</b>: <a href="Patient-dental-core-example-patient.html">Anonymous Patient (no stated gender), DoB Unknown</a></p></div>
  </text>
  <extension url="https://fhir.cognovis.de/dental-core/StructureDefinition/tooth-position">
    <valueCoding>
      <system value="https://fhir.cognovis.de/dental-core/CodeSystem/tooth-position-fdi"/>
      <code value="16"/>
    </valueCoding>
  </extension>
  <identifier>
    <system value="https://example.org/dental-implants"/>
    <value value="implant-16"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="272159002"/>
    </coding>
  </type>
  <patient>
    <reference value="Patient/dental-core-example-patient"/>
  </patient>
</Device>