{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "NexusTaskStatusesVS",
  "id": "nexus-task-statuses",
  "title": "Clinical Task Statuses",
  "description": "The lifecycle states a Nexus clinical task may be in: draft, ready, accepted, in-progress,\non-hold, completed, cancelled. A required-bound subset of R4's TaskStatus. These are MEANINGS and\nnot a path -- any state may follow any other. `rejected` is deliberately absent: a declined\nproposal is `cancelled`, with `Task.statusReason` saying that a human declined it rather than\nthat it became moot.",
  "url": "https://fhir.apps.health/ValueSet/nexus-task-statuses",
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/task-status",
        "concept": [
          {
            "code": "draft",
            "display": "Draft"
          },
          {
            "code": "ready",
            "display": "Ready"
          },
          {
            "code": "accepted",
            "display": "Accepted"
          },
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "on-hold",
            "display": "On Hold"
          },
          {
            "code": "completed",
            "display": "Completed"
          },
          {
            "code": "cancelled",
            "display": "Cancelled"
          }
        ]
      }
    ]
  }
}
