Back to search
Legend Drug
Legend_Drugpharmacy
Updated 3/30/2026
Definition
A drug that, by law, can be obtained only by prescription and bears the label 'Rx only'.
Standard Abbreviation
Legend_Drug
Category
pharmacy
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
legend_drug VARCHAR(100), -- Legend Drug
...
);
-- Example in SELECT
SELECT
claim_id,
legend_drug as legend_drug
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms