Back to search
Tablet
TABgeneral
Updated 3/30/2026
Definition
A solid dosage form containing medication compressed into a small disc or other shape.
Standard Abbreviation
TAB
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
tab VARCHAR(100), -- Tablet
...
);
-- Example in SELECT
SELECT
claim_id,
tab as tablet
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms