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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-task-status.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-task-status.html
URLhttp://hl7.org/fhir/task-status
Version4.0.1
Statusdraft
Date2019-11-01T08:29:23+10:00
NameTaskStatus
TitleTaskStatus
Realmuv
Authorityhl7
DescriptionThe current status of the task.
Contentcomplete

Resources that use this resource

ConceptMap
MedicationDispense-BusinessStatusToMedicationDispenseStatusMedicationDispense business status to MedicationDispense status Map
MedicationDispense-BusinessStatusToTaskStatusMedicationDispense business status to Task status Map
MedicationRequest-StatusToTaskStatusMedicationRequest status to Task status Map
ValueSet
hrex-task-statusHRex Task Status ValueSet
au-erequesting-task-statusAU eRequesting Task Status
ch-elm-statusCH ELM Status
PCTContributorTaskStatusCodesProvider GFE Contributor Task Status Codes
PCTCoordinationTaskStatusCodesGFE Coordination Task Status Codes
SDOHCC-ValueSetTaskStatusSDOHCC ValueSet Task Status
requestStatusRequest Status Value Set
qicore-positive-task-statusPositive Task Status
R4-task-status-for-R4BCross-version VS for R4.TaskStatus for use in FHIR R4B
R3-task-status-for-R4BCross-version VS for R3.TaskStatus for use in FHIR R4B
R4-task-status-for-R5Cross-version VS for R4.TaskStatus for use in FHIR R5
ca-referralstatusreasonReferralStatusReason
referral-business-status-abReferralBusinessStatus_AB
R3-task-status-for-R5Cross-version VS for R3.TaskStatus for use in FHIR R5

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 ReadyThe 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 CancelledThe task was not completed.
in-progress In ProgressThe task has been started but is not yet complete.
on-hold On HoldThe task 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-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."
    }
  ]
}