Skip to content

Commit cce2e12

Browse files
Merge pull request #210049 from judegnan/August-Release-Notes
August release notes
2 parents e873401 + 50844f1 commit cce2e12

File tree

3 files changed

+52
-6
lines changed

3 files changed

+52
-6
lines changed

articles/healthcare-apis/fhir/de-identified-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using the FHIR service to export de-identified data
33
description: This article describes how to set up and use de-identified export
4-
author: ranvijaykumar
4+
author: judegnan
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: reference

articles/healthcare-apis/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Refer to the table below to find details about resolution dates or possible work
2020

2121
|Issue | Date discovered | Status | Date resolved |
2222
| :------------------------------------- | :------------ | :------------- | :------------- |
23-
|Using [token type](https://www.hl7.org/fhir/search.html#token) fields of length more than 128 characters can result in undesired behavior on create, search, update, and delete operations. | May 2022 |No workaround | Not resolved |
23+
|Using [token type](https://www.hl7.org/fhir/search.html#token) fields of length more than 128 characters can result in undesired behavior on `create`, `search`, `update`, and `delete` operations. | August 2022 |No workaround | Not resolved |
2424
|The SQL provider will cause the `RawResource` column in the database to save incorrectly. This occurs in a small number of cases when a transient exception occurs that causes the provider to use its retry logic. |April 2022 |Resolved [#2571](https://github.com/microsoft/fhir-server/pull/2571)|May 2022 |
2525

2626
## Next steps

articles/healthcare-apis/release-notes.md

Lines changed: 50 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Azure Health Data Services monthly releases
33
description: This article provides details about the Azure Health Data Services monthly features and enhancements.
44
services: healthcare-apis
5-
author: dougseven
5+
author: judegnan
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: reference
99
ms.date: 08/09/2022
10-
ms.author: dseven
10+
ms.author: mikaelw
1111
ms.custom: references_regions
1212
---
1313

@@ -20,6 +20,52 @@ ms.custom: references_regions
2020
2121
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.
2222

23+
## August 2022
24+
25+
### FHIR service
26+
27+
#### **Features**
28+
29+
| Enhancements | Related information |
30+
| :------------------------ | :------------------------------- |
31+
| Azure Health Data services availability expands to new regions | Azure Health Data services is now available in the following regions: Central India, Korea Central, and Sweden Central.
32+
| `$import` is generally available. | `$import` API is now generally available in Azure Health Data Services API version 2022-06-01. See [Executing the import](./../healthcare-apis/fhir/import-data.md) by invoking the `$import` operation on FHIR service in Azure Health Data Services.
33+
| `$convert-data` updated by adding STU3-R4 support. |`$convert-data` added support for FHIR STU3-R4 conversion. See [Data conversion for Azure API for FHIR](./../healthcare-apis/azure-api-for-fhir/convert-data.md). |
34+
| Analytics pipeline now supports data filtering. | Data filtering is now supported in FHIR to data lake pipeline. See [FHIR-Analytics-Pipelines_Filter FHIR data](https://github.com/microsoft/FHIR-Analytics-Pipelines/blob/main/FhirToDataLake/docs/Filter%20FHIR%20data%20in%20pipeline.md) microsoft/FHIR-Analytics-Pipelines github.com. |
35+
| Analytics pipeline now supports FHIR extensions. | Analytics pipeline can process FHIR extensions to generate parquet data. See [FHIR-Analytics-Pipelines_Process](https://github.com/microsoft/FHIR-Analytics-Pipelines/blob/main/FhirToDataLake/docs/Process%20FHIR%20extensions.md) in pipeline.md at main.
36+
37+
#### **Bug fixes**
38+
39+
|Bug fixes |Related information |
40+
| :----------------------------------- | :--------------- |
41+
| History bundles were sorted with the oldest version first |We've recently identified an issue with the sorting order of history bundles on FHIR® server. History bundles were sorted with the oldest version first. Per FHIR specification, the sorting of versions defaults to the oldest version last. <br><br>This bug fix, addresses FHIR server behavior for sorting history bundle. <br><br>We understand if you would like to keep the sorting per existing behavior (oldest version first). To support existing behavior, we recommend you append `_sort=_lastUpdated` to the HTTP GET command utilized for retrieving history. <br><br>For example: `<server URL>/_history?_sort=_lastUpdated` <br><br>For more information, see [#2689](https://github.com/microsoft/fhir-server/pull/2689).  |
42+
| Queries not providing consistent result count after appended with `_sort` operator. | Issue is now fixed and queries should provide consistent result count, with and without sort operator.
43+
44+
#### **Known issues**
45+
46+
| Known Issue | Description |
47+
| :------------------------ | :------------------------------- |
48+
| Using [token type fields](https://www.hl7.org/fhir/search.html#token) of more than 128 characters in length can result in undesired behavior on `create`, `search`, `update`, and `delete` operations. | Currently, no workaround available. |
49+
50+
For more information about the currently known issues with the FHIR service, see [Known issues: FHIR service](known-issues.md).
51+
52+
### MedTech service
53+
54+
#### **Features and enhancements**
55+
56+
|Enhancements | Related information |
57+
| :------------------------ | :------------------------------- |
58+
|New Metric Chart |Customers can now see predefined metrics graphs in the MedTech landing page, complete with alerts to ease customers' burden of monitoring their MedTech service. |
59+
|Availability of Diagnostic Logs |There are now pre-defined queries with relevant logs for common issues so that customers can easily debug and diagnose issues in their MedTech service. |
60+
61+
### DICOM service
62+
63+
#### **Features and enhancements**
64+
65+
|Enhancements | Related information |
66+
| :------------------------ | :------------------------------- |
67+
|Modality worklists (UPS-RS) is GA. |The modality worklists (UPS-RS) service is now generally available. Learn more about the [worklists service](https://github.com/microsoft/dicom-server/blob/main/docs/resources/conformance-statement.md#worklist-service-ups-rs). |
68+
2369
## July 2022
2470

2571
### FHIR service
@@ -28,7 +74,7 @@ Azure Health Data Services is a set of managed API services based on open standa
2874

2975
|Bug fixes |Related information |
3076
| :----------------------------------- | :--------------- |
31-
| (Open Source) History bundles were sorted with the oldest version first. | We've recently identified an issue with the sorting order of history bundles on FHIR® server. History bundles were sorted with the oldest version first. Per [FHIR specification](https://hl7.org/fhir/http.html#history), the sorting of versions defaults to the oldest version last. This bug fix, addresses FHIR server behavior for sorting history bundle.<br /><br />We understand if you would like to keep the sorting per existing behavior (oldest version first). To support existing behavior, we recommend you append `_sort=_lastUpdated` to the HTTP `GET` command utilized for retrieving history. <br /><br />For example: `<Server URL>/_history?_sort=_lastUpdated` <br /><br />For more information, see [#2689](https://github.com/microsoft/fhir-server/pull/2689).
77+
| (Open Source) History bundles were sorted with the oldest version first. | We've recently identified an issue with the sorting order of history bundles on FHIR® server. History bundles were sorted with the oldest version first. Per [FHIR specification](https://hl7.org/fhir/http.html#history), the sorting of versions defaults to the oldest version last. This bug fix, addresses FHIR server behavior for sorting history bundle.<br /><br />We understand if you would like to keep the sorting per existing behavior (oldest version first). To support existing behavior, we recommend you append `_sort=_lastUpdated` to the HTTP `GET` command utilized for retrieving history. <br /><br />For example: `<server URL>/_history?_sort=_lastUpdated` <br /><br />For more information, see [#2689](https://github.com/microsoft/fhir-server/pull/2689).
3278

3379
#### **Known issues**
3480

@@ -66,7 +112,7 @@ For more information about the currently known issues with the FHIR service, see
66112
|Bug fixes |Related information |
67113
| :----------------------------------- | :--------------- |
68114
|Export Job not being queued for execution. |Fixes issue with export job not being queued due to duplicate job definition caused due to reference to container URL. For more information, see [#2648](https://github.com/microsoft/fhir-server/pull/2648). |
69-
|Queries not providing consistent result count after appended with the `_sort operator. |Fixes the issue with the help of distinct operator to resolve inconsistency and record duplication in response. For more information, see [#2680](https://github.com/microsoft/fhir-server/pull/2680). |
115+
|Queries not providing consistent result count after appended with the `_sort` operator. |Fixes the issue with the help of distinct operator to resolve inconsistency and record duplication in response. For more information, see [#2680](https://github.com/microsoft/fhir-server/pull/2680). |
70116

71117

72118
## May 2022

0 commit comments

Comments
 (0)