Back to search
payment amount
pmt_amtclaims
Updated 3/30/2026
Definition
Amount value associated with the payment.
Standard Abbreviation
pmt_amt
Category
claims
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
pmt_amt VARCHAR(100), -- payment amount
...
);
-- Example in SELECT
SELECT
claim_id,
pmt_amt as payment_amount
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms