Deploy and configure Dynamics 365 Customer Insights - Data preparation in healthcare data solutions (preview)

[This article is prerelease documentation and is subject to change.]

Dynamics 365 Customer Insights - Data preparation enables you to connect Customer Insights - Data to your OneLake on Fabric for creating patient or member lists for outreach. You can deploy and configure the capability after deploying healthcare data solutions (preview) to your Fabric workspace and the Healthcare data foundations capability.

Dynamics 365 Customer Insights - Data preparation is an optional capability under healthcare data solutions in Microsoft Fabric (preview). You have the flexibility to decide whether or not to use it, depending on your specific needs or scenarios.

Deployment prerequisites

Deploy Dynamics 365 Customer Insights - Data preparation

To deploy the capability to your workspace, follow these steps:

  1. Navigate to the healthcare data solutions home page on Fabric.

  2. Select the Dynamics 365 Customer Insights - Data preparation tile.

    A screenshot displaying the capability tile.

  3. On the capability page, select Deploy to workspace.

    A screenshot displaying how to deploy the capability to your workspace.

  4. The deployment can take a few minutes to complete. Refrain from closing the tab or the browser while the deployment is in progress. In the meantime, you can work in another tab.

  5. After the deployment completes, you'll be notified. Select the Manage capability button from the message bar to navigate to capability management page. Here, you can view, configure, and manage the deployed healthcare#_msft_customerinsights lakehouse and the healthcare#_msft_silver_ci_gold_flatten notebook.

Configure the Customer Insights notebook

The Customer Insights notebook healthcare#_msft_silver_ci_gold_flatten uses the SilverIngestionService module in the healthcare data solutions (preview) library to flatten selected Fast Healthcare Interoperability Resources (FHIR) resources in the healthcare#_msft_silver lakehouse. The resulting data is then inserted into the specified folder in the ADLS Gen2 storage account, so that Customer Insights - Date can utilize it later.

Optionally, the notebook also registers the resulting dataset into the healthcare#_msft_customerinsights lakehouse as tables, so that other tools such as SQL endpoints can use it to execute reporting in Fabric.

You don't need to specify any parameters for this notebook. The notebook uses the workspace_name parameter from the Healthcare data foundations global configuration notebook. However, before you execute the notebook, ensure that you create a shortcut to your storage account in the healthcare#_msft_customerinsights lakehouse using the instructions in Create an Azure Data Lake Storage Gen2 shortcut. Name the shortcut main, so you can easily reference it in the notebook.

A screenshot displaying how to create the shortcut.

You can run this notebook on demand or schedule it to run periodically. For more information about the notebook execution, go to Execute the Customer Insights notebook.

See also