FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-task-status.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/task-status defines the following codes:

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.
rejected Rejected The potential performer who claimed ownership of the task has decided not to execute it prior to performing any action.
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": "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-r5.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": "5.0.0",
  "name": "TaskStatus",
  "title": "Task Status",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T09:01:24+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."
    }
  ]
}