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 is the main list of all accreditation records and is reached at route /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

1

Open Accreditations

Navigate to /gr/accreditations from the Governance & Compliance sidebar.
2

Filter the list

Use the search box to search by accreditation body or description; use the Status and Body dropdowns to narrow results.
3

Open an accreditation

Click any accreditation card to open its detail page.
4

Add a new accreditation

Click Add Accreditation and complete the form dialog, then save.
5

View the dashboard

Click Dashboard to navigate to the Accreditation Dashboard summary view.

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_date within the next 30 days.

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/AccreditationList.tsx
  • src/cores/gr/hooks/useAccreditationList.ts