website logo
⌘K
👋Welcome!
🚀About Founda
Introduction to Founda
Glossary
🔌Getting started
Start your integration
Founda FHIR Sandbox
🧑‍🏫Tutorials
Console
Authentication with OAuth2.0
📖Interaction Guides
Patient Demographics Exchange
Clinical Information Exchange
Subscription Management
Audit Record Repository
Docs powered by archbee 
website logo
3min

Create Subscriptions

After an Application Provider has created a Client, the Application Provider can set up Subscriptions in the Console. A Subscription can be configured to receive all messages from the Provider Organization that meet certain conditions. 

Note that in order for an Application Provider to use the Subscription functionality, the Client must at least have the "Subscriptions" FHIR Resource Actions within the Client's Scopes. Meaning the specific Actions (e.g. CREATE, READ, etc.) that a Client is configured to, in combination with a FHIR Resource (e.g. FHIR Subscription resource). Every Subscription has to be authorized by the Provider Organization.

To create a new Subscription for a specific Client:

  1. Navigate to API Gateway and click on "Clients".
  2. Select the Client you want to create a Subscription for.
  3. In Client settings, scroll down and click on Subscriptions.
  4. Click on the "+"-icon to create a new Subscription for this Client.
Go to Client Subscriptions
Go to Client Subscriptions


After clicking on "Subscriptions" within the Client settings, an overview of all the Subscriptions of the Client to Provider Organizations is displayed.

  1. Click on the "+"-icon in the top right corner to create a new Subscription for this Client.
  2. Fill in the organization ID of the Provider Organization for which the Subscription is required.
  3. Fill in the available Webhook URL from your Client.
  4. Choose what payloads the Client's Webhook URL can receive (e.g. JSON-FHIR4).
  5. Describe the desired activity based on which the messages for the desired activity needs to be filtered (e.g. create.patient).
  6. Enter the reason for the Subscription to this activity.
  7. Click "save".
Create new Subscription
Create new Subscription


Once the Provider Organization has authorized this Subscription, the Application Provider automatically receives the messages every time an activity takes place at the Provider Organization that should elad to a patient registration with the Application Provider.

Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Audit Record Repository
Docs powered by archbee