CH Core (R4)
5.0.0-ci-build - ci-build Switzerland flag

CH Core (R4), 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-core/ and changes regularly. See the Directory of published versions

: CH Core ImmunizationRecommendation Example - XML Representation

Raw xml | Download


<ImmunizationRecommendation xmlns="http://hl7.org/fhir">
  <id value="CHCoreImmunizationRecommendationExample"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-immunization-recommendation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ImmunizationRecommendation CHCoreImmunizationRecommendationExample</b></p><a name="CHCoreImmunizationRecommendationExample"> </a><a name="hcCHCoreImmunizationRecommendationExample"> </a><a name="CHCoreImmunizationRecommendationExample-en-US"> </a><p><b>patient</b>: <a href="Patient-ImmunizationPatientExample.html">Monika Wegmueller  Female, DoB: 1967-02-10 ( Medical record number)</a></p><p><b>date</b>: 2021-06-01 00:00:00+0200</p><p><b>authority</b>: <a href="Organization-ImmunizationOrganizationExample.html">Organization Gruppenpraxis CH</a></p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title="Codes:{http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs 58317}">Fluad</span></p><p><b>targetDisease</b>: <span title="Codes:{http://snomed.info/sct 63650001}">Cholera (disorder)</span></p><p><b>forecastStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}">Due</span></p><p><b>forecastReason</b>: <span title="Codes:{http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-recommendation-categories-cs 41503}">Empfohlene Impfungen für Risikogruppen</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}">Date vaccine due</span></td><td>2021-06-01 00:00:00+0200</td></tr></table></blockquote></div>
  </text>
  <patient>🔗 
    <reference value="Patient/ImmunizationPatientExample"/>
  </patient>
  <date value="2021-06-01T00:00:00+02:00"/>
  <authority>🔗 
    <reference value="Organization/ImmunizationOrganizationExample"/>
  </authority>
  <recommendation>
    <vaccineCode>
      <coding>
        <system
                value="http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs"/>
        <code value="58317"/>
        <display value="Fluad"/>
      </coding>
    </vaccineCode>
    <targetDisease>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="63650001"/>
        <display value="Cholera (disorder)"/>
      </coding>
    </targetDisease>
    <forecastStatus>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"/>
        <code value="due"/>
      </coding>
    </forecastStatus>
    <forecastReason>
      <coding>
        <system
                value="http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-recommendation-categories-cs"/>
        <code value="41503"/>
        <display value="Empfohlene Impfungen für Risikogruppen"/>
      </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>