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

: IDIMatchOutputParameters-Example - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="IDIMatchOutputParameters-Example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-output-parameters"/>
  </meta>
  <parameter>
    <name value="bundle"/>
    <resource>
      <Bundle>
        <id value="MATCHOperationResponse"/>
        <meta>
          <profile
                   value="http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-bundle"/>
        </meta>
        <identifier>
          <assigner>
            <reference value="http://example.org/Organization/OrgExample"/>
          </assigner>
        </identifier>
        <type value="collection"/>
        <entry>
          <fullUrl value="https://example.com/base/Organization/OrgExample"/>
          <resource>
            <Organization>
              <id value="OrgExample"/>
              <meta>
                <profile
                         value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"/>
              </meta>
              <text>
                <status value="generated"/>
                <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization Insurance Company</b></p><a name="OrgExample"></a><p><b>name</b>: Insurance Compaany</p><p><b>address</b>: 688 Asylum Street Hartford CT 06155</p></div>
              </text>
              <active value="true"/>
              <type>
                <coding>
                  <system
                          value="http://terminology.hl7.org/CodeSystem/organization-type"/>
                  <code value="pay"/>
                  <display value="Payer"/>
                </coding>
              </type>
              <name value="Insurance Company"/>
              <telecom>
                <system value="phone"/>
                <value value="860-547-5001"/>
                <use value="work"/>
              </telecom>
              <address>
                <line value="688 Asylum Street"/>
                <city value="Hartford"/>
                <state value="CT"/>
                <postalCode value="06155"/>
                <country value="US"/>
              </address>
            </Organization>
          </resource>
        </entry>
        <entry>
          <fullUrl value="https://example.com/base/Patient/PatExample"/>
          <resource>
            <Patient>
              <id value="PatExample"/>
              <meta>
                <lastUpdated value="2020-07-07T13:26:22.0314215+00:00"/>
                <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: Person PatExample</b></p><a name="PatExample"></a><p><b>name</b>: Johnny Beegood (Official)</p><p><b>birthDate</b>: 1986-05-01</p><p><b>address</b>: 123 Main Street Pittsburgh PA 12519 (physical)</p></div>
              </text>
              <identifier>
                <type>
                  <coding>
                    <system
                            value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
                    <code value="MB"/>
                  </coding>
                </type>
                <system
                        value="https://www.xyzhealthplan.com/fhir/memberidentifier"/>
                <value value="1234-234-1243-12345678901"/>
              </identifier>
              <active value="true"/>
              <name>
                <family value="Beegood"/>
                <given value="Johnny"/>
              </name>
              <gender value="male"/>
              <birthDate value="1986-05-01"/>
              <address>
                <type value="physical"/>
                <line value="123 Main Street"/>
                <city value="Pittsburgh"/>
                <state value="PA"/>
                <postalCode value="12519"/>
              </address>
            </Patient>
          </resource>
        </entry>
      </Bundle>
    </resource>
  </parameter>
</Parameters>