Da Vinci Payer Data Exchange
2.2.0 - STU 2.2 United States of America flag

This page is part of the Da Vinci Payer Data Exchange (v2.2.0: STU2.2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Practitioner Provider Example 1 - Dr. Smith - XML Representation

Page standards status: Informative

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="provider-001"/>
  <meta>
    <lastUpdated value="2024-12-16T10:00:00Z"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>Dr. John Smith, MD</p></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="1234567893"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Smith"/>
    <given value="John"/>
    <prefix value="Dr."/>
    <suffix value="MD"/>
  </name>
</Practitioner>