FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagezm-core
Resource TypeAdverseEvent
IdAdverseEvent-ExampleZMCoreAdverseEventFollowingImmunization.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: AdverseEvent ExampleZMCoreAdverseEventFollowingImmunization

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)

encounter: Encounter: status = completed; class = ambulatory; type = ; actualPeriod = 2025-11-15 09:00:00+0200 --> 2025-11-15 10:30:00+0200

occurrence: 2026-08-08 18:00:00+0200

recordedDate: 2026-08-09 08:00:00+0200

recorder: Practitioner Mary Chipo Phiri (official)

SuspectEntities

-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.


Source1

{
  "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."
    }
  ]
}