Back to search

Controlled Substance Schedule

Schedule
general
Updated 3/27/2026

Standard Abbreviation

Schedule

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  schedule VARCHAR(100),  -- Controlled Substance Schedule
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  schedule as controlled_substance_schedule
FROM claims;

Looking for more healthcare terms?

Browse our complete library of 65,000+ standardized healthcare data terms

Browse All Terms