CH UMZH Connect IG (R4)
1.0.0-cibuild - ci-build Switzerland flag

CH UMZH Connect IG (R4), published by UMZH. This guide is not an authorized publication; it is the continuous build for version 1.0.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/umzhconnect/umzhconnect-ig/ and changes regularly. See the Directory of published versions

: CH UMZH Connect Task Business Status - JSON Representation

Draft as of 2026-03-23

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ch-umzh-connect-task-businessstatus",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ch-umzh-connect-task-businessstatus</b></p><a name=\"ch-umzh-connect-task-businessstatus\"> </a><a name=\"hcch-umzh-connect-task-businessstatus\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/uv/cow/2025May/CodeSystem-temp.html\"><code>http://hl7.org/fhir/uv/cow/CodeSystem/temp</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 1.0.0-ballot, the version found through the package references\"> version &#x1F4E6;1.0.0-ballot</span><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=\"http://hl7.org/fhir/uv/cow/2025May/CodeSystem-temp.html#temp-awaiting-information\">awaiting-information</a></td><td>The fulfiller needs more information in order to proceed with the fulfillment of the request</td><td>This code may be appropriate when the fulfiller needs more information in order to accept the request, or in order to take the next step for a request which in progress.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-task-status.html\"><code>http://hl7.org/fhir/task-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;4.0.1</span><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=\"http://hl7.org/fhir/R4/codesystem-task-status.html#task-status-completed\">completed</a></td><td>completed</td><td>The task has been completed.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-task-status.html#task-status-ready\">ready</a></td><td>ready</td><td>The task is ready to be performed, but no action has yet been taken.  Used in place of requested/received/accepted/rejected when request assignment and acceptance is a given.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-task-status.html#task-status-in-progress\">in-progress</a></td><td>In-progress</td><td>The task has been started but is not yet complete.</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.ch/ig/ch-umzh-connect/ValueSet/ch-umzh-connect-task-businessstatus",
  "version" : "1.0.0-cibuild",
  "name" : "ChUmzhConnectTaskBusinessStatus",
  "title" : "CH UMZH Connect Task Business Status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-03-23T14:44:41+00:00",
  "publisher" : "UMZH",
  "contact" : [
    {
      "name" : "UMZH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://umzh.uzh.ch/"
        }
      ]
    }
  ],
  "description" : "Value set for Task.businessStatus defining the type of service request.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CHE"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/cow/CodeSystem/temp",
        "concept" : [
          {
            "code" : "awaiting-information",
            "display" : "The fulfiller needs more information in order to proceed with the fulfillment of the request"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/task-status",
        "concept" : [
          {
            "code" : "completed",
            "display" : "completed"
          },
          {
            "code" : "ready",
            "display" : "ready"
          },
          {
            "code" : "in-progress",
            "display" : "In-progress"
          }
        ]
      }
    ]
  }
}