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

CodeSystem: Projo Bounded Action (Experimental)

Official URL: https://projo.evoleen.com/fhir/CodeSystem/bounded-action Version: 0.1.0
Draft as of 2024-01-01 Computable Name: BoundedAction

Copyright/Legal: 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.

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.

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.

This Code system is referenced in the content logical definition of the following value sets:

This case-sensitive code system https://projo.evoleen.com/fhir/CodeSystem/bounded-action defines the following codes:

CodeDisplayDefinition
enroll-plan Enroll plan Enroll the patient in the CarePlan produced by the router's $apply. Idempotent via routing Provenance.
supersede-plan Supersede plan Mark the patient's intake CarePlan as completed/cancelled before enrolling the follow-up plan. Documented in ARCHITECTURE.md supersede-then-enroll flow.
route-to-review Route to review 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).
notify-practitioner Notify practitioner (Designed, not implemented) Notify a practitioner.
raise-flag Raise flag (Designed, not implemented) Raise an arbitrary flag.
send-message Send message (Designed, not implemented) Send a message via the sidecar.
create-task Create task (Designed, not implemented) Create an additional Task.
assign-careteam Assign care team (Designed, not implemented) Assign a care team.