Skip to content

Commit 04e09dc

Browse files
Update fhir-best-practices.md
1 parent 455fe49 commit 04e09dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ In Azure FHIR service, bundles act as containers for multiple resources. Batch a
3939
* **Do** generate load on Azure FHIR service in a linear manner and avoid burst operations to prevent performance degradation.
4040
* **Consider** enabling parallel processing for batch and transaction bundles. By default, resources in bundles are processed sequentially. To enhance throughput, you can enable parallel resource processing by adding the HTTP header flag `x-bundle-processing-logic` and setting it to `parallel`. For more information, see the [batch bundle parallel processing documentation](rest-api-capabilities.md#bundle-parallel-processing).
4141
* **Consider** using smaller bundle sizes for complex operations such as conditional creates or updates. Smaller transaction bundles can reduce errors and support data consistency. Use separate transaction bundles for FHIR resources that don't depend on each other, and can be updated separately.
42-
* **Consider** Using $import over Bundles for ingestion when high-throughput on a large number of resources is required.
4342
* **Avoid** submitting parallel bundle requests that attempt to update the same resources concurrently, which can cause delays in processing.
4443
* **Avoid** submitting a high number of Bundles concurrently with a single PUT or POST resource request when they can be grouped. A high number of concurrent requests from individual Bundles can lead to transaction bottlenecks.
4544

0 commit comments

Comments
 (0)