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

: Service Request Status Valueset - JSON Representation

Active as of 2023-03-05

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "open-elis-service-request-status-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-service-request-status-code-system.html\"><code>https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-service-request-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-service-request-status-code-system.html#service-request-status-code-system-active\">active</a></td><td>Active</td><td>The request is in force and ready to be acted upon.</td></tr><tr><td><a href=\"CodeSystem-service-request-status-code-system.html#service-request-status-code-system-completed\">completed</a></td><td>Completed</td><td>\tThe activity described by the request has been fully performed. No further activity will occur.</td></tr><tr><td><a href=\"CodeSystem-service-request-status-code-system.html#service-request-status-code-system-revoked\">revoked</a></td><td>Revoked</td><td>The request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions. No further activity should occur.</td></tr></table></li></ul></div>"
  },
  "url" : "http://i-tech-uw.github.io/openelis-global-ig/ValueSet/open-elis-service-request-status-vs",
  "version" : "0.1.0",
  "name" : "OpenElisServiceRequestStatusVs",
  "title" : "Service Request Status Valueset",
  "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" : "OpenElis Service Request Status Valueset",
  "compose" : {
    "include" : [
      {
        "system" : "https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-service-request-status",
        "concept" : [
          {
            "code" : "active"
          },
          {
            "code" : "completed"
          },
          {
            "code" : "revoked"
          }
        ]
      }
    ]
  }
}