Skip to main content
Version: v0.0.3

Interface: AllergyConcern

An Allergy Concern Act: the concern wrapper around one or more Allergy observations. status is the active/resolved/inactive state from the concern statusCode; effectiveTime is the concern window.

Example

import type { AllergyConcern } from "@cosyte/ccda";
function isActive(c: AllergyConcern): boolean {
return c.status === "active";
}

Properties

allergies

readonly allergies: readonly Allergy[]


effectiveTime?

readonly optional effectiveTime?: IVL_TS


ids

readonly ids: readonly II[]


status

readonly status: ConcernStatus