Skip to content

Commit 4f8e521

Browse files
Merge pull request #312982 from v-ganeshk/ganeshk20260310releasenotes
Added realease notes for march 26
2 parents 04c2fb3 + f125cac commit 4f8e521

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ ms.author: evach
1919

2020
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.
2121

22+
## March 2026
23+
### FHIR service
24+
25+
**Bulk Export cancellation behavior update**: Added updates to align the FHIR server to support [Bulk Data Access 2.0](https://hl7.org/fhir/uv/bulkdata/STU2/export.html#bulk-data-delete-request). This includes a change to bulk export cancellation behavior. Previously, cancellation request of an already completed, cancelled, or failed export job returned "200 OK." The behavior is now updated to return more informative operation outcomes:
26+
- Cancelling an already-cancelled export job returns "404 Job Not Found."
27+
- Cancelling a completed or failed export job returns "404 Job Not Found" if the job has already been cancelled or failed; otherwise returns "202 Accepted."
28+
- Cancelling a queued or running export job returns "202 Accepted"; no behavior change.
29+
- Trying to get the status of a user-requested cancelled job returns "404 Job Not Found."
30+
2231
## February 2026
2332
### FHIR service
2433

articles/healthcare-apis/release-notes-2026.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Release notes describe features, enhancements, and bug fixes released in 2026 fo
2222

2323
**Token search behavior update**: After 2 March 2026, the Azure FHIR service was updated so that token values longer than 128 characters are no longer truncated during indexing. If your workspace is affected, you may notice changes in the number of resources returned for token-based queries, along with improved overall query performance. The goal for this update is to improve search behavior accuracy and strengthen service reliability. An Azure service notification was sent to affected accounts with more details.
2424

25+
**Bulk Export cancellation behavior update**: Added updates to align the FHIR server to support [Bulk Data Access 2.0](https://hl7.org/fhir/uv/bulkdata/STU2/export.html#bulk-data-delete-request). This includes a change to bulk export cancellation behavior. Previously, cancellation request of an already completed, cancelled, or failed export job returned "200 OK." The behavior is now updated to return more informative operation outcomes:
26+
- Cancelling an already-cancelled export job returns "404 Job Not Found."
27+
- Cancelling a completed or failed export job returns "404 Job Not Found" if the job has already been cancelled or failed; otherwise returns "202 Accepted."
28+
- Cancelling a queued or running export job returns "202 Accepted"; no behavior change.
29+
- Trying to get the status of a user-requested cancelled job returns "404 Job Not Found."
30+
2531
#### Bug fixes:
2632

2733
**Bug fix for `$bulk-delete` with `_remove-references`**: Previously, there was an issue when using `$bulk-delete` with `_remove-references` where the version number wasn't being displayed in the resources after they had their references removed. This issue is fixed.

0 commit comments

Comments
 (0)