Back to search

Department of Health and Human Services

HHS
general
Updated 3/27/2026

Standard Abbreviation

HHS

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  hhs VARCHAR(100),  -- Department of Health and Human Services
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  hhs as department_of_health_and_human_services
FROM claims;

Looking for more healthcare terms?

Browse our complete library of 65,000+ standardized healthcare data terms

Browse All Terms