Back to search
Booster Dose
Boostergeneral
Updated 3/30/2026
Definition
An additional dose of vaccine given after the initial dose to maintain immunity.
Standard Abbreviation
Booster
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
booster VARCHAR(100), -- Booster Dose
...
);
-- Example in SELECT
SELECT
claim_id,
booster as booster_dose
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms