Back to search
Vaccine
Vaccinegeneral
Updated 3/30/2026
Definition
A biological preparation that provides immunity to a specific infectious disease.
Standard Abbreviation
Vaccine
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
vaccine VARCHAR(100), -- Vaccine
...
);
-- Example in SELECT
SELECT
claim_id,
vaccine as vaccine
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms