Package org.hl7.fhir

Class ImmunizationRecommendationDateCriterion

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

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

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

     <complexType name="ImmunizationRecommendation.DateCriterion">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="code" type="{http://hl7.org/fhir}CodeableConcept"/>
             <element name="value" type="{http://hl7.org/fhir}dateTime"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>