Back to search

Units of Service

unit_cnt
general
Updated 3/30/2026

Definition

The total count of services or items provided (e.g., 2 for two X-rays).

Standard Abbreviation

unit_cnt

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  unit_cnt VARCHAR(100),  -- Units of Service
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  unit_cnt as units_of_service
FROM claims;

Looking for more healthcare terms?

Browse our complete library of 65,000+ standardized healthcare data terms

Browse All Terms