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 routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/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
- Navigate to Governance & Compliance → Procedures at
/gr/procedures. - Select a procedure card or row to open its detail page.
- Review the Overview tab for title, owner, category, effective date, review cycle, current version, and linked policy (if any).
- Select the Steps tab to view the visual workflow canvas.
- Select the Versions tab to review published version history.
- Select the Executions tab to view execution records.
- Use the Execute button (visible on approved procedures with the required permission) to record a new execution.
- Use Edit to open the procedure editor.
Key concepts
| Concept | Description |
|---|---|
procedure_number | Unique identifier displayed in monospace; assigned at creation |
| Workflow canvas | Read-only visual diagram of workflow_nodes and workflow_edges |
Tabs (overview, steps, versions, executions) | URL-synced via ?tab= param |
| Status | draft → review → approved → deprecated / archived |
review_cycle_months | Displayed on the Overview tab; defaults to 12 |
Related
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.
Documentation sources
Documentation sources
- src/routes/gr.tsx
- src/cores/gr/pages/ProcedureDetailPage.tsx
- src/cores/gr/hooks/useProcedureDetail.ts
- src/platform/permissions/constants.ts