{
  "resourceType" : "ImmunizationRecommendation",
  "id" : "order-simon-hpv",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImmunizationRecommendation</b><a name=\"order-simon-hpv\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ImmunizationRecommendation &quot;order-simon-hpv&quot; </p></div><p><b>patient</b>: <span/></p><p><b>date</b>: 2020-03-22</p><h3>Recommendations</h3><table class=\"grid\"><tr><td>-</td><td><b>VaccineCode</b></td><td><b>ForecastStatus</b></td></tr><tr><td>*</td><td>HPV, unspecified formulation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-CVX.html\">PH_VaccinesAdministeredCVX_CDC_NIP</a>#137)</span></td><td>due <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (vaccination-recommendation-status#due)</span></td></tr></table></div>"
  },
  "patient" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value" : "80112136791"
    }
  },
  "date" : "2020-03-22",
  "recommendation" : [{
    "vaccineCode" : [{
      "coding" : [{
        "system" : "http://hl7.org/fhir/sid/cvx",
        "code" : "137"
      }]
    }],
    "forecastStatus" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/vaccination-recommendation-status",
        "code" : "due"
      }]
    }
  }]
}