If you are using Postman to test the Patient Access API, you need to generate an access token that represents the synthetic beneficiary has granted access to your application.

  1. Launch Postman and open a new tab.
  2. Select the GET method and enter the following :

         https://api.geisinger.org/ghp/fhir4/v1/<resource_name>

         Replace the resource_name with the Patient Access resource name.

If you are using Postman to test the Provider Directory API, use the following steps:

  1. Launch Postman and open a new tab.
  2. Select the POST method and enter the following Auth URL:

          https://api.geisinger.org/oauth/v1/token?grant_type=client_credentials

This is a place where the Geisinger Developer Portal team can post updates related to:

•     Documentation

•     API products

•     Test dataset

•     Code recipes

•     Links to presentations and content from other outreach activities

You can get started on integrating with our APIs by registering on the portal. For details, please refer to the Getting Started section.