Back to search
Reference Range High
ref_range_highgeneral
Updated 3/30/2026
Definition
The upper bound of the 'normal' range for a specific clinical test.
Standard Abbreviation
ref_range_high
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
ref_range_high VARCHAR(100), -- Reference Range High
...
);
-- Example in SELECT
SELECT
claim_id,
ref_range_high as reference_range_high
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms