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.

The path /gr/accreditations/:id/evidence has no registered standalone route; evidence documents are accessible as a tab within the Accreditation Details page.

Overview

In src/routes/gr.tsx, there is no <Route path="/gr/accreditations/:id/evidence" ...> entry. The Evidence tab is rendered inside the AccreditationDetail component (at /gr/accreditations/:id) as a TabsContent value="evidence" panel. It lists uploaded evidence documents showing: document title, linked standard number, and evidence type badge. Evidence documents are loaded via the accreditation.evidence relation in useAccreditationDetail. This path is not a standalone screen and requests to it will fall through to the NotFound route.

Who it’s for

No explicit permission gate — accessed via the Evidence tab within the Accreditation Details page at /gr/accreditations/:id.

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