Back to search

treatment plan

tx_pln
general
Updated 3/30/2026

Definition

Specific medical interventions and therapies prescribed for patient condition. Part of overall care plan.

Standard Abbreviation

tx_pln

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  tx_pln VARCHAR(100),  -- treatment plan
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  tx_pln as treatment_plan
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms