Dental Data Exchange
2.0.0-ballot - CI Build United States of America flag

Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. See the Directory of published versions

: Example Procedure - buccal-restoration-example-dental-procedure - XML Representation

Raw xml | Download



<Procedure xmlns="http://hl7.org/fhir">
  <id value="buccal-restoration-example-dental-procedure"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-procedure"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Procedure buccal-restoration-example-dental-procedure</b></p><a name="buccal-restoration-example-dental-procedure"> </a><a name="hcbuccal-restoration-example-dental-procedure"> </a><a name="buccal-restoration-example-dental-procedure-en-US"> </a><p><b>BodyStructure Reference</b>: <a href="#hcbuccal-restoration-example-dental-procedure/bs1">BodyStructure: location = Structure of permanent maxillary right lateral incisor tooth (body structure); locationQualifier = Entire buccal surface</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title="Codes:{http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category dental}">Dental</span></p><p><b>code</b>: <span title="Codes:{http://www.ada.org/cdt D2330}">resin-based composite - one surface, anterior</span></p><p><b>subject</b>: <a href="Patient-example-dental.html">Patient A</a></p><p><b>performed</b>: 2024-08-10</p><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: BodyStructure  #bs1</b></p><a name="buccal-restoration-example-dental-procedure/bs1"> </a><a name="hcbuccal-restoration-example-dental-procedure/bs1"> </a><a name="buccal-restoration-example-dental-procedure/bs1-en-US"> </a><p><b>location</b>: <span title="Codes:{http://snomed.info/sct 424877001}, {http://terminology.hl7.org/CodeSystem/ADAUniversalToothDesignationSystem 7}">Structure of permanent maxillary right lateral incisor tooth (body structure)</span></p><p><b>locationQualifier</b>: <span title="Codes:{http://snomed.info/sct 245647007}">Entire buccal surface</span></p><p><b>patient</b>: <a href="Patient-example-dental.html">Patient A</a></p></blockquote></div>
  </text>
  <contained>
    <BodyStructure>
      <id value="bs1"/>
      <location>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="424877001"/>
          <display
                   value="Structure of permanent maxillary right lateral incisor tooth (body structure)"/>
        </coding>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/ADAUniversalToothDesignationSystem"/>
          <code value="7"/>
          <display value="Permanent maxillary right lateral incisor tooth"/>
        </coding>
      </location>
      <locationQualifier>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="245647007"/>
          <display value="Entire buccal surface"/>
        </coding>
      </locationQualifier>
      <patient>🔗 
        <reference value="Patient/example-dental"/>
        <display value="Patient A"/>
      </patient>
    </BodyStructure>
  </contained>
  <extension url="http://hl7.org/fhir/StructureDefinition/bodySite">
    <valueReference>
      <reference value="#bs1"/>
    </valueReference>
  </extension>
  <status value="completed"/>
  <category>
    <coding>
      <system
              value="http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category"/>
      <code value="dental"/>
      <display value="Dental"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://www.ada.org/cdt"/>
      <code value="D2330"/>
      <display value="resin-based composite - one surface, anterior"/>
    </coding>
    <text value="resin-based composite - one surface, anterior"/>
  </code>
  <subject>🔗 
    <reference value="Patient/example-dental"/>
    <display value="Patient A"/>
  </subject>
  <performedDateTime value="2024-08-10"/>
</Procedure>