Clarification on Provider and Clinic Relationship in Open Dental

For requests or help with our API
Post Reply
Ummehani
Posts: 16
Joined: Fri May 24, 2024 2:27 am

Clarification on Provider and Clinic Relationship in Open Dental

Post by Ummehani » Mon Mar 24, 2025 4:42 am

Hello,

We are integrating Open Dental with an external system and are currently working with the Provider API. Upon reviewing both the API response and the database schema, we could not find any column or property that directly links a Provider to a ClinicNum.

Could you please confirm:
1. Is there any direct relationship between Providers and Clinics that we might have missed?
2. If not, is there an alternative method to identify which Clinic a Provider is associated with?

Any guidance on this would be greatly appreciated.

Thank you!

justine
Posts: 284
Joined: Tue Dec 28, 2021 7:59 am

Re: Clarification on Provider and Clinic Relationship in Open Dental

Post by justine » Mon Mar 24, 2025 10:56 am

Ummehani wrote:
Mon Mar 24, 2025 4:42 am
Hello,

We are integrating Open Dental with an external system and are currently working with the Provider API. Upon reviewing both the API response and the database schema, we could not find any column or property that directly links a Provider to a ClinicNum.

Could you please confirm:
1. Is there any direct relationship between Providers and Clinics that we might have missed?
2. If not, is there an alternative method to identify which Clinic a Provider is associated with?

Any guidance on this would be greatly appreciated.

Thank you!
Hello Ummehani,

Operatories GET returns ProvDentist, ProvHygienist, and ClinicNum.

Additionally, an appointment has both a ClinicNum and ProvNum and a procedurelog has both a ClinicNum and ProvNum.

Thanks!

Ummehani
Posts: 16
Joined: Fri May 24, 2024 2:27 am

Re: Clarification on Provider and Clinic Relationship in Open Dental

Post by Ummehani » Tue Mar 25, 2025 3:25 am

Thank you for your prompt response and the provided details.

To clarify, since there is no direct association between a Provider and a specific Clinic, does this imply that Providers within a single Open Dental instance can be linked to patients and appointments across multiple Clinics?

In essence, are Providers not restricted to a particular Clinic, allowing their services to extend across various Clinics within the same Open Dental system?

I would greatly appreciate your confirmation on this.

Thank you for your time and assistance.

justine
Posts: 284
Joined: Tue Dec 28, 2021 7:59 am

Re: Clarification on Provider and Clinic Relationship in Open Dental

Post by justine » Tue Mar 25, 2025 9:10 am

Ummehani wrote:
Tue Mar 25, 2025 3:25 am
Thank you for your prompt response and the provided details.

To clarify, since there is no direct association between a Provider and a specific Clinic, does this imply that Providers within a single Open Dental instance can be linked to patients and appointments across multiple Clinics?

In essence, are Providers not restricted to a particular Clinic, allowing their services to extend across various Clinics within the same Open Dental system?

I would greatly appreciate your confirmation on this.

Thank you for your time and assistance.
Hello Ummehani,

You can use userods GET to return all Open Dental users. If the userod is a provider, they will have a providerNum and a clinicNum. However, providers are free to operate across clinics. Clinic context is determined by usage, not by fixed assignment.

For clinic information, see:
https://www.opendental.com/manual/clinics.html

Thanks!

Post Reply