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

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeAdverseEvent
IdAdverseEvent-rash-after-medication.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 rash-after-medication

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

SuspectEntities

-Instance
*Medication penicillin V potassium 250 MG Oral Tablet

Source1

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