This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

4.2 Resource AllergyIntolerance - Content

Indicates the patient has a susceptibility to an adverse reaction upon exposure to a specified substance.

4.2.1 Scope and Usage

Allergy/Intolerance resources are used to provide information about adverse sensitivities to substances that lead to physiologic changes that are clinically observable. An adverse sensitivity is defined as:

A condition expected to result in undesirable physiologic reaction to an amount of a substance that would not produce a reaction in most individuals. The substance is the trigger of an immunologic response that produces the observed physiologic changes, or in some instances nonimmunologic mechanisms that produce clinically identical physiologic changes. The immunologic response might be considered the actual cause of the reaction, but it is exposure to the trigger substance that is clinically observable.

This definition excludes clinically identical episodes that may be caused by physical agents, such as heat, cold, sunlight, or vibration, by exercise activity, or by infectious agents. Those conditions caused by physical agents or infectious would be captured on the problem list (List/Condition Resources). The allergy/intolerance list is a list of conditions that represent a propensity unique to this individual for a reaction upon future exposure to a specified substance.

Note that this specification draws a distinction between the patients condition/problem list and an allergy/intolerance list, even though allergies and intolerances are also conditions. This is because the distinction is a long established clinical workflow, even to patients. Asking an individual "if they have any problems" is not going to invoke an account of their past reactions to medications or foods. Instead, they are asked if they "have any allergies". An allergy/intolerance is also different in that a potential harm from exposure to an external substance that may be ordered by a provider in the course of their care but is not inherent to exposure to that substance for the general population.

4.2.2 Background and Context

Most of the details of the sensitivity can be found in the set of reactions that are associated with the resource, though these may not be present when the patient has not provided enough information. Adverse Reactions do not have to be always associated with an AllergyIntolerance which may appropriate when an single reaction has not provided enough evidence for a meaningful Allergy/Intolerance, or in specific views of events rather than in a general clinical record.

4.2.3 Resource Content

AllergyIntolerance (Resource)This records identifiers associated with this allergy/intolerance concern that are defined by business processed 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)identifier : Identifier 0..*Criticality of the sensitivitycriticality : code 0..1 <<The criticality of an adverse sensitivityCriticality>>Type of the sensitivitysensitivityType : code 1..1 <<The type of an adverse sensitivitySensitivityType>>Date when the sensitivity was recordedrecordedDate : dateTime 0..1Status of the sensitivity (this element modifies the meaning of other elements)status : code 1..1 <<The status of the adverse sensitivitySensitivityStatus>>The patient who has the allergy or intolerancesubject : Resource(Patient) 1..1Indicates who has responsibility for the recordrecorder : Resource(Practitioner|Patient) 0..1The substance that causes the sensitivitysubstance : Resource(Substance) 1..1Reactions associated with the sensitivityreaction : Resource(AdverseReaction) 0..*Observations that confirm or refute the sensitivitysensitivityTest : Resource(Observation) 0..*

This resource is referenced by ImmunizationRecommendation and Procedure

<AllergyIntolerance xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: extension, modifierExtension, language, text, and contained -->
 <identifier><!-- 0..* Identifier External Ids for this item --></identifier>
 <criticality value="[code]"/><!-- 0..1 fatal | high | medium | low -->
 <sensitivityType value="[code]"/><!-- 1..1 allergy | intolerance | unknown -->
 <recordedDate value="[dateTime]"/><!-- 0..1 When recorded -->
 <status value="[code]"/><!-- 1..1 suspected | confirmed | refuted | resolved -->
 <subject><!-- 1..1 Resource(Patient) Who the sensitivity is for --></subject>
 <recorder><!-- 0..1 Resource(Practitioner|Patient) Who recorded the sensitivity --></recorder>
 <substance><!-- 1..1 Resource(Substance) The substance that causes the sensitivity --></substance>
 <reaction><!-- 0..* Resource(AdverseReaction) Reactions associated with the sensitivity --></reaction>
 <sensitivityTest><!-- 0..* Resource(Observation) 
     Observations that confirm or refute --></sensitivityTest>
</AllergyIntolerance>

Alternate definitions: Schema/Schematron, Resource Profile

4.2.3.1 Terminology Bindings

PathDefinitionTypeReference
AllergyIntolerance.criticality The criticality of an adverse sensitivityFixedhttp://hl7.org/fhir/criticality
AllergyIntolerance.sensitivityType The type of an adverse sensitivityFixedhttp://hl7.org/fhir/sensitivitytype
AllergyIntolerance.status The status of the adverse sensitivityFixedhttp://hl7.org/fhir/sensitivitystatus

4.2.4 Notes:

4.2.5 Search Parameters

Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionPaths
_idtokenThe logical resource id associated with the resource (must be supported by all servers)
_languagetokenThe language of the resource
datedateRecorded date/time.AllergyIntolerance.recordedDate
recorderreferenceWho recorded the sensitivityAllergyIntolerance.recorder
(Patient, Practitioner)
statustokenThe status of the sensitivityAllergyIntolerance.status
subjectreferenceThe subject that the sensitivity is aboutAllergyIntolerance.subject
(Patient)
substancereferenceThe name or code of the substance that produces the sensitivityAllergyIntolerance.substance
(Substance)
typetokenThe type of sensitivityAllergyIntolerance.sensitivityType

comments powered by Disqus