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
Draft as of 2024-10-25 |
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="IDI-match"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition IDI-match</b></p><a name="IDI-match"> </a><a name="hcIDI-match"> </a><a name="IDI-match-en-US"> </a><p>URL: [base]/Patient/$idi-match</p><p>Input parameters Profile:<a href="StructureDefinition-idi-match-input-parameters.html">IDI Match Input Parameters</a></p><p>Output parameters Profile:<a href="StructureDefinition-idi-match-output-parameters.html">IDI Match Output Parameters</a></p><h3>Parameters</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>IDIPatient</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/patient.html">Patient</a></td><td/><td><div><p>A Patient resource that is being requested in the match operation. The requester must use one of the IDI Patient profiles for the resource in their submission.</p>
</div></td></tr><tr><td>OUT</td><td>IDIMatchBundle</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>When successful, a Bundle resource containing Patient resources of a high confidence match is returned to the requestor. In addition, an Organization resource of the responding entity will be included in the Bundle for error reporting purposes. When the responding server is unable to return a match, a response of 'No Match Found' will be returned.</p>
</div></td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pa"/>
</extension>
<url
value="http://hl7.org/fhir/us/identity-matching/OperationDefinition/IDI-match"/>
<version value="2.0.0-ballot"/>
<name value="IDIMatch"/>
<title value="IDI Match Operation"/>
<status value="draft"/>
<kind value="operation"/>
<date value="2024-10-25T16:13:35+00:00"/>
<publisher value="HL7 International / Patient Administration"/>
<contact>
<name value="HL7 International / Patient Administration"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/pafm"/>
</telecom>
</contact>
<description
value="This extension of the $match operation is further constrained to meet the additional requirements found in this IG. One of the IDI Patient profiles outline in this guide (IDI-Patient, IDI-Patient-L0, IDI-Patient-L1) SHALL be used as the input for the match request. An IDI-Match-Bundle will be returned to the requesting entity. This Bundle will contain the full URLs of the sourced information, an Organization resource, and any matched Patient resources."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="US"/>
</coding>
</jurisdiction>
<code value="idi-match"/>
<base
value="http://hl7.org/fhir/us/identity-matching/OperationDefinition/IDI-match"/>
<resource value="Patient"/>
<system value="false"/>
<type value="true"/>
<instance value="false"/>
<inputProfile
value="http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-input-parameters"/>
<outputProfile
value="http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-output-parameters"/>
<parameter>
<name value="IDIPatient"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation
value="A Patient resource that is being requested in the match operation. The requester must use one of the IDI Patient profiles for the resource in their submission."/>
<type value="Patient"/>
</parameter>
<parameter>
<name value="IDIMatchBundle"/>
<use value="out"/>
<min value="1"/>
<max value="1"/>
<documentation
value="When successful, a Bundle resource containing Patient resources of a high confidence match is returned to the requestor. In addition, an Organization resource of the responding entity will be included in the Bundle for error reporting purposes. When the responding server is unable to return a match, a response of 'No Match Found' will be returned."/>
<type value="Bundle"/>
</parameter>
</OperationDefinition>