Skip to content

Commit e05f5da

Browse files
committed
Final additions
1 parent 27fafa6 commit e05f5da

File tree

2 files changed

+36
-11
lines changed

2 files changed

+36
-11
lines changed

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: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,49 @@ Azure Health Data Services is a set of managed API services based on open standa
2222

2323
## August 2022
2424

25-
### Azure Health Data Services
25+
### FHIR service
2626

2727
#### **Features**
2828

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+
2956
|Enhancements | Related information |
3057
| :------------------------ | :------------------------------- |
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. |
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. |
3260

33-
### FHIR service
61+
### DICOM service
3462

35-
#### **Features**
63+
#### **Features and enhancements**
3664

37-
| Enhancements | Related information |
65+
|Enhancements | Related information |
3866
| :------------------------ | :------------------------------- |
39-
| `$import` is generally available |`$import` API is now generally available in Azure Health Data Services API version 2022-06-01. Executing the import by invoking `$import` operation on FHIR service in [Azure Health Data Services | Microsoft Docs](.\..\healthcare-apis\fhir\import-data.md). |
40-
| `$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). |
41-
| 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. |
42-
| 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.
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). |
4368

4469
## July 2022
4570

@@ -49,7 +74,7 @@ Azure Health Data Services is a set of managed API services based on open standa
4974

5075
|Bug fixes |Related information |
5176
| :----------------------------------- | :--------------- |
52-
| (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).
5378

5479
#### **Known issues**
5580

0 commit comments

Comments
 (0)