Skip to content

Commit 941aa62

Browse files
committed
api for fhir release notes
1 parent d4e6905 commit 941aa62

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Azure API for FHIR monthly releases 2026
3+
description: This article provides details about the Azure API for FHIR monthly features and enhancements in 2026.
4+
services: healthcare-apis
5+
author: evachen96
6+
ms.service: azure-health-data-services
7+
ms.subservice: fhir
8+
ms.topic: reference
9+
ms.date: 1/1/2026
10+
ms.custom:
11+
- references_regions
12+
- build-2026
13+
ms.author: evachen96
14+
---
15+
16+
# Release notes 2026: Azure API for FHIR
17+
18+
[!INCLUDE[retirement banner](../includes/healthcare-apis-azure-api-fhir-retirement.md)]
19+
20+
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.
21+
22+
## January 2026
23+
### FHIR service
24+
25+
**Updates to responses for update and deletion of FHIR spec-defined search parameters**: There are a few updates to the behaviors and responses for update and deletion of FHIR spec-defined search parameters:
26+
- Deletion of out-of-box FHIR spec-defined search parameters previously returned a "204 No Content" and the parameter was not deleted. The response is updated to correctly return "405 Method Not Allowed."
27+
- Update of out-of-box FHIR spec-defined search parameters previously returned "201 Created", which can cause unintended behavior. The response is updated to return "405 Method Not Allowed." If you wish to update an out-of-box FHIR spec-defined search parameter, please create a new custom search parameter with a different URL.
28+
29+
**Enhanced response logging for deletion of non-existent search parameters**: Deletion of nonexistent search parameters previously returned a "204 No Content." The response is improved to be more informative and now returns "404 Not Found."
30+
31+
#### Bug fixes:
32+
33+
**Bug fix US Core profile version in capability statement**: The [capability statement](./fhir/store-profiles-in-fhir#profiles-in-the-capability-statement) lists details of the stored profiles on the FHIR server, including US Core profiles. There was a bug where the capability statement wasn't showing the US Core profile version that is currently loaded into the FHIR server. The issue is fixed, and the capability statement now correctly states the US Core profile version that is loaded on the FHIR server.
34+
35+
## Related content
36+
[Release notes 2025](release-notes-2025.md)
37+
[Release notes pre-2025](release-notes.md)
38+
39+
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
- name: GitHub Projects
165165
href: fhir-github-projects.md
166166
- name: Release notes
167-
href: release-notes-2025.md
167+
href: release-notes-2026.md
168168
- name: Supported features
169169
href: fhir-features-supported.md
170170
- name: Reference

0 commit comments

Comments
 (0)