Back to search
claim charge amount
clm_chrg_amtclaims
Updated 3/30/2026
Definition
Charge amount on claim line.
Standard Abbreviation
clm_chrg_amt
Category
claims
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
clm_chrg_amt VARCHAR(100), -- claim charge amount
...
);
-- Example in SELECT
SELECT
claim_id,
clm_chrg_amt as claim_charge_amount
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms