Back to search
Suppository
SUPPgeneral
Updated 3/30/2026
Definition
A solid dosage form designed to be inserted into a body cavity where it melts or dissolves.
Standard Abbreviation
SUPP
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
supp VARCHAR(100), -- Suppository
...
);
-- Example in SELECT
SELECT
claim_id,
supp as suppository
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms