Kenya Disease Surveillance FHIR Implementation Guide.
0.1.0 - ci-build Kenya

Kenya Disease Surveillance FHIR Implementation Guide., published by intellisoftConsulting. 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/Surveillance-FHIR-IG/ and changes regularly. See the Directory of published versions

: Causative Agent - JSON Representation

Draft as of 2026-02-24

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "CausativeAgentVS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CausativeAgentVS</b></p><a name=\"CausativeAgentVS\"> </a><a name=\"hcCausativeAgentVS\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-UNORDERED.html\"><code>http://example.org/CodeSystem/UNORDERED</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-UNORDERED.html#UNORDERED-001\">001</a></td><td style=\"color: #cccccc\">CauseOFEvent1</td><td>Cause of the event (Causative agent).</td></tr><tr><td><a href=\"CodeSystem-UNORDERED.html#UNORDERED-002\">002</a></td><td style=\"color: #cccccc\">CauseOFEvent2</td><td>Cause of the event (Causative agent).</td></tr></table></li></ul></div>"
  },
  "url" : "http://example.org/ValueSet/CausativeAgentVS",
  "version" : "0.1.0",
  "name" : "CSAGENTVS",
  "title" : "Causative Agent",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-02-24T08:31:28+00:00",
  "publisher" : "intellisoftConsulting",
  "contact" : [
    {
      "name" : "intellisoftConsulting",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    },
    {
      "name" : "IntelliSOFT Consulting Ltd.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@intellisoftkenya.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Cause of the event (Causative agent)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://example.org/CodeSystem/UNORDERED",
        "concept" : [
          {
            "code" : "001"
          },
          {
            "code" : "002"
          }
        ]
      }
    ]
  }
}