Back to search

Total Paid Amount

clm_paid_amt
general
Updated 3/30/2026

Definition

The actual dollar amount paid for the entire claim (CLP04).

Standard Abbreviation

clm_paid_amt

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  clm_paid_amt VARCHAR(100),  -- Total Paid Amount
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  clm_paid_amt as total_paid_amount
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms