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 Output Type (Experimental)

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

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.

Type codes for Task.output entries. The orchestrator stamps Task.output with these codes to link a Task to its side-effect resources: the CommunicationRequest it dispatched (code=communication-request) and the QuestionnaireResponse it ultimately collected (code=questionnaire-response). Used because HAPI does not auto-index CommunicationRequest.about (HAPI-0524), so the link is carried on Task.output rather than searched via ?about=.

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-output defines the following codes:

CodeDisplayDefinition
communication-request CommunicationRequest Task.output entry referencing the dispatched CommunicationRequest.
questionnaire-response QuestionnaireResponse Task.output entry referencing the completed QuestionnaireResponse.