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

Org-uslab-example2.xml

Raw XML (canonical form)

USLab Copy to Organization Profile Canonical Example: Children's Hospital (id = "uslab-example2")

Raw XML

<Organization xmlns="http://hl7.org/fhir">
  <id value="uslab-example2"/>
  <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="8235849085"/>
    <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 value="Children's Hospital"/>
  <telecom>
    <system value="phone"/>
    <value value="+1 617 555 1234"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="+1 555 227 6622"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="Massachusetts Avenue"/>
    <line value="Building 1"/>
    <city value="Boston"/>
    <state value="MA"/>
    <postalCode value="25025"/>
    <country value="USA"/>
  </address>
  <contact>
    <name>
      <family value="Fran"/>
      <given value="Desk"/>
      <given value="T"/>
      <prefix value="Dr"/>
      <suffix value="Jr"/>
    </name>
  </contact>
</Organization>

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.