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 New Procedure page (/gr/procedures/new) renders ProcedureEditPage in creation mode, providing an editor for creating a new gr_procedures record.

Overview

ProcedureEditPage is shared between the create route (/gr/procedures/new) and the edit route (/gr/procedures/:id/edit). When loaded at /gr/procedures/new, it initializes an empty form for authoring a new procedure. On successful save, navigation proceeds to the procedure list or detail page.

Who it’s for

Requires permission: gr.procedures.create (GR_PERMISSIONS.PROCEDURES_CREATE). Users without this permission cannot access this route.

Before you start

  • You must hold gr.procedures.create.
  • Have the procedure title, category, responsible owner, and content ready before starting.

Steps

1

Open New Procedure

Navigate to /gr/procedures/new or use the create action from /gr/procedures. The ProcedureEditPage loads in creation mode.
2

Enter procedure details

Fill in the procedure title, category, and assign an owner. Complete the procedure content using the editor.
3

Save the procedure

Click the save action. The procedure is inserted into gr_procedures.
4

Review the saved procedure

After creation you are navigated to the procedure detail or list page. You can edit the procedure from its detail page (/gr/procedures/:id/edit) with gr.procedures.edit.

Key concepts

  • ProcedureEditPage — shared page component used for both new-procedure creation and editing an existing procedure; behavior is determined by whether an :id param is present.
  • gr_procedures — database table storing procedure records per organization.

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/ProcedureEditPage.tsx
  • src/platform/permissions/constants.ts