You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REST API scopes allow us to grant CRUD rights to resource consumers.
However, we cannot provide detailed access to a specific pool of resources or to only certain elements within the allowed resources.
As a hospital, we share a lot of patient data but would like to limit our data sharing to only the required resources and share only the necessary elements within those resources.
For example, if a data collector needs access to patients from cardiology and only requires their name and telecom information, there is no reason to share other patients' data, nor should we disclose the allowed patients' addresses or marital status.
The text was updated successfully, but these errors were encountered:
REST API scopes allow us to grant CRUD rights to resource consumers.
However, we cannot provide detailed access to a specific pool of resources or to only certain elements within the allowed resources.
As a hospital, we share a lot of patient data but would like to limit our data sharing to only the required resources and share only the necessary elements within those resources.
For example, if a data collector needs access to patients from cardiology and only requires their name and telecom information, there is no reason to share other patients' data, nor should we disclose the allowed patients' addresses or marital status.
The text was updated successfully, but these errors were encountered: