Setting up a Provider Organization in Health Cloud involves the initial record creation, attachment of practitioners and locations, configuration of network affiliations, and ongoing maintenance of credentialing and performance data. The walkthrough below covers the standard sequence for a new Provider Organization record.
- Create the Account with the Provider Organization record type
From the Accounts tab, click New and choose Provider Organization as the record type. Enter the name, NPI, primary specialty, Tax ID, and other core attributes. Add the primary address and contact information. Save the record. Verify that the page layout shows the Health Cloud-specific fields and that any required validation rules pass. If the org has data quality validations (NPI format check, duplicate NPI prevention), confirm they fire correctly.
- Attach Practitioners and Locations
Add the Practitioners associated with the organization through the Practitioner Facility Relationship junction object. For each practitioner, capture their role at the organization (Attending, Consulting, Locum), their employment status, and their effective dates. Add Location records for each physical location the organization operates from, including the address, operating hours, and service offerings. For organizations using Salesforce Scheduler, link the locations to Service Territories.
- Configure network affiliations and insurance acceptance
Add records linking the Provider Organization to the insurance networks and plans it accepts. For each affiliation, capture the in-network status, contract effective dates, negotiated rate structure, and any out-of-network exceptions. This data drives patient-facing provider search and insurance verification workflows, so accuracy matters. Set up the credentialing record for the organization itself (Joint Commission accreditation, NCQA Patient-Centered Medical Home recognition, ISO certifications), with last verification dates and renewal schedules.
- Set up performance tracking and ongoing maintenance
Configure the Performance Metric records that track clinical quality, patient satisfaction, and operational performance for the organization. Set up the credentialing renewal workflow with reminders for upcoming expirations. Connect the Provider Organization to the org's reporting and analytics so leadership can monitor the organization's performance over time. Schedule a quarterly maintenance review to confirm the data stays current: practitioner changes, address updates, network affiliation renewals.
Health Cloud-specific record type on the Account object with the right page layout and validation.
The unique 10-digit identifier issued by CMS that identifies the organization in U.S. healthcare transactions.
The organization's legal name and its primary medical specialty for search and routing.
Primary location address and key contact details for patient outreach and referrals.
The organization's Tax Identification Number and current credentialing/accreditation status.
- NPI uniqueness should be enforced via a duplicate rule. Without enforcement, the same provider can be entered twice and downstream workflows break.
- Practitioner-facility relationships are many-to-many. Modeling them as direct lookups loses the cross-organization complexity that real healthcare delivers.
- Network affiliations have effective dates. Without date-aware logic, the system may show stale network status when an affiliation has expired.
- Multi-location organizations need a clear structure decision (parent-child Account versus flat) before record creation begins. Restructuring after data exists is painful.
- Credentialing renewal dates need active monitoring. Expired credentials can affect provider enrollment and insurance reimbursement workflows.