FHIR IG analytics
| Package | fhir.astp.us-quality-core |
| Resource Type | ValueSet |
| Id | ValueSet-us-quality-core-non-negative-task-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/FHIR/us-quality-core/ValueSet-us-quality-core-non-negative-task-status.html |
| URL | http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-task-status |
| Version | 0.1.0 |
| Status | active |
| Date | 2018-12-05T00:00:00+00:00 |
| Name | NonNegativeTaskStatus |
| Title | Non-Negative Task Status |
| Realm | us |
| Authority | hl7 |
| Description | This value set defines the set of codes that indicate a non-negated task status (i.e. codes that are not `rejected`) |
| Purpose | This value set was defined to support the set of task statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://hl7.org/fhir/task-status code system that are not `rejected`). |
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | task-status | TaskStatus |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/task-status version 📦4.0.1| Code | Display | Definition |
| draft | Draft | The task is not yet ready to be acted upon. |
| requested | Requested | The task is ready to be acted upon and action is sought. |
| received | Received | A potential performer has claimed ownership of the task and is evaluating whether to perform it. |
| accepted | Accepted | The potential performer has agreed to execute the task but has not yet started work. |
| 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. |
| cancelled | Cancelled | The task was not completed. |
| in-progress | In Progress | The task has been started but is not yet complete. |
| on-hold | On Hold | The task has been started but work has been paused. |
| failed | Failed | The task was attempted but could not be completed due to some error. |
| completed | Completed | The task has been completed. |
| entered-in-error | Entered In Error | The task should never have existed and is retained only because of the possibility it may have used. |
Source1
{
"resourceType": "ValueSet",
"id": "us-quality-core-non-negative-task-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-task-status",
"version": "0.1.0",
"name": "NonNegativeTaskStatus",
"title": "Non-Negative Task Status",
"status": "active",
"experimental": false,
"date": "2018-12-05T00:00:00+00:00",
"publisher": "ASTP",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.healthit.gov/"
}
]
}
],
"description": "This value set defines the set of codes that indicate a non-negated task status (i.e. codes that are not `rejected`)",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
],
"text": "USA"
}
],
"purpose": "This value set was defined to support the set of task statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://hl7.org/fhir/task-status code system that are not `rejected`).",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/task-status",
"concept": [
{
"code": "draft",
"display": "Draft"
},
{
"code": "requested",
"display": "Requested"
},
{
"code": "received",
"display": "Received"
},
{
"code": "accepted",
"display": "Accepted"
},
{
"code": "ready",
"display": "Ready"
},
{
"code": "cancelled",
"display": "Cancelled"
},
{
"code": "in-progress",
"display": "In Progress"
},
{
"code": "on-hold",
"display": "On Hold"
},
{
"code": "failed",
"display": "Failed"
},
{
"code": "completed",
"display": "Completed"
},
{
"code": "entered-in-error",
"display": "Entered In Error"
}
]
}
]
}
}