Back to search

Antiemetic

AE
general
Updated 3/30/2026

Definition

A medication that prevents or reduces nausea and vomiting.

Standard Abbreviation

AE

Category

general

Database Usage

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

-- Example in SELECT
SELECT 
  claim_id,
  ae as antiemetic
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms