This screen provides analytics across procedure executions and compliance effectiveness 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/procedures/analytics.
Overview
The Procedure Analytics Dashboard shows four KPI cards (Total Executions, Completion Rate, Overdue count, Zero-Execution count) and a tabbed view. The Procedures tab shows a detailed analytics table with filters. The Coverage tab renders thePolicyCoverageTable (policy coverage heatmap data). The Scores tab renders ComplianceScoreCards. The Trends tab shows the ComplianceScoreTrendCard. The Benchmarking tab is conditionally rendered behind the gr.procedure-analytics.benchmark.view permission. A staleness footer shows when analytics were last refreshed.
Who it’s for
Requires permissiongr.procedure-analytics.view.
The Benchmarking tab additionally requires gr.procedure-analytics.benchmark.view.
Before you start
- You must have the
gr.procedure-analytics.viewpermission. - Procedures with execution records must exist to produce meaningful analytics.
Steps
Review KPI cards
Check Total Executions, Completion Rate, Overdue count, and Zero-Execution count at the top.
Drill into Procedures tab
Review the analytics table; use filters (
ProcedureAnalyticsFilters) to narrow by category or date range.Key concepts
- Overdue — procedures with executions past their due date as computed by
useProcedureAnalytics. - Zero-Execution count — procedures with no recorded executions in the analytics period.
- Completion Rate — overall completion percentage across all procedure executions (
overallCompletionRate). - Last refreshed — displayed from
procedure_analytics_last_refreshed_atin GR module settings.
Related
Governance & Compliance
Governance & Compliance core overview.
Governance & parity
Documentation coverage and governance.
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/ProcedureAnalyticsDashboardPage.tsx
- src/cores/gr/hooks/useProcedureAnalytics.ts
- src/cores/gr/hooks/usePolicyCoverageHeatmap.ts
- src/cores/gr/hooks/useComplianceEffectivenessScore.ts
- src/cores/gr/hooks/useGRModuleSettings.ts