Skip to content

Commit 644a8b1

Browse files
authored
Update release-notes.md
1 parent cd07f5a commit 644a8b1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/healthcare-apis/release-notes.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,18 @@ With Incremental Load mode, customers can:
3636
For details on Incremental Import, visit [Import Documentation](./../healthcare-apis/fhir/configure-import-data.md).
3737

3838
**Batch-Bundle parellization capability available in Public Preview**
39-
Batch bundles are executed serially in FHIR service by default. To improve throughput wuth bundle calls, we're enabling parallel processing of batch bundles.For details, visit [Batch Bundle Parellization](./../healthcare-apis/fhir/fhir-rest-api-capabilities.md)
39+
40+
Batch bundles are executed serially in FHIR service by default. To improve throughput with bundle calls, we're enabling parallel processing of batch bundles.For details, visit [Batch Bundle Parellization](./../healthcare-apis/fhir/fhir-rest-api-capabilities.md)
4041
> [!IMPORTANT]
4142
> Bundle parallel processing is currently in public preview. Preview APIs and SDKs are provided without a service-level agreement. We recommend that you don't use them for production workloads. Some features might not be supported, or they might have constrained capabilities. For more information, review Supplemental Terms of Use for Microsoft Azure Previews
4243
4344
**Decimal value precision in FHIR service is updated per FHIR specification**
45+
4446
Prior to the fix, FHIR service allowed precision value of [18,6]. The service is updated to support decimal value precision of [36,18] per FHIR specification. For details, visit [FHIR specification Data Types](https://www.hl7.org/fhir/datatypes.html)
4547

4648
**Reindex on targeted search parameter sets the status correctly**
47-
We identified a bug where after performing targeted search parameter reindex, search parameter was still not searchable. This bug was addressed by changing the status of the search parameter. The issue is fixed, for details visit [3400](https://github.com/microsoft/fhir-server/pull/3400).
49+
50+
We identified a bug where after performing targeted search parameter reindex, resource data with search parameter was still not searchable. This bug was addressed by changing the status of the search parameter. The issue is fixed, for details visit [3400](https://github.com/microsoft/fhir-server/pull/3400).
4851

4952
**$convert-data documentation updates**
5053

0 commit comments

Comments
 (0)