POST /api/v1/prescribers/{prescriber_id}/qualifications, giving at minimum a state and a license_number.
Expired or missing licenses are one of the most common reasons an order gets stuck, so keeping this current is worth automating.
Add a license
Renew one without knowing its ID
Blend accepts a two-letter state abbreviation wherever a qualification UUID is expected, which resolves to that state’s currently-active license:Updating a state’s license with a new number automatically deactivates the old one. You don’t need to deactivate the previous license first; the history is retained.
See what’s on file
qualifications, credentials, addresses, and restrictions together.
Catching expiries before they cause a problem
Auditing expiration dates tells you which licenses lapse soon. It doesn’t tell you which ones matter soon. Refill risk does — it compares each prescriber’s license coverage against the predicted next fill date for each prescription:days_until_next_fill, not by expiration date.
Create a license/qualification
POST …/qualifications
Update a license/qualification
Accepts a state abbreviation
Deactivate a license/qualification
Soft-delete, history kept
Get a prescriber's details
All licenses and credentials