Back to search

Type of Bill

tob_cd
general
Updated 3/30/2026

Definition

A 4-digit institutional code for facility and care type (837I specific).

Standard Abbreviation

tob_cd

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  tob_cd VARCHAR(100),  -- Type of Bill
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  tob_cd as type_of_bill
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms