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.

This screen provides analytics across procedure executions and compliance effectiveness at route /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 the PolicyCoverageTable (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 permission gr.procedure-analytics.view. The Benchmarking tab additionally requires gr.procedure-analytics.benchmark.view.

Before you start

  • You must have the gr.procedure-analytics.view permission.
  • Procedures with execution records must exist to produce meaningful analytics.

Steps

1

Open Analytics

Navigate to /gr/procedures/analytics.
2

Review KPI cards

Check Total Executions, Completion Rate, Overdue count, and Zero-Execution count at the top.
3

Drill into Procedures tab

Review the analytics table; use filters (ProcedureAnalyticsFilters) to narrow by category or date range.
4

Check Coverage tab

Open the Coverage tab to review the policy coverage heatmap.
5

Review Scores tab

Open the Scores tab to see compliance effectiveness scores by procedure.
6

Review Trends tab

Open the Trends tab to view compliance score trend over time.
7

Review Benchmarking tab

If you have the gr.procedure-analytics.benchmark.view permission, open Benchmarking to compare against benchmarks.

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_at in GR module settings.

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.
  • 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