Interface: IVL_PQ
Parsed HL7 v3 Interval of Physical Quantity. Any subset of the bound fields
may be present; nullFlavor is set when the interval element declared one.
Example
import type { IVL_PQ } from "@cosyte/ccda";
const range: IVL_PQ = { low: { value: 1, unit: "mg" }, high: { value: 2, unit: "mg" } };
Properties
center?
readonlyoptionalcenter?:PQ
high?
readonlyoptionalhigh?:PQ
low?
readonlyoptionallow?:PQ
nullFlavor?
readonlyoptionalnullFlavor?:string
width?
readonlyoptionalwidth?:PQ