Skip to content

Commit dbdcbf0

Browse files
authored
Merge pull request #224905 from kgaddam10/ReleaseNotesDecember
Release notes december
2 parents 8d87721 + ad1faab commit dbdcbf0

File tree

3 files changed

+61
-9
lines changed

3 files changed

+61
-9
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure API for FHIR monthly releases
33
description: This article provides details about the Azure API for FHIR monthly features and enhancements.
44
services: healthcare-apis
5-
author: expekesheth
5+
author: kgaddam10
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: reference
@@ -15,6 +15,12 @@ ms.author: kesheth
1515

1616
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.
1717

18+
## **November 2022**
19+
20+
**Fixed the Error generated when resource is updated using if-match header and PATCH**
21+
22+
Bug is now fixed and Resource will be updated if matches the Etag header. For details , see [#2877](https://github.com/microsoft/fhir-server/issues/2877)|
23+
1824
## May 2022
1925

2026
### **Enhancement**

articles/healthcare-apis/known-issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Health Data Services known issues
33
description: This article provides details about the known issues of Azure Health Data Services.
44
services: healthcare-apis
5-
author: mikaelweave
5+
author: kgaddam10
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: reference
@@ -18,11 +18,11 @@ Refer to the table below to find details about resolution dates or possible work
1818

1919
## FHIR service
2020

21-
|Issue | Date discovered | Status | Date resolved |
21+
|Issue | Date discovered | Workaround | Date resolved |
2222
| :------------------------------------- | :------------ | :------------- | :------------- |
2323
|Using [token type](https://www.hl7.org/fhir/search.html#token) fields of length more than 128 characters can result in undesired behavior on `create`, `search`, `update`, and `delete` operations. | August 2022 |No workaround | Not resolved |
24-
|The SQL provider will cause the `RawResource` column in the database to save incorrectly. This occurs in a small number of cases when a transient exception occurs that causes the provider to use its retry logic. |April 2022 |Resolved [#2571](https://github.com/microsoft/fhir-server/pull/2571)|May 2022 |
25-
| Queries not providing consistent result counts after appended with `_sort` operator. For more information, see [#2680](https://github.com/microsoft/fhir-server/pull/2680). | July 2022 | No workaround| July 2022| Not resolved |
24+
|The SQL provider will cause the `RawResource` column in the database to save incorrectly. This occurs in a small number of cases when a transient exception occurs that causes the provider to use its retry logic. |April 2022 |-|May 2022 Resolved [#2571](https://github.com/microsoft/fhir-server/pull/2571) |
25+
| Queries not providing consistent result counts after appended with `_sort` operator. For more information, see [#2680](https://github.com/microsoft/fhir-server/pull/2680). | July 2022 | No workaround|Not resolved |
2626

2727
## Next steps
2828

articles/healthcare-apis/release-notes.md

Lines changed: 50 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,69 @@
22
title: Azure Health Data Services monthly releases
33
description: This article provides details about the Azure Health Data Services monthly features and enhancements.
44
services: healthcare-apis
5-
author: judegnan
5+
author: kgaddam10
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: reference
9-
ms.date: 08/09/2022
9+
ms.date: 01/25/2023
1010
ms.author: mikaelw
1111
ms.custom: references_regions
1212
---
1313

1414
# Release notes: Azure Health Data Services
1515

16-
>[!Note]
16+
>[Note]
1717
> Azure Health Data Services is Generally Available.
1818
>
1919
>For more information about Azure Health Data Services Service Level Agreements, see [SLA for Azure Health Data Services](https://azure.microsoft.com/support/legal/sla/health-data-services/v1_1/).
2020
2121
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 MedTech service) that seamlessly work with one another.
22+
## December 2022
23+
24+
### Azure Health Data Services
25+
26+
**Azure Health Data services General Available (GA) in new regions**
27+
28+
General availability (GA) of Azure Health Data services in France Central, North Central US and Qatar Central Regions.
29+
30+
31+
### DICOM service
32+
33+
34+
**DICOM Events available in public preview**
35+
36+
Azure Health Data Services [Events](events/events-overview.md) now include a public preview of [two new event types](events/events-message-structure.md#dicom-events-message-structure) for the DICOM service. These new event types enable applications that use Event Grid to use event-driven workflows when DICOM images are created or deleted.
37+
38+
39+
## November 2022
40+
### FHIR service
41+
42+
**Fixed the Error generated when resource is updated using if-match header and PATCH**
43+
44+
Bug is now fixed and Resource will be updated if matches the Etag header. For details , see [#2877](https://github.com/microsoft/fhir-server/issues/2877)
45+
46+
47+
### Toolkit and Samples Open Source
48+
49+
50+
**Azure Health Data Services Toolkit is released**
51+
52+
The [Azure Health Data Services Toolkit](https://github.com/microsoft/azure-health-data-services-toolkit), which was previously in a pre-release state, is now in **Public Preview** . The toolkit is open-source project and allows customers to more easily customize and extend the functionality of their Azure Health Data Services implementations. The NuGet packages of the toolkit are available for download from the NuGet gallery, and you can find links to them from the repo documentation.
53+
54+
## October 2022
55+
### MedTech service
56+
57+
58+
**Added Deploy to Azure button**
59+
60+
Customers can now deploy the MedTech service fully, including Event Hubs, AHDS workspace, FHIR service, MedTech service, and managed identity roles, all by clicking the "Deploy to Azure" button. [Deploy the MedTech service using an Azure Resource Manager template](./iot/deploy-new-arm.md)
61+
62+
63+
64+
**Added the Dropped Event Metrics**
65+
66+
Customers can now determine if their mappings are working as intended, as they can now see dropped events as a metric to ensure that data is flowing through accurately.
67+
2268

2369
## September 2022
2470

@@ -443,4 +489,4 @@ For information about the features and bug fixes in Azure API for FHIR, see
443489
>[!div class="nextstepaction"]
444490
>[Release notes: Azure API for FHIR](./azure-api-for-fhir/release-notes.md)
445491
446-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
492+
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

0 commit comments

Comments
 (0)