Dental Data Exchange
1.0.0 - 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 1.0.0 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

: Dental Referral ServiceRequest example - XML Representation

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="example-dental-referral-1"/>
  <meta>
    <versionId value="9"/>
    <lastUpdated value="2021-08-17T18:21:18.760+00:00"/>
    <source value="#SNBbxDLfpSgMOlLL"/>
    <profile
             value="http://hl7.org/fhir/us/dental-data-exchange/dental-servicerequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ServiceRequest</b><a name="example-dental-referral-1"> </a></p><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">Resource ServiceRequest &quot;example-dental-referral-1&quot; Version &quot;9&quot; Updated &quot;2021-08-17 18:21:18+0000&quot; </p><p style="margin-bottom: 0px">Information Source: #SNBbxDLfpSgMOlLL!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-dental-servicerequest.html">Dental Service Request</a></p></div><p><b>identifier</b>: <code>urn:ietf:rfc:3986</code>/urn:uid:0c2aacfc-ce7d-4652-b9ea-7280ea21dec4</p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>category</b>: Evaluation and management of patient (procedure) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#14736009 &quot;History and physical examination with evaluation and management of patient (procedure)&quot;)</span></p><p><b>priority</b>: asap</p><p><b>code</b>: Patient referral for dental care (procedure) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#103697008)</span></p><p><b>subject</b>: <a href="Patient-example-dental.html">Patient/example-dental</a> &quot; A&quot;</p><p><b>requester</b>: <a href="Practitioner-practitioner-M.html">Practitioner/practitioner-M</a> &quot; M&quot;</p><p><b>reasonReference</b>: </p><ul><li><a href="Condition-toothache-example.html">Condition/toothache-example</a></li><li><a href="Condition-LLQP-example.html">Condition/LLQP-example</a></li><li><a href="Condition-Bleeding-gums-example.html">Condition/Bleeding-gums-example</a></li></ul></div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uid:0c2aacfc-ce7d-4652-b9ea-7280ea21dec4"/>
  </identifier>
  <status value="active"/>
  <intent value="plan"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="14736009"/>
      <display
               value="History and physical examination with evaluation and management of patient (procedure)"/>
    </coding>
    <text value="Evaluation and management of patient (procedure)"/>
  </category>
  <priority value="asap"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="103697008"/>
      <display value="Patient referral for dental care (procedure)"/>
    </coding>
    <text value="Patient referral for dental care (procedure)"/>
  </code>
  <subject>🔗 
    <reference value="Patient/example-dental"/>
  </subject>
  <requester>🔗 
    <reference value="Practitioner/practitioner-M"/>
  </requester>
  <reasonReference>🔗 
    <reference value="Condition/toothache-example"/>
  </reasonReference>
  <reasonReference>🔗 
    <reference value="Condition/LLQP-example"/>
  </reasonReference>
  <reasonReference>🔗 
    <reference value="Condition/Bleeding-gums-example"/>
  </reasonReference>
</ServiceRequest>