Check the current user's purviewThis example demonstrates how to execute the Purview operation. - Generate an access token by following the OAuth 2.0 walkthrough
- The example below assumes you have been granted an access token of: aaaaa-bbbbb
- Make the call as detailed below, replacing the access token with your own value
- Your purview will be returned in the operation response
Example requestThis example is written for sandbox.patientsknowbest.com; replace the URL as needed if you are connecting to a different environment.
Example | Details | Absolute URL | https://sandbox.patientsknowbest.com/fhir/Consent/$purview | curl | curl -X GET --header "Accept: application/fhir+json" --header "Authorization: Bearer aaaaa-bbbbb" "https://sandbox.patientsknowbest.com/fhir/Consent/$purview" |
|