Skip to content

Commit 555217f

Browse files
edits from Irene's branch
1 parent 48b6285 commit 555217f

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

articles/healthcare-apis/release-notes.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,18 @@ This article provides details about the features and enhancements made to Azure
2222

2323
## September 2023
2424

25-
#### Retirement Announcement: Azure API for FHIR
25+
**Retirement announcement for Azure API for FHIR**
2626

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. The [migration strategies](/azure/healthcare-apis/fhir/migration-strategies) are published. Due to retirement of Azure API for FHIR, new deployments will not be allowed beginning April 1, 2025.
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).
2828

29-
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.
29+
**Documentation navigation updates**
30+
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.
3031

3132
## August 2023
3233

3334
### FHIR service
3435

35-
**Incremental Import feature is Generally Available (GA)**
36+
**Incremental Import feature is generally available (GA)**
3637

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

@@ -94,7 +95,7 @@ For details on Incremental Import, visit [Import Documentation](./../healthcare-
9495
**Reindex operation provides job status at resource level**
9596

9697
Reindex operation supports determining the status of the reindex operation with help of API call `GET {{FHIR_URL}}/_operations/reindex/{{reindexJobId}}`.
97-
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).
98+
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).
9899

99100
**FHIR Search Query optimization of complex queries**
100101

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

153154
**Fixed transient issues associated with loading custom search parameters**
154155

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

158159
## March 2023
@@ -169,9 +170,9 @@ General availability (GA) of Azure Health Data services in Japan East region.
169170
**Introduction of _till parameters and throughput improvement by 50x**
170171

171172
_till parameter is introduced as optional parameter and allows you to export resources that have been modified until the specified time.
172-
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)
173+
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)
173174

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

176177

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

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

195-
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)
196+
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)
196197

197198

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

329330
**Provided an Error message for failure in export resulting from long time span**
330331

331-
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).
332+
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).
332333

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

@@ -355,9 +356,9 @@ Performance improvements have cut the time to deploy new instances of the DICOM
355356

356357
**Reduced strictness when validating STOW requests**
357358

358-
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.
359+
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.
359360

360-
The service accepts the following:
361+
The service accepts:
361362
* DICOM UIDs that contain trailing whitespace
362363
* IS, DS, SV, and UV VRs that aren't valid numbers
363364
* Invalid private creator tags
@@ -495,7 +496,7 @@ All REST API requests to the DICOM service must include the API version in the U
495496

496497
**Index the first value for DICOM tags that incorrectly specify multiple values**
497498

498-
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.
499+
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.
499500

500501
## April 2022
501502

@@ -627,7 +628,7 @@ Fixed an issue with `SearchParameter` if it had a null value for Code, the resul
627628

628629
**Returned `BadRequestException` with valid message when input JSON body is invalid**
629630

630-
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)
631+
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)
631632

632633

633634
**Handled SQL Timeout issue**
@@ -648,7 +649,7 @@ In the capability statement, the software name distinguishes if you're using Azu
648649

649650
**Compress continuation tokens**
650651

651-
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).
652+
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).
652653

653654
**FHIR service autoscale**
654655

0 commit comments

Comments
 (0)