Back to search

claim detail

clm_dtl
claims
Updated 3/30/2026

Definition

The specific information for a insurance reimbursement request. Used to identify claim detail in healthcare data systems.

Standard Abbreviation

clm_dtl

Category

claims

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  clm_dtl VARCHAR(100),  -- claim detail
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  clm_dtl as claim_detail
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms