FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | AdverseEvent |
| Id | AdverseEvent-fever-after-immunization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AdverseEvent fever-after-immunization
Profile: US Core AdverseEvent Profile
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
| Instance |
| Immunization: status = completed; vaccineCode = Influenza, high-dose, quadrivalent, PF; lotNumber = AAJN11K; occurrence[x] = 2020-11-19 12:46:57-0800; primarySource = false |
{
"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"
}
}
]
}