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="patient"/>
    <resource>
      <Patient>
        <id value="ExamplePatient"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Example Patient</b></p><a name="ExamplePatient"></a><p><b>name</b>: ExamplePatient</p><p><b>address</b>: Peter Chalmers</p></div>
        </text>
        <name>
          <use value="official"/>
          <family value="Chalmers"/>
          <given value="Peter"/>
          <given value="James"/>
        </name>
      </Patient>
    </resource>
  </parameter>
</Parameters>