Back to search
Congestive Heart Failure
CHFgeneral
Updated 3/27/2026
Standard Abbreviation
CHF
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
chf VARCHAR(100), -- Congestive Heart Failure
...
);
-- Example in SELECT
SELECT
claim_id,
chf as congestive_heart_failure
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms