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

: Reason Vaccine not Administered - JSON Representation

Draft as of 2024-11-08

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "KenyanImmunizationNotDoneReasonsCSExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem KenyanImmunizationNotDoneReasonsCSExample</b></p><a name=\"KenyanImmunizationNotDoneReasonsCSExample\"> </a><a name=\"hcKenyanImmunizationNotDoneReasonsCSExample\"> </a><a name=\"KenyanImmunizationNotDoneReasonsCSExample-en-US\"> </a><p>This case-insensitive code system <code>https://chanjoke.intellisoftkenya.com/fhir/CodeSystem/KenyanImmunizationNotDoneReasonsCSExample</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Stock<a name=\"KenyanImmunizationNotDoneReasonsCSExample-Stock\"> </a></td><td>Product out of stock</td><td>There was no product supply on hand to perform the service.</td></tr><tr><td style=\"white-space:nowrap\">ColdChainBreak<a name=\"KenyanImmunizationNotDoneReasonsCSExample-ColdChainBreak\"> </a></td><td>Cold chain break</td><td>The vaccine experienced a cold chain break.</td></tr><tr><td style=\"white-space:nowrap\">ClientObjection<a name=\"KenyanImmunizationNotDoneReasonsCSExample-ClientObjection\"> </a></td><td>Client objection</td><td>The client or their guardian objects to receiving the vaccine.</td></tr><tr><td style=\"white-space:nowrap\">Caregiver<a name=\"KenyanImmunizationNotDoneReasonsCSExample-Caregiver\"> </a></td><td>Caregiver refusal</td><td>The client's caregiver refused the vaccine.</td></tr><tr><td style=\"white-space:nowrap\">Expired<a name=\"KenyanImmunizationNotDoneReasonsCSExample-Expired\"> </a></td><td>Expired product</td><td>The vaccine was expired at the time of administration.</td></tr><tr><td style=\"white-space:nowrap\">Disease<a name=\"KenyanImmunizationNotDoneReasonsCSExample-Disease\"> </a></td><td>Client acquired the disease</td><td>The immunization event was not carried out due to the client having had the disease.</td></tr><tr><td style=\"white-space:nowrap\">Unspecified<a name=\"KenyanImmunizationNotDoneReasonsCSExample-Unspecified\"> </a></td><td>Unspecified reason</td><td>The immunization event was not carried out for an unspecified reason.</td></tr></table></div>"
  },
  "url" : "https://chanjoke.intellisoftkenya.com/fhir/CodeSystem/KenyanImmunizationNotDoneReasonsCSExample",
  "version" : "0.1.0",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-11-08T08:13:11+00:00",
  "publisher" : "Intellisoft Consulting Ltd",
  "contact" : [
    {
      "name" : "Intellisoft Consulting Ltd",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.intellisoftkenya.com/"
        },
        {
          "system" : "email",
          "value" : "info[at]intellisoftkenya.com"
        }
      ]
    }
  ],
  "copyright" : "Public Domain of some kind",
  "caseSensitive" : false,
  "content" : "complete",
  "concept" : [
    {
      "code" : "Stock",
      "display" : "Product out of stock",
      "definition" : "There was no product supply on hand to perform the service."
    },
    {
      "code" : "ColdChainBreak",
      "display" : "Cold chain break",
      "definition" : "The vaccine experienced a cold chain break."
    },
    {
      "code" : "ClientObjection",
      "display" : "Client objection",
      "definition" : "The client or their guardian objects to receiving the vaccine."
    },
    {
      "code" : "Caregiver",
      "display" : "Caregiver refusal",
      "definition" : "The client's caregiver refused the vaccine."
    },
    {
      "code" : "Expired",
      "display" : "Expired product",
      "definition" : "The vaccine was expired at the time of administration."
    },
    {
      "code" : "Disease",
      "display" : "Client acquired the disease",
      "definition" : "The immunization event was not carried out due to the client having had the disease."
    },
    {
      "code" : "Unspecified",
      "display" : "Unspecified reason",
      "definition" : "The immunization event was not carried out for an unspecified reason."
    }
  ]
}