Package org.hl7.fhir

Class ImmunizationRecommendationProtocol

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

    public class ImmunizationRecommendationProtocol
    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.Protocol complex type.

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

     <complexType name="ImmunizationRecommendation.Protocol">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="doseSequence" type="{http://hl7.org/fhir}integer" minOccurs="0"/>
             <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="authority" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="series" type="{http://hl7.org/fhir}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>