EMR-LIS Implementation Guide
0.2.0 - ci-build

EMR-LIS Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: EMR-LIS Intent for Task - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "emr-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://i-tech-uw.github.io/emr-lis-ig/ValueSet/emr-lab-task-intent-vs",
  "version" : "0.2.0",
  "name" : "EmrLisTaskIntentVS",
  "title" : "EMR-LIS Intent for Task",
  "status" : "active",
  "date" : "2021-07-27T07:51:26+00:00",
  "publisher" : "I-TECH-UW",
  "contact" : [
    {
      "name" : "I-TECH-UW",
      "telecom" : [
        {
          "system" : "url",
          "value" : "www.github.com/i-tech-uw"
        },
        {
          "system" : "email",
          "value" : "pmanko@uw.edu"
        }
      ]
    }
  ],
  "description" : "The intent of the task, subset from https://www.hl7.org/FHIR/valueset-task-intent.html",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/ValueSet/task-intent",
        "concept" : [
          {
            "code" : "task-intent-order",
            "display" : "Order"
          }
        ]
      }
    ]
  }
}