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

: 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="ExamplePatientL2"/>
        <meta>
          <profile
                   value="http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient-L2"/>
        </meta>
        <language value="en-US"/>
        <identifier>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="DL"/>
            </coding>
          </type>
          <system
                  value="http://terminology.hl7.org/NamingSystem/NorthCarolinaDLN"/>
          <value value="3955-56122846"/>
          <assigner>
            <display value="North Carolina"/>
          </assigner>
        </identifier>
        <identifier>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="PN"/>
            </coding>
          </type>
          <system
                  value="http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier"/>
          <value value="0000-000-0000-00000000000"/>
        </identifier>
        <active value="true"/>
        <name>
          <family value="Cheze"/>
          <given value="Teddy"/>
        </name>
        <telecom>
          <system value="phone"/>
          <value value="726-999-1990"/>
          <use value="mobile"/>
        </telecom>
        <gender value="male"/>
        <birthDate value="1980-05-05"/>
        <address>
          <type value="physical"/>
          <line value="123 High Street"/>
          <city value="Raleigh"/>
          <state value="NC"/>
          <postalCode value="27513"/>
        </address>
        <maritalStatus>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
            <code value="UNK"/>
          </coding>
        </maritalStatus>
      </Patient>
    </resource>
  </parameter>
</Parameters>