Back to search
claim billed amount
clm_bill_amtclaims
Updated 3/30/2026
Definition
Amount billed by the provider.
Standard Abbreviation
clm_bill_amt
Category
claims
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
clm_bill_amt VARCHAR(100), -- claim billed amount
...
);
-- Example in SELECT
SELECT
claim_id,
clm_bill_amt as claim_billed_amount
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms