{
  "resourceType": "CodeSystem",
  "id": "task-status",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>TaskStatus</h2>\n            <div>\n              <p>The current status of the task.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/task-status defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>draft\n                  <a name=\"task-status-draft\"> </a>\n                </td>\n                <td>Draft</td>\n                <td>The task is not yet ready to be acted upon.</td>\n              </tr>\n              <tr>\n                <td>requested\n                  <a name=\"task-status-requested\"> </a>\n                </td>\n                <td>Requested</td>\n                <td>The task is ready to be acted upon and action is sought.</td>\n              </tr>\n              <tr>\n                <td>received\n                  <a name=\"task-status-received\"> </a>\n                </td>\n                <td>Received</td>\n                <td>A potential performer has claimed ownership of the task and is evaluating whether to perform it.</td>\n              </tr>\n              <tr>\n                <td>accepted\n                  <a name=\"task-status-accepted\"> </a>\n                </td>\n                <td>Accepted</td>\n                <td>The potential performer has agreed to execute the task but has not yet started work.</td>\n              </tr>\n              <tr>\n                <td>rejected\n                  <a name=\"task-status-rejected\"> </a>\n                </td>\n                <td>Rejected</td>\n                <td>The potential performer who claimed ownership of the task has decided not to execute it prior to performing any action.</td>\n              </tr>\n              <tr>\n                <td>ready\n                  <a name=\"task-status-ready\"> </a>\n                </td>\n                <td>Ready</td>\n                <td>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.</td>\n              </tr>\n              <tr>\n                <td>cancelled\n                  <a name=\"task-status-cancelled\"> </a>\n                </td>\n                <td>Cancelled</td>\n                <td>The task was not completed.</td>\n              </tr>\n              <tr>\n                <td>in-progress\n                  <a name=\"task-status-in-progress\"> </a>\n                </td>\n                <td>In Progress</td>\n                <td>Task has been started but is not yet complete.</td>\n              </tr>\n              <tr>\n                <td>on-hold\n                  <a name=\"task-status-on-hold\"> </a>\n                </td>\n                <td>On Hold</td>\n                <td>Task has been started but work has been paused.</td>\n              </tr>\n              <tr>\n                <td>failed\n                  <a name=\"task-status-failed\"> </a>\n                </td>\n                <td>Failed</td>\n                <td>The task was attempted but could not be completed due to some error.</td>\n              </tr>\n              <tr>\n                <td>completed\n                  <a name=\"task-status-completed\"> </a>\n                </td>\n                <td>Completed</td>\n                <td>The task has been completed.</td>\n              </tr>\n              <tr>\n                <td>entered-in-error\n                  <a name=\"task-status-entered-in-error\"> </a>\n                </td>\n                <td>Entered in Error</td>\n                <td>The task should never have existed and is retained only because of the possibility it may have used.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://hl7.org/fhir/task-status",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.774"
  },
  "version": "3.0.1",
  "name": "TaskStatus",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The current status of the task.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/task-status",
  "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": "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": "Task has been started but is not yet complete."
    },
    {
      "code": "on-hold",
      "display": "On Hold",
      "definition": "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."
    }
  ]
}