Back to search
payment type
pmt_typclaims
Updated 3/30/2026
Definition
The category classification for a financial transaction amount. Used to identify payment type in healthcare data systems.
Standard Abbreviation
pmt_typ
Category
claims
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
pmt_typ VARCHAR(100), -- payment type
...
);
-- Example in SELECT
SELECT
claim_id,
pmt_typ as payment_type
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms