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