Discrepancy in validation for Claim Creation having provider restricted to location
Posted: Tue Sep 16, 2025 2:25 am
Use case :
1. Practice has 2 clinics
2. A Provider is assigned to Clinic#1 and he is not assigned to Clinic#2
3. Procedure is created with Provider selected for Clinic#1.
3. Now that provider is used as Billing provider for a Claim. -> Claim is Sent
4. Now the assignment of the Clinic is changed for the Provider to Clinic#2
4. When deleting the claim and recreating with the the procedure created at step 3.
Through Open dental UI :
It is allowed to create a Claim for the existing procedure which is previously linked to provider and currently allocation is changed. Dropdowns don't show that provider anymore but existing entries stays as it is on top of that claim creation also successful with the provider linked to the procedure.
Through Open dental API :
POST api/v1/claims
{
"PatNum": 517,
"procNums": [9369, 9370],
"ClaimType": "P",
"ProvBill" : 10
}
Error :
"ProvBill is invalid. Provider is not associated with the procedure's clinic."
For existing data since the provider would have actually treated and completed the procedure. the UI behaviour looks correct. Please review this and have the behaviour consistent for the API as well?
1. Practice has 2 clinics
2. A Provider is assigned to Clinic#1 and he is not assigned to Clinic#2
3. Procedure is created with Provider selected for Clinic#1.
3. Now that provider is used as Billing provider for a Claim. -> Claim is Sent
4. Now the assignment of the Clinic is changed for the Provider to Clinic#2
4. When deleting the claim and recreating with the the procedure created at step 3.
Through Open dental UI :
It is allowed to create a Claim for the existing procedure which is previously linked to provider and currently allocation is changed. Dropdowns don't show that provider anymore but existing entries stays as it is on top of that claim creation also successful with the provider linked to the procedure.
Through Open dental API :
POST api/v1/claims
{
"PatNum": 517,
"procNums": [9369, 9370],
"ClaimType": "P",
"ProvBill" : 10
}
Error :
"ProvBill is invalid. Provider is not associated with the procedure's clinic."
For existing data since the provider would have actually treated and completed the procedure. the UI behaviour looks correct. Please review this and have the behaviour consistent for the API as well?