- it is possible that someone may have both OT and OTA licenses which will need to be associated with the same SSN
- Even if someone has multiple licenses, they should not be able to select more th...
- when a new adverse action is uploaded against someone, admins where that practitioner holds a license or a privilege need to receive a notification
- in the future, when a state is onboarding, we...
Yeah, we were talking about the schema refactor here and decided that, for Response Schema in particular, we should move to a much more explicit style to reduce coupling across endpoints, and make ...
All of this logic is part of an API call and this error would result in a 500 response status being returned. We already have alarms defined that fire for any 5XX responses from the API. We could i...
Previously, we only overwrote the license record with the latest data. Now we add supplementary records that record change history over time. The corresponding API change for licenses only adds a n...
We're passing a more complete-looking provider record into `create_provider_privileges()`. That argument is required by the call signature but is only actually used in the case where an exception i...
Yeah, pretty much. The scopes listed on the resource servers are the ones we've been referring to as 'coarse grained' scopes, which control access to API endpoints entirely, as opposed to the 'fine...
This is not about the order of the update records going out via API. It's about the order that the records come out of the database. We process `licenseUpdate` and `privilegeUpdate` records after `...