![]() |
VOOZH | about |
Informatica Cloud allows you to perform extract, transform, and load (ETL) tasks in the cloud. With the Cloud Secure Agent and the CData JDBC Driver for FHIR, you get live access to FHIR data, directly within Informatica Cloud. In this article, we will walk through downloading and registering the Cloud Secure Agent, connecting to FHIR through the JDBC Driver and generating a mapping that can be used in any Informatica Cloud process.
To work with the FHIR data through the JDBC Driver, install the Cloud Secure Agent.
NOTE: It may take some time for all of the Cloud Secure Agent services to get up and running.
With the Cloud Secure Agent installed and running, you are ready to connect to FHIR through the JDBC Driver.
%Secure Agent installation directory%/ext/connectors/thirdparty/
For mappings, create the following folder and add the driver JAR file:
informatica.jdbc_v2/common
For mappings in advanced mode, also create the following folder and add the driver JAR file:
informatica.jdbc_v2/spark
jdbc:fhir:URL=http://test.fhir.org/r4b/;ConnectionType=Generic;ContentType=JSON;AuthScheme=None;
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.
For assistance in constructing the JDBC URL, use the connection string designer built into the FHIR JDBC Driver. Either double-click the .jar file or execute the .jar file from the command-line.
java -jar cdata.jdbc.fhir.jar
Fill in the connection properties and copy the connection string to the clipboard.
π Using the built-in connection string designer to generate a JDBC URL (Google Sheets is shown.)With the connection to FHIR configured, we can now access FHIR data in any Informatica process. The steps below walk through creating a mapping for FHIR to another data target.
With the mapping configured, you are ready to start integrating live FHIR data with any of the supported connections in Informatica Cloud. Download a free, 30-day trial of the CData JDBC Driver for FHIR and start working with your live FHIR data in Informatica Cloud today.
Download a free trial of the FHIR Driver to get started:
Download NowLearn more:
π FHIR IconRapidly create and deploy powerful Java applications that integrate with FHIR.