Implementation Guide CH VACD
2.0.0 - STU 2

This page is part of the CH VACD (R4) (v2.0.0: STU 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: TCA1 Immunization by patient - XML Representation

Raw xml | Download



<Immunization xmlns="http://hl7.org/fhir">
  <id value="TCA01-IMMUN1-patient"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-immunization"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "TCA01-IMMUN1-patient" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ch-vacd-immunization.html">CH VACD Immunization Profile</a></p></div><p><b>CH VACD Extension Immunization Recorder Reference</b>: <a href="Patient-TC-patient.html">Patient/TC-patient</a> " WEGMUELLER"</p><p><b>CH VACD Extension Immunization Medication Reference</b>: <a href="Medication-TC-IMMUN-MEDIC-HAVRIX1440.html">Medication/TC-IMMUN-MEDIC-HAVRIX1440</a></p><p><b>identifier</b>: id: acc1f090-5e0c-45ae-b283-521d57c3aa2f</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Havrix 1440 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-ch-vacd-swissmedic-cs.html">Swiss Medic Authorized Vaccines Codesystem</a>#558)</span></p><p><b>patient</b>: <a href="Patient-TC-patient.html">Patient/TC-patient</a> " WEGMUELLER"</p><p><b>occurrence</b>: 2021-06-01</p><p><b>recorded</b>: 2021-06-01T00:00:00.39+02:00</p><p><b>lotNumber</b>: AHAVB946A</p><p><b>route</b>: Intramuscular use <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (standardterms.edqm.eu#20035000)</span></p><h3>Performers</h3><table class="grid"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href="PractitionerRole-TC-HCP1-ORG1-ROLE-performer.html">PractitionerRole/TC-HCP1-ORG1-ROLE-performer</a></td></tr></table><h3>ProtocolApplieds</h3><table class="grid"><tr><td>-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td>Viral hepatitis, type A (disorder) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#40468003)</span></td><td>1</td></tr></table></div>
  </text>
  <extension
             url="http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-ext-immunization-recorder-reference">
    <valueReference>
      <reference value="Patient/TC-patient"/>
    </valueReference>
  </extension>
  <extension
             url="http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-ext-immunization-medication-reference">
    <valueReference>
      <reference value="Medication/TC-IMMUN-MEDIC-HAVRIX1440"/>
    </valueReference>
  </extension>
  <identifier>
    <system value="urn:oid:2.16.756.5.30.1.402.1.3.1.1.1"/>
    <value value="acc1f090-5e0c-45ae-b283-521d57c3aa2f"/>
  </identifier>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs"/>
      <code value="558"/>
      <display value="Havrix 1440"/>
    </coding>
  </vaccineCode>
  <patient>
    <reference value="Patient/TC-patient"/>
  </patient>
  <occurrenceDateTime value="2021-06-01"/>
  <recorded value="2021-06-01T00:00:00.390+02:00"/>
  <lotNumber value="AHAVB946A"/>
  <route>
    <coding>
      <system value="http://standardterms.edqm.eu"/>
      <code value="20035000"/>
      <display value="Intramuscular use"/>
    </coding>
  </route>
  <performer>
    <actor>
      <reference value="PractitionerRole/TC-HCP1-ORG1-ROLE-performer"/>
    </actor>
  </performer>
  <protocolApplied>
    <targetDisease>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="40468003"/>
        <display value="Viral hepatitis, type A (disorder)"/>
      </coding>
    </targetDisease>
    <doseNumberPositiveInt value="1"/>
  </protocolApplied>
</Immunization>