Skip to content

Commit 123258c

Browse files
authored
Merge pull request #191836 from SteveWohl/copy-to-synapse-edits-03152022
Made edits to azure api for fhir copy-to-synapse MD file
2 parents 03d912a + 5eb7ee9 commit 123258c

File tree

5 files changed

+61
-109
lines changed

5 files changed

+61
-109
lines changed

articles/healthcare-apis/azure-api-for-fhir/copy-to-synapse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ginalee-dotcom
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: reference
8-
ms.date: 02/28/2022
8+
ms.date: 03/16/2022
99
ms.author: ginle
1010
---
1111

@@ -22,7 +22,7 @@ In this article, you'll learn three ways to copy data from Azure API for FHIR to
2222
> [!Note]
2323
> [FHIR to Synapse Sync Agent](https://github.com/microsoft/FHIR-Analytics-Pipelines/blob/main/FhirToDataLake/docs/Deployment.md) is an open source tool released under MIT license, and is not covered by the Microsoft SLA for Azure services.
2424
25-
The **FHIR to Synapse Sync Agent** is a Microsoft OSS project released under MIT License. It's an Azure function that extracts data from a FHIR server using FHIR Resource APIs, converts it to hierarchical Parquet files, and writes it to Azure Data Lake in near real time. This also contains a script to create external tables and views in [Synapse Serverless SQL pool](../../synapse-analytics/sql/on-demand-workspace-overview.md) pointing to the Parquet files.
25+
The **FHIR to Synapse Sync Agent** is a Microsoft OSS project released under MIT License. It's an Azure function that extracts data from a FHIR server using FHIR Resource APIs, converts it to hierarchical Parquet files, and writes it to Azure Data Lake in near real time. This also contains a script to create external tables and views in [Synapse Serverless SQL pool](https://docs.microsoft.com/azure/synapse-analytics/sql/on-demand-workspace-overview) pointing to the Parquet files.
2626

2727
This solution enables you to query against the entire FHIR data with tools such as Synapse Studio, SSMS, and Power BI. You can also access the Parquet files directly from a Synapse Spark pool. You should consider this solution if you want to access all of your FHIR data in near real time, and want to defer custom transformation to downstream systems.
2828

-52.7 KB
Loading

articles/healthcare-apis/azure-api-for-fhir/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
items:
2-
- name: Azure Healthcare APIs (preview) documentation
2+
- name: Azure Health Data Services documentation
33
href: ../index.yml
44
- name: Azure API for FHIR documentation
55
href: index.yml

0 commit comments

Comments
 (0)