You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/azure-api-for-fhir/release-notes.md
+47-37Lines changed: 47 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,71 +6,81 @@ author: caitlinv39
6
6
ms.service: healthcare-apis
7
7
ms.subservice: fhir
8
8
ms.topic: reference
9
-
ms.date: 11/01/2021
9
+
ms.date: 11/15/2021
10
+
ms.custom: references_regions
10
11
ms.author: cavoeg
11
12
---
12
13
13
14
# Release notes: Azure API for FHIR
14
15
15
16
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.
|Fixed issue where [Conditional Delete](./././../azure-api-for-fhir/fhir-rest-api-capabilities.md#conditional-delete) could result in an infinite loop. |[#2269](https://github.com/microsoft/fhir-server/pull/2269)|
|Allow JSON patch in bundles |[JSON patch in bundles](././../azure-api-for-fhir/fhir-rest-api-capabilities.md#patch-in-bundles)|
30
-
|:----------------------------------- | ------: |
31
-
|Allow search history bundles with patch requests |[#2156](https://github.com/microsoft/fhir-server/pull/2156)|
32
-
|Enable JSON patch in bundles using Binary resources |[#2143](https://github.com/microsoft/fhir-server/pull/2143)|
40
+
| ----------------------------------- | ------: |
41
+
|Allows for search history bundles with Patch requests.|[#2156](https://github.com/microsoft/fhir-server/pull/2156)|
42
+
|Enabled JSON patch in bundles using Binary resources.|[#2143](https://github.com/microsoft/fhir-server/pull/2143)|
33
43
34
-
|New audit event sub-types| Description|
35
-
|:----------------------------------- | ------: |
36
-
|Added new audit [OperationName subtypes](././../azure-api-for-fhir/enable-diagnostic-logging.md#audit-log-details)|[#2170](https://github.com/microsoft/fhir-server/pull/2170)|
|Added new audit [OperationName subtypes](././../azure-api-for-fhir/enable-diagnostic-logging.md#audit-log-details).|[#2170](https://github.com/microsoft/fhir-server/pull/2170)|
|Unable to create custom search parameter for the CarePlan medical device.|[#2146](https://github.com/microsoft/fhir-server/issues/2146)|
77
+
|Unclear error message for conditional create with no ID. |[#2168](https://github.com/microsoft/fhir-server/issues/2168)|
68
78
69
79
### IoT connector for FHIR (preview)
70
80
71
-
|Bug fixes| Description|
72
-
|:-----------------------------------|------: |
73
-
|Fixed linkto the IoT connector Azure documentation|Broken link in the Azure API for FHIR portal |
81
+
|Bug fixes |Related information |
Copy file name to clipboardExpand all lines: articles/healthcare-apis/release-notes.md
+71-39Lines changed: 71 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: caitlinv39
6
6
ms.service: healthcare-apis
7
7
ms.subservice: fhir
8
8
ms.topic: reference
9
-
ms.date: 11/01/2021
9
+
ms.date: 11/15/2021
10
10
ms.author: cavoeg
11
11
---
12
12
@@ -17,69 +17,101 @@ ms.author: cavoeg
17
17
18
18
Azure Healthcare APIs 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 Healthcare APIs including the different service types (FHIR service, DICOM service, and IoT connector) that seamlessly work with one another.
19
19
20
+
## October 2021
21
+
22
+
### Azure Healthcare APIs Feature Enhancements
23
+
24
+
25
+
| Enhancements | Related information |
26
+
|------------- | -----------------------------: |
27
+
|Test Data Generator tool |We've updated the Healthcare APIs GitHub samples repo to include a [Test Data Generator tool](https://github.com/microsoft/healthcare-apis-samples/blob/main/docs/HowToRunPerformanceTest.md) using Synthea data. This tool is an improvement to the open source [public test projects](https://github.com/ShadowPic/PublicTestProjects), based on Apache JMeter, that can be deployed to Azure AKS for performance tests. |
|Added support for [_sort](././../healthcare-apis/fhir/overview-of-search.md#search-result-parameters) on strings and dateTime. |[#2169](https://github.com/microsoft/fhir-server/pull/2169)|
|Fixed issue where [Conditional Delete](././../healthcare-apis/fhir/fhir-rest-api-capabilities.md#conditional-delete) could result in an infinite loop. |[#2269](https://github.com/microsoft/fhir-server/pull/2269)|
42
+
|Resolved 500 error possibly caused by a malformed transaction body in a bundle POST. We've added a check that the URL is populated in the [transaction bundle](././..//healthcare-apis/fhir/fhir-features-supported.md#rest-api) requests. |[#2255](https://github.com/microsoft/fhir-server/pull/2255)|
|Allows for search history bundles with Patch requests.|[#2156](https://github.com/microsoft/fhir-server/pull/2156)|
72
+
|Enabled JSON patch in bundles using Binary resources.|[#2143](https://github.com/microsoft/fhir-server/pull/2143)|
73
+
|Added new audit event [OperationName sub-types](./././azure-api-for-fhir/enable-diagnostic-logging.md#audit-log-details). |[#2170](https://github.com/microsoft/fhir-server/pull/2170)|
39
74
40
-
|Running a reindex job |[Reindex improvements](./././fhir/how-to-run-a-reindex.md)|
41
-
|:------------------- | -----------:|
42
-
|Added [boundaries for reindex](./././azure-api-for-fhir/how-to-run-a-reindex.md#performance-considerations) parameters|[#2103](https://github.com/microsoft/fhir-server/pull/2103)|
43
-
|Update error message for reindex parameter boundaries|[#2109](https://github.com/microsoft/fhir-server/pull/2109)|
44
-
|Adds final reindex count check |[#2099](https://github.com/microsoft/fhir-server/pull/2099)|
75
+
|Running a reindex job |[Reindex improvements](./././fhir/how-to-run-a-reindex.md)|
|Implemented fix to resolve QIDO paging ordering issues. |[#989](https://github.com/microsoft/dicom-server/pull/989)|
74
108
75
-
|Implemented fix to resolve QIDO paging ordering issues |[#989](https://github.com/microsoft/dicom-server/pull/989)|
76
-
|:------------------- | -----------:|
77
109
78
110
### **IoT connector**
79
111
80
-
|Bug fixes |Description|
81
-
|:------------------- | -----------:|
82
-
|IoT connector normalized improvements with calculations to support and enhance health data standardization. | See: [Use device mappings](./../healthcare-apis/iot/how-to-use-device-mapping-iot.md) and [Calculated functions](https://github.com/microsoft/iomt-fhir/blob/master/docs/Configuration.md)|
|IoT connector normalized improvements with calculations to support and enhance health data standardization. | See: [Use device mappings](./../healthcare-apis/iot/how-to-use-device-mapping-iot.md) and [Calculated functions](https://github.com/microsoft/iomt-fhir/blob/master/docs/Configuration.md)|
0 commit comments