Skip to content

Commit 9d1344b

Browse files
committed
Add 2026 release notes page and add to toc
1 parent a39fedf commit 9d1344b

2 files changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: Release notes for 2026 Azure Health Data Services monthly releases
3+
description: 2026 - Stay updated with the latest features and improvements for the FHIR, DICOM, and MedTech services in Azure Health Data Services in 2026. Read the monthly release notes and learn how to get the most out of healthcare data.
4+
services: healthcare-apis
5+
author: evachen96
6+
ms.service: azure-health-data-services
7+
ms.subservice: workspace
8+
ms.topic: reference
9+
ms.date: 1/1/2026
10+
ms.author: evachen96
11+
ms.custom:
12+
- references_regions
13+
- build-2026
14+
---
15+
16+
# Release notes 2026: Azure Health Data Services
17+
18+
Release notes describe features, enhancements, and bug fixes released in 2026 for the FHIR® service, Azure API for FHIR, DICOM® service, and MedTech service in Azure Health Data Services.
19+
20+
## January 2026
21+
### FHIR service
22+
23+
**Enhancement to $expand operation**: Added support for "context" parameter for [$expand](./fhir/fhir-expand.md) operation for US Core 6 IG support.
24+
25+
**Enhancement to SMART v2**: Enabled support for _include and _revinclude searches when using [SMART v2](./fhir/smart-on-fhir.md) granular scopes.
26+
27+
#### Bug fixes:
28+
29+
**Bug fix for PUT request with new search parameters**: Resolved issue where PUT requests for new search parameters were failing due to validation. This issue is resolved. PUT requests for search parameters should now properly work as upserts, allowing new search parameters to be inserted using PUT if the search parameter doesn't already exist in the system.
30+
31+
**Bug fix for PUT regression with metadata-only updates**: Resolved issue where metadata-only updates made via PATCH incremented the resource version without preserving the previous version. This issue was resolved on November 28, 2025.
32+
33+
**Bug fix for $import with relative URL error**: Previously, using $import with a relative URL could return a 500 Internal Server Error stating `This operation is not supported for a relative URI`. This issue is fixed, and now, a relative URL can be used as the input URL.
34+
35+
**Bug fixes for search with `_include`/`_revinclude` and `_sort`**: When executing a [search request with _include or _revinclude](./fhir/overview-of-search.md#request-parameters), if there are more than the `_includesCount` number of matched items, an include continuation link is provided, allowing you to navigate the complete result set. Previously, this particular functionality had some bugs when it was used with `_sort`. The following issues are fixed:
36+
- Sorting by `lastUpdated` (descending): Included resources were missing from the bundle, and no include continuation token was returned. This issue is fixed; included resources and the include continuation token are now returned correctly.
37+
- Sorting by any other field: If enough results existed to fill a page, it triggered a 500 error. This issue is fixed, and all results are returned correctly.
38+
- Partial page with sort value: If matched results didn't fill a page but generated an include continuation token, that token was lost during the second search for non-sort matches. This issue is fixed, and the include continuation token is returned correctly.
39+
- Include continuation link with `_sort`: The search retrieved data for both matches with and without the sort field, regardless of which type generated the token. This issue is fixed, and data is retrieved for the correct match.
40+
41+
42+
43+
## Related content
44+
45+
[Release notes 2021](release-notes-2021.md)
46+
47+
[Release notes 2022](release-notes-2022.md)
48+
49+
[Release notes 2023](release-notes-2023.md)
50+
51+
[Release notes 2024](release-notes-2024.md)
52+
53+
[Release notes 2025](release-notes-2025.md)
54+
55+
[Known issues](known-issues.md)
56+
57+
[!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
@@ -65,6 +65,8 @@ items:
6565
- name: Release notes
6666
expanded: false
6767
items:
68+
- name: "2026"
69+
href: release-notes-2026.md
6870
- name: "2025"
6971
href: release-notes-2025.md
7072
- name: "2024"

0 commit comments

Comments
 (0)