The Requirements page is the main library for compliance requirements. It supports search, filtering by category/status/priority, and paginated browsing. 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/compliance/requirements.
Overview
The page is rendered byRequirementLibrary and calls useRegulatoryRequirementList with deferred search and multi-dimensional filters. Pagination is rendered via a custom getPageNumbers helper. Users can switch between grid and list view. The Add Requirement button navigates to /gr/compliance/requirements/new (protected separately by gr.compliance.admin). An AI wizard button is also present (navigates to the compliance requirement wizard). Reference categories are loaded via useReferencePicklist. No permission gate is declared on this route in gr.tsx.
Who it’s for
No explicit permission gate on this route.Before you start
- No special permission is required to view the requirement library.
- Creating requirements requires
gr.compliance.admin.
Steps
- Go to Governance & Compliance → Compliance → Requirements at
/gr/compliance/requirements. - Use the search bar to find requirements by keyword.
- Apply Category, Status, and Priority filters to narrow the list.
- Toggle between grid and list view as preferred.
- Select a requirement card to open the Requirement Details page.
- Select Add Requirement to create a new requirement (requires
gr.compliance.admin).
Key concepts
| Concept | Description |
|---|---|
| Category | Classification of the requirement domain (sourced from reference picklists) |
| Priority | low, medium, high, critical |
| Status | Compliance posture of the requirement (compliant, non-compliant, etc.) |
| Pagination | Server-side pagination with ellipsis-aware page number rendering |
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/RequirementLibrary.tsx
- src/cores/gr/hooks/useRegulatoryRequirement.ts
- src/platform/permissions/constants.ts