The New Procedure page (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.
/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
Open New Procedure
Navigate to
/gr/procedures/new or use the create action from /gr/procedures. The ProcedureEditPage loads in creation mode.Enter procedure details
Fill in the procedure title, category, and assign an owner. Complete the procedure content using the editor.
Key concepts
- ProcedureEditPage — shared page component used for both new-procedure creation and editing an existing procedure; behavior is determined by whether an
:idparam is present. - gr_procedures — database table storing procedure records per organization.
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/ProcedureEditPage.tsx
- src/platform/permissions/constants.ts