Back to search

Health Savings Account

HSA
general
Updated 3/30/2026

Definition

A type of savings account that lets you set aside money on a pre-tax basis to pay for qualified medical expenses.

Standard Abbreviation

HSA

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  hsa VARCHAR(100),  -- Health Savings Account
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  hsa as health_savings_account
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms