Skip to main content
Version: v0.0.3

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?

readonly optional center?: PQ


high?

readonly optional high?: PQ


low?

readonly optional low?: PQ


nullFlavor?

readonly optional nullFlavor?: string


width?

readonly optional width?: PQ