Skip to content

Commit e896c8d

Browse files
committed
updates per feedback
1 parent c05aa1f commit e896c8d

File tree

2 files changed

+15
-34
lines changed

2 files changed

+15
-34
lines changed

articles/healthcare-apis/azure-api-for-fhir/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ ms.author: kavitagaddam
1717

1818
Azure API for FHIR® provides a fully managed deployment of the Microsoft FHIR Server for Azure. The server is an implementation of the [FHIR](https://hl7.org/fhir) standard. This document provides details about the features and enhancements made to Azure API for FHIR.
1919

20+
## **October 2024**
21+
22+
### FHIR service
23+
24+
**Bug fixes**
25+
26+
- Export Validation: An issue was identified where exports proceeded despite invalid search parameters. We are introducing a change that prevents exports under these conditions. This feature is currently behind a strict validation flag and will become the default behavior on or after October 30th. [Reference #4617]
27+
- Search Parameter Inclusion: We resolved an issue where additional search parameters (for instance, `_include`, `_has`) did not return all expected results, sometimes omitting the next link. [Reference 4613]
28+
- Export Job Execution: A rare occurrence of `System.ObjectDisposedException` during export job completion has been addressed by preventing premature exits. [Reference #4268]
29+
- HTTP Status Code Update: The HTTP status code for invalid parameters during `$reindex` job creation is now updated to 400, ensuring better error handling. [Reference #4439]
30+
- Search Parameter Cleanup: A fix has been implemented to ensure complete cleanup of search parameters in the database when triggered with delete API calls, addressing issues related to incomplete deletions. [Reference #4623]
31+
2032
## **August 2024**
2133

2234
### FHIR service

articles/healthcare-apis/release-notes-2024.md

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -19,48 +19,17 @@ This article describes features, enhancements, and bug fixes released in 2024 fo
1919

2020
### Azure Health Data Services
2121

22-
#### Bug fixes
23-
24-
- Export Validation: An issue was identified where exports proceeded despite invalid search parameters. We're introducing a change that prevents exports under these conditions. This feature is currently behind a strict validation flag and will become the default behavior on or after October 30. [Reference #4617]
25-
26-
- Search Parameter Inclusion: We resolved an issue where additional search parameters (such as `_include`, `_has`) didn't return all expected results, sometimes omitting the next link. [Reference 4613]
27-
28-
- Export Job Execution: A rare occurrence of `System.ObjectDisposedException` during export job completion has been addressed by preventing premature exits. [Reference #4268]
29-
30-
- HTTP Status Code Update: The HTTP status code for invalid parameters during `$reindex` job creation is now updated to 400, ensuring better error handling. [Reference #4439]
31-
32-
- Search Parameter Cleanup: A fix has been implemented to ensure complete cleanup of search parameters in the database when triggered with delete API calls, addressing issues related to incomplete deletions. [Reference #4623]
33-
34-
- Descending Sort Issue: Resolved an issue where descending sort operations returned no resources if the sorted field had no data in the database, even when relevant resources existed. [Reference #4661]
35-
36-
- Authentication Failure Handling: Added a new catch block to manage authentication failures when import requests are executed with managed identity turned off. [Reference #4255]
37-
3822
### FHIR service
3923

40-
#### Enhancements
41-
42-
- Delete Operation: The FHIR service now supports both `_hardDelete` and `hardDelete` query parameters for delete operations. This change ensures consistent outcomes when using either parameter. [Reference #4662]
43-
44-
- Arithmetic Overflow Handling: Implemented a better error handling to address arithmetic overflow exceptions for import requests or API calls with decimal precision exceeding FHIR specifications, now returning an HTTP status code of 400. [Reference #4587]
45-
46-
### Azure API for FHIR
47-
48-
#### Enhancements
49-
50-
- Delete Operation: The FHIR service now supports both `_hardDelete` and `hardDelete` query parameters for delete operations. This change ensures consistent outcomes when using either parameter. [Reference #4662]
51-
5224
#### Bug fixes
5325

5426
- Export Validation: An issue was identified where exports proceeded despite invalid search parameters. We're introducing a change that prevents exports under these conditions. This feature is currently behind a strict validation flag and will become the default behavior on or after October 30. [Reference #4617]
55-
56-
- Search Parameter Inclusion: We resolved an issue where additional search parameters (for example, `_include`, `_has`) didn't return all expected results, sometimes omitting the next link. [Reference 4613]
57-
27+
- Search Parameter Inclusion: We resolved an issue where additional search parameters (for instance, `_include`, `_has`) didn't return all expected results, sometimes omitting the next link. [Reference 4613]
5828
- Export Job Execution: A rare occurrence of `System.ObjectDisposedException` during export job completion has been addressed by preventing premature exits. [Reference #4268]
59-
6029
- HTTP Status Code Update: The HTTP status code for invalid parameters during `$reindex` job creation is now updated to 400, ensuring better error handling. [Reference #4439]
61-
6230
- Search Parameter Cleanup: A fix has been implemented to ensure complete cleanup of search parameters in the database when triggered with delete API calls, addressing issues related to incomplete deletions. [Reference #4623]
63-
31+
- Descending Sort Issue: Resolved an issue where descending sort operations returned no resources if the sorted field had no data in the database, even when relevant resources existed. [Reference #4661]
32+
- Authentication Failure Handling: Added a new catch block to manage authentication failures when import requests are executed with managed identity turned off. [Reference #4255]
6433

6534
## September 2024
6635

0 commit comments

Comments
 (0)