OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Task Intent - JSON Representation

Active as of 2023-03-05

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "task-intent-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-task-intent</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\">order<a name=\"task-intent-code-system-order\"> </a></td><td>Order</td><td>The request represents a request/demand and authorization for action by a Practitioner.</td></tr><tr><td style=\"white-space:nowrap\">original-order<a name=\"task-intent-code-system-original-order\"> </a></td><td>Original-Order</td><td>The request represents an original authorization for action.</td></tr></table></div>"
  },
  "url" : "https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-task-intent",
  "version" : "0.1.0",
  "name" : "TaskIntentCodeSystem",
  "title" : "Task Intent",
  "status" : "active",
  "date" : "2023-03-05T22:47:16+00:00",
  "contact" : [
    {
      "name" : "I-TECH-UW",
      "telecom" : [
        {
          "system" : "url",
          "value" : "www.github.com/i-tech-uw"
        }
      ]
    }
  ],
  "description" : "Task Intent Code System",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "order",
      "display" : "Order",
      "definition" : "The request represents a request/demand and authorization for action by a Practitioner."
    },
    {
      "code" : "original-order",
      "display" : "Original-Order",
      "definition" : "The request represents an original authorization for action."
    }
  ]
}