FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | AdverseEvent |
| Id | AdverseEvent-rash-after-medication.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AdverseEvent rash-after-medication
Profile: US Core AdverseEvent Profile
actuality: Adverse Event
event: Truncal morbilliform (maculopapular) eruption
subject: Amy V. Baxter
date: 2026-05-16 18:00:00+0000
recordedDate: 2026-05-16 18:45:00+0000
outcome: Resolved
recorder: Dr Ronald Bone
| Instance |
| Medication penicillin V potassium 250 MG Oral Tablet |
{
"resourceType": "AdverseEvent",
"id": "rash-after-medication",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Rash After Medication Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a *US Core AdverseEvent Profile* records a rash the patient experienced after taking an oral penicillin."
}
],
"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": "247470007",
"display": "Morbilliform eruption"
}
],
"text": "Truncal morbilliform (maculopapular) eruption"
},
"subject": {
"reference": "Patient/example",
"display": "Amy V. Baxter"
},
"date": "2026-05-16T18:00:00Z",
"recordedDate": "2026-05-16T18:45:00Z",
"outcome": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adverse-event-outcome",
"code": "resolved",
"display": "Resolved"
}
]
},
"recorder": {
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
},
"suspectEntity": [
{
"instance": {
"reference": "Medication/oral-penicillin-v"
}
}
]
}