FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-umzh-connect
Resource TypeValueSet
IdValueSet-ch-umzh-connect-task-businessstatus.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/umzhconnect/umzhconnect-ig/ValueSet-ch-umzh-connect-task-businessstatus.html
URLhttp://fhir.ch/ig/ch-umzh-connect/ValueSet/ch-umzh-connect-task-businessstatus
Version1.0.0-cibuild
Statusdraft
Date2026-03-23T14:44:41+00:00
NameChUmzhConnectTaskBusinessStatus
TitleCH UMZH Connect Task Business Status
Realmch
Authorityhl7
DescriptionValue set for Task.businessStatus defining the type of service request.
CopyrightCC0-1.0

Resources that use this resource

StructureDefinition
ch.fhir.ig.ch-umzh-connect#currentch-umzh-connect-coordinationtaskCH UMZH Connect Coordination Task

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0task-statusTaskStatus
hl7.fhir.uv.cow#currenttempTemp Clinical Order Workflow Example Codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ch-umzh-connect-task-businessstatus

This value set includes codes based on the following rules:

  • Include these codes as defined in http://hl7.org/fhir/uv/cow/CodeSystem/temp version 📦1.0.0-ballot
    CodeDisplayDefinition
    awaiting-informationThe fulfiller needs more information in order to proceed with the fulfillment of the requestThis 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.
  • Include these codes as defined in http://hl7.org/fhir/task-status version 📦4.0.1
    CodeDisplayDefinition
    completedcompletedThe task has been completed.
    readyreadyThe 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.
    in-progressIn-progressThe task has been started but is not yet complete.

Source1

{
  "resourceType": "ValueSet",
  "id": "ch-umzh-connect-task-businessstatus",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    ]
  }
}