Back to search
Therapeutic Index
TIgeneral
Updated 3/30/2026
Definition
The ratio between the toxic dose and therapeutic dose of a drug indicating its safety margin.
Standard Abbreviation
TI
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
ti VARCHAR(100), -- Therapeutic Index
...
);
-- Example in SELECT
SELECT
claim_id,
ti as therapeutic_index
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms