Package org.hl7.fhir

Class ImmunizationRecommendation

java.lang.Object
org.hl7.fhir.Resource
org.hl7.fhir.DomainResource
org.hl7.fhir.ImmunizationRecommendation
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

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

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

 <complexType name="ImmunizationRecommendation">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="patient" type="{http://hl7.org/fhir}Reference"/>
         <element name="recommendation" type="{http://hl7.org/fhir}ImmunizationRecommendation.Recommendation" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>