Back to search

drug admission date

drg_admn_dt
pharmacy
Updated 3/30/2026

Definition

The hospital entry date for a therapeutic chemical compound. Used to track when drug admission date in healthcare data systems.

Standard Abbreviation

drg_admn_dt

Category

pharmacy

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  drg_admn_dt VARCHAR(100),  -- drug admission date
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  drg_admn_dt as drug_admission_date
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms