This screen displays the full record for a single accreditation 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/: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 theTracerReadinessHub 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
idfrom the accreditations list (/gr/accreditations). - Standards, surveys, and evidence can be added directly from the respective tabs.
Steps
Open an accreditation
From
/gr/accreditations, click an accreditation card to navigate to its detail page.Review the Overview tab
Check expiry dates, renewal due dates, site assignment, and contact information.
Manage standards
Open the Standards tab, review compliance status for each standard, and click Add Standard to add new ones.
Schedule or review surveys
Open the Surveys tab to see all scheduled surveys and click Schedule Survey to add a new one.
Check tracer readiness
Open the Tracer Readiness tab to assess survey readiness via the
TracerReadinessHub.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_typefield on each evidence document; values are not enumerated in this component.
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/AccreditationDetail.tsx
- src/cores/gr/hooks/useAccreditationDetail.ts
- src/cores/gr/hooks/useAccreditationMutation.ts