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/release-notes-2021.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,9 @@ We started the process of providing PowerShell, CLI scripts, and ARM templates t
49
49
50
50
### FHIR service
51
51
52
-
#### Process Patient-everything links
52
+
#### Process patient-everything links
53
53
54
-
We expanded the Patient-everything capabilities to process patient links [PR #2305](https://github.com/microsoft/fhir-server/pull/2305). For more information, see [Patient-everything in FHIR](./../healthcare-apis/fhir/patient-everything.md#processing-patient-links).
54
+
We expanded the atient-everything capabilities to process patient links [PR #2305](https://github.com/microsoft/fhir-server/pull/2305). For more information, see [Patient-everything in FHIR](./../healthcare-apis/fhir/patient-everything.md#processing-patient-links).
55
55
56
56
### Bug fixes
57
57
@@ -76,19 +76,21 @@ This enhancement enables the user to know which transfer syntax is used in case
76
76
77
77
### Azure Health Data Services
78
78
79
-
**Test Data Generator tool**
79
+
#### Test Data Generator tool*
80
80
81
81
We updated Azure Health Data Services 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.
82
82
83
83
### FHIR service
84
84
85
-
**Added support for [_sort](././../healthcare-apis/fhir/overview-of-search.md#search-result-parameters) on strings and dateTime.**
**Fixed issue where [Conditional Delete](././../healthcare-apis/fhir/fhir-rest-api-capabilities.md#conditional-delete)could result in an infinite loop.**[PR #2269](https://github.com/microsoft/fhir-server/pull/2269)
91
+
-**Fixed: [Conditional Delete](././../healthcare-apis/fhir/fhir-rest-api-capabilities.md#conditional-delete)results in an infinite loop**. See [PR #2269](https://github.com/microsoft/fhir-server/pull/2269).
90
92
91
-
**Resolved 500 error possibly caused by a malformed transaction body in a bundle POST.** We added a check that the URL is populated in the [transaction bundle](././..//healthcare-apis/fhir/fhir-features-supported.md#rest-api) requests.**[PR #2255](https://github.com/microsoft/fhir-server/pull/2255)
93
+
-**Fixed: Resolved 500 error possibly caused by a malformed transaction body in a bundle POST**. We added a check that the URL is populated in the [transaction bundle](././..//healthcare-apis/fhir/fhir-features-supported.md#rest-api) requests. See [PR #2255](https://github.com/microsoft/fhir-server/pull/2255).
Copy file name to clipboardExpand all lines: articles/healthcare-apis/release-notes-2022.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,9 @@ Customers can determine if their mappings are working as intended, as they can s
51
51
52
52
## September 2022
53
53
54
-
### Azure Health Data Services toolkit is available for public preview
54
+
### Azure Health Data Services
55
+
56
+
#### Azure Health Data Services toolkit is available for public preview
55
57
56
58
The [Azure Health Data Services toolkit](https://github.com/microsoft/azure-health-data-services-toolkit) is open-source and allows you to customize and extend the functionality of your Azure Health Data Services implementations.
57
59
@@ -63,7 +65,7 @@ The [Azure Health Data Services toolkit](https://github.com/microsoft/azure-heal
63
65
64
66
-**Fixed: Provided an error message for failure in export resulting from a long timespan**. With failure in an export job due to a long timespan, a customer sees `RequestEntityTooLarge` HTTP status code. See [PR #2790](https://github.com/microsoft/fhir-server/pull/2790).
65
67
66
-
-**Fixed: In a query sort, the system throws an error when chained search is performed with the same field value**. The functionality returns a response. See [#2794](https://github.com/microsoft/fhir-server/pull/2794).
68
+
-**Fixed: In a query sort, the system throws an error when chained search is performed with the same field value**. The functionality returns a response. [PR #2794](https://github.com/microsoft/fhir-server/pull/2794).
67
69
68
70
-**Fixed: Server doesn't indicate `_text` not supported**. When passed as URL parameter,`_text` returns an error response when using the `Prefer` heading with `value handling=strict`. See [PR #2779](https://github.com/microsoft/fhir-server/pull/2779).
69
71
@@ -116,10 +118,9 @@ The analytics pipeline can process FHIR extensions to generate parquet data. See
116
118
117
119
#### Bug fixes
118
120
119
-
-**Fixed: History bundles sorted with the oldest version first**.
120
-
There was an issue with the sorting order of history bundles on the FHIR server. History bundles were sorted with the oldest version first. Per FHIR specification, the sorting of versions defaults to the oldest version last. This bug fix addresses FHIR server behavior for sorting the history bundle.
121
+
-**Fixed: History bundles sorted with the oldest version first**. There was an issue with the sorting order of history bundles on the FHIR server. History bundles were sorted with the oldest version first. Per FHIR specification, the sorting of versions defaults to the oldest version last. This bug fix addresses FHIR server behavior for sorting the history bundle.
121
122
122
-
To keep the sorting per existing behavior (oldest version first), we recommend you append `_sort=_lastUpdated` to the HTTP GET command utilized for retrieving history. For example: `<server URL>/_history?_sort=_lastUpdated`. See [#2689](https://github.com/microsoft/fhir-server/pull/2689).
123
+
To keep the sorting per existing behavior (oldest version first), we recommend you append `_sort=_lastUpdated` to the HTTP GET command utilized for retrieving history. For example: `<server URL>/_history?_sort=_lastUpdated`. See [PR #2689](https://github.com/microsoft/fhir-server/pull/2689).
123
124
124
125
-**Fixed: Queries weren't providing a consistent result count after being appended with `_sort` operator**. The issue is fixed and queries should provide consistent result count, with and without sort operator.
125
126
@@ -165,7 +166,7 @@ Added articles to enable customers to take advantage of the events improvements.
165
166
166
167
-**Fixed: Export job not queued for execution**. Fixes issue with export job not getting queued due to duplicate job definition in reference to container URL. See [PR #2648](https://github.com/microsoft/fhir-server/pull/2648).
167
168
168
-
-**Fixed; Queries not providing a 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).
169
+
-**Fixed; Queries not providing a 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. See [PR #2680](https://github.com/microsoft/fhir-server/pull/2680).
169
170
170
171
## May 2022
171
172
@@ -191,7 +192,7 @@ DICOMcast supports Azure Health Data Services workspaces that are configured to
191
192
192
193
Modality worklist (UPS-RS) endpoints were added to support change and retrieve operations for work items.
193
194
194
-
#### **API version is required as part of the URI
195
+
#### API version is required as part of the URI
195
196
196
197
All REST API requests to the DICOM service must include the API version in the URI. For more information, see [API versioning for the DICOM service](./../healthcare-apis/dicom/api-versioning-dicom-service.md).
197
198
@@ -224,7 +225,7 @@ The bulk import feature enables importing FHIR data to the FHIR server at high t
224
225
225
226
-**Fixed: Correctly parse a range of input in the content negotiation headers**. WADO with Accept: multipart/related; type=application/dicom throws an error. It accepts Accept: multipart/related; type="application/dicom", but they must be equivalent. See [PR #1462](https://github.com/microsoft/dicom-server/pull/1462).
226
227
227
-
-**Fixed: parallel upload of images in a study might fail**. Handle race conditions during parallel instance inserts in the same study. See [PR #1491](https://github.com/microsoft/dicom-server/pull/1491) and [PR #1496](https://github.com/microsoft/dicom-server/pull/1496).
228
+
-**Fixed: Parallel upload of images in a study fails**. Handle race conditions during parallel instance inserts in the same study. See [PR #1491](https://github.com/microsoft/dicom-server/pull/1491) and [PR #1496](https://github.com/microsoft/dicom-server/pull/1496).
228
229
229
230
## March 2022
230
231
@@ -248,7 +249,7 @@ Before the bug fix, a SQL timeout returned a 500 error. With the bug fix, a time
248
249
249
250
-**Fixed: Issue with PUT creates on versioned update**. Fixed issue where PUT creates resulted in an error when the versioning policy is configured to `versioned-update`. See [PR #2457](https://github.com/microsoft/fhir-server/pull/2457).
250
251
251
-
-**Fixed: Invalid header handling on versioned update**. Fixed issue where invalid `if-match` header would result in an HTTP 500 error. Now an HTTP Bad Request is returned instead. For more information, see[PR #2467](https://github.com/microsoft/fhir-server/pull/2467).
252
+
-**Fixed: Invalid header handling on versioned update**. Fixed issue where invalid `if-match` header would result in an HTTP 500 error. Now an HTTP Bad Request is returned instead. See[PR #2467](https://github.com/microsoft/fhir-server/pull/2467).
252
253
253
254
### Azure Health Data Services
254
255
@@ -263,9 +264,9 @@ Before the bug fix, a SQL timeout returned a 500 error. With the bug fix, a time
263
264
#### Deploy Azure Health Data Services with Azure Bicep
264
265
This feature enables you to deploy Azure Health Data Services by using Azure Bicep. For more information, see [Deploy Azure Health Data Services using Azure Bicep](deploy-healthcare-apis-using-bicep.md).
265
266
266
-
#### Customers can define their own query tags using the Extended Query Tags feature
267
+
#### Define query tags using the Extended Query Tags feature
267
268
268
-
With Extended Query Tags, customers query non-DICOM metadata for capabilities like multi-tenancy and cohorts. It's available for all customers in Azure Health Data Services.
269
+
With Extended Query Tags, customers can query non-DICOM metadata for capabilities like multi-tenancy and cohorts.
0 commit comments