Botswana Laboratory HIE Workflow Implementation Guide
0.2.0 - ci-build

Botswana Laboratory HIE Workflow Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: Botswana Intent for Lab Task - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "bw-lab-task-intent-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/ValueSet/task-intent</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>task-intent-order</td><td>Order</td></tr></table></li></ul></div>"
  },
  "url" : "http://b-techbw.github.io/bw-lab-ig/ValueSet/bw-lab-task-intent-vs",
  "version" : "0.2.0",
  "name" : "BwLabTaskIntentVS",
  "title" : "Botswana Intent for Lab Task",
  "status" : "active",
  "date" : "2022-02-05T01:33:00+00:00",
  "publisher" : "B-TECHBW",
  "contact" : [
    {
      "name" : "B-TECHBW",
      "telecom" : [
        {
          "system" : "url",
          "value" : "www.github.com/b-techbw"
        },
        {
          "system" : "email",
          "value" : "pmanko@uw.edu"
        }
      ]
    }
  ],
  "description" : "The intent of the task, subset from https://www.hl7.org/FHIR/valueset-task-intent.html",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "072"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BW"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/ValueSet/task-intent",
        "concept" : [
          {
            "code" : "task-intent-order",
            "display" : "Order"
          }
        ]
      }
    ]
  }
}