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