Interface: ReferenceRange
A result's reference range. low/high are the structured numeric bounds (an
IVL_PQ); text is the free-text form (preserved when present). A range with
no structured bounds emits FREE_TEXT_REFERENCE_RANGE, it cannot be compared
numerically against the result value.
Example
import type { ReferenceRange } from "@cosyte/ccda";
const r: ReferenceRange = { low: { value: 3.5, unit: "g/dL" }, high: { value: 5, unit: "g/dL" } };
Properties
high?
readonlyoptionalhigh?:PQ
low?
readonlyoptionallow?:PQ
text?
readonlyoptionaltext?:string