Da Vinci Payer Data Exchange
2.1.1 - STU 2.1 United States of America flag

Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions

: Practitioner Provider Example 2 - Dr. Jones - XML Representation

Page standards status: Informative

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="provider-002"/>
  <meta>
    <lastUpdated value="2024-12-16T10:00:00Z"/>
    <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>Dr. Mary Jones, MD</p></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="1497758544"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Jones"/>
    <given value="Mary"/>
    <prefix value="Dr."/>
    <suffix value="MD"/>
  </name>
</Practitioner>