How Auto Onboarding Works
When the SDK is mounted, it uses thepatient.identifier
to check if a provider already exists in the Suki system:
- If the provider does not exist, the SDK will automatically create one.
- If the provider already exists, the SDK will use the existing provider data.
providerOrgId
provided during SDK initialization.
To support auto onboarding of organizations, ensure that the
providerOrgId
is always provided during SDK initialization.