FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/task-status version 📦5.0.0| Code | Display | Definition |
| requested | Requested | The task is ready to be acted upon and action is sought. |
| accepted | Accepted | The potential performer has agreed to execute the task but has not yet started work. |
| in-progress | In Progress | The task has been started but is not yet complete. |
| rejected | Rejected | The potential performer who claimed ownership of the task has decided not to execute it prior to performing any action. |
| completed | Completed | The task has been completed. |
Source1
{
"resourceType": "ValueSet",
"id": "requestStatus",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://who-umc.org/idmp/ValueSet/requestStatus",
"version": "0.1.0",
"name": "VsRequestStatus",
"title": "Request Status Value Set",
"status": "active",
"experimental": false,
"date": "2025-11-19T07:03:36+00:00",
"publisher": "Uppsala Monitoring Centre",
"contact": [
{
"name": "Uppsala Monitoring Centre",
"telecom": [
{
"system": "url",
"value": "http://www.who-umc.org"
}
]
},
{
"name": "Uppsala Monitoring Centre",
"telecom": [
{
"system": "url",
"value": "http://www.who-umc.org"
}
]
}
],
"description": "Request Status Value Set",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/task-status",
"concept": [
{
"code": "requested",
"display": "Requested"
},
{
"code": "accepted",
"display": "Accepted"
},
{
"code": "in-progress",
"display": "In Progress"
},
{
"code": "rejected",
"display": "Rejected"
},
{
"code": "completed",
"display": "Completed"
}
]
}
]
}
}