We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Fabric Healthcare Data Solution as a configurable resource within the provider.
https://www.microsoft.com/en-us/microsoft-fabric/blog/2024/03/11/introducing-healthcare-data-solutions-in-microsoft-fabric-a-game-changer-for-healthcare-data-analysis/ https://learn.microsoft.com/en-us/industry/healthcare/healthcare-data-solutions/overview?toc=%2Findustry%2Fhealthcare%2Ftoc.json&bc=%2Findustry%2Fbreadcrumb%2Ftoc.json&WT.mc_id=industry_community_productblog
Automate with IaC Microsoft Fabric object creation and configuration.
No clear alternatives are available.
//Option1
resource resource "fabric_healthcare_data_solution" "main" { display_name = fabric_healthcare_data_solution_connection1" description = "Fabric Healthcare Data Solution" }
//Option2
resource resource "fabric_healthcare_data_solution" "main" { display_name = fabric_healthcare_data_solution_connection1" description = "Fabric Healthcare Data Solution"
Discover_build_cohorts = Enabled #Enabled or Disabled health_data_services_data_export = Enabled #Enabled or Disabled CMS_claims_data_transformations = Enabled #Enabled or Disabled DICOM_data_transformation = Enabled #Enabled or Disabled OMOP_transformations = Enabled #Enabled or Disabled SDOH_datasets_transformations = Enabled #Enabled or Disabled Dynamics_365_Customer_Insights_data_preparation = Enabled #Enabled or Disabled Patient_outreach_analytics = Enabled #Enabled or Disabled Care_management_analytics = Enabled #Enabled or Disabled Unstructured_clinical_notes_enrichment = Enabled #Enabled or Disabled
}
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature description
Add Fabric Healthcare Data Solution as a configurable resource within the provider.
https://www.microsoft.com/en-us/microsoft-fabric/blog/2024/03/11/introducing-healthcare-data-solutions-in-microsoft-fabric-a-game-changer-for-healthcare-data-analysis/
https://learn.microsoft.com/en-us/industry/healthcare/healthcare-data-solutions/overview?toc=%2Findustry%2Fhealthcare%2Ftoc.json&bc=%2Findustry%2Fbreadcrumb%2Ftoc.json&WT.mc_id=industry_community_productblog
🔈 Motivation
Automate with IaC Microsoft Fabric object creation and configuration.
🛰 Alternatives
No clear alternatives are available.
🚧 Potential Configuration / Desired Solution
//Option1
resource resource "fabric_healthcare_data_solution" "main" {
display_name = fabric_healthcare_data_solution_connection1"
description = "Fabric Healthcare Data Solution"
}
//Option2
resource resource "fabric_healthcare_data_solution" "main" {
display_name = fabric_healthcare_data_solution_connection1"
description = "Fabric Healthcare Data Solution"
Discover_build_cohorts = Enabled #Enabled or Disabled
health_data_services_data_export = Enabled #Enabled or Disabled
CMS_claims_data_transformations = Enabled #Enabled or Disabled
DICOM_data_transformation = Enabled #Enabled or Disabled
OMOP_transformations = Enabled #Enabled or Disabled
SDOH_datasets_transformations = Enabled #Enabled or Disabled
Dynamics_365_Customer_Insights_data_preparation = Enabled #Enabled or Disabled
Patient_outreach_analytics = Enabled #Enabled or Disabled
Care_management_analytics = Enabled #Enabled or Disabled
Unstructured_clinical_notes_enrichment = Enabled #Enabled or Disabled
}
📎 Additional context
No response
☑️ Acceptance Criteria
No response
🔰 Code of Conduct
The text was updated successfully, but these errors were encountered: