Back to search

claim indicator

clm_ind
claims
Updated 3/30/2026

Definition

Generic yes/no indicator related to the claim.

Standard Abbreviation

clm_ind

Category

claims

Database Usage

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

-- Example in SELECT
SELECT 
  claim_id,
  clm_ind as claim_indicator
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms