PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.identity-matching@2.0.0-ballot
    http://hl7.org/fhir/us/identity-matching/OperationDefinition/IDI-match
{
  "description": "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.",
  "_filename": "OperationDefinition-IDI-match.json",
  "package_name": "hl7.fhir.us.identity-matching",
  "date": "2024-08-12T18:37:27+00:00",
  "system": false,
  "publisher": "HL7 International / Patient Administration",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "IDIMatch",
  "type": "true",
  "experimental": null,
  "outputProfile": "http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-output-parameters",
  "resourceType": "OperationDefinition",
  "title": "IDI Match Operation",
  "package_version": "2.0.0-ballot",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "pa"
  } ],
  "status": "draft",
  "id": "681ea4fb-40eb-4e0a-9184-1de8092ff39c",
  "resource": [ "Patient" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/us/identity-matching/OperationDefinition/IDI-match",
  "code": "idi-match",
  "base": "http://hl7.org/fhir/us/identity-matching/OperationDefinition/IDI-match",
  "version": "2.0.0-ballot",
  "contact": [ {
    "name": "HL7 International / Patient Administration",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/pafm",
      "system": "url"
    } ]
  } ],
  "inputProfile": "http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-input-parameters",
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "IDIPatient",
    "type": "Patient",
    "documentation": "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."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "IDIMatchBundle",
    "type": "Bundle",
    "documentation": "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."
  } ]
}