Back to search

medication email

med_eml
general
Updated 3/30/2026

Definition

The electronic mail address for a pharmaceutical substance. Used to identify medication email in healthcare data systems.

Standard Abbreviation

med_eml

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  med_eml VARCHAR(100),  -- medication email
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  med_eml as medication_email
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms