Organization administrators can manage org-level settings atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/settings/organization. This route requires permission system.organizations.admin and renders OrganizationSettings from src/platform/organizations/OrganizationSettings.tsx.
Overview
The Organization Settings page is the central configuration hub for a tenant. It is organized in tabs and includes sections for: general org details (name, address, phone), site management (pf_sites table — add/edit physical locations), branding (OrganizationBrandingSettings), formatting preferences (FormattingSettings), jurisdiction settings (JurisdictionSettingsSection), tenant domain configuration (TenantDomainSection), and permissions model toggle (PermissionsV2Toggle). Network status is monitored via useNetworkStatus(). App version info and cache management (ClearCacheButton) are also available. A GuidedTour (orgSetupTour) is available via HelpButton.
Who it’s for
Requires permission:system.organizations.admin.
Before you start
- Your account must have the
system.organizations.adminpermission.
Steps
- Navigate to Settings > Organization (
/settings/organization). - Review and update the organization name and contact details.
- Manage physical sites under the Sites tab.
- Configure branding under the Branding tab.
- Set jurisdiction and domain settings as needed.
- Save each section.
Key concepts
pf_sites — Physical locations (sites) associated with the organization. Each site has a name and address. Sites are used throughout the platform to scope records by location. Tenant domain — Custom domain configuration for white-labeling the platform URL for this organization. PermissionsV2Toggle — Enables an updated RBAC model. SME: confirm the scope and migration path.Related
Platform Foundation
Platform Foundation 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.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/organizations/OrganizationSettings.tsx
- src/platform/organizations/OrganizationContext.tsx