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-incomplete - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "SEIR-example-incomplete",
  "meta" : {
    "profile" : [
      "http://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/branches/master/StructureDefinition-seir-immunization.html"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization SEIR-example-incomplete</b></p><a name=\"SEIR-example-incomplete\"> </a><a name=\"hcSEIR-example-incomplete\"> </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>org/fhir/StructureDefinition/patient-philhealth-id-on-immunization</b>: <code>http://www.philhealth.gov.ph/pin</code>/PEDROSJ-PHILHEALTH-005</p><p><b>org/fhir/StructureDefinition/patient-philsys-id-on-immunization</b>: <code>http://nationalidsystem.gov.ph/psn</code>/PEDROSJ-PHILSYS-006</p><p><b>org/fhir/StructureDefinition/mother-philhealth-id-on-immunization</b>: <code>http://www.philhealth.gov.ph/pin</code>/PEDROSJ-MOTHERS-PHILHEALTH-ABCDE</p><p><b>org/fhir/StructureDefinition/mother-philsys-id-on-immunization</b>: <code>http://nationalidsystem.gov.ph/psn</code>/PEDROSJ-MOTHERS-PHILSYS-FGHIJ</p><p><b>identifier</b>: <code>urn:oid:1.2.3.4.5.6.7.8.9.17</code>/IMZ-2025-0008</p><p><b>status</b>: Not Done</p><p><b>statusReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-status-reason PATOBJ}\">Patient verbally refused tetanus shot due to fear of needles.</span></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 249826002}, {urn://example.com/eLMIS-vaccine-codes TT001}\">Tetanus Toxoid Vaccine</span></p><p><b>patient</b>: <a href=\"Patient/ph-patient-example-08\">Pedro San Jose</a></p><p><b>occurrence</b>: 2025-06-05 10:00:00+0800</p><p><b>recorded</b>: 2025-06-05 10:10:00+0800</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location/ph-clinic-example-08\">Municipal Health Office</a></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-0482 AP}\">Administering Provider</span></td><td><a href=\"Practitioner/ph-practitioner-example-08\">Dr. Ben Lim</a></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Counseled patient on the importance of tetanus vaccination, but he remained hesitant. Advised to consider in the future.</p>\n</div></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://example.org/fhir/StructureDefinition/patient-philhealth-id-on-immunization",
      "valueIdentifier" : {
        "system" : "http://www.philhealth.gov.ph/pin",
        "value" : "PEDROSJ-PHILHEALTH-005"
      }
    },
    {
      "url" : "http://example.org/fhir/StructureDefinition/patient-philsys-id-on-immunization",
      "valueIdentifier" : {
        "system" : "http://nationalidsystem.gov.ph/psn",
        "value" : "PEDROSJ-PHILSYS-006"
      }
    },
    {
      "url" : "http://example.org/fhir/StructureDefinition/mother-philhealth-id-on-immunization",
      "valueIdentifier" : {
        "system" : "http://www.philhealth.gov.ph/pin",
        "value" : "PEDROSJ-MOTHERS-PHILHEALTH-ABCDE"
      }
    },
    {
      "url" : "http://example.org/fhir/StructureDefinition/mother-philsys-id-on-immunization",
      "valueIdentifier" : {
        "system" : "http://nationalidsystem.gov.ph/psn",
        "value" : "PEDROSJ-MOTHERS-PHILSYS-FGHIJ"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "urn:oid:1.2.3.4.5.6.7.8.9.17",
      "value" : "IMZ-2025-0008"
    }
  ],
  "status" : "not-done",
  "statusReason" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/immunization-status-reason",
        "code" : "PATOBJ",
        "display" : "Patient objection"
      }
    ],
    "text" : "Patient verbally refused tetanus shot due to fear of needles."
  },
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "249826002",
        "display" : "Tetanus toxoid vaccine"
      },
      {
        "system" : "urn://example.com/eLMIS-vaccine-codes",
        "code" : "TT001",
        "display" : "Tetanus Toxoid Vaccine"
      }
    ],
    "text" : "Tetanus Toxoid Vaccine"
  },
  "patient" : {
    "reference" : "Patient/ph-patient-example-08",
    "display" : "Pedro San Jose"
  },
  "occurrenceDateTime" : "2025-06-05T10:00:00+08:00",
  "recorded" : "2025-06-05T10:10:00+08:00",
  "primarySource" : true,
  "location" : {
    "reference" : "Location/ph-clinic-example-08",
    "display" : "Municipal Health Office"
  },
  "performer" : [
    {
      "function" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0482",
            "code" : "AP",
            "display" : "Administering Provider"
          }
        ]
      },
      "actor" : {
        "reference" : "Practitioner/ph-practitioner-example-08",
        "display" : "Dr. Ben Lim"
      }
    }
  ],
  "note" : [
    {
      "text" : "Counseled patient on the importance of tetanus vaccination, but he remained hesitant. Advised to consider in the future."
    }
  ]
}