Export Templates is the admin page 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/exports/templates where authorized users create, edit, and delete named export templates stored in pf_export_templates. Each template captures an export type, column configuration, and an optional platform-wide flag.
Overview
The Export Templates page lists all templates available to the current organization. Each row shows the template name, export type, and whether it is marked as a platform-wide template. Users with thepf.export_templates.manage permission can create new templates, edit existing ones, and delete templates they no longer need.
Alternate routes: none identified.
Who it’s for
Requires permissionpf.export_templates.manage.
Before you start
- Confirm you hold the
pf.export_templates.managepermission in your role. - Identify the export type and column set you want to standardize.
Steps
- Navigate to Settings → Exports → Templates (
/settings/exports/templates). - Review the existing template list. The Platform badge indicates a template shared across the organization.
- To create a new template, click the Add button. Fill in the name, select the export type, and configure columns in the dialog.
- To edit an existing template, click the edit icon on its row.
- To delete a template, click the delete icon and confirm the action.
Key concepts
Export type — a string identifier (e.g.,clients, encounters) that scopes which data object the template applies to. Confirm active values with an SME.
Platform-wide — when enabled, the template is flagged as platform-wide (visible to all users in the org). Scope semantics should be confirmed with an SME.
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/export/pages/ExportTemplatesPage.tsx
- src/platform/export/hooks/useExportTemplates.ts