Back to search

Occupational Therapy

OT
general
Updated 3/30/2026

Definition

OT - therapy helping patients regain ability to perform daily living activities (dressing, bathing, cooking).

Standard Abbreviation

OT

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  ot VARCHAR(100),  -- Occupational Therapy
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  ot as occupational_therapy
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms