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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ 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
-
**Bug Fix: Continous retry on Import operation**
26
+
**Continous retry on Import operation**
27
27
28
28
We observed an issue where $import kept on retrying when NDJSON file size is greater than 2GB. The issue is fixed, for details visit [3342](https://github.com/microsoft/fhir-server/pull/3342).
29
29
30
-
**Bug Fix: Patient and Group level export job restart on interruption**
30
+
**Patient and Group level export job restart**
31
31
32
32
Patient and Group level exports on interruption would restart from the beginning. Bug is fixed to restart the export jobs from the last sucessfully completed page of results. For more details visit [3205](https://github.com/microsoft/fhir-server/pull/3205).
33
33
@@ -42,7 +42,7 @@ The DICOM service API v2 is now Generally Available (GA) and introduces [several
42
42
43
43
#### FHIR Service
44
44
45
-
**Feature Enhancement: Incremental Import**
45
+
**Introducing Incremental Import**
46
46
47
47
$Import operation now supports new capability of "Incremental Load" mode, which is optimized for periodically loading data into the FHIR service.
48
48
@@ -58,16 +58,16 @@ With Incremental Load mode, customers can:
58
58
59
59
For details on Incremental Import, visit [Import Documentation](./../healthcare-apis/fhir/configure-import-data.md).
60
60
61
-
**Feature Enhancement: Reindex operation provides job status at resource level**
61
+
**Reindex operation provides job status at resource level**
62
62
63
63
Reindex operation supports determining the status of the reindex operation with help of API call `GET {{FHIR_URL}}/_operations/reindex/{{reindexJobId}}`.
64
64
Details per resource, on the number of completed reindexed resources can be obtained with help of the new field, added in the response- "resourceReindexProgressByResource". For details, visit [3286](https://github.com/microsoft/fhir-server/pull/3286).
65
65
66
-
**Bug Fix: FHIR Search Query optimization of complex queries**
66
+
**FHIR Search Query optimization of complex queries**
67
67
68
68
We have seen issues where complex FHIR queries with Reference Search Parameters would time out. Issue is fixed by updating the SQL query generator to use an INNER JOIN for Reference Search Parameters. For details, visit [#3295](https://github.com/microsoft/fhir-server/pull/3295).
69
69
70
-
**Bug Fix: Metadata endpoint URL in capability statement is relative URL**
70
+
**Metadata endpoint URL in capability statement is relative URL**
71
71
72
72
Per FHIR specification, metadata endpoint URL in capability statement needs to be an absolute URL. For details on the FHIR specification, visit [Capability Statement](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.url). This fix addresses the issue, for details visit [3265](https://github.com/microsoft/fhir-server/pull/3265).
0 commit comments