IGUHealth
    Preparing search index...
    interface AllergyIntoleranceReaction {
        _description?: Element;
        _onset?: Element;
        _severity?: Element;
        description?: string;
        exposureRoute?: CodeableConcept;
        extension?: Extension[];
        id?: id;
        manifestation: CodeableConcept[];
        modifierExtension?: Extension[];
        note?: Annotation[];
        onset?: dateTime;
        severity?: code;
        substance?: CodeableConcept;
    }
    Index

    Properties

    _description?: Element

    Description of the event as a whole

    _onset?: Element

    Date(/time) when manifestations showed

    _severity?: Element

    mild | moderate | severe (of event as a whole)

    description?: string

    Description of the event as a whole

    exposureRoute?: CodeableConcept

    How the subject was exposed to the substance

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    manifestation: CodeableConcept[]

    Clinical symptoms/signs associated with the Event

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    note?: Annotation[]

    Text about event not captured in other fields

    onset?: dateTime

    Date(/time) when manifestations showed

    severity?: code

    mild | moderate | severe (of event as a whole)

    substance?: CodeableConcept

    Specific substance or pharmaceutical product considered to be responsible for event