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 Task Business Status (Experimental)

Official URL: https://projo.evoleen.com/fhir/CodeSystem/task-business-status Version: 0.1.0
Draft as of 2024-01-01 Computable Name: TaskBusinessStatus

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.

Lifecycle states for a Projo Task (single questionnaire dispatch). Carried on Task.businessStatus.coding. Projo currently writes only a subset: waiting-for-delivery, responses-collected, expired. The remaining codes (invited, reminder-sent, collecting-responses, delivery-failed) are documented for historical compatibility — they may appear on older Tasks but are no longer written by current code.

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/task-business-status defines the following codes:

CodeDisplayDefinition
waiting-for-delivery Waiting for delivery Task accepted by handleTaskDue; CommunicationRequest created; awaiting sidecar send confirmation.
invited Invited (Historical) Invitation template sent to patient.
reminder-sent Reminder sent (Historical) Reminder template sent to patient.
collecting-responses Collecting responses (Historical) One or more answers received; QR in progress.
responses-collected Responses collected CommunicationRequest.status=completed; QR completed; Task.status=completed.
delivery-failed Delivery failed (Historical) Sidecar reported send failure.
expired Expired Response window elapsed without a completed QR. Task.status=cancelled.