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 Standards view shows accreditation standards associated with a specific accreditation record. This content is rendered within the Accreditation Detail page at route /gr/accreditations/:id on the Standards tab — there is no dedicated route /gr/accreditations/:id/standards.

Overview

Standards are displayed on the Standards tab of AccreditationDetail (component AccreditationStandardCard, dialog AccreditationStandardFormDialog). The parent route /gr/accreditations/:id has no permission gate in gr.tsx. Standards tab access follows the same visibility as the Accreditation Detail page. The VALID_ACCREDITATION_TABS constant confirms tab slugs: overview, standards, surveys, evidence, tracer. Navigation to the standards tab can be achieved by visiting /gr/accreditations/:id?tab=standards.

Who it’s for

No explicit permission gate on the parent route /gr/accreditations/:id.

Before you start

  • Navigate to Governance & Compliance → Accreditations and open an accreditation record.
  • Select the Standards tab.

Steps

  1. Go to /gr/accreditations and select an accreditation.
  2. Select the Standards tab (URL: /gr/accreditations/:id?tab=standards).
  3. Review listed standards with their status and details.
  4. Use the add/edit action (if permitted) to manage standard records.

Governance & Compliance

Governance & Compliance core overview.

Governance & parity

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/components/AccreditationStandardCard.tsx
  • src/cores/gr/components/AccreditationStandardFormDialog.tsx