Back to search

Refill Too Soon

Refill_Too_Soon
general
Updated 3/27/2026

Standard Abbreviation

Refill_Too_Soon

Category

general

Database Usage

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

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

Looking for more healthcare terms?

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

Browse All Terms