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 xmlns="http://hl7.org/fhir">
<id value="example-covid19-vax-recommendation"/>
<meta>
<profile
value="http://hl7.eu/fhir/hdr/StructureDefinition/immunizationRecommendation-eu-hdr"/>
</meta>
<text>
<status value="generated"/>
<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>
</text>
<patient>🔗
<reference value="Patient/patient-swart"/>
<display value="Fiona XXX_Swart"/>
</patient>
<date value="2024-10-15"/>
<recommendation>
<vaccineCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="1287596002"/>
<display
value="Adult B and BA.4/BA.5 lineage SARS-CoV-2 bivalent mRNA only vaccine product"/>
</coding>
</vaccineCode>
<targetDisease>
<coding>
<system value="http://snomed.info/sct"/>
<code value="840539006"/>
<display value="COVID-19"/>
</coding>
</targetDisease>
<forecastStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"/>
<code value="due"/>
<display value="Due"/>
</coding>
</forecastStatus>
<dateCriterion>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="30980-7"/>
<display value="Date vaccine due"/>
</coding>
<text value="Next dose due date"/>
</code>
<value value="2024-11-15"/>
</dateCriterion>
<doseNumberPositiveInt value="4"/>
<seriesDosesPositiveInt value="4"/>
</recommendation>
</ImmunizationRecommendation>