Back to search
Unit
Ugeneral
Updated 3/30/2026
Definition
Hospital department or nursing unit (ICU, Med-Surg, Pediatrics). Contains multiple rooms and beds with specialized staff.
Standard Abbreviation
U
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
u VARCHAR(100), -- Unit
...
);
-- Example in SELECT
SELECT
claim_id,
u as unit
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms