Back to search

prescription range

rx_rng
pharmacy
Updated 3/30/2026

Definition

The value span limits for a medication order. Used to quantify prescription range in healthcare data systems.

Standard Abbreviation

rx_rng

Category

pharmacy

Database Usage

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

-- Example in SELECT
SELECT 
  claim_id,
  rx_rng as prescription_range
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms