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

: Practitioner with unknown name example - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner-UNK"/>
  <meta>
    <versionId value="4"/>
    <lastUpdated value="2020-07-30T22:03:09.089+00:00"/>
    <source value="#Ysu32TJmFpSGwO7W"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner practitioner-UNK</b></p><a name="practitioner-UNK"> </a><a name="hcpractitioner-UNK"> </a><a name="practitioner-UNK-en-US"> </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">version: 4; Last updated: 2020-07-30 22:03:09+0000; </p><p style="margin-bottom: 0px">Information Source: #Ysu32TJmFpSGwO7W</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-practitioner.html">US Core Practitioner Profile</a></p></div><p><b>identifier</b>: <code>http://hl7.org/fhir/sid/us-npi</code>/555555555</p><p><b>name</b>: UNK </p></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="555555555"/>
  </identifier>
  <name>
    <family value="UNK">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="unknown"/>
      </extension>
    </family>
  </name>
</Practitioner>