Da Vinci Health Record Exchange (HRex)
0.2.0 - STU R1 - 2nd ballot

This page is part of the Da Vinci Health Record Exchange (v0.2.0: STU1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: HRex Organization full example - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="full"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: full</p><p><b>identifier</b>: id: 11223344, id: 11223344, id: 55566667, id: 0123456789, id: 918273645</p><p><b>active</b>: true</p><p><b>name</b>: New Health Plan</p><p><b>telecom</b>: ph: 1-800-123-4567, ph: 1-234-567-8901, info@newhealthplan.org</p><p><b>address</b>: </p><ul><li>#1A 123 Some street, Some town, Canada </li><li>1003 Healthcare Drive Amherst MA 01002 USA </li></ul></div>
  </text>
  <identifier>
    <system value="http://example.org/identifiers/somesystem"/>
    <value value="11223344"/>
  </identifier>
  <identifier>
    <system value="urn:oid:2.16.840.1.113883.4.7"/>
    <value value="11223344"/>
  </identifier>
  <identifier>
    <system value="urn:oid:2.16.840.1.113883.4.4"/>
    <value value="55566667"/>
  </identifier>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="0123456789"/>
  </identifier>
  <identifier>
    <system value="http://todo/medicare-certification-number"/>
    <value value="918273645"/>
  </identifier>
  <active value="true"/>
  <name value="New Health Plan"/>
  <telecom>
    <system value="phone"/>
    <value value="1-800-123-4567"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="1-234-567-8901"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="info@newhealthplan.org"/>
  </telecom>
  <address>
    <line value="#1A 123 Some street, Some town, Canada"/>
  </address>
  <address>
    <line value="1003 Healthcare Drive"/>
    <city value="Amherst"/>
    <state value="MA"/>
    <postalCode value="01002"/>
    <country value="USA"/>
  </address>
</Organization>