Skip to main content

IHE profiles

JamMPI implements four IHE profiles for patient identity management.

ITI-78 — Patient Demographics Query (PDQm)

Query patients by demographics using standard FHIR search parameters:

GET /fhir/Patient?family=Fernando&birthdate=1985-03-14
GET /fhir/Patient?identifier=urn:br01.mrn|MRN12345

ITI-83 — Patient Identifier Cross-reference (PIXm)

Retrieve all known identifiers for a patient:

GET /fhir/Patient/$ihe-pix?sourceIdentifier=urn:br01.mrn|MRN12345

Returns all linked identifiers including the golden record ID.

ITI-93/94 — Patient Master Identity Registry (PMIR)

Create and update patient records using FHIR Bundles. JamMPI accepts PMIR POST /fhir requests for batch patient registration.

ITI-119 — Patient Identity Match (new PIXm)

The primary interface used by JamBridge:

POST /fhir/Patient/$match

Returns match grade, confidence score, and golden record reference. This is the modern, FHIR-native replacement for ITI-83.