Back to search

Withdrawal

Withdrawal
general
Updated 3/30/2026

Definition

Physical and mental symptoms that occur after stopping or reducing intake of a drug.

Standard Abbreviation

Withdrawal

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  withdrawal VARCHAR(100),  -- Withdrawal
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  withdrawal as withdrawal
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms