Draft Immunization FHIR Implementation Guide
0.1.0 - ci-build
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
{
"resourceType" : "Immunization",
"id" : "SEIR-example-normal-vaccination",
"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-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>\n</div></blockquote></div>"
},
"extension" : [
{
"url" : "[URL_FOR_ADMINISTERED_PRODUCT_EXTENSION]",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1119349007",
"display" : "COVID-19 vaccine, mRNA, Spikevax (Moderna)"
}
]
}
},
{
"url" : "[URL_FOR_BATCH_NUMBER_EXTENSION]",
"valueString" : "MOD-BATCH-V-2025-06"
},
{
"url" : "http://example.org/fhir/StructureDefinition/patient-philhealth-id-on-immunization",
"valueIdentifier" : {
"system" : "http://www.philhealth.gov.ph/pin",
"value" : "MARIAL-PHILHEALTH-003"
}
},
{
"url" : "http://example.org/fhir/StructureDefinition/patient-philsys-id-on-immunization",
"valueIdentifier" : {
"system" : "http://nationalidsystem.gov.ph/psn",
"value" : "MARIAL-PHILSYS-004"
}
},
{
"url" : "http://example.org/fhir/StructureDefinition/mother-philhealth-id-on-immunization",
"valueIdentifier" : {
"system" : "http://www.philhealth.gov.ph/pin",
"value" : "MARIAL-MOTHERS-PHILHEALTH-67890"
}
},
{
"url" : "http://example.org/fhir/StructureDefinition/mother-philsys-id-on-immunization",
"valueIdentifier" : {
"system" : "http://nationalidsystem.gov.ph/psn",
"value" : "MARIAL-MOTHERS-PHILSYS-12345"
}
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1119349007",
"display" : "COVID-19 vaccine, mRNA, Spikevax (Moderna)"
}
],
"text" : "Moderna COVID-19 Vaccine"
},
"patient" : {
"reference" : "Patient/example2",
"display" : "Maria LUNA"
},
"occurrenceDateTime" : "2025-06-10",
"primarySource" : true,
"lotNumber" : "ABCDEF12345",
"doseQuantity" : {
"value" : 0.5,
"unit" : "mL",
"system" : "http://unitsofmeasure.org",
"code" : "mL"
},
"performer" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
"code" : "AP",
"display" : "Administering Provider"
}
],
"text" : "Administering Provider"
},
"actor" : {
"reference" : "Practitioner/example1",
"display" : "Nurse Aling PINEDA"
}
}
],
"note" : [
{
"text" : "Patient tolerated the vaccine well, no immediate adverse reactions noted."
}
]
}