Back to search

Electronic Prescribing

E_Prescribing
general
Updated 3/30/2026

Definition

The computer-based transmission of prescription information.

Standard Abbreviation

E_Prescribing

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  e_prescribing VARCHAR(100),  -- Electronic Prescribing
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  e_prescribing as electronic_prescribing
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms