Integrated Campaign Registry (ICR) Implementation Guide
0.1.0 - ci-build International flag

Integrated Campaign Registry (ICR) Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Adverse event — abdominal pain following albendazole - JSON Representation

Raw json | Download

{
  "resourceType" : "AdverseEvent",
  "id" : "example-mda-adverse-event",
  "meta" : {
    "profile" : [
      🔗 "https://icr.healthcampaigns.org/StructureDefinition/ICRAdverseEvent"
    ],
    "tag" : [
      {
        "system" : "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs",
        "code" : "mda",
        "display" : "MDA (Rokupr)"
      }
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AdverseEvent example-mda-adverse-event</b></p><a name=\"example-mda-adverse-event\"> </a><a name=\"hcexample-mda-adverse-event\"> </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-ICRAdverseEvent.html\">ICR Adverse Event</a></p><p style=\"margin-bottom: 0px\">Tag: <a href=\"CodeSystem-icr-project-tag-cs.html\">MDA (Rokupr) (Details: ICR Project Tag code mda = 'MDA (Rokupr)')</a></p></div><p><b>Record Origin</b>: campaign</p><p><b>actuality</b>: Adverse Event</p><p><b>event</b>: <span title=\"Codes:\">Transient abdominal pain following albendazole</span></p><p><b>subject</b>: <a href=\"Patient-example-child.html\">Aminata Kamara  Female, DoB: 2023-04-12 ( https://icr.healthcampaigns.org/identifiers/national-id#SL-2023-04-0099812)</a></p><p><b>date</b>: 2026-02-10</p><p><b>seriousness</b>: <span title=\"Codes:\">Non-serious</span></p><p><b>severity</b>: <span title=\"Codes:\">mild</span></p><blockquote><p><b>suspectEntity</b></p><p><b>instance</b>: <a href=\"MedicationAdministration-example-albendazole-administration.html\">MedicationAdministration: extension = campaign,true,; status = completed; medication[x] = albendazole; effective[x] = 2026-02-10 11:00:00+0000</a></p><h3>Causalities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Assessment</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-adverse-event-causality-cs c-coincidental}\">C — Coincidental / inconsistent</span></td></tr></table></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://icr.healthcampaigns.org/StructureDefinition/record-origin",
      "valueCode" : "campaign"
    }
  ],
  "actuality" : "actual",
  "event" : {
    "text" : "Transient abdominal pain following albendazole"
  },
  "subject" : {
    🔗 "reference" : "Patient/example-child"
  },
  "date" : "2026-02-10",
  "seriousness" : {
    "text" : "Non-serious"
  },
  "severity" : {
    "text" : "mild"
  },
  "suspectEntity" : [
    {
      "instance" : {
        🔗 "reference" : "MedicationAdministration/example-albendazole-administration"
      },
      "causality" : [
        {
          "assessment" : {
            "coding" : [
              {
                "system" : "https://icr.healthcampaigns.org/CodeSystem/icr-adverse-event-causality-cs",
                "code" : "c-coincidental",
                "display" : "C — Coincidental / inconsistent"
              }
            ]
          }
        }
      ]
    }
  ]
}