Skip to content

Commit 0adda03

Browse files
Merge pull request #207679 from RuiyiC/RuiyiC-import
update docs for $import
2 parents fd693ff + 8cf3b7d commit 0adda03

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

articles/healthcare-apis/fhir/configure-import-data.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,14 @@ Copy the URL as request URL and do following changes of the JSON as body:
5959
- Set initialImportMode in importConfiguration to **true**
6060
- Drop off provisioningState.
6161

62-
[ ![Screenshot of the importer configuration code example](media/bulk-import/importer-url-and-body.png) ](media/bulk-import/importer-url-and-body.png#lightbox)
62+
[ ![Screenshot of the importer configuration code example](media/bulk-import/import-url-and-body.png) ](media/bulk-import/import-url-and-body.png#lightbox)
6363

6464
After you've completed this final step, you're ready to import data using $import.
6565

66+
You can also use the **Deploy to Azure** button below to open custom Resource Manager template that updates the configuration for $import.
67+
68+
[![Deploy to Azure Button](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fiotc-device-bridge%2Fmaster%2Fazuredeploy.json)
69+
6670
## Next steps
6771

6872
In this article, you've learned the FHIR service supports $import operation and how it allows you to import data into FHIR service account from a storage account. You also learned about the three steps used in configuring import settings in the FHIR service. For more information about converting data to FHIR, exporting settings to set up a storage account, and moving data to Azure Synapse, see
@@ -79,4 +83,4 @@ In this article, you've learned the FHIR service supports $import operation and
7983
>[!div class="nextstepaction"]
8084
>[Copy data from FHIR service to Azure Synapse Analytics](copy-to-synapse.md)
8185
82-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
86+
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.

articles/healthcare-apis/fhir/import-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 06/06/2022
99
ms.author: ranku
1010
---
1111

12-
# Bulk-import FHIR data (Preview)
12+
# Bulk-import FHIR data
1313

1414
The bulk-import feature enables importing Fast Healthcare Interoperability Resources (FHIR®) data to the FHIR server at high throughput using the $import operation. This feature is suitable for initial data load into the FHIR server.
1515

@@ -21,7 +21,7 @@ The bulk-import feature enables importing Fast Healthcare Interoperability Resou
2121
* Conditional references in resources aren't supported.
2222
* If multiple resources share the same resource ID, then only one of those resources will be imported at random and an error will be logged corresponding to the remaining resources sharing the ID.
2323
* The data to be imported must be in the same Tenant as that of the FHIR service.
24-
* Maximum number of files to be imported per operation is 1,000.
24+
* Maximum number of files to be imported per operation is 10,000.
2525

2626
## Using $import operation
2727

@@ -248,7 +248,7 @@ Below are some error codes you may encounter and the solutions to help you resol
248248
As illustrated in this article, $import is one way of doing bulk import. Another way is using an open-source solution, called [FHIR Bulk Loader](https://github.com/microsoft/fhir-loader). FHIR-Bulk Loader is an Azure Function App solution that provides the following capabilities for ingesting FHIR data:
249249

250250
* Imports FHIR Bundles (compressed and non-compressed) and NDJSON files into a FHIR service
251-
* High Speed Parallel Event Grid that triggers from storage accounts or other event grid resources
251+
* High Speed Parallel Event Grid that triggers from storage accounts or other Event Grid resources
252252
* Complete Auditing, Error logging and Retry for throttled transactions
253253

254254
## Next steps
@@ -265,4 +265,4 @@ In this article, you've learned about how the Bulk import feature enables import
265265
>[!div class="nextstepaction"]
266266
>[Copy data from Azure API for FHIR to Azure Synapse Analytics](copy-to-synapse.md)
267267
268-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
268+
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
334 KB
Loading

0 commit comments

Comments
 (0)