STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Codesystem-task-status.json

Raw JSON (canonical form)

Definition for Code System TaskStatus

{
  "resourceType": "CodeSystem",
  "id": "task-status",
  "meta": {
    "lastUpdated": "2016-03-31T08:01:25.570+11:00"
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.562"
    }
  ],
  "url": "http://hl7.org/fhir/task-status",
  "version": "1.4.0",
  "name": "TaskStatus",
  "status": "draft",
  "experimental": false,
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "date": "2016-03-31T08:01:25+11:00",
  "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"
    },
    {
      "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": "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 (more or less) as requested."
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.