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/fhir/configure-import-data.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,14 @@ Copy the URL as request URL and do following changes of the JSON as body:
59
59
- Set initialImportMode in importConfiguration to **true**
60
60
- Drop off provisioningState.
61
61
62
-
[](media/bulk-import/importer-url-and-body.png#lightbox)
62
+
[](media/bulk-import/import-url-and-body.png#lightbox)
63
63
64
64
After you've completed this final step, you're ready to import data using $import.
65
65
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
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fiotc-device-bridge%2Fmaster%2Fazuredeploy.json)
69
+
66
70
## Next steps
67
71
68
72
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
79
83
>[!div class="nextstepaction"]
80
84
>[Copy data from FHIR service to Azure Synapse Analytics](copy-to-synapse.md)
81
85
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.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/fhir/import-data.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 06/06/2022
9
9
ms.author: ranku
10
10
---
11
11
12
-
# Bulk-import FHIR data (Preview)
12
+
# Bulk-import FHIR data
13
13
14
14
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.
15
15
@@ -21,7 +21,7 @@ The bulk-import feature enables importing Fast Healthcare Interoperability Resou
21
21
* Conditional references in resources aren't supported.
22
22
* 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.
23
23
* 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.
25
25
26
26
## Using $import operation
27
27
@@ -248,7 +248,7 @@ Below are some error codes you may encounter and the solutions to help you resol
248
248
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:
249
249
250
250
* 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
252
252
* Complete Auditing, Error logging and Retry for throttled transactions
253
253
254
254
## Next steps
@@ -265,4 +265,4 @@ In this article, you've learned about how the Bulk import feature enables import
265
265
>[!div class="nextstepaction"]
266
266
>[Copy data from Azure API for FHIR to Azure Synapse Analytics](copy-to-synapse.md)
267
267
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.
0 commit comments