Skip to content

Commit 7aab5cd

Browse files
authored
Update release-notes.md
1 parent e02e8d1 commit 7aab5cd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/healthcare-apis/release-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ ms.custom: references_regions
1919
2020
Azure Health Data Services is a set of managed API services based on open standards and frameworks for the healthcare industry. They enable you to build scalable and secure healthcare solutions by bringing protected health information (PHI) datasets together and connecting them end-to-end with tools for machine learning, analytics, and AI. This document provides details about the features and enhancements made to Azure Health Data Services including the different service types (FHIR service, DICOM service, and MedTech service) that seamlessly work with one another.
2121

22+
## May 2023
23+
#### Azure Health Data Services
24+
25+
#### FHIR Service
26+
27+
**SMART on FHIR : Fixed clinical scope mapping for applications**
28+
29+
This bug fix addresses issue with clinical scope not interpreted correctly for backend applications.
30+
For more details, visit [#3250](https://github.com/microsoft/fhir-server/pull/3250)
31+
32+
**Addresses duplicate key error when passed in request parameters and body**
33+
34+
This bug fix handles the issue, when using the POST {resourcetype}/search endpoint to query FHIR resources, the server returns 415 Unsupported Media Type. This is due to repeating a query parameter in the URL query string and the request body. This fix considers all the query parameters from request and body as input. For more details, visit [#3232](https://github.com/microsoft/fhir-server/pull/3232)
35+
2236
## April 2023
2337
#### Azure Health Data Services
2438

0 commit comments

Comments
 (0)