Package org.hl7.fhir

Class AllergyIntoleranceReaction

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.AllergyIntoleranceReaction
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class AllergyIntoleranceReaction extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.

Java class for AllergyIntolerance.Reaction complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AllergyIntolerance.Reaction">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="substance" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="certainty" type="{http://hl7.org/fhir}AllergyIntoleranceCertainty" minOccurs="0"/>
         <element name="manifestation" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded"/>
         <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="onset" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="severity" type="{http://hl7.org/fhir}AllergyIntoleranceSeverity" minOccurs="0"/>
         <element name="exposureRoute" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="note" type="{http://hl7.org/fhir}Annotation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>