Package org.hl7.fhir

Class Immunization

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

public class Immunization extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions

Java class for Immunization complex type.

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

 <complexType name="Immunization">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="status" type="{http://hl7.org/fhir}code"/>
         <element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="vaccineCode" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="patient" type="{http://hl7.org/fhir}Reference"/>
         <element name="wasNotGiven" type="{http://hl7.org/fhir}boolean"/>
         <element name="reported" type="{http://hl7.org/fhir}boolean"/>
         <element name="performer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="requester" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="manufacturer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="location" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="lotNumber" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="expirationDate" type="{http://hl7.org/fhir}date" minOccurs="0"/>
         <element name="site" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="route" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="doseQuantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
         <element name="note" type="{http://hl7.org/fhir}Annotation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="explanation" type="{http://hl7.org/fhir}Immunization.Explanation" minOccurs="0"/>
         <element name="reaction" type="{http://hl7.org/fhir}Immunization.Reaction" maxOccurs="unbounded" minOccurs="0"/>
         <element name="vaccinationProtocol" type="{http://hl7.org/fhir}Immunization.VaccinationProtocol" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>