{
  "resourceType" : "ValueSet",
  "id" : "task-business-status-active-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet task-business-status-active-vs</b></p><a name=\"task-business-status-active-vs\"> </a><a name=\"hctask-business-status-active-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-task-business-status.html\"><code>https://projo.evoleen.com/fhir/CodeSystem/task-business-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-task-business-status.html#task-business-status-waiting-for-delivery\">waiting-for-delivery</a></td><td style=\"color: #cccccc\">Waiting for delivery</td><td>Task accepted by handleTaskDue; CommunicationRequest created; awaiting sidecar send confirmation.</td></tr><tr><td><a href=\"CodeSystem-task-business-status.html#task-business-status-responses-collected\">responses-collected</a></td><td style=\"color: #cccccc\">Responses collected</td><td>CommunicationRequest.status=completed; QR completed; Task.status=completed.</td></tr><tr><td><a href=\"CodeSystem-task-business-status.html#task-business-status-expired\">expired</a></td><td style=\"color: #cccccc\">Expired</td><td>Response window elapsed without a completed QR. Task.status=cancelled.</td></tr></table></li></ul></div>"
  },
  "url" : "https://projo.evoleen.com/fhir/ValueSet/task-business-status-active-vs",
  "version" : "0.1.0",
  "name" : "TaskBusinessStatusActiveVS",
  "title" : "Projo Task Business Status (Active Subset)",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-01-01",
  "publisher" : "Projo",
  "contact" : [{
    "name" : "Projo",
    "telecom" : [{
      "system" : "url",
      "value" : "https://projo.evoleen.com"
    }]
  }],
  "description" : "The subset of task-business-status codes that current Projo code writes. Historical codes (invited, reminder-sent, collecting-responses, delivery-failed) are documented in the code system but excluded from this value set.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "CH",
      "display" : "Switzerland"
    }]
  }],
  "copyright" : "Copyright (c) Projo. Licensed under CC0-1.0 (public domain dedication). FHIR(R) is the registered trademark of HL7 and is used with permission. This IG references WhatsApp(R), a trademark of Meta Platforms, Inc., for descriptive purposes only.",
  "compose" : {
    "include" : [{
      "system" : "https://projo.evoleen.com/fhir/CodeSystem/task-business-status",
      "concept" : [{
        "code" : "waiting-for-delivery"
      },
      {
        "code" : "responses-collected"
      },
      {
        "code" : "expired"
      }]
    }]
  }
}