HL7 Europe Hospital Discharge Report
0.1.0-ballot - draft 150

This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) 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

: ImmunizationRecommendation: COVID-19 - JSON Representation

Raw json | Download

{
  "resourceType" : "ImmunizationRecommendation",
  "id" : "example-covid19-vax-recommendation",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/hdr/StructureDefinition/immunizationRecommendation-eu-hdr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationRecommendation example-covid19-vax-recommendation</b></p><a name=\"example-covid19-vax-recommendation\"> </a><a name=\"hcexample-covid19-vax-recommendation\"> </a><a name=\"example-covid19-vax-recommendation-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-immunizationRecommendation-eu-hdr.html\">ImmunizationRecommendation (HDR)</a></p></div><p><b>patient</b>: <a href=\"Patient-patient-swart.html\">Fiona XXX_Swart</a></p><p><b>date</b>: 2024-10-15</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 1287596002}\">Adult B and BA.4/BA.5 lineage SARS-CoV-2 bivalent mRNA only vaccine product</span></p><p><b>targetDisease</b>: <span title=\"Codes:{http://snomed.info/sct 840539006}\">COVID-19</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}\">Due</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 30980-7}\">Next dose due date</span></td><td>2024-11-15</td></tr></table><p><b>doseNumber</b>: 4</p><p><b>seriesDoses</b>: 4</p></blockquote></div>"
  },
  "patient" : {
    🔗 "reference" : "Patient/patient-swart",
    "display" : "Fiona XXX_Swart"
  },
  "date" : "2024-10-15",
  "recommendation" : [
    {
      "vaccineCode" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "1287596002",
              "display" : "Adult B and BA.4/BA.5 lineage SARS-CoV-2 bivalent mRNA only vaccine product"
            }
          ]
        }
      ],
      "targetDisease" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "840539006",
            "display" : "COVID-19"
          }
        ]
      },
      "forecastStatus" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code" : "due",
            "display" : "Due"
          }
        ]
      },
      "dateCriterion" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "30980-7",
                "display" : "Date vaccine due"
              }
            ],
            "text" : "Next dose due date"
          },
          "value" : "2024-11-15"
        }
      ],
      "doseNumberPositiveInt" : 4,
      "seriesDosesPositiveInt" : 4
    }
  ]
}