{ "description": "A Master Patient Index ([MPI](http://en.wikipedia.org/wiki/Enterprise_master_patient_index) ) is a service used to manage patient identification in a context where multiple patient databases exist. Healthcare applications and middleware use the MPI to match patients between the databases, and to store new patient details as they are encountered. MPIs are highly specialized applications, often tailored extensively to the institution's particular mix of patients. MPIs can also be run on a regional and national basis. To ask an MPI to match a patient, clients use the \\\"$match\\\" operation, which accepts a patient resource which may be only partially complete. The data provided is interpreted as an MPI input and processed by an algorithm of some kind that uses the data to determine the most appropriate matches in the patient set. Note that different MPI matching algorithms have different required inputs. The generic $match operation does not specify any particular algorithm, nor a minimum set of information that must be provided when asking for an MPI match operation to be performed, but many implementations will have a set of minimum information, which may be declared in their definition of the $match operation by specifying a profile on the resource parameter, indicating which properties are required in the search. The patient resource submitted to the operation does not have to be complete, nor does it need to pass validation (i.e. mandatory fields don't need to be populated), but it does have to be a valid instance, as it is used as the reference data to match against.", "_filename": "OperationDefinition-IHE.PIXm.pix.json", "package_name": "ch.fhir.ig.ch-epr-mhealth", "date": "2019-07-05", "system": false, "publisher": "eHealth Suisse", "instance": false, "jurisdiction": [ { "coding": [ { "code": "CH", "system": "urn:iso:std:iso:3166" } ] } ], "name": "IHE_PIXm_pix", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Find patient matches using IHE-PIXm Profile", "package_version": "0.1.2", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 5 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" } ], "status": "draft", "id": "a56f083e-0c7a-402e-9d33-a041dd53153b", "resource": [ "Patient" ], "kind": "operation", "comment": "The response from an \"mpi\" query is a bundle containing patient records, ordered from most likely to least likely. If there are no patient matches, the MPI SHALL return an empty search set with no error, but may include an operation outcome with further advice regarding patient selection. All patient records SHALL have a search score from 0 to 1, where 1 is the most certain match, along with an extension \"[match-grade](extension-match-grade .html)\" that indicates the MPI's position on the match quality.", "url": "http://profiles.ihe.net/fhir/ihe.pixm.fhir/OperationDefinition/IHE.PIXm.pix", "code": "match", "version": "0.1.2", "contact": [ { "name": "eHealth Suisse", "telecom": [ { "value": "https://www.e-health-suisse.ch", "system": "url" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "sourceIdentifier", "type": "string", "searchType": "token", "documentation": "The Patient identifier search parameter that will be used by the Patient Identifier Cross-reference Manager to find cross matching identifiers associated with the Patient Resource. See Section 3.83.4.1.2.1." }, { "max": "1", "min": 0, "use": "in", "name": "targetSystem", "type": "string", "searchType": "uri", "documentation": "The target Patient Identifier Assigning Authority from which the returned identifiers should be selected. See Section 3.83.4.1.2.2." }, { "max": "1", "min": 0, "use": "in", "name": "_format", "type": "string", "searchType": "token", "documentation": "The requested format of the response. See ITI TF-2x: Appendix Z.6" }, { "max": "*", "min": 0, "use": "out", "name": "targetIdentifier", "type": "Identifier", "documentation": "The identifier found. Constraints to include the assigning authority as specified in ITI TF-2x: Appendix E.3" }, { "max": "*", "min": 0, "use": "out", "name": "targetId", "type": "Reference", "documentation": "The URL of the Patient Resource" } ] }