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