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. For a full list of available versions, see the Directory of published versions

: Organization Provider Example 2 - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="provider-org-002"/>
  <meta>
    <lastUpdated value="2024-12-16T10:00:00Z"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>Second Example Provider Organization</p></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="1122334455"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <name value="Second Example Provider Organization"/>
  <telecom>
    <system value="phone"/>
    <value value="555-987-6543"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="200 Healthcare Boulevard"/>
    <city value="Sometown"/>
    <state value="MA"/>
    <postalCode value="02102"/>
  </address>
</Organization>