This screen is the main list of all accreditation records and is reached 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/accreditations.
Overview
The Accreditations list page shows quick-stat cards (total, active, pending, renewals due in 30 days) and a searchable, filterable grid of accreditation cards. Users can filter by status (active, pending, expired, revoked) and by accreditation body (CARF, State Licensing, NARR, Joint Commission). Clicking an accreditation card navigates to its detail page at/gr/accreditations/:id. An Add Accreditation button opens the AccreditationFormDialog to create a new record. Pull-to-refresh is supported on mobile. Error states display a sanitized error message.
Who it’s for
No explicit permission gate on this route. Any authenticated user with access to the GR module can view this list.Before you start
- To create an accreditation, have the accreditation body, type, awarded date, expiry date, and renewal due date ready.
Steps
Filter the list
Use the search box to search by accreditation body or description; use the Status and Body dropdowns to narrow results.
Key concepts
- Accreditation body — the external certifying organization; options in the filter are
CARF,state_licensing,NARR,joint_commission. - Pending — accreditations awaiting approval before becoming active.
- Renewals (30d) — count of accreditations with
renewal_due_datewithin the next 30 days.
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/AccreditationList.tsx
- src/cores/gr/hooks/useAccreditationList.ts