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

: TaskProfileExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "TaskProfileExample",
  "meta" : {
    "profile" : [
      🔗 "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/TaskProfile"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task TaskProfileExample</b></p><a name=\"TaskProfileExample\"> </a><a name=\"hcTaskProfileExample\"> </a><a name=\"TaskProfileExample-en-US\"> </a><p><b>Extension for Products </b>: product-code</p><p><b>identifier</b>: <code>https://chanjoke.intellisoftkenya.com/fhir/kenya/task</code>/123456\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>focus</b>: <a href=\"SupplyRequestProfileExample\">SupplyRequestProfileExample</a></p><p><b>authoredOn</b>: 2020-02-02</p><p><b>location</b>: <a href=\"Location-LocationExample.html\">Location Example Hospital</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/products",
      "valueCode" : "product-code"
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://chanjoke.intellisoftkenya.com/fhir/kenya/task",
      "value" : "123456"
    }
  ],
  "status" : "requested",
  "intent" : "order",
  "focus" : {
    "reference" : "SupplyRequestProfileExample"
  },
  "authoredOn" : "2020-02-02",
  "location" : {
    🔗 "reference" : "Location/LocationExample"
  }
}