Skip to content

Commit 3e3d53a

Browse files
Merge pull request #259303 from EXPEkesheth/patch-126
Update release-notes.md with FHIR November release
2 parents 770d992 + 4dae4ba commit 3e3d53a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

articles/healthcare-apis/release-notes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,22 @@ This article provides details about the features and enhancements made to Azure
2929

3030
Bulk delete operation is currently in public preview. Review disclaimer for details. [!INCLUDE public preview disclaimer]
3131

32+
**$import operation now supports importing soft deleted resources**
33+
The capability to import soft deleted resources is useful during migration from Azure API for FHIR to Azure Health Data Services. For more details, visit [Fix SQL Import for Soft Delete and History](https://github.com/microsoft/fhir-server/pull/3530).
34+
35+
**Performance improvement**
36+
In this release we have improved performance of FHIR queries with _include parameter. For more information, visit [Change query generator to use INNER JOIN](https://github.com/microsoft/fhir-server/pull/3572).
37+
38+
**Bug fix: Searching with _include and wildcard resulted in query failure**
39+
The issue is fixed and permits only wild character “*” to be present for _include and _revinclude searches. For more information, visit [Fix syntax check for : when wildcard is used](https://github.com/microsoft/fhir-server/pull/3541).
40+
41+
**Bug fix: Multiple export jobs created resulting in increase data storage volume**
42+
Due to a bug, Export job was creating multiple child jobs when used with typefilter parameter. The fix addresses the issue for more information, visit [Fix export](https://github.com/microsoft/fhir-server/pull/3567).
43+
44+
**Bug Fix: Retriable exception for import operation, when using duplicate files**
45+
In case of duplicate files during import, the exception would be thrown This exception was considered as a retriable exception. This bug fix addresses the issue and import operation with same file will no longer be considered retriable. For information, visit [Handles exception message for duplicate file in import operation](https://github.com/microsoft/fhir-server/pull/3557).
46+
47+
3248
## October 2023
3349

3450
### DICOM Service

0 commit comments

Comments
 (0)