Back to search
Enterprise Master Patient Index
EMPImember
Updated 3/30/2026
Definition
EMPI - organization-wide MPI spanning all facilities and systems. Provides unified patient view across enterprise.
Standard Abbreviation
EMPI
Category
member
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
empi VARCHAR(100), -- Enterprise Master Patient Index
...
);
-- Example in SELECT
SELECT
claim_id,
empi as enterprise_master_patient_index
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms