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

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeAdverseEvent
IdAdverseEvent-fever-after-immunization.json
FHIR VersionR4

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 fever-after-immunization

actuality: Adverse Event

event: Fever following immunization

subject: Amy V. Baxter

date: 2026-05-14 09:30:00+0000

recordedDate: 2026-05-14 10:00:00+0000

outcome: Recovering

recorder: Dr Ronald Bone

SuspectEntities

-Instance
*Immunization: status = completed; vaccineCode = Influenza, high-dose, quadrivalent, PF; lotNumber = AAJN11K; occurrence[x] = 2020-11-19 12:46:57-0800; primarySource = false

Source1

{
  "resourceType": "AdverseEvent",
  "id": "fever-after-immunization",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Fever After Immunization Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This example of a *US Core AdverseEvent Profile* records a fever the patient experienced after an immunization."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-adverseevent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "actuality": "actual",
  "event": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "386661006",
        "display": "Fever"
      }
    ],
    "text": "Fever following immunization"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy V. Baxter"
  },
  "date": "2026-05-14T09:30:00Z",
  "recordedDate": "2026-05-14T10:00:00Z",
  "outcome": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/adverse-event-outcome",
        "code": "recovering",
        "display": "Recovering"
      }
    ]
  },
  "recorder": {
    "reference": "Practitioner/practitioner-1",
    "display": "Dr Ronald Bone"
  },
  "suspectEntity": [
    {
      "instance": {
        "reference": "Immunization/imm-1"
      }
    }
  ]
}