Back to search
Schedule V Controlled Substance
CVgeneral
Updated 3/27/2026
Standard Abbreviation
CV
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
cv VARCHAR(100), -- Schedule V Controlled Substance
...
);
-- Example in SELECT
SELECT
claim_id,
cv as schedule_v_controlled_substance
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms