Package org.hl7.fhir

Class ImmunizationRecommendationRecommendation

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

public class ImmunizationRecommendationRecommendation extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A patient's point-in-time immunization and recommendation (i.e. forecasting a patient's immunization eligibility according to a published schedule) with optional supporting justification.

Java class for ImmunizationRecommendation.Recommendation complex type.

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

 <complexType name="ImmunizationRecommendation.Recommendation">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="date" type="{http://hl7.org/fhir}dateTime"/>
         <element name="vaccineCode" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="doseNumber" type="{http://hl7.org/fhir}positiveInt" minOccurs="0"/>
         <element name="forecastStatus" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="dateCriterion" type="{http://hl7.org/fhir}ImmunizationRecommendation.DateCriterion" maxOccurs="unbounded" minOccurs="0"/>
         <element name="protocol" type="{http://hl7.org/fhir}ImmunizationRecommendation.Protocol" minOccurs="0"/>
         <element name="supportingImmunization" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="supportingPatientInformation" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>