Back to search

Telepharmacy

Telepharmacy
pharmacy
Updated 3/30/2026

Definition

The delivery of pharmaceutical care through telecommunications technology.

Standard Abbreviation

Telepharmacy

Category

pharmacy

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  telepharmacy VARCHAR(100),  -- Telepharmacy
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  telepharmacy as telepharmacy
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms