Skip to main content
Version: v0.0.3

Interface: MedicationFrequency

A periodic dosing frequency (HL7 v3 PIVL_TS). period is the interval between administrations (e.g. 8 hours); institutionSpecified marks an institution-defined timing (e.g. "with meals" rather than a fixed clock).

Example

import type { MedicationFrequency } from "@cosyte/ccda";
const f: MedicationFrequency = { period: { value: 8, unit: "h" } };

Properties

institutionSpecified?

readonly optional institutionSpecified?: boolean


period?

readonly optional period?: PQ