The New Payer Enrollment wizard provides a guided workflow for submitting a new payer enrollment. The legacy routeDocumentation 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/enrollment redirects to /pm/clearinghouse/enrollments; the wizard is accessed at /pm/enrollment/new.
Overview
PayerEnrollmentWizardPage renders PayerEnrollmentWizard in a full-screen shell. On success, the user is redirected to /pm/clearinghouse/enrollments. On exit, the user is returned to the previous page. The breadcrumb is set to “New Payer Enrollment”.
Note: /pm/enrollment is a redirect to /pm/clearinghouse/enrollments (the enrollment list). The wizard entry point is /pm/enrollment/new.
Who it’s for
Requires permissionpm.payer_enrollments.create (PM_PERMISSIONS.PAYER_ENROLLMENTS_CREATE).
Before you start
- Ensure the relevant payer exists in the payer list at
/pm/payers. - Have provider NPI and other enrollment credentials available.
- Ensure a clearinghouse configuration exists at
/pm/clearinghousebefore initiating enrollment.
Steps
Launch the wizard
Navigate to Practice Management → Clearinghouse Enrollments → New Enrollment, or go to
/pm/enrollment/new.Complete enrollment wizard steps
Follow the on-screen steps presented by the payer enrollment wizard. Step details are defined in
PayerEnrollmentWizard.Submit enrollment
On the final step, confirm all details and submit. You will be redirected to
/pm/clearinghouse/enrollments 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/PayerEnrollmentWizardPage.tsx