Skip to content

Commit bc444ef

Browse files
authored
Merge pull request #198247 from ginalee-dotcom/patch-2
Update import-data.md
2 parents c91e0fd + ada9c13 commit bc444ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,12 @@ Below are some error codes you may encounter and the solutions to help you resol
245245

246246
## Bulk import - another option
247247

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 services for ingesting FHIR data:
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:
249249

250250
* Imports FHIR Bundles (compressed and non-compressed) and NDJSON files into a FHIR service
251251
* 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

254-
Regardless of whether you would like to use the $import API on the managed services or the FHIR Bulk Loader in open-source, you can achieve the same import solution.
255-
256254
## Next steps
257255

258256
In this article, you've learned about how the Bulk import feature enables importing FHIR data to the FHIR server at high throughput using the $import operation. For more information about converting data to FHIR, exporting settings to set up a storage account, and moving data to Azure Synapse, see

0 commit comments

Comments
 (0)