Back to search
Unit Count
unit_qtygeneral
Updated 3/30/2026
Definition
The number of units or minutes for a specific service line.
Standard Abbreviation
unit_qty
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
unit_qty VARCHAR(100), -- Unit Count
...
);
-- Example in SELECT
SELECT
claim_id,
unit_qty as unit_count
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms