Skip to content

Commit 29e2e97

Browse files
Merge pull request #247771 from EXPEkesheth/EXPEkesheth-95
Updating subtitles
2 parents 68adc9b + 5cc3b91 commit 29e2e97

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/healthcare-apis/release-notes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ 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-
**Bug Fix: Continous retry on Import operation**
26+
**Continous retry on Import operation**
2727

2828
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).
2929

30-
**Bug Fix: Patient and Group level export job restart on interruption**
30+
**Patient and Group level export job restart**
3131

3232
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).
3333

@@ -42,7 +42,7 @@ The DICOM service API v2 is now Generally Available (GA) and introduces [several
4242

4343
#### FHIR Service
4444

45-
**Feature Enhancement: Incremental Import**
45+
**Introducing Incremental Import**
4646

4747
$Import operation now supports new capability of "Incremental Load" mode, which is optimized for periodically loading data into the FHIR service.
4848

@@ -58,16 +58,16 @@ With Incremental Load mode, customers can:
5858
5959
For details on Incremental Import, visit [Import Documentation](./../healthcare-apis/fhir/configure-import-data.md).
6060

61-
**Feature Enhancement: Reindex operation provides job status at resource level**
61+
**Reindex operation provides job status at resource level**
6262

6363
Reindex operation supports determining the status of the reindex operation with help of API call `GET {{FHIR_URL}}/_operations/reindex/{{reindexJobId}}`.
6464
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).
6565

66-
**Bug Fix: FHIR Search Query optimization of complex queries**
66+
**FHIR Search Query optimization of complex queries**
6767

6868
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).
6969

70-
**Bug Fix: Metadata endpoint URL in capability statement is relative URL**
70+
**Metadata endpoint URL in capability statement is relative URL**
7171

7272
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).
7373

0 commit comments

Comments
 (0)