Skip to content

Commit e0afb26

Browse files
Merge pull request #287891 from KendalBond007/FHIRbestPracticesRedux_Oct24
FHIRbestPracticesReduxOct24
2 parents 5189fa8 + 946cfd4 commit e0afb26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/healthcare-apis/fhir/fhir-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ This document provides guidance on best practices with the Azure Health Data Ser
2323

2424
Azure FHIR service supports data ingestion through the import operation, which offers two modes: initial mode, and incremental mode. For detailed guidance, refer to the [Importing data into the FHIR service](import-data.md) documentation.
2525

26-
* **Consider** using the import operation over HTTP API requests to ingest the data into FHIR service. The import operation provides a high throughput and is a scalable method for loading data.
2726
To achieve optimal performance with the import operation, consider the following best practices.
2827

2928
* **Do** use large files while ingesting data. The optimal DNJSON file size for import is 50 MB or larger (or 20,000 resources or more, with no upper limit). Combining smaller files into larger ones can enhance performance.
29+
* **Consider** using the import operation over HTTP API requests to ingest the data into FHIR service. The import operation provides a high throughput and is a scalable method for loading data.
3030
* **Consider** importing all FHIR resource files in a single import operation for optimal performance. Aim for a total file size of 100 GB or more (or 100 million resources, no upper limit) in one operation. Maximizing an import in this way helps reduce the overhead associated with managing multiple import jobs.
3131
* **Consider** running multiple concurrent imports only if necessary, but limit parallel import jobs. A single large import is designed to consume all available system resources, and processing throughput doesn't increase with concurrent import jobs.
3232

@@ -73,4 +73,4 @@ For more information on export operations, see [Export your FHIR data](export-da
7373

7474
By applying these best practices you can enhance the performance and efficiency of data ingestion, bundle processing, query execution, and data extraction in Azure FHIR service.
7575

76-
[!INCLUDE [FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
76+
[!INCLUDE [FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/fhir/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ items:
1616
href: migration-strategies.md
1717
- name: SMART on FHIR
1818
href: smart-on-fhir.md
19-
- name: FHIR best practices
19+
- name: Best practices
2020
href: fhir-best-practices.md
2121
- name: Quickstarts
2222
expanded: true

0 commit comments

Comments
 (0)