Health eData 1 Sandbox
0.1.0 - CI Build United States of America flag

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

: Rash After Medication Example - JSON Representation

Raw json | Download

{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AdverseEvent rash-after-medication</b></p><a name=\"rash-after-medication\"> </a><a name=\"hcrash-after-medication\"> </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 247470007}\">Truncal morbilliform (maculopapular) eruption</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-16 18:00:00+0000</p><p><b>recordedDate</b>: 2026-05-16 18:45:00+0000</p><p><b>outcome</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/adverse-event-outcome resolved}\">Resolved</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=\"Medication-oral-penicillin-v.html\">Medication penicillin V potassium 250 MG Oral Tablet</a></td></tr></table></div>"
  },
  "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"
      }
    }
  ]
}