Interoperable Digital Identity and Patient Matching
2.0.0 - STU 2 United States of America flag

This page is part of the Interoperable Digital Identity and Patient Matching (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: xyz-payer - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="xyz-payer"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization xyz-payer</b></p><a name="xyz-payer"> </a><a name="hcxyz-payer"> </a><p><b>identifier</b>: <a href="NamingSystem-Identity-HL7-Person-Identifier.html" title="Digital Identifier to assist in patient matching.">HL7PersonIdentifier</a>/666666</p><p><b>name</b>: XYZ Insurance</p><p><b>alias</b>: XYZ</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: <a href="tel:+15552343523">+1 555 234 3523</a>, <a href="mailto:info@xyz-payer.org">info@xyz-payer.org</a></p></blockquote></div>
  </text>
  <identifier>
    <system
            value="http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier"/>
    <value value="666666"/>
  </identifier>
  <name value="XYZ Insurance"/>
  <alias value="XYZ"/>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="+1 555 234 3523"/>
      <use value="work"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@xyz-payer.org"/>
      <use value="work"/>
    </telecom>
  </contact>
</Organization>