IGUHealth
    Preparing search index...
    interface AllergyIntolerance {
        _category?: Element[];
        _criticality?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _lastOccurrence?: Element;
        _onsetDateTime?: Element;
        _onsetString?: Element;
        _recordedDate?: Element;
        _type?: Element;
        asserter?: Reference;
        category?: code[];
        clinicalStatus?: CodeableConcept;
        code?: CodeableConcept;
        contained?: ConcreteType[];
        criticality?: code;
        encounter?: Reference;
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        language?: code;
        lastOccurrence?: dateTime;
        meta?: Meta;
        modifierExtension?: Extension[];
        note?: Annotation[];
        onsetAge?: Age;
        onsetDateTime?: dateTime;
        onsetPeriod?: Period;
        onsetRange?: Range;
        onsetString?: string;
        patient: Reference;
        reaction?: AllergyIntoleranceReaction[];
        recordedDate?: dateTime;
        recorder?: Reference;
        resourceType: "AllergyIntolerance";
        text?: Narrative;
        type?: code;
        verificationStatus?: CodeableConcept;
    }
    Index

    Properties

    _category?: Element[]

    food | medication | environment | biologic

    _criticality?: Element

    low | high | unable-to-assess

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _lastOccurrence?: Element

    Date(/time) of last known occurrence of a reaction

    _onsetDateTime?: Element

    When allergy or intolerance was identified

    _onsetString?: Element

    When allergy or intolerance was identified

    _recordedDate?: Element

    Date first version of the resource instance was recorded

    _type?: Element

    allergy | intolerance - Underlying mechanism (if known)

    asserter?: Reference

    Source of the information about the allergy

    category?: code[]

    food | medication | environment | biologic

    clinicalStatus?: CodeableConcept

    active | inactive | resolved

    Code that identifies the allergy or intolerance

    contained?: ConcreteType[]

    Contained, inline Resources

    criticality?: code

    low | high | unable-to-assess

    encounter?: Reference

    Encounter when the allergy or intolerance was asserted

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    External ids for this item

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    lastOccurrence?: dateTime

    Date(/time) of last known occurrence of a reaction

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    note?: Annotation[]

    Additional text not captured in other fields

    onsetAge?: Age

    When allergy or intolerance was identified

    onsetDateTime?: dateTime

    When allergy or intolerance was identified

    onsetPeriod?: Period

    When allergy or intolerance was identified

    onsetRange?: Range

    When allergy or intolerance was identified

    onsetString?: string

    When allergy or intolerance was identified

    patient: Reference

    Who the sensitivity is for

    Adverse Reaction Events linked to exposure to substance

    recordedDate?: dateTime

    Date first version of the resource instance was recorded

    recorder?: Reference

    Who recorded the sensitivity

    resourceType: "AllergyIntolerance"
    text?: Narrative

    Text summary of the resource, for human interpretation

    type?: code

    allergy | intolerance - Underlying mechanism (if known)

    verificationStatus?: CodeableConcept

    unconfirmed | confirmed | refuted | entered-in-error