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

: KenyanImmunizationRecommendationExample - JSON Representation

Raw json | Download

{
  "resourceType" : "ImmunizationRecommendation",
  "id" : "KenyanImmunizationRecommendationExample",
  "meta" : {
    "profile" : [
      🔗 "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/KenyanImmunizationRecommendation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationRecommendation KenyanImmunizationRecommendationExample</b></p><a name=\"KenyanImmunizationRecommendationExample\"> </a><a name=\"hcKenyanImmunizationRecommendationExample\"> </a><a name=\"KenyanImmunizationRecommendationExample-en-US\"> </a><p><b>identifier</b>: <code>https://chanjoke.intellisoftkenya.com/fhir/kenyan-immunization-recommendation</code>/1234567890\u00a0(use:\u00a0official,\u00a0)</p><p><b>patient</b>: <a href=\"Patient-PatientExample.html\">Grahame Grieve Male, DoB: 1969-04-13</a></p><p><b>date</b>: 2020-02-02</p><p><b>authority</b>: <a href=\"Organization-OrganizationExample.html\">Organization Example Organization</a></p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 143}\">Adenovirus types 4 and 7</span></p><p><b>targetDisease</b>: <span title=\"Codes:{http://snomed.info/sct 1857005}\">Gestational rubella syndrome</span></p><p><b>contraindicatedVaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 143}\">Adenovirus types 4 and 7</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}\">Due</span></p><p><b>forecastReason</b>: <span title=\"Codes:{http://snomed.info/sct 77176002}\">Smoker</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 30981-5}\">Earliest date to give</span></td><td>2020-02-02</td></tr></table><p><b>description</b>: Adenovirus types 4 and 7</p><p><b>series</b>: 1</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 1</p></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://chanjoke.intellisoftkenya.com/fhir/kenyan-immunization-recommendation",
      "value" : "1234567890"
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/PatientExample"
  },
  "date" : "2020-02-02",
  "authority" : {
    🔗 "reference" : "Organization/OrganizationExample"
  },
  "recommendation" : [
    {
      "vaccineCode" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/sid/cvx",
              "code" : "143",
              "display" : "Adenovirus types 4 and 7"
            }
          ],
          "text" : "Adenovirus types 4 and 7"
        }
      ],
      "targetDisease" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "1857005",
            "display" : "Gestational rubella syndrome"
          }
        ],
        "text" : "Gestational rubella syndrome"
      },
      "contraindicatedVaccineCode" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/sid/cvx",
              "code" : "143",
              "display" : "Adenovirus types 4 and 7"
            }
          ],
          "text" : "Adenovirus types 4 and 7"
        }
      ],
      "forecastStatus" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code" : "due",
            "display" : "Due"
          }
        ],
        "text" : "Due"
      },
      "forecastReason" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "77176002",
              "display" : "Smoker"
            }
          ]
        }
      ],
      "dateCriterion" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "30981-5",
                "display" : "Earliest date to give"
              }
            ]
          },
          "value" : "2020-02-02"
        }
      ],
      "description" : "Adenovirus types 4 and 7",
      "series" : "1",
      "doseNumberString" : "1",
      "seriesDosesString" : "1"
    }
  ]
}