Back to search

Total Claim Charge

tot_clm_chg
claims
Updated 3/30/2026

Definition

The sum of all line item charges submitted on the claim.

Standard Abbreviation

tot_clm_chg

Category

claims

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  tot_clm_chg VARCHAR(100),  -- Total Claim Charge
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  tot_clm_chg as total_claim_charge
FROM claims;

Looking for more healthcare terms?

Browse our complete library of 65,000+ standardized healthcare data terms

Browse All Terms