Back to search

Drug Interaction

DI
pharmacy
Updated 3/30/2026

Definition

A reaction between two or more drugs or between a drug and food that affects how the drugs work.

Standard Abbreviation

DI

Category

pharmacy

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  di VARCHAR(100),  -- Drug Interaction
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  di as drug_interaction
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms