You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/configure-export-data.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Azure API for FHIR supports $export command that allows you to export the data o
16
16
There are four steps involved in performing export in Azure API for FHIR:
17
17
18
18
1. Enable Managed Identity on Azure API for FHIR Service
19
-
2. Creating a storage account (if not done before) and assigning permission to Azure API for FHIR to the storage account
19
+
2. Creating a Azure storage account (if not done before) and assigning permission to Azure API for FHIR to the storage account
20
20
3. Selecting the storage account in Azure API for FHIR as export storage account
21
21
4. Executing the export by invoking $export command on Azure API for FHIR
22
22
@@ -46,7 +46,7 @@ Now we are ready for next step where we can select the storage account in Azure
46
46
47
47
## Selecting the storage account for $export
48
48
49
-
Final step before invoking $export command is to assign the storage account that Azure API for FHIR will use to export the data to. To do this, navigate to Integration blade in Azure API for FHIR service in Azure portal and select the storage account
49
+
Final step before invoking $export command is to assign the Azure storage account that Azure API for FHIR will use to export the data to. To do this, navigate to Integration blade in Azure API for FHIR service in Azure portal and select the storage account
@@ -57,7 +57,7 @@ After that we are ready to export the data using $export command.
57
57
After we have configured Azure API for FHIR for export, we can now go and use the $export command to export the data out of the service into the storage account we specified. To learn how to invoke $export command in FHIR server, please read documentation on $export specification at [https://hl7.org/Fhir/uv/bulkdata/export/index.html](https://hl7.org/Fhir/uv/bulkdata/export/index.html)
58
58
59
59
> [!IMPORTANT]
60
-
> Note that currently Azure API for FHIR only supports System Level Export as defined in Export specification at [https://hl7.org/Fhir/uv/bulkdata/export/index.html](https://hl7.org/Fhir/uv/bulkdata/export/index.html)
60
+
> Note that currently Azure API for FHIR only supports System Level Export as defined in Export specification at [https://hl7.org/Fhir/uv/bulkdata/export/index.html](https://hl7.org/Fhir/uv/bulkdata/export/index.html). We also currently do not support query parameters with the $export.
0 commit comments