Skip to content

Commit c262cf8

Browse files
minor format fixes
1 parent 990aa7d commit c262cf8

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

articles/healthcare-apis/release-notes-2021.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ We started the process of providing PowerShell, CLI scripts, and ARM templates t
4949

5050
### FHIR service
5151

52-
#### Process Patient-everything links
52+
#### Process patient-everything links
5353

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).
5555

5656
### Bug fixes
5757

@@ -76,19 +76,21 @@ This enhancement enables the user to know which transfer syntax is used in case
7676

7777
### Azure Health Data Services
7878

79-
**Test Data Generator tool**
79+
#### Test Data Generator tool*
8080

8181
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.
8282

8383
### FHIR service
8484

85-
**Added support for [_sort](././../healthcare-apis/fhir/overview-of-search.md#search-result-parameters) on strings and dateTime.**
86-
[PR #2169](https://github.com/microsoft/fhir-server/pull/2169)
85+
#### Bug fixes
86+
87+
- **Fixed: Added support for [_sort](././../healthcare-apis/fhir/overview-of-search.md#search-result-parameters) on strings and dateTime**. See
88+
[PR #2169](https://github.com/microsoft/fhir-server/pull/2169).
8789

8890

89-
**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).
9092

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).
9294

9395
### DICOM service
9496

articles/healthcare-apis/release-notes-2022.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ Customers can determine if their mappings are working as intended, as they can s
5151

5252
## September 2022
5353

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
5557

5658
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.
5759

@@ -63,7 +65,7 @@ The [Azure Health Data Services toolkit](https://github.com/microsoft/azure-heal
6365

6466
- **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).
6567

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).
6769

6870
- **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).
6971

@@ -116,10 +118,9 @@ The analytics pipeline can process FHIR extensions to generate parquet data. See
116118

117119
#### Bug fixes
118120

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.
121122

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).
123124

124125
- **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.
125126

@@ -165,7 +166,7 @@ Added articles to enable customers to take advantage of the events improvements.
165166

166167
- **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).
167168

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).
169170

170171
## May 2022
171172

@@ -191,7 +192,7 @@ DICOMcast supports Azure Health Data Services workspaces that are configured to
191192

192193
Modality worklist (UPS-RS) endpoints were added to support change and retrieve operations for work items.
193194

194-
#### **API version is required as part of the URI
195+
#### API version is required as part of the URI
195196

196197
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).
197198

@@ -224,7 +225,7 @@ The bulk import feature enables importing FHIR data to the FHIR server at high t
224225

225226
- **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).
226227

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).
228229

229230
## March 2022
230231

@@ -248,7 +249,7 @@ Before the bug fix, a SQL timeout returned a 500 error. With the bug fix, a time
248249

249250
- **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).
250251

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).
252253

253254
### Azure Health Data Services
254255

@@ -263,9 +264,9 @@ Before the bug fix, a SQL timeout returned a 500 error. With the bug fix, a time
263264
#### Deploy Azure Health Data Services with Azure Bicep
264265
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).
265266

266-
#### Customers can define their own query tags using the Extended Query Tags feature
267+
#### Define query tags using the Extended Query Tags feature
267268

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.
269270

270271
### FHIR service
271272

0 commit comments

Comments
 (0)