Skip to content

Commit 590396b

Browse files
authored
Update export-data.md
1 parent 8073d32 commit 590396b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/healthcare-apis/azure-api-for-fhir/export-data.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ The Bulk Export feature allows data to be exported from the FHIR Server per the
1717

1818
Before using $export, you want to make sure that the Azure API for FHIR is configured to use it. For configuring export settings and creating Azure storage account, refer to [the configure export data page](configure-export-data.md).
1919

20+
> [!NOTE]
21+
> Only storage accounts in the same subscription as that for Azure API for FHIR are allowed to be registered as the destination for $export operations.
22+
2023
## Using $export command
2124

2225
After configuring the Azure API for FHIR for export, you can use the $export command to export the data out of the service. The data will be stored into the storage account you specified while configuring export. To learn how to invoke $export command in FHIR server, read documentation on the [HL7 FHIR $export specification](https://www.hl7.org/fhir/uv/bulkdata/).
@@ -68,7 +71,7 @@ The Azure API for FHIR supports the following query parameters. All of these par
6871
|\_isparallel| No |The "_isparallel" query parameter can be added to the export operation to enhance its throughput. The value needs to be set to true to enable parallelization. It is important to note that using this parameter may result in an increase in the request units consumption over the life of export. |
6972

7073
> [!NOTE]
71-
> Only storage accounts in the same subscription as that for Azure API for FHIR are allowed to be registered as the destination for $export operations.
74+
> There is a known issue with the $export operation that could result in incomplete exports with status success. Issue occurs when the is_parallel flag was used. Export jobs executed with _isparallel query parameter starting February 13th, 2024 are impacted with this issue.
7275
7376
## Secure Export to Azure Storage
7477

0 commit comments

Comments
 (0)