Package org.hl7.fhir

Class ImmunizationReaction

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class ImmunizationReaction extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party and may include vaccine reaction information and what vaccination protocol was followed.

Java class for Immunization.Reaction complex type.

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

 <complexType name="Immunization.Reaction">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="detail" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="reported" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>