Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions
{
"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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AdverseEvent fever-after-immunization</b></p><a name=\"fever-after-immunization\"> </a><a name=\"hcfever-after-immunization\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-adverseevent.html\">US Core AdverseEvent Profile</a></p></div><p><b>actuality</b>: Adverse Event</p><p><b>event</b>: <span title=\"Codes:{http://snomed.info/sct 386661006}\">Fever following immunization</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Patient-example.html\">Amy V. Baxter</a></p><p><b>date</b>: 2026-05-14 09:30:00+0000</p><p><b>recordedDate</b>: 2026-05-14 10:00:00+0000</p><p><b>outcome</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/adverse-event-outcome recovering}\">Recovering</span></p><p><b>recorder</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Practitioner-practitioner-1.html\">Dr Ronald Bone</a></p><h3>SuspectEntities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Instance</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://hl7.org/fhir/us/core/2026Jan/Immunization-imm-1.html\">Immunization: status = completed; vaccineCode = Influenza, high-dose, quadrivalent, PF; lotNumber = AAJN11K; occurrence[x] = 2020-11-19 12:46:57-0800; primarySource = false</a></td></tr></table></div>"
},
"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"
}
}
]
}