Back to search

claim comment

clm_cmt
claims
Updated 3/30/2026

Definition

The free text notation for a insurance reimbursement request. Used to identify claim comment in healthcare data systems.

Standard Abbreviation

clm_cmt

Category

claims

Database Usage

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

-- Example in SELECT
SELECT 
  claim_id,
  clm_cmt as claim_comment
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms