Skip to content

Commit ed55b2e

Browse files
authored
Update release-notes.md
1 parent 8651029 commit ed55b2e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ ms.author: kavitagaddam
1717

1818
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.
1919

20+
## **July 2024**
21+
22+
### FHIR service
23+
24+
**Bug Fixes**
25+
26+
**Fixed: Exporting Data as SMART User**
27+
Exporting data as a SMART user no longer requires write scopes. Previously, it was necessary to grant "write" privileges to a SMART user for exporting data, which implied higher privilege levels. To initiate an export job as a SMART user, ensure the user is a member of the FHIR export role in RBAC and requests the "read" SMART clinical scope.
28+
29+
**Fixed: Updating Status Code from HTTP 500 to HTTP 400**
30+
During a patch operation, if the payload requested an update for a resource type other than Parameter, an internal server error (HTTP 500) was initially thrown. This has been updated to throw an HTTP 400 error instead.
31+
2032
## **May 2024**
2133

2234
### FHIR service

0 commit comments

Comments
 (0)