Back to search
Wholesaler
Wholesalergeneral
Updated 3/30/2026
Definition
An entity that buys drugs from manufacturers and resells them to pharmacies.
Standard Abbreviation
Wholesaler
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
wholesaler VARCHAR(100), -- Wholesaler
...
);
-- Example in SELECT
SELECT
claim_id,
wholesaler as wholesaler
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms