Back to search
Narcotic
NARCgeneral
Updated 3/30/2026
Definition
A drug that relieves pain and induces sleep but may be habit-forming and is subject to legal restrictions.
Standard Abbreviation
NARC
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
narc VARCHAR(100), -- Narcotic
...
);
-- Example in SELECT
SELECT
claim_id,
narc as narcotic
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms