{
  "resourceType" : "ValueSet",
  "id" : "bounded-action-implemented-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet bounded-action-implemented-vs</b></p><a name=\"bounded-action-implemented-vs\"> </a><a name=\"hcbounded-action-implemented-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-bounded-action.html\"><code>https://projo.evoleen.com/fhir/CodeSystem/bounded-action</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-bounded-action.html#bounded-action-enroll-plan\">enroll-plan</a></td><td style=\"color: #cccccc\">Enroll plan</td><td>Enroll the patient in the CarePlan produced by the router's $apply. Idempotent via routing Provenance.</td></tr><tr><td><a href=\"CodeSystem-bounded-action.html#bounded-action-supersede-plan\">supersede-plan</a></td><td style=\"color: #cccccc\">Supersede plan</td><td>Mark the patient's intake CarePlan as completed/cancelled before enrolling the follow-up plan. Documented in ARCHITECTURE.md supersede-then-enroll flow.</td></tr><tr><td><a href=\"CodeSystem-bounded-action.html#bounded-action-route-to-review\">route-to-review</a></td><td style=\"color: #cccccc\">Route to review</td><td>Raise a Flag (category=clinical, code=route-to-review) on the Patient so a human reviewer can decide enrollment. Idempotent via Flag.identifier (routing-resource system).</td></tr></table></li></ul></div>"
  },
  "url" : "https://projo.evoleen.com/fhir/ValueSet/bounded-action-implemented-vs",
  "version" : "0.1.0",
  "name" : "BoundedActionImplementedVS",
  "title" : "Projo Bounded Action (Implemented Subset)",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-01-01",
  "publisher" : "Projo",
  "contact" : [{
    "name" : "Projo",
    "telecom" : [{
      "system" : "url",
      "value" : "https://projo.evoleen.com"
    }]
  }],
  "description" : "Bounded actions the orchestrator will actually execute. Designed-but-not-implemented codes (notify-practitioner, raise-flag, send-message, create-task, assign-careteam) are excluded — the orchestrator rejects these if proposed by the router.",
  "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/bounded-action",
      "concept" : [{
        "code" : "enroll-plan"
      },
      {
        "code" : "supersede-plan"
      },
      {
        "code" : "route-to-review"
      }]
    }]
  }
}