The Procedures page is the main library for all organizational procedures. It is located 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 and provides search, category/status filtering, and grid or list view toggle.
Overview
The page fetches procedures usinguseProcedureList with live search (deferred for performance) and filters for category and status. Users with gr.procedures.create see an Add Procedure button that navigates to /gr/procedures/new. Each card links to the Procedure Details page. View can be toggled between grid and list layout.
Available categories: clinical, operational, safety, hr, financial, it, emergency, other.
Available statuses: draft, review, approved, deprecated, archived.
Who it’s for
Requires permission:gr.procedures.view
Before you start
- Your account must have the
gr.procedures.viewpermission. - Creating procedures additionally requires
gr.procedures.create.
Steps
- Go to Governance & Compliance → Procedures at
/gr/procedures. - Use the search bar to filter by title or keyword.
- Apply Category and Status filters as needed.
- Toggle between grid and list views using the layout buttons.
- Select a procedure card to open the Procedure Details page.
- To create a new procedure, select Add Procedure (requires
gr.procedures.create).
Key concepts
| Concept | Description |
|---|---|
| Category | Classifies the procedure domain (clinical, safety, operational, etc.) |
| Status lifecycle | draft → review → approved; deprecated/archived for retired procedures |
| Deferred search | Search input is debounced via React’s useDeferredValue |
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/ProcedureListPage.tsx
- src/cores/gr/hooks/useProcedureList.ts
- src/platform/permissions/constants.ts