{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "NexusTaskBusinessStatusAllVS",
  "id": "task-business-status-all",
  "title": "Task Business Statuses (all recognised)",
  "description": "Every business sub-state a clinical task may carry, across all workflows this guide recognises.\nBound **required** from `NexusEmrCoreClinicalTask.businessStatus`, so a code outside this set is\nan error rather than a local extension.\n\nTwo vocabularies make up the union, and they are not interchangeable:\n\n* [Task Business Statuses](ValueSet-task-business-statuses.md) -- the general sub-state axis,\n  for ordinary clinical work.\n* [Correction Business Status](ValueSet-nexus-correction-business-status.md) -- the statutory\n  correction-request lifecycle from HL7's Patient Request for Corrections guide, which belongs\n  only on a task filed under `privacy-request`.\n\nWhich of the two a given task may draw on is decided by the task, not by this set: see the\n`nexus-task-bizstatus-scope` invariant on the profile, and the\n[Correction Task](StructureDefinition-nexus-correction-task.md) profile.",
  "url": "https://fhir.apps.health/ValueSet/task-business-status-all",
  "experimental": false,
  "compose": {
    "include": [
      {
        "valueSet": [
          "https://fhir.apps.health/ValueSet/task-business-statuses"
        ]
      },
      {
        "valueSet": [
          "https://fhir.apps.health/ValueSet/nexus-correction-business-status"
        ]
      }
    ]
  }
}
