Interoperable Digital Identity and Patient Matching
2.0.0 - STU 2 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 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

: IDIMatchInputParameters-Example - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="IDIMatchInputParameters-Example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-input-parameters"/>
  </meta>
  <parameter>
    <name value="IDIPatient"/>
    <resource>
      <Patient>
        <id value="ExamplePatient"/>
        <meta>
          <profile
                   value="http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient"/>
        </meta>
        <language value="en-US"/>
        <identifier>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="MB"/>
            </coding>
          </type>
          <system
                  value="http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier"/>
          <value value="1234-234-1243-12345678901"/>
        </identifier>
        <active value="true"/>
        <name>
          <family value="Beegood"/>
          <given value="Johnny"/>
        </name>
        <telecom>
          <system value="phone"/>
          <value value="301-555-2112"/>
          <use value="mobile"/>
        </telecom>
        <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>
        <maritalStatus>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
            <code value="UNK"/>
          </coding>
        </maritalStatus>
      </Patient>
    </resource>
  </parameter>
  <parameter>
    <name value="onlySingleMatch"/>
    <valueBoolean value="true"/>
  </parameter>
</Parameters>