HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build Czechia flag

HL7 Czech Hospital Discharge Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/hdr/ and changes regularly. See the Directory of published versions

: Immunization recommendation example - XML Representation

Raw xml | Download


<ImmunizationRecommendation xmlns="http://hl7.org/fhir">
  <id value="ImmunizationRecommendation"/>
  <meta>
    <profile
             value="https://hl7.cz/fhir/hdr/StructureDefinition/cz-immunizationRecommendation-hdr"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ImmunizationRecommendation ImmunizationRecommendation</b></p><a name="ImmunizationRecommendation"> </a><a name="hcImmunizationRecommendation"> </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-cz-immunizationRecommendation-hdr.html">ImmunizationRecommendation (CZ HDR)</a></p></div><p><b>patient</b>: <a href="Patient-Mracena.html">Mračena Mrakomorová  (no stated gender), DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rid#4567891235)</a></p><p><b>date</b>: 2025-03-07</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title="Codes:{http://snomed.info/sct 1119349007}">Severe acute respiratory syndrome coronavirus 2 mRNA only vaccine product</span></p><p><b>targetDisease</b>: <span title="Codes:{http://snomed.info/sct 840539006}">Disease caused by 2019 novel coronavirus</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 30981-5}">Earliest date to give</span></td><td>2025-03-14</td></tr></table></blockquote></div>
  </text>
  <patient>🔗 
    <reference value="Patient/Mracena"/>
  </patient>
  <date value="2025-03-07"/>
  <recommendation>
    <vaccineCode>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="1119349007"/>
      </coding>
    </vaccineCode>
    <targetDisease>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="840539006"/>
      </coding>
    </targetDisease>
    <forecastStatus>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"/>
        <code value="due"/>
      </coding>
    </forecastStatus>
    <dateCriterion>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="30981-5"/>
        </coding>
      </code>
      <value value="2025-03-14"/>
    </dateCriterion>
  </recommendation>
</ImmunizationRecommendation>