Back to search
Vial
Vialgeneral
Updated 3/30/2026
Definition
A small glass or plastic vessel or bottle used to store medication.
Standard Abbreviation
Vial
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
vial VARCHAR(100), -- Vial
...
);
-- Example in SELECT
SELECT
claim_id,
vial as vial
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms