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.
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}
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).
The API gateway supports requests as described in the HL7 FHIR specification (R4).