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
Records an unexpected reaction suspected to be related to the exposure of the reaction subject to a substance.
Adverse Reaction resources are used to provide information about specific reactions to a substance. These are normally associated with an AllergyIntolerance resource, but can be reported on their own when no assumption of further reactions is being made, or when specific events are being described.
An Adverse Reaction normally has a set of signs or symptoms that are reported in the Symptom class. However, it is possible to convey that an adverse reaction occurred without knowing the specific signs or symptoms that occurred, e.g. Some unknown reaction occurred. Similarly, it is possible to convey that an adverse reaction with a set of symptoms occurred but not indicate the substance if it is not known. e.g. A rash occurred for some unknown reason.
The Exposure class is used to indicate a set of exposures that preceded the reaction. There is no assertion of causality, purely a statement of timing. Each exposure can indicate a substance that might be different from the reaction if needed.
This resource is referenced by AllergyIntolerance, Immunization, ImmunizationRecommendation and Procedure
<AdverseReaction xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, modifierExtension, language, text, and contained --> <identifier><!-- 0..* Identifier External Ids for this adverse reaction --></identifier> <date value="[dateTime]"/><!-- 0..1 When the reaction occurred --> <subject><!-- 1..1 Resource(Patient) Who had the reaction --></subject> <didNotOccurFlag value="[boolean]"/><!-- 1..1 Indicates lack of reaction --> <recorder><!-- 0..1 Resource(Practitioner|Patient) Who recorded the reaction --></recorder> <symptom> <!-- 0..* What was reaction? --> <code><!-- 1..1 CodeableConcept E.g. Rash, vomiting --></code> <severity value="[code]"/><!-- 0..1 severe | serious | moderate | minor --> </symptom> <exposure> <!-- 0..* Suspected substance --> <date value="[dateTime]"/><!-- 0..1 When the exposure occurred --> <type value="[code]"/><!-- 0..1 drugadmin | immuniz | coincidental --> <causalityExpectation value="[code]"/><!-- 0..1 likely | unlikely | confirmed | unknown --> <substance><!-- 0..1 Resource(Substance) Presumed causative substance --></substance> </exposure> </AdverseReaction>
Alternate definitions: Schema/Schematron, Resource Profile
Path | Definition | Type | Reference |
---|---|---|---|
AdverseReaction.symptom.code | The type of symptom. | Incomplete | ICD-10 Reaction codes |
AdverseReaction.symptom.severity | The severity of an adverse reaction. | Fixed | http://hl7.org/fhir/reactionSeverity |
AdverseReaction.exposure.type | The type of exposure that resulted in an adverse reaction | Fixed | http://hl7.org/fhir/exposureType |
AdverseReaction.exposure.causalityExpectation | How likely is it that the given exposure caused a reaction | Fixed | http://hl7.org/fhir/causalityExpectation |
Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
_id | token | The logical resource id associated with the resource (must be supported by all servers) | |
_language | token | The language of the resource | |
date | date | The date of the reaction | AdverseReaction.date |
subject | reference | The subject that the sensitivity is about | AdverseReaction.subject (Patient) |
substance | reference | The name or code of the substance that produces the sensitivity | AdverseReaction.exposure.substance (Substance) |
symptom | token | One of the symptoms of the reaction | AdverseReaction.symptom.code |