Back to search
Generic Drug
GENpharmacy
Updated 3/30/2026
Definition
A medication that is equivalent to a brand-name product in dosage strength route of administration quality and performance but typically costs less.
Standard Abbreviation
GEN
Category
pharmacy
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
gen VARCHAR(100), -- Generic Drug
...
);
-- Example in SELECT
SELECT
claim_id,
gen as generic_drug
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms