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