BlueButton 2.0 Sandbox API Server

Connection instructions



1. Authorization

In order to connect to Edifecs Bluebutton 2.0 Sandbox server, you need to implement the OAuth 2.0 Client Credential Grant Type.

Use the following credentials to get your access token:

Note: token expires within 300 seconds (5 minutes), if you are getting 401 chances are you need to renew the token

2. Accessing the FHIR Server

Once you obtain your access token you can query the resource server for the infromation. Resource server is located at http://services-uswest.skytap.com:27537/rest

In order to get the CapabilityStatement use GET for URL http://services-uswest.skytap.com:27537/rest/metadata

Example query to get the patient information: http://services-uswest.skytap.com:27537/rest/Patient?given=Amanda

3. Postman instructions

  1. Create new GET query
  2. Go to Authorization tab
  3. Select type OAuth 2.0
  4. Select Add authorization data to Request Headers
  5. Click Get New Access Token
  6. Enter credentials from 1. Authorization
  7. Click Request Token
  8. Click Use Token
  9. In the URL section above type http://services-uswest.skytap.com:27537/rest/metadata
  10. Click Send

At the bottom section of UI you should see the FHIR resource with the CompatibilityStatement