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

# Accreditation Dashboard

> Summary dashboard showing accreditation status, renewals due within 30 days, upcoming surveys, and standards compliance by body.

This screen provides an at-a-glance overview of all accreditations, including compliance rates, upcoming renewals, and scheduled surveys at route `/gr/accreditations/dashboard`.

## Overview

The Accreditation Dashboard displays summary metrics across all accreditations: total count, active count, overall standards compliance rate, renewals due in 30 days, overdue renewals, and upcoming surveys in the next 30 days. Two charts show the breakdown of accreditations by body (pie chart) and standards compliance status (bar chart). Below the charts, the screen lists upcoming renewals (up to 5) and upcoming surveys (up to 5), each linking to the full accreditations list.

## Who it's for

Access follows your organization's role and module configuration. Any authenticated user with access to the GR module can view this dashboard.

## Before you start

* At least one accreditation record must exist to see meaningful chart data.
* Accreditations and surveys are managed from the main `/gr/accreditations` list.

## Steps

<Steps>
  <Step title="Navigate to the dashboard">Open Governance & Compliance and select **Accreditation Dashboard**, or navigate directly to `/gr/accreditations/dashboard`.</Step>
  <Step title="Review summary cards">Inspect the five stat cards: Total, Compliance %, Renewals (30d), Surveys (30d), and Pending.</Step>
  <Step title="Inspect charts">Review the "Accreditations by Body" pie chart and the "Standards Compliance" horizontal bar chart for a visual breakdown.</Step>
  <Step title="Act on upcoming renewals">In the **Upcoming Renewals** card, click **View All** to navigate to the full accreditations list and take renewal action.</Step>
  <Step title="Check upcoming surveys">Review the **Upcoming Surveys** card to see scheduled surveys within 30 days.</Step>
</Steps>

## Key concepts

* **Accreditation body** — one of: `CARF`, `state_licensing`, `NARR`, `joint_commission`, `CMS`, or `other` as coded in the component.
* **Standards compliance rate** — percentage of standards with status `compliant` out of all standards across active accreditations.
* **Overdue renewals** — renewals whose `renewal_due_date` is before today.

## Related

<Columns cols={2}>
  <Card title="Governance & Compliance" icon="scale-balanced" href="/gr/overview">
    Governance & Compliance core overview.
  </Card>

  <Card title="Governance & parity" icon="clipboard-check" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/gr.tsx
  * src/cores/gr/pages/AccreditationDashboard.tsx
  * src/cores/gr/hooks/useAccreditationDashboard.ts
  * src/cores/gr/hooks/useAccreditationList.ts
  * src/cores/gr/hooks/useAccreditationSurvey.ts
</Accordion>
