FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-task-status.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-task-status.html |
| URL | http://hl7.org/fhir/task-status |
| Version | 4.0.1 |
| Status | draft |
| Date | 2019-11-01T08:29:23+10:00 |
| Name | TaskStatus |
| Title | TaskStatus |
| Realm | uv |
| Authority | hl7 |
| Description | The current status of the task. |
| Content | complete |
| ConceptMap | |
| MedicationDispense-BusinessStatusToMedicationDispenseStatus | MedicationDispense business status to MedicationDispense status Map |
| MedicationDispense-BusinessStatusToTaskStatus | MedicationDispense business status to Task status Map |
| MedicationRequest-StatusToTaskStatus | MedicationRequest status to Task status Map |
| ValueSet | |
| hrex-task-status | HRex Task Status ValueSet |
| au-erequesting-task-status | AU eRequesting Task Status |
| ch-elm-status | CH ELM Status |
| PCTContributorTaskStatusCodes | Provider GFE Contributor Task Status Codes |
| PCTCoordinationTaskStatusCodes | GFE Coordination Task Status Codes |
| SDOHCC-ValueSetTaskStatus | SDOHCC ValueSet Task Status |
| requestStatus | Request Status Value Set |
| qicore-positive-task-status | Positive Task Status |
| R4-task-status-for-R4B | Cross-version VS for R4.TaskStatus for use in FHIR R4B |
| R3-task-status-for-R4B | Cross-version VS for R3.TaskStatus for use in FHIR R4B |
| R4-task-status-for-R5 | Cross-version VS for R4.TaskStatus for use in FHIR R5 |
| ca-referralstatusreason | ReferralStatusReason |
| referral-business-status-ab | ReferralBusinessStatus_AB |
| R3-task-status-for-R5 | Cross-version VS for R3.TaskStatus for use in FHIR R5 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem task-status
This case-sensitive code system http://hl7.org/fhir/task-status defines the following codes:
{
"resourceType": "CodeSystem",
"id": "task-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r4.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "oo"
}
],
"url": "http://hl7.org/fhir/task-status",
"version": "4.0.1",
"name": "TaskStatus",
"title": "TaskStatus",
"status": "draft",
"experimental": false,
"date": "2019-11-01T08:29:23+10:00",
"publisher": "Orders and Observations",
"contact": [
{
"name": "Orders and Observations",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/orders"
}
]
}
],
"description": "The current status of the task.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/task-status|4.3.0",
"content": "complete",
"concept": [
{
"code": "draft",
"display": "Draft",
"definition": "The task is not yet ready to be acted upon."
},
{
"code": "requested",
"display": "Requested",
"definition": "The task is ready to be acted upon and action is sought."
},
{
"code": "received",
"display": "Received",
"definition": "A potential performer has claimed ownership of the task and is evaluating whether to perform it."
},
{
"code": "accepted",
"display": "Accepted",
"definition": "The potential performer has agreed to execute the task but has not yet started work."
},
{
"code": "rejected",
"display": "Rejected",
"definition": "The potential performer who claimed ownership of the task has decided not to execute it prior to performing any action."
},
{
"code": "ready",
"display": "Ready",
"definition": "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."
},
{
"code": "cancelled",
"display": "Cancelled",
"definition": "The task was not completed."
},
{
"code": "in-progress",
"display": "In Progress",
"definition": "The task has been started but is not yet complete."
},
{
"code": "on-hold",
"display": "On Hold",
"definition": "The task has been started but work has been paused."
},
{
"code": "failed",
"display": "Failed",
"definition": "The task was attempted but could not be completed due to some error."
},
{
"code": "completed",
"display": "Completed",
"definition": "The task has been completed."
},
{
"code": "entered-in-error",
"display": "Entered in Error",
"definition": "The task should never have existed and is retained only because of the possibility it may have used."
}
]
}