Interoperable Digital Identity and Patient Matching
2.0.0-ballot - STU2 Ballot United States of America flag

Interoperable Digital Identity and Patient Matching, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-identity-matching-ig/ and changes regularly. See the Directory of published versions

: patient-multi-digital-identifier - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-multi-digital-identifier"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient patient-multi-digital-identifier</b></p><a name="patient-multi-digital-identifier"> </a><a name="hcpatient-multi-digital-identifier"> </a><a name="patient-multi-digital-identifier-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Honk Huberdeau  Male, DoB: 1980-01-10 ( http://hospital.abc.org#a5c2498f-9b62-4c97-8dc3-03a20b0f5412)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li><code>http://payer.xyz.org</code>/40e31ed2-4d16-4416-a66d-c3e84f8a4812</li><li><code>http://idp.def.org</code>/db0cfc86-58e4-467c-b1d7-78571598ee15</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 555-555-5555(Home)</li><li><a href="mailto:honk.huberdeau@example.com">honk.huberdeau@example.com</a></li><li>999 Not Real Street Columbus OH 43210 US </li></ul></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://hospital.abc.org"/>
    <value value="a5c2498f-9b62-4c97-8dc3-03a20b0f5412"/>
    <assigner>🔗 
      <reference value="Organization/abc-hospital"/>
    </assigner>
  </identifier>
  <identifier>
    <system value="http://payer.xyz.org"/>
    <value value="40e31ed2-4d16-4416-a66d-c3e84f8a4812"/>
    <assigner>🔗 
      <reference value="Organization/xyz-payer"/>
    </assigner>
  </identifier>
  <identifier>
    <system value="http://idp.def.org"/>
    <value value="db0cfc86-58e4-467c-b1d7-78571598ee15"/>
    <assigner>🔗 
      <reference value="Organization/def-idp"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Huberdeau"/>
    <given value="Honk"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-5555"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="honk.huberdeau@example.com"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1980-01-10"/>
  <address>
    <line value="999 Not Real Street"/>
    <city value="Columbus"/>
    <state value="OH"/>
    <postalCode value="43210"/>
    <country value="US"/>
  </address>
</Patient>