FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Patient Care Work GroupMaturity Level: 3 Trial UseCompartments: Patient, Practitioner, RelatedPerson

Detailed Descriptions for the elements in the AllergyIntolerance resource.

AllergyIntolerance
Definition

Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.

Control1..1
Requirements

To record a clinical assessment of a propensity, or potential risk to an individual, of an adverse reaction upon future exposure to the specified substance, or class of substance.

Alternate NamesAllergy; Intolerance; Adverse Reaction
Comments

Substances include, but are not limited to: a therapeutic substance administered correctly at an appropriate dosage for the individual; food; material derived from plants or animals; or venom from insect stings.

InvariantsDefined on this element
ait-1: AllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error. (expression : verificationStatus='entered-in-error' or clinicalStatus.exists(), xpath: f:verificationStatus/@value='entered-in-error' or exists(f:clinicalStatus))
ait-2: AllergyIntolerance.clinicalStatus SHALL NOT be present if verification Status is entered-in-error (expression : verificationStatus!='entered-in-error' or clinicalStatus.empty(), xpath: f:verificationStatus/@value!='entered-in-error' or not(exists(f:clinicalStatus)))
AllergyIntolerance.identifier
Definition

This records identifiers associated with this allergy/intolerance concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..*
TypeIdentifier
Summarytrue
AllergyIntolerance.clinicalStatus
Definition

The clinical status of the allergy or intolerance.

Control0..1
Terminology BindingAllergyIntoleranceClinicalStatus (Required)
Typecode
Is Modifiertrue
Summarytrue
Comments

This element is labeled as a modifier because the status contains the codes inactive and resolved that mark the AllergyIntolerance as not currently valid.

InvariantsAffect this element
ait-1: AllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error. (expression : verificationStatus='entered-in-error' or clinicalStatus.exists(), xpath: f:verificationStatus/@value='entered-in-error' or exists(f:clinicalStatus))
ait-2: AllergyIntolerance.clinicalStatus SHALL NOT be present if verification Status is entered-in-error (expression : verificationStatus!='entered-in-error' or clinicalStatus.empty(), xpath: f:verificationStatus/@value!='entered-in-error' or not(exists(f:clinicalStatus)))
AllergyIntolerance.verificationStatus
Definition

Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product).

Control1..1
Terminology BindingAllergyIntoleranceVerificationStatus (Required)
Typecode
Is Modifiertrue
Summarytrue
Comments

This element is labeled as a modifier because the status contains the codes refuted and entered-in-error that mark the AllergyIntolerance as not currently valid.

InvariantsAffect this element
ait-1: AllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error. (expression : verificationStatus='entered-in-error' or clinicalStatus.exists(), xpath: f:verificationStatus/@value='entered-in-error' or exists(f:clinicalStatus))
ait-2: AllergyIntolerance.clinicalStatus SHALL NOT be present if verification Status is entered-in-error (expression : verificationStatus!='entered-in-error' or clinicalStatus.empty(), xpath: f:verificationStatus/@value!='entered-in-error' or not(exists(f:clinicalStatus)))
AllergyIntolerance.type
Definition

Identification of the underlying physiological mechanism for the reaction risk.

Control0..1
Terminology BindingAllergyIntoleranceType (Required)
Typecode
Alternate NamesCategory; Class
Summarytrue
Comments

Allergic (typically immune-mediated) reactions have been traditionally regarded as an indicator for potential escalation to significant future risk. Contemporary knowledge suggests that some reactions previously thought to be immune-mediated are, in fact, non-immune, but in some cases can still pose a life threatening risk. It is acknowledged that many clinicians may not be in a position to distinguish the mechanism of a particular reaction. Often the term "allergy" is used rather generically and may overlap with the use of "intolerance" - in practice the boundaries between these two concepts may not be well-defined or understood. This data element is included nevertheless, because many legacy systems have captured this attribute. Immunologic testing may provide supporting evidence for the basis of the reaction and the causative substance, but no tests are 100% sensitive or specific for sensitivity to a particular substance. If, as is commonly the case, it is unclear whether the reaction is due to an allergy or an intolerance, then the type element should be omitted from the resource.

AllergyIntolerance.category
Definition

