The Decision Tables screen lists all decision tables for the organization with search and filter capabilities and is available atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/fw/decision-tables.
Overview
This screen renders a list/table of decision tables loaded viauseDecisionTables, scoped to the current user’s organization. Filters include a text search and a status dropdown (draft, published, archived). Each row shows the table name, hit policy (from HIT_POLICY_LABELS), status badge, and a link to the editor. A New Decision Table button (gated by fw.decision_tables.manage via PermissionGate) navigates to /fw/decision-tables/new.
Who it’s for
No explicit route-level permission gate. The New Decision Table button is gated byfw.decision_tables.manage (FW_PERMISSIONS.DECISION_TABLES_MANAGE).
Before you start
- To view decision tables, navigate to
/fw/decision-tables. - To create or edit tables, hold
fw.decision_tables.manage.
Steps
Key concepts
- Hit policy — determines how matching rules are evaluated (e.g., first match vs. all matches); labels sourced from
HIT_POLICY_LABELS. - Decision table status —
draft,published, orarchived.
Related
Forms & Workflow
Forms & Workflow core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/fw.tsx
- src/cores/fw/pages/DecisionTableListPage.tsx
- src/cores/fw/types/decision-tables.ts
- src/platform/permissions/constants.ts