Back to search

High Deductible Health Plan

HDHP
general
Updated 3/27/2026

Standard Abbreviation

HDHP

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  hdhp VARCHAR(100),  -- High Deductible Health Plan
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  hdhp as high_deductible_health_plan
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms