Back to search

Prescription Transfer

Transfer
pharmacy
Updated 3/30/2026

Definition

The process of moving a prescription from one pharmacy to another.

Standard Abbreviation

Transfer

Category

pharmacy

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  transfer VARCHAR(100),  -- Prescription Transfer
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  transfer as prescription_transfer
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms