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.md
+20-14Lines changed: 20 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ ms.custom: references_regions
14
14
# Release notes: Azure Health Data Services
15
15
16
16
> Azure Health Data Services is Generally Available.
17
-
>
18
17
>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/).
19
18
20
19
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
23
22
24
23
## September 2023
25
24
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.
27
32
28
33
## August 2023
29
34
30
35
### FHIR service
31
36
32
-
**Incremental Import feature is Generally Available (GA)**
37
+
**Incremental Import feature is generally available (GA)**
33
38
34
39
$Import operation supports new capability of "Incremental Load" mode, which is optimized for periodically loading data into the FHIR service.
35
40
@@ -91,7 +96,7 @@ For details on Incremental Import, visit [Import Documentation](./../healthcare-
91
96
**Reindex operation provides job status at resource level**
92
97
93
98
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).
95
100
96
101
**FHIR Search Query optimization of complex queries**
97
102
@@ -149,7 +154,7 @@ For more information, visit [#3207](https://github.com/microsoft/fhir-server/pul
149
154
150
155
**Fixed transient issues associated with loading custom search parameters**
151
156
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.
153
158
For more information, visit [#3222](https://github.com/microsoft/fhir-server/pull/3222)
154
159
155
160
## March 2023
@@ -166,9 +171,9 @@ General availability (GA) of Azure Health Data services in Japan East region.
166
171
**Introduction of _till parameters and throughput improvement by 50x**
167
172
168
173
_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)
170
175
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)
172
177
173
178
174
179
**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
189
194
190
195
**Fixed issue related to HTTP Status code 500 was encountered when :not modifier was used with chained searches**
191
196
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)
193
198
194
199
195
200
**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
325
330
326
331
**Provided an Error message for failure in export resulting from long time span**
327
332
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).
329
334
330
335
**Fixed issue in a query sort, where functionality throws an error when chained search is performed with same field value.**
331
336
@@ -352,9 +357,9 @@ Performance improvements have cut the time to deploy new instances of the DICOM
352
357
353
358
**Reduced strictness when validating STOW requests**
354
359
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.
356
361
357
-
The service accepts the following:
362
+
The service accepts:
358
363
* DICOM UIDs that contain trailing whitespace
359
364
* IS, DS, SV, and UV VRs that aren't valid numbers
360
365
* Invalid private creator tags
@@ -492,7 +497,7 @@ All REST API requests to the DICOM service must include the API version in the U
492
497
493
498
**Index the first value for DICOM tags that incorrectly specify multiple values**
494
499
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.
496
501
497
502
## April 2022
498
503
@@ -624,7 +629,7 @@ Fixed an issue with `SearchParameter` if it had a null value for Code, the resul
624
629
625
630
**Returned `BadRequestException` with valid message when input JSON body is invalid**
626
631
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)
628
633
629
634
630
635
**Handled SQL Timeout issue**
@@ -645,7 +650,7 @@ In the capability statement, the software name distinguishes if you're using Azu
645
650
646
651
**Compress continuation tokens**
647
652
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).
649
654
650
655
**FHIR service autoscale**
651
656
@@ -794,3 +799,4 @@ Learn about:
794
799
[Release notes: Azure API for FHIR](./azure-api-for-fhir/release-notes.md)
795
800
796
801
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.
0 commit comments