Back to search
diagnosis code
diag_cdgeneral
Updated 3/30/2026
Definition
ICD diagnosis code associated with a claim
Standard Abbreviation
diag_cd
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
diag_cd VARCHAR(100), -- diagnosis code
...
);
-- Example in SELECT
SELECT
claim_id,
diag_cd as diagnosis_code
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms