Skip to content

Commit 29aa478

Browse files
committed
updates per build warning
1 parent 40cbe78 commit 29aa478

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ In Azure FHIR service, bundles act as containers for multiple resources. Batch a
4444
* **Do** generate load on Azure FHIR service in a linear manner and avoid burst operations to prevent performance degradation.
4545
* **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).
4646

47-
>[!NOTE] Parallel bundle processing can enhance throughput when there isn't an implicit dependency on the order of resources within an HTTP operation.
47+
> [!NOTE]
48+
> Parallel bundle processing can enhance throughput when there isn't an implicit dependency on the order of resources within an HTTP operation.
4849
4950
* **Consider** splitting resource entries across multiple bundles to increase parallelism, which can enhance throughput. Optimizing the number of resource entries in a bundle can reduce network time.
5051
* **Consider** using smaller bundle sizes for complex operations. 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.

0 commit comments

Comments
 (0)