I have data extracted out of EOB from a backend system and I would like to post this information to the Open Dental database. Which APIs should I be using? If there are multiple APIs then please let me know.
I have the following fields from the backend system
InsuranceCompanyName
InsuranceCompanyAddress
InsuranceCompanyWebAddress
InsuranceCompanyPhone
FormType
ProviderId
ProviderName
ProviderOfficeAddress
ClaimNumber
SubscriberId
SubscriberName
PatientName
PatientDateOfBirth
PatientType
PlanGroup
PlanSubGroup
PlanName
PlanNetworkName
PlanGroupName
PlanSubGroupName
PlanProductName
NetworkType
IssueDate
ToothNumber
Surface
DateOfService
ProcedureCode
ProcedureDescription
SubmittedAmount
ApprovedAmount
AllowedAmount
NetworkSavingsAmount
DeductibleAmount
CoveragePercentage
PatientOwesAmount
PlanPaymentAmount
Notes
TotalSumittedAmount
TotalApprovedAmount
TotalAllowedAmount
TotalNetworkSavings
TotalDeductibleAmount
AppealComments
EOB question
Re: EOB question
Hello ODNovice,ODNovice wrote: ↑Fri Feb 21, 2025 2:47 pmI have data extracted out of EOB from a backend system and I would like to post this information to the Open Dental database. Which APIs should I be using? If there are multiple APIs then please let me know.
I have the following fields from the backend system
InsuranceCompanyName
InsuranceCompanyAddress
InsuranceCompanyWebAddress
InsuranceCompanyPhone
FormType
ProviderId
ProviderName
ProviderOfficeAddress
ClaimNumber
SubscriberId
SubscriberName
PatientName
PatientDateOfBirth
PatientType
PlanGroup
PlanSubGroup
PlanName
PlanNetworkName
PlanGroupName
PlanSubGroupName
PlanProductName
NetworkType
IssueDate
ToothNumber
Surface
DateOfService
ProcedureCode
ProcedureDescription
SubmittedAmount
ApprovedAmount
AllowedAmount
NetworkSavingsAmount
DeductibleAmount
CoveragePercentage
PatientOwesAmount
PlanPaymentAmount
Notes
TotalSumittedAmount
TotalApprovedAmount
TotalAllowedAmount
TotalNetworkSavings
TotalDeductibleAmount
AppealComments
The following API endpoints correspond to your list of fields:
https://www.opendental.com/site/apicarriers.html
https://www.opendental.com/site/apiproviders.html
https://www.opendental.com/site/apipatients.html
https://www.opendental.com/site/apiinsplans.html
https://www.opendental.com/site/apiclaims.html
https://www.opendental.com/site/apiclaimprocs.html
https://www.opendental.com/site/apiclaimpayments.html
https://www.opendental.com/site/apieobattaches.html
Thanks!