...
SMART Client: SMART client requesting access using granular scopes from the draft SMART IG v2.
Scenarios
Scenario 0: Share access to resources by operation
SMART Client requests scopes and SMART Servers grant scopes at the resource level. Specifically we'll test support for
patient/Observation.rs
patient/Observation.crs
After being granted this scope, a client can query for all Observations via:
GET Observation?patient={}
GET Observation?patient={}
And the following queries should be rejected or results should be redacted (if no other scopes have been granted):
GET Observation?patient={}
Scenario 1: Share access to data by category
...