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 Procedures page is the main library for all organizational procedures. It is located at route /gr/procedures and provides search, category/status filtering, and grid or list view toggle.

Overview

The page fetches procedures using useProcedureList 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.view permission.
  • Creating procedures additionally requires gr.procedures.create.

Steps

  1. Go to Governance & Compliance → Procedures at /gr/procedures.
  2. Use the search bar to filter by title or keyword.
  3. Apply Category and Status filters as needed.
  4. Toggle between grid and list views using the layout buttons.
  5. Select a procedure card to open the Procedure Details page.
  6. To create a new procedure, select Add Procedure (requires gr.procedures.create).

Key concepts

ConceptDescription
CategoryClassifies the procedure domain (clinical, safety, operational, etc.)
Status lifecycledraftreviewapproved; deprecated/archived for retired procedures
Deferred searchSearch input is debounced via React’s useDeferredValue

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