You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/release-notes.md
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,32 @@ Azure Health Data Services is a set of managed API services based on open standa
23
23
#### Azure Health Data Services
24
24
25
25
#### 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
+
26
52
**$convert-data documentation updates**
27
53
28
54
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:
57
83
1. Perform concurrent ingestion of data while simultaneously executing API CRUD operations on the FHIR server.
58
84
1. Ingest versioned FHIR resources.
59
85
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
-
66
86
For details on Incremental Import, visit [Import Documentation](./../healthcare-apis/fhir/configure-import-data.md).
67
87
68
88
**Reindex operation provides job status at resource level**
0 commit comments