ChanjoKE Immunization Implementation Guide
0.1.0 - ci-build

ChanjoKE Immunization Implementation Guide, published by Intellisoft Consulting Ltd. 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/IntelliSOFT-Consulting/ChanjoKe-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example Adverse Event - JSON Representation

Raw json | Download

{
  "resourceType" : "AdverseEvent",
  "id" : "ExampleAdverseEvent",
  "meta" : {
    "profile" : [
      🔗 "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/AdverseEventProfile"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AdverseEvent ExampleAdverseEvent</b></p><a name=\"ExampleAdverseEvent\"> </a><a name=\"hcExampleAdverseEvent\"> </a><a name=\"ExampleAdverseEvent-en-US\"> </a><p><b>Extension for types of AEFI</b>: DE3</p><p><b>Extension for Event Details</b>: Patient developed a rash within 24 hours of vaccination.</p><p><b>Extension for Action Taken</b>: DE22</p><p><b>Extension for Facility Reported</b>: Central Hospital</p><p><b>Extension for Treatment Given</b>: Anti-allergies</p><p><b>Extension for Treatment Details</b>: Administered antihistamine.</p><p><b>Extension for Specimen collected for investigation</b>: Specimen x</p><p><b>Extension for Specimen Details</b>: No specimens collected.</p><p><b>ReactionSeverityExtension</b>: DE27</p><p><b>AefiOutcomeExtension</b>: DE34</p><p><b>identifier</b>: <code>https://chanjoke.intellisoftkenya.com/fhir/identifiers</code>/AE123456789</p><p><b>actuality</b>: Adverse Event</p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Grahame Grieve Male, DoB: 1969-04-13</a></p><p><b>date</b>: 2024-05-12</p><p><b>recordedDate</b>: 2024-05-13</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=\"Substance-SubstanceExample.html\">Substance Hemoglobin Okaloosa</a></td></tr></table><p><b>subjectMedicalHistory</b>: <a href=\"Condition-ConditionExample.html\">Condition</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/types-of-aefi",
      "valueCode" : "DE3"
    },
    {
      "url" : "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/event-details",
      "valueString" : "Patient developed a rash within 24 hours of vaccination."
    },
    {
      "url" : "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/action-taken",
      "valueCode" : "DE22"
    },
    {
      "url" : "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/facility-reported",
      "valueString" : "Central Hospital"
    },
    {
      "url" : "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/treatment-given",
      "valueString" : "Anti-allergies"
    },
    {
      "url" : "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/treatment-details",
      "valueString" : "Administered antihistamine."
    },
    {
      "url" : "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/specimen-collected",
      "valueString" : "Specimen x"
    },
    {
      "url" : "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/specimen-details",
      "valueString" : "No specimens collected."
    },
    {
      "url" : "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/reaction-severity",
      "valueCode" : "DE27"
    },
    {
      "url" : "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/aefi-outcome",
      "valueCode" : "DE34"
    }
  ],
  "identifier" : {
    "system" : "https://chanjoke.intellisoftkenya.com/fhir/identifiers",
    "value" : "AE123456789"
  },
  "actuality" : "actual",
  "subject" : {
    🔗 "reference" : "Patient/PatientExample"
  },
  "date" : "2024-05-12",
  "recordedDate" : "2024-05-13",
  "suspectEntity" : [
    {
      "instance" : {
        🔗 "reference" : "Substance/SubstanceExample"
      }
    }
  ],
  "subjectMedicalHistory" : [
    {
      🔗 "reference" : "Condition/ConditionExample"
    }
  ]
}