Skip to main content

Add the FHIR Connector

Authenticate to FHIR

After you add the connector, you need to set the required properties.
  • URL: Enter the Service Base URL for your FHIR server.
  • Connection Type: Select the type of connection that you want to use. The default type is Generic.
  • Auth Scheme: Select the authentication scheme that you want to use. The default scheme is GenericOAuth. For this setting, specify the following values:
    • OAuth Client Id: Enter the client Id that you were assigned when you registered your application with an OAuth authorization server.
    • OAuth Client Secret: Enter the client secret that you were assigned when you registered your application with an OAuth authorization server.
    • OAuth Authorization URL: Enter the authorization URL for the OAuth service.
    • OAuth Access Token URL: Enter the URL from which to retrieve the OAuth access token.
    • OAuth Refresh Token URL: Enter the URL from which to refresh the OAuth token.

Complete Your Connection

To complete your connection:
  1. Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)
  2. Click Create & Test to create your connection.

More Information