Skip to content

Commit 30c68cb

Browse files
committed
Adding release notes for 2025, populating with FHIR updates
1 parent 41ed3e1 commit 30c68cb

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

articles/healthcare-apis/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ highlightedContent:
2020
url: ./healthcare-apis-overview.md
2121
- title: Release notes
2222
itemType: whats-new
23-
url: ./release-notes-2024.md
23+
url: ./release-notes-2025.md
2424
- title: Get an access token
2525
itemType: how-to-guide
2626
url: ./get-access-token.md
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Release notes for 2025 Azure Health Data Services monthly releases
3+
description: 2025 - Stay updated with the latest features and improvements for the FHIR, DICOM, and MedTech services in Azure Health Data Services in 2024. Read the monthly release notes and learn how to get the most out of healthcare data.
4+
services: healthcare-apis
5+
author: KendalBond007
6+
ms.service: azure-health-data-services
7+
ms.subservice: workspace
8+
ms.topic: reference
9+
ms.date: 07/29/2024
10+
ms.author: kesheth
11+
ms.custom: references_regions
12+
---
13+
14+
# Release notes 2025: Azure Health Data Services
15+
16+
This article describes features, enhancements, and bug fixes released in 2025 for the FHIR® service, Azure API for FHIR, DICOM® service, and MedTech service in Azure Health Data Services.
17+
18+
## October 2024
19+
20+
### Azure Health Data Services
21+
22+
### FHIR service
23+
24+
#### Enhancement: Improved error handling and validation
25+
26+
HTTP Method Validation for Transaction Bundle Requests:
27+
Added validation to ensure the HTTP method in the Request component of the transaction bundle is a valid HTTPVerb enum value. If the HTTP method is invalid or null, a `RequestNotValidException` is thrown with a `400 Bad Request` status, providing a clearer error message to users.
28+
29+
CMK Error Handling: Improved error handling for operations dependent on customer-managed keys. Users will now see a more specific error message and a link to [Microsoft's troubleshooting guide](https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/configure-customer-managed-keys) if issues occur related to CMK.
30+
31+
### Azure API for FHIR
32+
33+
#### Enhancement: Improved error handling and validation
34+
35+
HTTP Method Validation for Transaction Bundle Requests:
36+
Added validation to ensure the HTTP method in the Request component of the transaction bundle is a valid HTTPVerb enum value. If the HTTP method is invalid or null, a `RequestNotValidException` is thrown with a `400 Bad Request` status, providing a clearer error message to users.
37+
38+
Partition Size Error Handling: When a partition exceeds 20GB, a `PreconditionFailedException` is raised, replacing the previous HTTP 500 errors with HTTP 400 errors. This indicates to customers that the failure is due to an issue on their end (partition size).
39+
40+
Transaction Failure Exception: A new FHIR-specific exception type has been introduced to handle Cosmos DB transaction failures, replacing the generic `InvalidOperationExceptions`.
41+
42+
CMK Error Handling: Improved error handling for operations dependent on customer-managed keys. Users will now see a more specific error message and a link to [Microsoft's troubleshooting guide](https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/configure-customer-managed-keys) if issues occur related to CMK.

articles/healthcare-apis/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ items:
6363
- name: Release notes
6464
expanded: false
6565
items:
66+
- name: "2025"
67+
href: release-notes-2025.md
6668
- name: "2024"
6769
href: release-notes-2024.md
6870
- name: "2023"

0 commit comments

Comments
 (0)