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
The capability to import soft deleted resources is useful during migration from Azure API for FHIR to Azure Health Data Services.
78
-
79
-
Related content:
80
-
81
-
-[Fix SQL Import for soft delete and history](https://github.com/microsoft/fhir-server/pull/3530)
77
+
The capability to import soft deleted resources is useful during migration from Azure API for FHIR to Azure Health Data Services. See [FPR#3530](https://github.com/microsoft/fhir-server/pull/3530)
82
78
83
79
#### Performance improvement for queries
84
80
85
-
We improved performance of FHIR queries with the `_include` parameter.
86
-
87
-
Related content:
88
-
89
-
-[Change query generator to use INNER JOIN](https://github.com/microsoft/fhir-server/pull/3572).
81
+
We improved performance of FHIR queries with the `_include` parameter. See [PR#3572](https://github.com/microsoft/fhir-server/pull/3572).
90
82
91
83
#### Bug fixes
92
84
93
-
-**Fixed: Searching with `_include` and wildcard results in query failure**. The issue is fixed and permits only the wild character `*` to be present for `_include` and `_revinclude` searches.
85
+
-**Fixed: Searching with `_include` and wildcard results in query failure**. The issue is fixed and permits only the wild character `*` to be present for `_include` and `_revinclude` searches. [PR#3541](https://github.com/microsoft/fhir-server/pull/3541).
94
86
95
-
-**Fixed: Multiple export jobs created results in increase data storage volume**. Due to a bug, export jobs created multiple child jobs when used with the typefilter parameter. The fix addresses the issue.
87
+
-**Fixed: Multiple export jobs created results in increase data storage volume**. Due to a bug, export jobs created multiple child jobs when used with the typefilter parameter. The fix addresses the issue. See [PR#3567](https://github.com/microsoft/fhir-server/pull/3567).
96
88
97
-
-**Fixed: Retriable exception for import operation when using duplicate files**. If there are duplicate files during import, an exception would be thrown. This exception was considered as a retriable exception. The fix addresses the issue. Import operations with same file are no longer retriable.
98
-
99
-
Related content:
100
-
101
-
-[Fix syntax check for : when wildcard is used](https://github.com/microsoft/fhir-server/pull/3541)
-[Handles exception message for duplicate file in import operation](https://github.com/microsoft/fhir-server/pull/3557)
89
+
-**Fixed: Retriable exception for import operation when using duplicate files**. If there are duplicate files during import, an exception would be thrown. This exception was considered as a retriable exception. The fix addresses the issue. Import operations with same file are no longer retriable. See [PR#3557](https://github.com/microsoft/fhir-server/pull/3557).
104
90
105
91
## October 2023
106
92
@@ -191,7 +177,7 @@ Learn more:
191
177
192
178
-**Fixed: Metadata endpoint URL in the capability statement is a relative URL.** According to the FHIR specification, the metadata endpoint URL in the capability statement needs to be an absolute URL. The fix addresses the issue. See [PR#3265](https://github.com/microsoft/fhir-server/pull/3265).
@@ -256,7 +242,7 @@ Azure Health Data Services is generally available in the Japan East region.
256
242
257
243
The `_till` parameter is an optional parameter and allows you to export resources that were modified until the specified time. This improvement applies to system export.
0 commit comments