Back to search
Master Patient Index
MPImember
Updated 3/30/2026
Definition
MPI - enterprise-wide index linking patient identifiers across systems. Ensures single patient view despite multiple IDs.
Standard Abbreviation
MPI
Category
member
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
mpi VARCHAR(100), -- Master Patient Index
...
);
-- Example in SELECT
SELECT
claim_id,
mpi as master_patient_index
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms