Consumer-Directed Payer Data Exchange
- Release 0.1.0

This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

XML Format: Organization-Org1

Raw xml


<Organization xmlns="http://hl7.org/fhir">
  <id value="Org1"/>
  <meta>
    <versionId value="4"/>
    <lastUpdated value="2019-12-18T22:28:27.000-05:00"/>
    <profile
             value="http://hl7.org/fhir/us/carin/StructureDefinition/carin-bb-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
			<p>
				<b>Generated Narrative with Details</b>
			</p>
			</div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NPI"/>
        <display value="National provider identifier"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="987654"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="TAX"/>
        <display value="Tax ID number"/>
      </coding>
    </type>
    <system value="urn:oid:2.16.840.1.113883.4.4"/>
    <value value="AB12346"/>
  </identifier>
  <active value="true"/>
  <name value="Hospital ABC"/>
  <telecom>
    <system value="phone"/>
    <value value="734-677-7777"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="customer-service@hospital-abc.org"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="3300 Washtenaw Avenue, Suite 227"/>
    <city value="Amherst"/>
    <state value="MA"/>
    <postalCode value="01002"/>
    <country value="USA"/>
  </address>
</Organization>