Back to search

prescription target

rx_tgt
pharmacy
Updated 3/30/2026

Definition

The destination reference for a medication order. Used to identify prescription target in healthcare data systems.

Standard Abbreviation

rx_tgt

Category

pharmacy

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  rx_tgt VARCHAR(100),  -- prescription target
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  rx_tgt as prescription_target
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms