Register users
Current guide shows you how to register users in Smartbox, if you use Aidbox authorization server as a primary one.
Smartbox deals with three user roles: admin, patient and provider. Once you deploy Smartbox
There is also a developer role in Smartbox. Developers live only in sandbox
, they do not have direct access to the production smartbox. This guide is focused on production smartbox.
How to register an admin?
Admin is a global resource. It is not attached to any tenant.
In order to register an admin, go to Rest console in Aidbox UI and create a User resource as following
How to register a provider?
Providers have access to all patient records within related tenant.
Let us know, if you need to have more granular access control for providers.
If you have a Practitioner resource stored in Aidbox belonging to my-clinic
tenant with id pract-1
, you may register user you need to create a User resource and link it with the Patient resource.
How to register a patient?
Patients have access only to their own data in Aidbox via SMART app.
If you have a patient record stored in Aidbox belonging to my-clinic
tenant with patient id pt-1
, you may register user you need to create a User resource and link it with the Patient resource.
Last updated
Was this helpful?