Skip to content

Commit bf98df2

Browse files
authored
Merge pull request #293398 from KendalBond007/FHIRReleaseNotesJan25
Fhir release notes jan25
2 parents 391227c + 284ad7d commit bf98df2

File tree

6 files changed

+85
-5
lines changed

6 files changed

+85
-5
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Azure API for FHIR monthly releases 2025
3+
description: This article provides details about the Azure API for FHIR monthly features and enhancements in 2025.
4+
services: healthcare-apis
5+
author: KendalBond007
6+
ms.service: azure-health-data-services
7+
ms.subservice: fhir
8+
ms.topic: reference
9+
ms.date: 01/22/2025
10+
ms.custom: references_regions
11+
ms.author: kesheth
12+
---
13+
14+
# Release notes 2025: Azure API for FHIR
15+
16+
[!INCLUDE[retirement banner](../includes/healthcare-apis-azure-api-fhir-retirement.md)]
17+
18+
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.
19+
20+
## January 2025
21+
22+
### Enhancement: Improved error handling and validation
23+
24+
HTTP Method Validation for Transaction Bundle Requests:
25+
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.
26+
27+
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).
28+
29+
Transaction Failure Exception: A new FHIR-specific exception type has been introduced to handle Cosmos DB transaction failures, replacing the generic `InvalidOperationExceptions`.
30+
31+
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](../fhir/configure-customer-managed-keys.md) if issues occur related to CMK.
32+
33+
## Related content
34+
35+
[Release notes pre-2025](release-notes.md)
36+
37+
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API for FHIR monthly releases
3-
description: This article provides details about the Azure API for FHIR monthly features and enhancements.
2+
title: Azure API for FHIR monthly releases pre-2025
3+
description: This article provides details about the Azure API for FHIR monthly features and enhancements pre-2025.
44
services: healthcare-apis
55
author: kgaddam10
66
ms.service: azure-health-data-services
@@ -11,7 +11,7 @@ ms.custom: references_regions
1111
ms.author: kavitagaddam
1212
---
1313

14-
# Release notes: Azure API for FHIR
14+
# Release notes pre-2025: Azure API for FHIR
1515

1616
[!INCLUDE[retirement banner](../includes/healthcare-apis-azure-api-fhir-retirement.md)]
1717

articles/healthcare-apis/azure-api-for-fhir/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
- name: GitHub Projects
167167
href: fhir-github-projects.md
168168
- name: Release notes
169-
href: release-notes.md
169+
href: release-notes-2025.md
170170
- name: Supported features
171171
href: fhir-features-supported.md
172172
- name: Reference

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: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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 2025. 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: 01/22/2025
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+
## January 2025
19+
20+
### FHIR service
21+
22+
#### Enhancement: Improved error handling and validation
23+
24+
HTTP Method Validation for Transaction Bundle Requests:
25+
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.
26+
27+
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](fhir/configure-customer-managed-keys.md) if issues occur related to CMK.
28+
29+
## Related content
30+
31+
[Release notes 2021](release-notes-2021.md)
32+
33+
[Release notes 2022](release-notes-2022.md)
34+
35+
[Release notes 2023](release-notes-2023.md)
36+
37+
[Release notes 2024](release-notes-2024.md)
38+
39+
[Known issues](known-issues.md)
40+
41+
[!INCLUDE [FHIR and DICOM trademark statement](includes/healthcare-apis-fhir-dicom-trademark.md)]

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)