Skip to content

Commit 900b830

Browse files
Merge pull request #253806 from shellyhaverkamp/smh-migration-release-notes
Migration release notes update
2 parents 215d02f + 76ed007 commit 900b830

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

articles/healthcare-apis/release-notes.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ms.custom: references_regions
1414
# Release notes: Azure Health Data Services
1515

1616
> Azure Health Data Services is Generally Available.
17-
>
1817
>For more information about Azure Health Data Services Service Level Agreements, see [SLA for Azure Health Data Services](https://azure.microsoft.com/support/legal/sla/health-data-services/v1_1/).
1918
2019
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.
@@ -23,13 +22,19 @@ This article provides details about the features and enhancements made to Azure
2322

2423
## September 2023
2524

26-
Documentation navigation improvements include a new hub page for Azure Health Data Services: [Azure Health Data Services Documentation | Microsoft Learn](./index.yml). Also, fixes to breadcrumbs across the FHIR, DICOM, and MedTech services documentation and the table of contents make it easier and more intuitive to find the documentation you need.
25+
**Retirement announcement for Azure API for FHIR**
26+
27+
Azure API for FHIR will be retired on September 30, 2026. [Azure Health Data Services FHIR service](/azure/healthcare-apis/healthcare-apis-overview) is the evolved version of Azure API for FHIR that enables customers to manage FHIR, DICOM, and MedTech services with integrations into other Azure services. Due to retirement of Azure API for FHIR, new deployments won't be allowed beginning April 1, 2025. For more information, see [migration strategies](/azure/healthcare-apis/fhir/migration-strategies).
28+
29+
**Documentation navigation improvements**
30+
31+
Documentation navigation improvements include a new hub page for Azure Health Data Services: [Azure Health Data Services Documentation](./index.yml). Also, fixes to breadcrumbs across the FHIR, DICOM, and MedTech services documentation and the table of contents make it easier and more intuitive to find documentation.
2732

2833
## August 2023
2934

3035
### FHIR service
3136

32-
**Incremental Import feature is Generally Available (GA)**
37+
**Incremental Import feature is generally available (GA)**
3338

3439
$Import operation supports new capability of "Incremental Load" mode, which is optimized for periodically loading data into the FHIR service.
3540

@@ -91,7 +96,7 @@ For details on Incremental Import, visit [Import Documentation](./../healthcare-
9196
**Reindex operation provides job status at resource level**
9297

9398
Reindex operation supports determining the status of the reindex operation with help of API call `GET {{FHIR_URL}}/_operations/reindex/{{reindexJobId}}`.
94-
Details per resource, on the number of completed reindexed resources can be obtained with help of the new field, added in the response- "resourceReindexProgressByResource". For details, visit [3286](https://github.com/microsoft/fhir-server/pull/3286).
99+
Details per resource, on the number of completed reindexed resources can be obtained with help of the new field, added in the response- "resourceReindexProgressByResource". For details, see [3286](https://github.com/microsoft/fhir-server/pull/3286).
95100

96101
**FHIR Search Query optimization of complex queries**
97102

@@ -149,7 +154,7 @@ For more information, visit [#3207](https://github.com/microsoft/fhir-server/pul
149154

150155
**Fixed transient issues associated with loading custom search parameters**
151156

152-
This bug fix addresses the issue, where the FHIR service wouldn't load the latest SearchParameter status in event of failure.
157+
This bug fix addresses the issue where the FHIR service wouldn't load the latest SearchParameter status in a failure.
153158
For more information, visit [#3222](https://github.com/microsoft/fhir-server/pull/3222)
154159

155160
## March 2023
@@ -166,9 +171,9 @@ General availability (GA) of Azure Health Data services in Japan East region.
166171
**Introduction of _till parameters and throughput improvement by 50x**
167172

168173
_till parameter is introduced as optional parameter and allows you to export resources that have been modified until the specified time.
169-
This feature improvement is applicable to System export, for more information on export, visit [FHIR specification](https://hl7.org/fhir/uv/bulkdata/export/index.html)
174+
This feature improvement is applicable to System export, for more information on export, see [FHIR specification](https://hl7.org/fhir/uv/bulkdata/export/index.html)
170175

171-
Also visit [Export your FHIR data by invoking the $export command on the FHIR service | Microsoft Learn](./../healthcare-apis/fhir/export-data.md)
176+
Also see [Export your FHIR data by invoking the $export command on the FHIR service](./../healthcare-apis/fhir/export-data.md)
172177

173178

174179
**Fixed issue for Chained search with :contains modifier results with no resources are returned**
@@ -189,7 +194,7 @@ For more information, visit [#2971](https://github.com/microsoft/fhir-server/pul
189194

190195
**Fixed issue related to HTTP Status code 500 was encountered when :not modifier was used with chained searches**
191196

192-
This bug fix addresses the issue. Identified resources are returned per search criteria with :contains modifier . for more information on bug fix visit [#3041](https://github.com/microsoft/fhir-server/pull/3041)
197+
This bug fix addresses the issue. Identified resources are returned per search criteria with :contains modifier. for more information on bug fix visit [#3041](https://github.com/microsoft/fhir-server/pull/3041)
193198

194199

195200
**Versioning policy enabled at resource level still required If-match header for transaction requests.**
@@ -325,7 +330,7 @@ The issue is fixed and querying with :not operator should provide correct result
325330

326331
**Provided an Error message for failure in export resulting from long time span**
327332

328-
With failure in export job due to a long time span, a customer will see `RequestEntityTooLarge` HTTP status code. For more information, see [#2790](https://github.com/microsoft/fhir-server/pull/2790).
333+
With failure in export job due to a long time span, a customer sees `RequestEntityTooLarge` HTTP status code. For more information, see [#2790](https://github.com/microsoft/fhir-server/pull/2790).
329334

330335
**Fixed issue in a query sort, where functionality throws an error when chained search is performed with same field value.**
331336

@@ -352,9 +357,9 @@ Performance improvements have cut the time to deploy new instances of the DICOM
352357

353358
**Reduced strictness when validating STOW requests**
354359

355-
Some customers have run into issues storing DICOM files that don't perfectly conform to the specification. To enable those files to be stored in the DICOM service, we have reduced the strictness of the validation performed on STOW.
360+
Some customers have run into issues storing DICOM files that don't perfectly conform to the specification. To enable those files to be stored in the DICOM service, we reduced the strictness of the validation performed on STOW.
356361

357-
The service accepts the following:
362+
The service accepts:
358363
* DICOM UIDs that contain trailing whitespace
359364
* IS, DS, SV, and UV VRs that aren't valid numbers
360365
* Invalid private creator tags
@@ -492,7 +497,7 @@ All REST API requests to the DICOM service must include the API version in the U
492497

493498
**Index the first value for DICOM tags that incorrectly specify multiple values**
494499

495-
Attributes that are defined to have a single value but have specified multiple values are leniently accepted. The first value for such attributes are indexed.
500+
Attributes that are defined to have a single value but have specified multiple values are leniently accepted. The first value for such attributes is indexed.
496501

497502
## April 2022
498503

@@ -624,7 +629,7 @@ Fixed an issue with `SearchParameter` if it had a null value for Code, the resul
624629

625630
**Returned `BadRequestException` with valid message when input JSON body is invalid**
626631

627-
For invalid JSON body requests, the FHIR server was returning a 500 error. Now we'll return a `BadRequestException` with a valid message instead of 500. [#2239](https://github.com/microsoft/fhir-server/pull/2239)
632+
For invalid JSON body requests, the FHIR server was returning a 500 error. Now the server returns a `BadRequestException` with a valid message instead of 500. [#2239](https://github.com/microsoft/fhir-server/pull/2239)
628633

629634

630635
**Handled SQL Timeout issue**
@@ -645,7 +650,7 @@ In the capability statement, the software name distinguishes if you're using Azu
645650

646651
**Compress continuation tokens**
647652

648-
In certain instances, the continuation token was too long to be able to follow the [next link](./../healthcare-apis/fhir/overview-of-search.md#pagination) in searches and would result in a 404. To resolve this, we compressed the continuation token to ensure it stays below the size limit [#2279](https://github.com/microsoft/fhir-server/pull/2279). Addresses issue [#2250](https://github.com/microsoft/fhir-server/issues/2250).
653+
In certain instances, the continuation token was too long to be able to follow the [next link](./../healthcare-apis/fhir/overview-of-search.md#pagination) in searches and would result in a 404. To resolve the issue, we compressed the continuation token to ensure it stays below the size limit [#2279](https://github.com/microsoft/fhir-server/pull/2279). Addresses issue [#2250](https://github.com/microsoft/fhir-server/issues/2250).
649654

650655
**FHIR service autoscale**
651656

@@ -794,3 +799,4 @@ Learn about:
794799
[Release notes: Azure API for FHIR](./azure-api-for-fhir/release-notes.md)
795800

796801
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.
802+

0 commit comments

Comments
 (0)