Category of the identified substance.

Control0..*
Terminology BindingAllergyIntoleranceCategory (Required)
Typecode
Alternate NamesCategory; Type; Reaction Type; Class
Summarytrue
Comments

This data element has been included because it is currently being captured in some clinical systems. This data can be derived from the substance where coding systems are used, and is effectively redundant in that situation. When searching on category, consider the implications of AllergyIntolerance resources without a category. For example, when searching on category = medication, medication allergies that don't have a category valued will not be returned. Refer to search for more information on how to search category with a :missing modifier to get allergies that don't have a category. Additionally, category should be used with caution because category can be subjective based on the sender.

AllergyIntolerance.criticality
Definition

Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance.

Control0..1
Terminology BindingAllergyIntoleranceCriticality (Required)
Typecode
Alternate NamesSeverity; Seriousness; Contra-indication; Risk
Summarytrue
Comments

The default criticality value for any propensity to an adverse reaction should be 'Low Risk', indicating at the very least a relative contraindication to deliberate or voluntary exposure to the substance. 'High Risk' is flagged if the clinician has identified a propensity for a more serious or potentially life-threatening reaction, such as anaphylaxis, and implies an absolute contraindication to deliberate or voluntary exposure to the substance. If this element is missing, the criticality is unknown (though it may be known elsewhere).

Systems that capture a severity at the condition level are actually representing the concept of criticality whereas the severity documented at the reaction level is representing the true reaction severity. Existing systems that are capturing both condition criticality and reaction severity may use the term "severity" to represent both. Criticality is the worst it could be in the future (i.e. situation-agnostic) whereas severity is situation-dependent.

AllergyIntolerance.code
Definition

Code for an allergy or intolerance statement (either a positive or a negated/excluded statement). This may be a code for a substance or pharmaceutical product that is considered to be responsible for the adverse reaction risk (e.g., "Latex"), an allergy or intolerance condition (e.g., "Latex allergy"), or a negated/excluded code for a specific substance or class (e.g., "No latex allergy") or a general or categorical negated statement (e.g., "No known allergy", "No known drug allergies").

Control0..1
Terminology BindingAllergyIntolerance Substance/Product, Condition and Negation Codes (Example)
TypeCodeableConcept
Alternate NamesCode
Summarytrue
Comments

It is strongly recommended that this element be populated using a terminology, where possible. For example, some terminologies used include RxNorm, SNOMED CT, DM+D, NDFRT, ICD-9, IDC-10, UNI, ATC and CPT. Plain text should only be used if there is no appropriate terminology available. Additional details can be specified in the text.

When a substance or product code is specified for the 'code' element, the "default" semantic context is that this is a positive statement of an allergy or intolerance (depending on the value of the 'type' element, if present) condition to the specified substance/product. In the corresponding SNOMED CT allergy model, the specified substance/product is the target (destination) of the "Causative agent" relationship.

The 'substanceExposureRisk' extension is available as a structured and more flexible alternative to the 'code' element for making positive or negative allergy or intolerance statements. This extension provides the capability to make "no known allergy" (or "no risk of adverse reaction") statements regarding any coded substance/product (including cases when a pre-coordinated "no allergy to x" concept for that substance/product does not exist). If the 'substanceExposureRisk' extension is present, the AllergyIntolerance.code element SHALL be omitted.

AllergyIntolerance.patient
Definition

The patient who has the allergy or intolerance.

Control1..1
TypeReference(Patient)
Alternate NamesPatient
Summarytrue
AllergyIntolerance.onset[x]
Definition

Estimated or actual date, date-time, or age when allergy or intolerance was identified.

Control0..1
TypedateTime|Age|Period|Range|string
[x] NoteSee Choice of Data Types for further information about how to use [x]
AllergyIntolerance.assertedDate
Definition

The date on which the existance of the AllergyIntolerance was first asserted or acknowledged.

Control0..1
TypedateTime
AllergyIntolerance.recorder
Definition

Individual who recorded the record and takes responsibility for its content.

Control0..1
TypeReference(Practitioner | Patient)
Alternate NamesAuthor
AllergyIntolerance.asserter
Definition

