Back to search
Medicare Secondary Payer
MSPgeneral
Updated 3/27/2026
Standard Abbreviation
MSP
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
msp VARCHAR(100), -- Medicare Secondary Payer
...
);
-- Example in SELECT
SELECT
claim_id,
msp as medicare_secondary_payer
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms