The Requirement Details page shows a single compliance requirement record with full context: metadata, compliance checks, remediations, and linked risks. 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/:id.
Overview
The page is rendered byRequirementDetail and loads data via useRegulatoryRequirementDetail. Tabs include: Overview (metadata, status, category, priority), Checks (compliance check history), Remediations (linked remediation items), and Risks (linked risks via useRisksByRequirement). Users with gr.compliance.admin can edit, add checks, add remediations, and delete the requirement (via useRegulatoryRequirementMutation). A due-date urgency indicator is computed from differenceInDays. No permission gate is declared on this route in gr.tsx.
Who it’s for
No explicit permission gate on this route. Admin actions (edit, delete, add checks/remediations) require:gr.compliance.admin
Before you start
- Navigate from the Requirements list at
/gr/compliance/requirements. - A requirement record must exist for the given ID.
Steps
- Go to Governance & Compliance → Compliance → Requirements and select a requirement.
- Review the Overview tab for status, category, priority, description, and due date.
- Open the Checks tab to view compliance check history and add new checks (if permitted).
- Open the Remediations tab to view linked remediation items and create new ones (if permitted).
- Open the Risks tab to view risks linked to this requirement.
- Use the Edit button to update requirement details (requires
gr.compliance.admin).
Key concepts
| Concept | Description |
|---|---|
| Compliance check | An individual evaluation of whether the requirement is met at a point in time |
| Remediation | A corrective action item linked to a requirement when it is not met |
| Linked risks | Risks in the risk register associated with this requirement |
| Priority | low, medium, high, critical — used for triage and urgency display |
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/RequirementDetail.tsx
- src/cores/gr/hooks/useRegulatoryRequirement.ts
- src/cores/gr/hooks/useLinkedRisks.ts