The source of the information about the allergy that is recorded.

Control0..1
TypeReference(Patient | RelatedPerson | Practitioner)
Alternate NamesSource; Informant
Summarytrue
Comments

The recorder takes repsonsibility for the content, but can reference the source from where they got it.

AllergyIntolerance.lastOccurrence
Definition

Represents the date and/or time of the last known occurrence of a reaction event.

Control0..1
TypedateTime
Comments

This date may be replicated by one of the Onset of Reaction dates. Where a textual representation of the date of last occurrence is required e.g. 'In Childhood, '10 years ago' the Comment element should be used.

AllergyIntolerance.note
Definition

Additional narrative about the propensity for the Adverse Reaction, not captured in other fields.

Control0..*
TypeAnnotation
Comments

For example: including reason for flagging a seriousness of 'High Risk'; and instructions related to future exposure or administration of the substance, such as administration within an Intensive Care Unit or under corticosteroid cover. The notes should be related to an allergy or intolerance as a condition in general and not related to any particular episode of it. For episode notes and descriptions, use AllergyIntolerance.event.description and AllergyIntolerance.event.notes.

AllergyIntolerance.reaction
Definition

Details about each adverse reaction event linked to exposure to the identified substance.

Control0..*
AllergyIntolerance.reaction.substance
Definition

Identification of the specific substance (or pharmaceutical product) considered to be responsible for the Adverse Reaction event. Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'.

Control0..1
Terminology BindingSubstance Code (Example)
TypeCodeableConcept
Comments

Coding of the specific substance (or pharmaceutical product) with a terminology capable of triggering decision support should be used wherever possible. The 'code' element allows for the use of a specific substance or pharmaceutical product, or a group or class of substances. In the case of an allergy or intolerance to a class of substances, (for example, "penicillins"), the 'reaction.substance' element could be used to code the specific substance that was identifed as having caused the reaction (for example, "amoxycillin"). Duplication of the value in the 'code' and 'reaction.substance' elements is acceptable when a specific substance has been recorded in 'code'.

AllergyIntolerance.reaction.manifestation
Definition

Clinical symptoms and/or signs that are observed or associated with the adverse reaction event.

Control1..*
Terminology BindingSNOMED CT Clinical Findings (Example)
TypeCodeableConcept
Alternate NamesSymptoms; Signs
Comments

Manifestation can be expressed as a single word, phrase or brief description. For example: nausea, rash or no reaction. It is preferable that manifestation should be coded with a terminology, where possible. The values entered here may be used to display on an application screen as part of a list of adverse reactions, as recommended in the UK NHS CUI guidelines. Terminologies commonly used include, but are not limited to, SNOMED CT or ICD10.

AllergyIntolerance.reaction.description
Definition

Text description about the reaction as a whole, including details of the manifestation if required.

Control0..1
Typestring
Alternate NamesNarrative; Text
Comments

Use the description to provide any details of a particular event of the occurred reaction such as circumstances, reaction specifics, what happened before/after. Information, related to the event, but not describing a particular care should be captured in the comment field. For example: at the age of four, the patient was given penicillin for strep throat and subsequently developed severe hives.

AllergyIntolerance.reaction.onset
Definition

Record of the date and/or time of the onset of the Reaction.

Control0..1
TypedateTime
AllergyIntolerance.reaction.severity
Definition

Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.

Control0..1
Terminology BindingAllergyIntoleranceSeverity (Required)
Typecode
Comments

It is acknowledged that this assessment is very subjective. There may be some some specific practice domains where objective scales have been applied. Objective scales can be included in this model as extensions.

AllergyIntolerance.reaction.exposureRoute
Definition

Identification of the route by which the subject was exposed to the substance.

Control0..1
Terminology BindingSNOMED CT Route Codes (Example)
TypeCodeableConcept
Comments

Coding of the route of exposure with a terminology should be used wherever possible.

AllergyIntolerance.reaction.note
Definition

Additional text about the adverse reaction event not captured in other fields.

Control0..*
TypeAnnotation
Comments

Use this field to record information indirectly related to a particular event and not captured in the description. For example: Clinical records are no longer available, recorded based on information provided to the patient by her mother and her mother is deceased.