Skip to content

Commit 281bde3

Browse files
committed
Made more edits
1 parent 857f220 commit 281bde3

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Azure API for FHIR provides a fully managed deployment of the Microsoft FHIR Ser
2222
|Enhancements                                                                                                         |Related information |
2323
| :----------------------------------- | ---------------: |
2424
|Added 429 retry and logging in BundleHandler |We sometimes encounter 429 errors when processing a bundle. If the FHIR service receives a 429 at the BundleHandler layer, we abort processing of the bundle and skip the remaining resources. We've added an additional retry (in addition to the retry present in the data store layer) that will execute one time per resource that encounters a 429. For more about this feature enhancement, see [PR #2400](https://github.com/microsoft/fhir-server/pull/2400).|
25+
|Billing for $convert-data and $de-id |Azure API for FHIR's data conversion and de-identified export features are now Generally Available. Billing for $convert-data and $de-id operations in Azure API for FHIR has been enabled. Billing meters were turned on March 1, 2022. |
2526

2627
### **Bug fixes**
2728

@@ -48,7 +49,6 @@ Azure API for FHIR provides a fully managed deployment of the Microsoft FHIR Ser
4849
|`_sort` can cause `ChainedSearch` to return incorrect results |Previously, the sort options from the chained search's `SearchOption` object was not cleared, causing the sorting options to be passed through to the chained sub-search, which are not valid. This could result in no results when there should be results. This bug is now fixed [#2347](https://github.com/microsoft/fhir-server/pull/2347). It addressed GitHub bug [#2344](https://github.com/microsoft/fhir-server/issues/2344). |
4950

5051

51-
5252
## November 2021
5353

5454
### **Features and enhancements**

articles/healthcare-apis/release-notes.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ ms.author: cavoeg
1919
2020
Azure Health Data Services is a set of managed API services based on open standards and frameworks for the healthcare industry. They enable you to build scalable and secure healthcare solutions by bringing protected health information (PHI) datasets together and connecting them end-to-end with tools for machine learning, analytics, and AI. This document provides details about the features and enhancements made to Azure Health Data Services including the different service types (FHIR service, DICOM service, and IoT connector) that seamlessly work with one another.
2121

22-
## February 2022
23-
24-
### **Features and enhancements**
25-
26-
|Enhancements                                                                                                         |Related information |
27-
| :----------------------------------- | ---------------: |
28-
|Billing for $convert-data and $de-id |Azure API for FHIR's data conversion and de-identified export features are now Generally Available. Billing for $convert-data and $de-id operations in Azure API for FHIR has been enabled. Billing meters were turned on March 1, 2022. |
29-
3022
## January 2022
3123

3224
### **Features and enhancements**

0 commit comments

Comments
 (0)