Implementation Guide CH VACD
5.0.0-ci-build - ci-build Switzerland flag

Implementation Guide CH VACD, published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-vacd/ and changes regularly. See the Directory of published versions

: 10.4 ImmunizationRecommendation (Recommendation Request/Response) - XML Representation

Raw xml | Download



<ImmunizationRecommendation xmlns="http://hl7.org/fhir">
  <id value="10-4-ImmunizationRecommendation"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-immunization-recommendation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ImmunizationRecommendation</b><a name="10-4-ImmunizationRecommendation"> </a><a name="hc10-4-ImmunizationRecommendation"> </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;10-4-ImmunizationRecommendation&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ch-vacd-immunization-recommendation.html">CH VACD Immunization Recommendations</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.756.5.30.1.147.1.3.1</code>/1</p><p><b>patient</b>: <a href="Patient-3-2-Patient.html">Patient/3-2-Patient</a> &quot; WEGMUELLER&quot;</p><p><b>date</b>: 2021-06-01 00:00:00+0200</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: Boostrix Polio <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://build.fhir.org/ig/hl7ch/ch-epr-term//CodeSystem-ch-vacd-swissmedic-cs.html">CH VACD Swissmedic Authorized Vaccines</a>#681)</span></p><p><b>targetDisease</b>: Acute poliomyelitis (disorder) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#398102009)</span></p><p><b>forecastStatus</b>: Due <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://build.fhir.org/ig/hl7ch/ch-epr-term//CodeSystem-ch-vacd-recommendation-forecast-status-cs.html">CH VACD Swiss Recommendation Forecast Status</a>#due)</span></p><p><b>forecastReason</b>: Empfohlene Basisimpfungen <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://build.fhir.org/ig/hl7ch/ch-epr-term//CodeSystem-ch-vacd-recommendation-categories-cs.html">CH VACD Swiss Immunization Recommendation Categories</a>#41501)</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>Date vaccine due <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#30980-7)</span></td><td>2021-06-01 00:00:00+0200</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <system value="urn:oid:2.16.756.5.30.1.147.1.3.1"/>
    <value value="1"/>
  </identifier>
  <patient>🔗 
    <reference value="Patient/3-2-Patient"/>
  </patient>
  <date value="2021-06-01T00:00:00+02:00"/>
  <recommendation>
    <vaccineCode>
      <coding>
        <system
                value="http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs"/>
        <code value="681"/>
        <display value="Boostrix Polio"/>
      </coding>
    </vaccineCode>
    <targetDisease>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="398102009"/>
        <display value="Acute poliomyelitis (disorder)"/>
      </coding>
    </targetDisease>
    <forecastStatus>
      <coding>
        <system
                value="http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-recommendation-forecast-status-cs"/>
        <code value="due"/>
        <display value="Due"/>
      </coding>
    </forecastStatus>
    <forecastReason>
      <coding>
        <system
                value="http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-recommendation-categories-cs"/>
        <code value="41501"/>
        <display value="Empfohlene Basisimpfungen"/>
      </coding>
    </forecastReason>
    <dateCriterion>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="30980-7"/>
          <display value="Date vaccine due"/>
        </coding>
      </code>
      <value value="2021-06-01T00:00:00+02:00"/>
    </dateCriterion>
  </recommendation>
</ImmunizationRecommendation>