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

Founda FHIR Sandbox

The Founda FHIR Sandbox was built leveraging the HAPI FHIR server, which is a complete implementation of the HL7 FHIR standard for healthcare interoperability.

The Founda Sandbox supports all FHIR interactions as documented in FHIR R4.

How to use the Sandbox

Whenever creating a Test Client to test your integration with the Founda API gateway, a Sandbox is automatically generated.

Once the Test Client is created, the credentials for authenticating the Client are shown in the Console. Along with these credentials, the organization-id of the Sandbox is shown as well. This allows simulating API requests to a real Provider Organization connected to the Founda platform.

Use the organization-id of the Sandbox Provider Organization in your API requests path. In the below example:

https://api.eu.founda.com/1/health/organizations/{organizationId}/fhir/4/{Resource}

Test data

For each FHIR resource test data objects will automatically be generated. By using Create (POST) endpoints, you can add your own test data (if it conforms to the FHIR standard).

API specification

The API gateway supports requests as described in the HL7 FHIR specification (R4).

Updated 28 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Tutorials
Docs powered by archbee