Back to search
claim code
clm_cdclaims
Updated 3/30/2026
Definition
Code value for the claim.
Standard Abbreviation
clm_cd
Category
claims
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
clm_cd VARCHAR(100), -- claim code
...
);
-- Example in SELECT
SELECT
claim_id,
clm_cd as claim_code
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms