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 Procedure Details page displays a single procedure record — its metadata, visual step canvas, version history, and execution log. It is reached from the Procedures list at route /gr/procedures/:id.

Overview

The page renders four tabs — Overview, Steps, Versions, and Executions — controlled via URL query parameter ?tab=. The active tab persists in the URL for shareability. A visual canvas (ProcedureCanvas) renders workflow nodes and edges in read-only mode. Users with gr.procedures.edit see an Edit button; users with gr.procedure_executions.create see an Execute button when the procedure status is approved. Users with gr.procedure_templates.contribute may save an approved procedure as a template from this page.

Who it’s for

Requires permission: gr.procedures.view

Before you start

  • The procedure must exist and be accessible within your organization.
  • To execute a procedure, it must have status approved.
  • Editing requires a separate permission: gr.procedures.edit.

Steps

  1. Navigate to Governance & Compliance → Procedures at /gr/procedures.
  2. Select a procedure card or row to open its detail page.
  3. Review the Overview tab for title, owner, category, effective date, review cycle, current version, and linked policy (if any).
  4. Select the Steps tab to view the visual workflow canvas.
  5. Select the Versions tab to review published version history.
  6. Select the Executions tab to view execution records.
  7. Use the Execute button (visible on approved procedures with the required permission) to record a new execution.
  8. Use Edit to open the procedure editor.

Key concepts

ConceptDescription
procedure_numberUnique identifier displayed in monospace; assigned at creation
Workflow canvasRead-only visual diagram of workflow_nodes and workflow_edges
Tabs (overview, steps, versions, executions)URL-synced via ?tab= param
Statusdraftreviewapproveddeprecated / archived
review_cycle_monthsDisplayed on the Overview tab; defaults to 12

Governance & Compliance

Governance & Compliance core overview.

Governance & parity

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/gr.tsx
  • src/cores/gr/pages/ProcedureDetailPage.tsx
  • src/cores/gr/hooks/useProcedureDetail.ts
  • src/platform/permissions/constants.ts