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
readonlyallergies: readonlyAllergy[]
effectiveTime?
readonlyoptionaleffectiveTime?:IVL_TS
ids
readonlyids: readonlyII[]
status
readonlystatus:ConcernStatus