Da Vinci Health Record Exchange (HRex)
1.0.0 - STU R1 US

This page is part of the Da Vinci Health Record Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: HRex Organization full example - XML Representation

Page standards status: Informative

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><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "full" </p></div><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, <a href="mailto:info@newhealthplan.org">info@newhealthplan.org</a></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://terminology.hl7.org/NamingSystem/CMSCertificationNumber"/>
    <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>