Skip to content

Commit 5cc3b91

Browse files
authored
Updating subtitles
1 parent 15dd320 commit 5cc3b91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/healthcare-apis/release-notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)