Skip to content

Commit cc12cac

Browse files
Merge pull request #272891 from EXPEkesheth/patch-162
Update get-started-with-fhir.md
2 parents 65fd624 + 665e24b commit cc12cac

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/healthcare-apis/fhir/get-started-with-fhir.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ You can obtain a Microsoft Entra access token using PowerShell, Azure CLI, REST
6363

6464
#### Load data
6565

66-
You can load data directly using the POST or PUT method against the FHIR service. To bulk load data, you can use one of the Open Source tools listed below.
67-
68-
- [FHIR Loader](https://github.com/microsoft/healthcare-apis-samples/tree/main/src/FHIRDL) This is a .NET console app and loads data stored in Azure storage to the FHIR service. It's a single thread app, but you can run multiple copies locally or in a Docker container.
69-
- [FHIR Bulk Loader](https://github.com/microsoft/fhir-loader) This tool is an Azure function app (microservice) and runs in parallel threads.
70-
- [Bulk import](https://github.com/microsoft/fhir-server/blob/main/docs/BulkImport.md) This tool works with the Open Source FHIR server only. However, it will be available for Azure Health Data Services in the future.
66+
You can load data directly using the POST or PUT method against the FHIR service. To bulk load data, you can use $import operation. For information, visit [import operation](import-data.md).
7167

7268
### CMS, search, profile validation, and reindex
7369

@@ -77,8 +73,6 @@ You can find more details on interoperability and patient access, search, profil
7773

7874
Optionally, you can export ($export) data to [Azure Storage](../data-transformation/export-data.md) and use it in your analytics or machine-learning projects. You can export the data "as-is" or [de-id](../data-transformation/de-identified-export.md) in `ndjson` format.
7975

80-
You can also export data to [Synapse](../data-transformation/move-to-synapse.md) using the Open Source project. In the future, this feature will be integrated to the managed service.
81-
8276
### Converting data
8377

8478
Optionally, you can convert [HL7 v2](../data-transformation/convert-data.md) and other format data to FHIR.

0 commit comments

Comments
 (0)