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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r3.r4b.r4
Resource TypeCodeSystem
IdCodeSystem-task-status.json
FHIR VersionR4

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

Generated Narrative: CodeSystem task-status

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

CodeDisplayDefinition
draft DraftThe task is not yet ready to be acted upon.
requested RequestedThe task is ready to be acted upon and action is sought.
received ReceivedA potential performer has claimed ownership of the task and is evaluating whether to perform it.
accepted AcceptedThe potential performer has agreed to execute the task but has not yet started work.
rejected RejectedThe potential performer who claimed ownership of the task has decided not to execute it prior to performing any action.
ready ReadyTask 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 CancelledThe task was not completed.
in-progress In ProgressTask has been started but is not yet complete.
on-hold On HoldTask has been started but work has been paused.
failed FailedThe task was attempted but could not be completed due to some error.
completed CompletedThe task has been completed.
entered-in-error Entered in ErrorThe 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-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r3.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/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/task-status",
  "version": "3.0.2",
  "name": "TaskStatus",
  "status": "draft",
  "experimental": false,
  "date": "2019-10-24T10:53:00+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": "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."
    }
  ]
}