FHIR IG analytics| Package | up-manila-silab.immunizationfhirig |
| Resource Type | Immunization |
| Id | Immunization-SEIR-example-normal-vaccination.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization SEIR-example-normal-vaccination
Profile: http://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/branches/master/StructureDefinition-seir-immunization.html
[URL_FOR_ADMINISTERED_PRODUCT_EXTENSION]: COVID-19 vaccine, mRNA, Spikevax (Moderna)
[URL_FOR_BATCH_NUMBER_EXTENSION]: MOD-BATCH-V-2025-06
org/fhir/StructureDefinition/patient-philhealth-id-on-immunization: http://www.philhealth.gov.ph/pin/MARIAL-PHILHEALTH-003
org/fhir/StructureDefinition/patient-philsys-id-on-immunization: http://nationalidsystem.gov.ph/psn/MARIAL-PHILSYS-004
org/fhir/StructureDefinition/mother-philhealth-id-on-immunization: http://www.philhealth.gov.ph/pin/MARIAL-MOTHERS-PHILHEALTH-67890
org/fhir/StructureDefinition/mother-philsys-id-on-immunization: http://nationalidsystem.gov.ph/psn/MARIAL-MOTHERS-PHILSYS-12345
status: Completed
vaccineCode: Moderna COVID-19 Vaccine
patient: Maria LUNA
occurrence: 2025-06-10
primarySource: true
lotNumber: ABCDEF12345
doseQuantity: 0.5 mL (Details: UCUM codemL = 'mL')
| Function | Actor |
| Administering Provider | Nurse Aling PINEDA |
note:
Patient tolerated the vaccine well, no immediate adverse reactions noted.
{
"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": "<!-- snip (see above) -->"
},
"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."
}
]
}