Back to search
claim type
clm_typclaims
Updated 3/30/2026
Definition
Classification type for claim within Claims processes in Healthcare implementations. Used for reporting, integrations, and downstream analytics.
Standard Abbreviation
clm_typ
Category
claims
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
clm_typ VARCHAR(100), -- claim type
...
);
-- Example in SELECT
SELECT
claim_id,
clm_typ as claim_type
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms