The New Audit Response wizard guides authorized users through the structured process of creating an audit response case. Route: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.
/pm/audit-response/new.
Overview
This page wrapsAuditResponseWizard in a full-screen shell. On completion, the wizard navigates to /pm/audit-trail. On exit without completion, it navigates back. The breadcrumb label is set to “New Audit Response” via useBreadcrumbLabel.
Who it’s for
Requires permissionpm.audit.view (PM_PERMISSIONS.AUDIT_VIEW).
Before you start
- Ensure you have
pm.audit.viewpermission. - Gather relevant case documentation before starting the wizard; the wizard form may not auto-save mid-session.
Steps
Launch the wizard
Navigate to Practice Management → Audit → New Audit Response, or go directly to
/pm/audit-response/new.Complete wizard steps
Follow the on-screen steps presented by the audit response wizard. Exact step titles are defined in
AuditResponseWizard.Submit the response
On the final review step, confirm all entries and submit. You will be redirected to
/pm/audit-trail on success.Related
Practice Management
Practice Management 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.
Documentation sources
Documentation sources
- src/routes/pm.tsx
- src/cores/pm/pages/AuditResponseWizardPage.tsx
- src/cores/pm/components/wizards/audit-response/AuditResponseWizard.tsx