Back to search

Refill

REF
general
Updated 3/30/2026

Definition

A prescription renewed to provide an additional supply of medication.

Standard Abbreviation

REF

Category

general

Database Usage

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

-- Example in SELECT
SELECT 
  claim_id,
  ref as refill
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms