FHIR System Integration in Real Time Using Generic FHIR Client
home
The Generic FHIR Client app enables Salesforce Health Cloud to integrate with any FHIR server. This integration app supports:
- An OAuth 2.0 client credentials and JSON Web Token (JWT) based authentication mechanism to authenticate a FHIR server.
 - Running any FHIR interaction (create, read, put, post) on a FHIR resource, in conformance with the capability supported on the server.
 - Retrieving a bundle of FHIR resources based on:
- Input: Resources to be fetched and search parameters.
 - Example use case: Retrieve all conditions, observations, procedures, and medications for a patient.
 
 
To use and deploy the Generic FHIR Client app, see Salesforce Healthcare API guide.