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 displays the full record for a single accreditation and is reached at route /gr/accreditations/:id.

Overview

The detail page shows header metadata (accreditation body, status badge, accreditation number), four summary cards (Standards Progress, Compliance Rate, Surveys count, Days to Expiry), and a tabbed interface. The Overview tab displays description, accreditation type, awarded date, expiry date, renewal due date, site assignment, and contact information. The Standards tab lists all standards with their compliance status and allows adding new standards. The Surveys tab lists scheduled surveys and allows scheduling new ones. The Evidence tab lists uploaded evidence documents with their type. The Tracer Readiness tab renders the TracerReadinessHub component. A Renew button appears when status is active and days to expiry is less than 180.

Who it’s for

No explicit permission gate on this route. Any authenticated user with access to the GR module can view this page.

Before you start

  • You must have the accreditation id from the accreditations list (/gr/accreditations).
  • Standards, surveys, and evidence can be added directly from the respective tabs.

Steps

1

Open an accreditation

From /gr/accreditations, click an accreditation card to navigate to its detail page.
2

Review the Overview tab

Check expiry dates, renewal due dates, site assignment, and contact information.
3

Manage standards

Open the Standards tab, review compliance status for each standard, and click Add Standard to add new ones.
4

Schedule or review surveys

Open the Surveys tab to see all scheduled surveys and click Schedule Survey to add a new one.
5

Upload or review evidence

Open the Evidence tab to review evidence documents linked to standards.
6

Check tracer readiness

Open the Tracer Readiness tab to assess survey readiness via the TracerReadinessHub.
7

Renew if applicable

If the accreditation is active and expires within 180 days, click Renew to extend the expiry by 3 years.

Key concepts

  • Compliance rate — compliant standards divided by total standards, shown as a percentage; color-coded: ≥80% success, ≥60% warning, otherwise destructive.
  • Days to expiry — computed as the difference between today and expires_date; shown in destructive color when ≤90 days.
  • Evidence type — rendered from evidence_type field on each evidence document; values are not enumerated in this component.

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/AccreditationDetail.tsx
  • src/cores/gr/hooks/useAccreditationDetail.ts
  • src/cores/gr/hooks/useAccreditationMutation.ts