Interface: AllergyReaction
One reaction (manifestation) of an allergy. manifestation is the coded
clinical effect (e.g. hives); severity is the reaction's nested Severity
Observation value, distinct from the propensity's overall criticality.
Example
import type { AllergyReaction } from "@cosyte/ccda";
const r: AllergyReaction = { manifestation: { code: "247472004", codeSystem: "2.16.840.1.113883.6.96" } };
Properties
manifestation?
readonlyoptionalmanifestation?:CD
severity?
readonlyoptionalseverity?:CD