export { NumericObservation, type NumericObservationProps } from './numeric-observation.component';
export {
  calculateInterpretation,
  normalizeInterpretation,
  type ObservationInterpretation,
  type OBSERVATION_INTERPRETATION,
  type ObsReferenceRanges,
  type ReferenceRangeValue,
} from './interpretation-utils';
export { useConceptReferenceRange, type UseConceptReferenceRangeResult } from './use-concept-reference-range';
