FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | task-status | TaskStatus |
| hl7.fhir.uv.cow#current | temp | Temp Clinical Order Workflow Example Codes |
Narrative
Note: links and images are rebased to the (stated) source
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| Code | Display | Definition |
| awaiting-information | The fulfiller needs more information in order to proceed with the fulfillment of the request | 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. |
- Include these codes as defined in
http://hl7.org/fhir/task-status version 📦4.0.1| Code | Display | Definition |
| completed | completed | The task has been completed. |
| ready | ready | 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. |
| in-progress | In-progress | The 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"
}
]
}
]
}
}