Back to search
prescription name
rx_nmpharmacy
Updated 3/30/2026
Definition
Display name for the prescription.
Standard Abbreviation
rx_nm
Category
pharmacy
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
rx_nm VARCHAR(100), -- prescription name
...
);
-- Example in SELECT
SELECT
claim_id,
rx_nm as prescription_name
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms