A reference range, also known as a normal range or reference interval, defines the set of values that are considered typical for a specific laboratory test in a healthy population. When a lab report shows that a hemoglobin result is 14.5 g/dL with a reference range of 13.5-17.5 g/dL, it communicates that this result falls within the expected range for a healthy individual. Results outside the reference range may indicate a clinical condition that warrants further investigation.
Reference ranges are not universal constants — they vary based on multiple factors. Age, sex, ethnicity, altitude, time of day, and even the specific analytical method used by the laboratory can all influence what is considered "normal." A pediatric reference range for white blood cells differs significantly from an adult range. Many laboratories establish their own reference ranges based on their patient population and analytical equipment, which is why the same test performed at different laboratories may show different reference ranges.
In the FHIR standard, reference ranges are a key component of the Observation resource. Each Observation can include one or more reference ranges with optional qualifiers for age, sex, and clinical context. This structured representation allows clinical decision support systems to automatically flag abnormal results, generate alerts for critical values, and display results with color-coded indicators. The standardization of reference ranges in FHIR ensures that the clinical context travels with the result, even when data moves between different healthcare systems.
Extracting reference ranges from lab reports during OCR processing presents specific challenges. Reference ranges appear in various formats — "13.5-17.5," "13.5 - 17.5," "< 200," "> 10," or even as separate columns for low and high values. Some reports include age- and sex-specific ranges, while others show a single range for all patients. A robust digitization pipeline must accurately parse these varying formats and map them to the structured reference range fields in FHIR Observations, preserving the clinical context that makes lab results interpretable.