Back to search

Reference Range Low

ref_range_low
general
Updated 3/30/2026

Definition

The lower bound of the 'normal' range for a specific clinical test.

Standard Abbreviation

ref_range_low

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  ref_range_low VARCHAR(100),  -- Reference Range Low
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  ref_range_low as reference_range_low
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms