FHIR IG analytics| Package | zm-core |
| Resource Type | AdverseEvent |
| Id | AdverseEvent-ExampleZMCoreAdverseEventFollowingImmunization.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AdverseEvent ExampleZMCoreAdverseEventFollowingImmunization
Profile: ZM-Core Adverse Event Profile
status: Completed
actuality: Adverse Event
category: Adverse event following immunization
code: Fever following immunization
subject: John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)
occurrence: 2026-08-08 18:00:00+0200
recordedDate: 2026-08-09 08:00:00+0200
recorder: Practitioner Mary Chipo Phiri (official)
| Instance[x] |
| Immunization: status = completed; vaccineCode = ; lotNumber = BCG-LOT-001; occurrence[x] = 2026-08-08 10:00:00+0200; primarySource = true; route = ; doseQuantity = 0.05 mL |
note:
Caregiver reported fever after vaccination.
{
"resourceType": "AdverseEvent",
"id": "ExampleZMCoreAdverseEventFollowingImmunization",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-adverse-event"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"actuality": "actual",
"category": [
{
"text": "Adverse event following immunization"
}
],
"code": {
"text": "Fever following immunization"
},
"subject": {
"reference": "Patient/ExampleZMCorePatient"
},
"encounter": {
"reference": "Encounter/ExampleZMCoreEncounter"
},
"occurrenceDateTime": "2026-08-08T18:00:00+02:00",
"recordedDate": "2026-08-09T08:00:00+02:00",
"recorder": {
"reference": "Practitioner/ExampleZMCorePractitioner"
},
"suspectEntity": [
{
"instanceReference": {
"reference": "Immunization/ExampleZMCoreImmunization"
}
}
],
"note": [
{
"text": "Caregiver reported fever after vaccination."
}
]
}