Back to search

Claim Filing Indicator

clm_file_ind
claims
Updated 3/30/2026

Definition

Identifies the type of insurance plan (e.g., MC=Medicaid, HM=HMO, CI=Commercial).

Standard Abbreviation

clm_file_ind

Category

claims

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  clm_file_ind VARCHAR(100),  -- Claim Filing Indicator
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  clm_file_ind as claim_filing_indicator
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms