Skip to content

Commit 6f4bc3f

Browse files
Merge pull request #250740 from EXPEkesheth/patch-104
Update release-notes.md
2 parents 34f16ac + 644a8b1 commit 6f4bc3f

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

articles/healthcare-apis/release-notes.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,32 @@ Azure Health Data Services is a set of managed API services based on open standa
2323
#### Azure Health Data Services
2424

2525
#### FHIR service
26+
27+
**Incremental Import feature is Generally Available (GA)**
28+
29+
$Import operation now supports new capability of "Incremental Load" mode, which is optimized for periodically loading data into the FHIR service.
30+
31+
With Incremental Load mode, customers can:
32+
1. Perform concurrent ingestion of data while simultaneously executing API CRUD operations on the FHIR server.
33+
1. Ingest versioned FHIR resources.
34+
1. Maintain the lastUpdated field value in FHIR resources during ingestion.
35+
1. Supports conditional references
36+
For details on Incremental Import, visit [Import Documentation](./../healthcare-apis/fhir/configure-import-data.md).
37+
38+
**Batch-Bundle parellization capability available in Public Preview**
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)
41+
> [!IMPORTANT]
42+
> 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
43+
44+
**Decimal value precision in FHIR service is updated per FHIR specification**
45+
46+
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)
47+
48+
**Reindex on targeted search parameter sets the status correctly**
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).
51+
2652
**$convert-data documentation updates**
2753

2854
Customers can now find detailed documentation on the $convert-data operation, allowing them to have an easier self-service experience. This includes an [overview](./fhir/overview-of-convert-data.md), how to [configure settings](./fhir/configure-settings-convert-data.md), a ready-made [pipeline template](./fhir/convert-data-with-azure-data-factory.md) in Azure Data Factory, [troubleshooting](./fhir/troubleshoot-convert-data.md) tips, and an [FAQ](./fhir/frequently-asked-questions-convert-data.md).
@@ -57,12 +83,6 @@ With Incremental Load mode, customers can:
5783
1. Perform concurrent ingestion of data while simultaneously executing API CRUD operations on the FHIR server.
5884
1. Ingest versioned FHIR resources.
5985
1. Maintain the lastUpdated field value in FHIR resources during ingestion.
60-
61-
> [!IMPORTANT]
62-
> Incremental import mode is currently in public preview
63-
> 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.
64-
> For more information, review [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
65-
6686
For details on Incremental Import, visit [Import Documentation](./../healthcare-apis/fhir/configure-import-data.md).
6787

6888
**Reindex operation provides job status at resource level**

0 commit comments

Comments
 (0)