This page is part of the Interoperable Digital Identity and Patient Matching (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<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>