![]() |
VOOZH | about |
Using SQL Server as a backup for critical business data provides an essential safety net against loss. Backing up data to SQL Server enables business users to more easily connect that data with features like reporting, analytics, and more.
This example demonstrates how to use the CData SSIS Tasks for FHIR inside of a SQL Server SSIS workflow to transfer FHIR data into a Microsoft SQL Server database.
To get started, add a new FHIR source and SQL Server ADO.NET destination to a new data flow task.
๐ The Data Flow task used in this example. (Salesforce is shown.)Follow the steps below to save FHIR connection properties in a connection manager.
Set URL to the Service Base URL of the FHIR server. This is the address where the resources are defined in the FHIR server you would like to connect to. Set ConnectionType to a supported connection type. Set ContentType to the format of your documents. Set AuthScheme based on the authentication requirements for your FHIR server.
Generic, Azure-based, AWS-based, and Google-based FHIR server implementations are supported.
The product supports connections to custom instances of FHIR. Authentication to custom FHIR servers is handled via OAuth (read more about OAuth in the Help documentation. Before you can connect to custom FHIR instances, you must set ConnectionType to Generic.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract FHIR data.
SELECT Id, [name-use] FROM Patient WHERE [address-city] = 'New York'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the FHIR data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with FHIR data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the FHIR SSIS Component to get started:
Download NowLearn more:
๐ FHIR IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with FHIR through SSIS Workflows.
Use the FHIR Data Flow Components to synchronize with FHIR 0, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!