Draft Immunization FHIR Implementation Guide
0.1.0 - ci-build Philippines flag

Draft Immunization FHIR Implementation Guide, published by UP Manila SILab. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UP-Manila-SILab/immunizationfhirig/ and changes regularly. See the Directory of published versions

: SEIR-example-normal-vaccination - XML Representation

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="SEIR-example-normal-vaccination"/>
  <meta>
    <profile
             value="http://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/branches/master/StructureDefinition-seir-immunization.html"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization SEIR-example-normal-vaccination</b></p><a name="SEIR-example-normal-vaccination"> </a><a name="hcSEIR-example-normal-vaccination"> </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: <code>http://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/branches/master/StructureDefinition-seir-immunization.html</code></p></div><p><b>[URL_FOR_ADMINISTERED_PRODUCT_EXTENSION]</b>: <span title="Codes:{http://snomed.info/sct 1119349007}">COVID-19 vaccine, mRNA, Spikevax (Moderna)</span></p><p><b>[URL_FOR_BATCH_NUMBER_EXTENSION]</b>: MOD-BATCH-V-2025-06</p><p><b>org/fhir/StructureDefinition/patient-philhealth-id-on-immunization</b>: <code>http://www.philhealth.gov.ph/pin</code>/MARIAL-PHILHEALTH-003</p><p><b>org/fhir/StructureDefinition/patient-philsys-id-on-immunization</b>: <code>http://nationalidsystem.gov.ph/psn</code>/MARIAL-PHILSYS-004</p><p><b>org/fhir/StructureDefinition/mother-philhealth-id-on-immunization</b>: <code>http://www.philhealth.gov.ph/pin</code>/MARIAL-MOTHERS-PHILHEALTH-67890</p><p><b>org/fhir/StructureDefinition/mother-philsys-id-on-immunization</b>: <code>http://nationalidsystem.gov.ph/psn</code>/MARIAL-MOTHERS-PHILSYS-12345</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{http://snomed.info/sct 1119349007}">Moderna COVID-19 Vaccine</span></p><p><b>patient</b>: <a href="Patient/example2">Maria LUNA</a></p><p><b>occurrence</b>: 2025-06-10</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: ABCDEF12345</p><p><b>doseQuantity</b>: 0.5 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemL = 'mL')</span></p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}">Administering Provider</span></td><td><a href="Practitioner/example1">Nurse Aling PINEDA</a></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Patient tolerated the vaccine well, no immediate adverse reactions noted.</p>
</div></blockquote></div>
  </text>
  <extension url="[URL_FOR_ADMINISTERED_PRODUCT_EXTENSION]">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="1119349007"/>
        <display value="COVID-19 vaccine, mRNA, Spikevax (Moderna)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension url="[URL_FOR_BATCH_NUMBER_EXTENSION]">
    <valueString value="MOD-BATCH-V-2025-06"/>
  </extension>
  <extension
             url="http://example.org/fhir/StructureDefinition/patient-philhealth-id-on-immunization">
    <valueIdentifier>
      <system value="http://www.philhealth.gov.ph/pin"/>
      <value value="MARIAL-PHILHEALTH-003"/>
    </valueIdentifier>
  </extension>
  <extension
             url="http://example.org/fhir/StructureDefinition/patient-philsys-id-on-immunization">
    <valueIdentifier>
      <system value="http://nationalidsystem.gov.ph/psn"/>
      <value value="MARIAL-PHILSYS-004"/>
    </valueIdentifier>
  </extension>
  <extension
             url="http://example.org/fhir/StructureDefinition/mother-philhealth-id-on-immunization">
    <valueIdentifier>
      <system value="http://www.philhealth.gov.ph/pin"/>
      <value value="MARIAL-MOTHERS-PHILHEALTH-67890"/>
    </valueIdentifier>
  </extension>
  <extension
             url="http://example.org/fhir/StructureDefinition/mother-philsys-id-on-immunization">
    <valueIdentifier>
      <system value="http://nationalidsystem.gov.ph/psn"/>
      <value value="MARIAL-MOTHERS-PHILSYS-12345"/>
    </valueIdentifier>
  </extension>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1119349007"/>
      <display value="COVID-19 vaccine, mRNA, Spikevax (Moderna)"/>
    </coding>
    <text value="Moderna COVID-19 Vaccine"/>
  </vaccineCode>
  <patient>
    <reference value="Patient/example2"/>
    <display value="Maria LUNA"/>
  </patient>
  <occurrenceDateTime value="2025-06-10"/>
  <primarySource value="true"/>
  <lotNumber value="ABCDEF12345"/>
  <doseQuantity>
    <value value="0.5"/>
    <unit value="mL"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mL"/>
  </doseQuantity>
  <performer>
    <function>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0443"/>
        <code value="AP"/>
        <display value="Administering Provider"/>
      </coding>
      <text value="Administering Provider"/>
    </function>
    <actor>
      <reference value="Practitioner/example1"/>
      <display value="Nurse Aling PINEDA"/>
    </actor>
  </performer>
  <note>
    <text
          value="Patient tolerated the vaccine well, no immediate adverse reactions noted."/>
  </note>
</Immunization>