Projo FHIR Documentation
0.1.0 - ci-build Switzerland flag

Projo FHIR Documentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Projo Bounded Action - JSON Representation

Draft as of 2024-01-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "bounded-action",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bounded-action</b></p><a name=\"bounded-action\"> </a><a name=\"hcbounded-action\"> </a><p>This case-sensitive code system <code>https://projo.evoleen.com/fhir/CodeSystem/bounded-action</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">enroll-plan<a name=\"bounded-action-enroll-plan\"> </a></td><td>Enroll plan</td><td>Enroll the patient in the CarePlan produced by the router's $apply. Idempotent via routing Provenance.</td></tr><tr><td style=\"white-space:nowrap\">supersede-plan<a name=\"bounded-action-supersede-plan\"> </a></td><td>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 style=\"white-space:nowrap\">route-to-review<a name=\"bounded-action-route-to-review\"> </a></td><td>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><tr><td style=\"white-space:nowrap\">notify-practitioner<a name=\"bounded-action-notify-practitioner\"> </a></td><td>Notify practitioner</td><td>(Designed, not implemented) Notify a practitioner.</td></tr><tr><td style=\"white-space:nowrap\">raise-flag<a name=\"bounded-action-raise-flag\"> </a></td><td>Raise flag</td><td>(Designed, not implemented) Raise an arbitrary flag.</td></tr><tr><td style=\"white-space:nowrap\">send-message<a name=\"bounded-action-send-message\"> </a></td><td>Send message</td><td>(Designed, not implemented) Send a message via the sidecar.</td></tr><tr><td style=\"white-space:nowrap\">create-task<a name=\"bounded-action-create-task\"> </a></td><td>Create task</td><td>(Designed, not implemented) Create an additional Task.</td></tr><tr><td style=\"white-space:nowrap\">assign-careteam<a name=\"bounded-action-assign-careteam\"> </a></td><td>Assign care team</td><td>(Designed, not implemented) Assign a care team.</td></tr></table></div>"
  },
  "url" : "https://projo.evoleen.com/fhir/CodeSystem/bounded-action",
  "version" : "0.1.0",
  "name" : "BoundedAction",
  "title" : "Projo Bounded Action",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-01-01",
  "publisher" : "Projo",
  "contact" : [
    {
      "name" : "Projo",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://projo.evoleen.com"
        }
      ]
    }
  ],
  "description" : "Allow-listed actions that the orchestrator will execute from a router PlanDefinition $apply output (RequestGroup.action). The router (CQL Library + PlanDefinition) proposes; the orchestrator disposes (ADR 0006 — 'router proposes, projo disposes'). Implemented codes: enroll-plan, supersede-plan, route-to-review. Designed but explicitly not implemented (rejected): notify-practitioner, raise-flag, send-message, create-task, assign-careteam.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH",
          "display" : "Switzerland"
        }
      ]
    }
  ],
  "purpose" : "Documentation-only artifact. Projo's runtime extensions, code systems, identifier systems and search parameter are TypeScript constants and bootstrap-time resources, NOT deployed StructureDefinitions. This StructureDefinition exists to document the contract; the source of truth is src/functions/src/lib/fhir/types.ts and docs/FHIR_EXTENSIONS.md.",
  "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.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "enroll-plan",
      "display" : "Enroll plan",
      "definition" : "Enroll the patient in the CarePlan produced by the router's $apply. Idempotent via routing Provenance."
    },
    {
      "code" : "supersede-plan",
      "display" : "Supersede plan",
      "definition" : "Mark the patient's intake CarePlan as completed/cancelled before enrolling the follow-up plan. Documented in ARCHITECTURE.md supersede-then-enroll flow."
    },
    {
      "code" : "route-to-review",
      "display" : "Route to review",
      "definition" : "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)."
    },
    {
      "code" : "notify-practitioner",
      "display" : "Notify practitioner",
      "definition" : "(Designed, not implemented) Notify a practitioner."
    },
    {
      "code" : "raise-flag",
      "display" : "Raise flag",
      "definition" : "(Designed, not implemented) Raise an arbitrary flag."
    },
    {
      "code" : "send-message",
      "display" : "Send message",
      "definition" : "(Designed, not implemented) Send a message via the sidecar."
    },
    {
      "code" : "create-task",
      "display" : "Create task",
      "definition" : "(Designed, not implemented) Create an additional Task."
    },
    {
      "code" : "assign-careteam",
      "display" : "Assign care team",
      "definition" : "(Designed, not implemented) Assign a care team."
    }
  ]
}