2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Pract-uslab-example3.xml

Raw XML (canonical form)

USLab PHPractitioner Canonical Example: Gregory F House PhD (id = "uslab-example3")

Raw XML

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="uslab-example3"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <identifier>
    <use value="official"/>
    <label value="NPI"/>
    <value value="1234567893"/>
    <assigner>
      <reference value="https://nppes.cms.hhs.gov/NPPES/"/>
      <display value="The Centers for Medicare and Medicaid Services (CMS) National Plan and Provider Enumeration
       System (NPPES)"/>
    </assigner>
  </identifier>
  <name>
    <family value="House"/>
    <given value="Gregory"/>
    <given value="F"/>
    <suffix value="PhD"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555 777 1234 11"/>
  </telecom>
</Practitioner>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.