HL7 Belgium Vaccination (Patient Dossier)
1.0.2 - STU Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Vaccination profiles (v1.0.2: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: order-gabriel-flu - JSON Representation

Raw json | Download


{
  "resourceType" : "ImmunizationRecommendation",
  "id" : "order-gabriel-flu",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImmunizationRecommendation</b><a name=\"order-gabriel-flu\"> </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-gabriel-flu&quot; </p></div><p><b>patient</b>: <span/></p><p><b>date</b>: 2019-09-02</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>Influenza, injectable, MDCK, preservative free, quadrivalent <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>#171)</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" : "55011779911"
    }
  },
  "date" : "2019-09-02",
  "recommendation" : [
    {
      "vaccineCode" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/sid/cvx",
              "code" : "171"
            }
          ]
        }
      ],
      "forecastStatus" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/vaccination-recommendation-status",
            "code" : "due"
          }
        ]
      }
    }
  ]
}