Aggregated: Examples
Search for all Appointments
Searches over the Aggregated FHIR endpoint will vary depending on your Integration Type. Please see the corresponding section for the correct instructions.
Searches over the Aggregated FHIR endpoint will be restricted by an access control mechanism. Resources returned will be restricted to those that:
Were successfully included in the aggregated data set
For example - Appointment resources provided by a customer which do not meet the relevant business rules will not be included in the aggregated data set
The caller has permission to read
Customer
Pending - example use case.
Make sure you know the following pieces of information, which will have been issued to you by the Integration Team:
Your client ID
Your client secret
Generate an access token by following the OAuth 2.0 Client credentials walkthrough
The example below assumes you have been granted an access token of: abcdef
Search for all Appointment resources by executing the following query:
curl -X GET --header "Accept: application/fhir+json" --header "Content-Type: application/fhir+json" --header "Authorization: Bearer abcdef" <url pending>
Partner
Pending
App
Pending