Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Decision Tables screen lists all decision tables for the organization with search and filter capabilities and is available at /fw/decision-tables.

Overview

This screen renders a list/table of decision tables loaded via useDecisionTables, 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 by fw.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

1

Open Decision Tables

Navigate to /fw/decision-tables.
2

Search and filter

Use the search input and status dropdown to locate a specific table.
3

Open the editor

Click a table name to navigate to /fw/decision-tables/:id/edit.
4

Create a new table

Click New Decision Table (requires fw.decision_tables.manage) to navigate to /fw/decision-tables/new.

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 statusdraft, published, or archived.

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.
  • src/routes/fw.tsx
  • src/cores/fw/pages/DecisionTableListPage.tsx
  • src/cores/fw/types/decision-tables.ts
  • src/platform/permissions/constants.ts