{
  "resourceType" : "ImmunizationRecommendation",
  "identifier" : [" Identifier "],
  "patient" : " Reference(Patient) ", 
  "recommendation" : [{
    "date" : "<dateTime>", 
    "vaccineCode" : " CodeableConcept ", 
    "doseNumber" : "<positiveInt>",
    "forecastStatus" : " CodeableConcept ", 
    "dateCriterion" : [{
      "code" : " CodeableConcept ", 
      "value" : "<dateTime>" 
    }],
    "protocol" : { 
      "doseSequence" : "<integer>", 
      "description" : "<string>", 
      "authority" : " Reference(Organization) ", 
      "series" : "<string>" 
    },
    "supportingImmunization" : [" Reference(Immunization) "], 
    "supportingPatientInformation" : [" Reference(Observation|AllergyIntolerance) "] 
  }]
}