Costa Rica
Last updated: 2025-07-17
Oracle Health Data Intelligence (HDI), formerly known as HealtheIntent, is a modular suite of cloud applications, services, and analytics. It enables healthcare and government stakeholders to use data from across the healthcare ecosystem to advance patient health, improve care delivery, and drive operational efficiency.
- API Access and Fees and Registering an App
- Healthcare Analytics Data Integration Documentation
- Hospital Use of APIs to Enable Data Sharing Between EHRs and Apps
- Set up your Oracle database connection - Microsoft Fabric
- Oracle database connector overview - Microsoft Fabric
- Step-by-Step Guide: Interconnecting Oracle Cloud
- Connecting Oracle to Microsoft fabrics - Microsoft Fabric Community
Prerequisites:
- Register and Set Up API Access
- Register Your Application: Go to the Oracle Health Developer Program console and register your application. Review and accept the API Access Terms and Conditions.
- Review API Documentation: Familiarize yourself with the Oracle Health API documentation, including available FHIR API resources.
- Install Necessary Tools
- Oracle Client: Ensure the Oracle Client is installed on the machine running the on-premises data gateway.
- Microsoft Fabric: Set up Microsoft Fabric and ensure you have the necessary permissions to create and manage data pipelines.
Set Up Data Gateway: If your Oracle database is on-premises, configure the on-premises data gateway to facilitate the connection.
-
Setup the Data Pipeline in Microsoft Fabric
-
Open Data Factory: Navigate to Microsoft Fabric's Data Factory.
-
Create a Pipeline: In Data Factory, create a new pipeline to manage the data flow from Oracle HDI to your desired destination.
-
Add Copy Activity: Add a copy activity to the pipeline.
- In the Source tab of the Copy Data activity, select the Oracle linked service you created.
- Specify the table or query to extract data from Oracle HDI.
- Configure Connection:
- Server Name: Enter the Oracle server name.
- Database Name: Enter the name of your Oracle HDI database.
- Authentication: Choose the appropriate authentication method (e.g., Basic).
- Username and Password: Enter your Oracle database credentials.
- Test Connection: Click on Test Connection to ensure the details are correct.
-
-
Configure Data Compression
- In the Destination tab, choose the destination data store (e.g., Azure Blob Storage, SQL Database).
- Select Compression Type: In the copy activity settings, choose the desired compression type (LZ4 or GZIP) for the data transfer.
- Destination Configuration: Configure the destination settings to store the compressed data in your preferred format. Specify the file format and path where the compressed data will be stored.
- Ensure the destination supports the chosen compression format.
- Connection Issues
- Issue: Unable to connect to the Oracle database.
- Solution: Verify the connection details, ensure the Oracle Client is correctly installed, and check network connectivity. Ensure the on-premises data gateway is properly configured and running.
- Authentication Problems
- Issue: Authentication failures when connecting to the Oracle API.
- Solution: Double-check the credentials and authentication method used. Ensure that the API key or token is valid and has the necessary permissions.
- Data Transfer Errors
- Issue: Errors during data transfer.
- Solution: Check the data pipeline logs for specific error messages. Ensure that the data format and schema are compatible between the source and destination. Adjust the query or data mapping as needed.
- Compression Issues
- Issue: Data not being compressed as expected.
- Solution: Verify the compression settings in the copy activity. Ensure that the destination supports the specified compression format (LZ4 or GZIP).