Back to search
audit email
aud_emlgeneral
Updated 3/30/2026
Definition
The electronic mail address for a record review process. Used to identify audit email in healthcare data systems.
Standard Abbreviation
aud_eml
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
aud_eml VARCHAR(100), -- audit email
...
);
-- Example in SELECT
SELECT
claim_id,
aud_eml as audit_email
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms