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/azure-api-for-fhir/release-notes.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,23 +19,23 @@ Azure API for FHIR provides a fully managed deployment of the Microsoft FHIR Ser
19
19
20
20
## **February 2024**
21
21
**Enables counting all versions (historical and soft deleted) of resources**
22
-
The query parameter _summary=count and _count=0 can be added to _history endpoint to get count of all versioned resources. This count includes soft deleted resources. For more information, see [history management](../healthcare-apis/azure-api-for-fhir/purge-history.md).
22
+
The query parameter _summary=count and _count=0 can be added to _history endpoint to get count of all versioned resources. This count includes soft deleted resources. For more information, see [history management](././../azure-api-for-fhir/purge-history.md).
23
23
24
24
**Improve throughput for export operation**
25
-
The "_isparallel" query parameter can be added to the export operation to enhance its throughput. It is important to note that using this parameter may result in an increase in Request Units consumption over the life of export. For more information, see [Export operation query parameters](../healthcare-apis/azure-api-for-fhir/export-data.md).
25
+
The "_isparallel" query parameter can be added to the export operation to enhance its throughput. It is important to note that using this parameter may result in an increase in Request Units consumption over the life of export. For more information, see [Export operation query parameters](././../azure-api-for-fhir/export-data.md).
26
26
27
27
**Change in name nomenclature for exported file name and default storage account**
28
28
With this change exported file names follow the format '{FHIR Resource Name}-{Number}-{Number}.ndjson'. The order of the files is not guaranteed to correspond to any ordering of the resources in the database.Default storage account name is updated to 'Export-{Number}.'
29
-
There is no change to number of resources added in individual exported files. For more information, see [Export operation](../healthcare-apis/azure-api-for-fhirexport-data.md).
29
+
There is no change to number of resources added in individual exported files. For more information, see [Export operation](././..healthcare-apis/azure-api-for-fhirexport-data.md).
30
30
31
31
32
32
**Performance Enhancement**
33
-
Parallel optimization for FHIR queries can be enabled using HTTP header "x-ms-query-latency-over-efficiency" . This value needs to be set to true to achieve maximum concurrency during execution of query. For more information, see [Batch Bundles](../../../fhir-rest-api-capabilities.md).
33
+
Parallel optimization for FHIR queries can be enabled using HTTP header "x-ms-query-latency-over-efficiency" . This value needs to be set to true to achieve maximum concurrency during execution of query. For more information, see [Batch Bundles](././../azure-api-for-fhir/fhir-rest-api-capabilities.md).
34
34
35
35
36
36
## **January 2024**
37
37
**Concurrent execution of queries with conditional interactions**
38
-
Conditional interactions can be complex and performance-intensive. To enhance the latency of queries involving conditional interactions, you have the option to utilize the request header x-conditionalquery-processing-logic. For more information, see [Performance considerations for conditional API interactions](../../healthcare-apis/azure-api-for-fhir/fhir-rest-api-capabilities.md).
38
+
Conditional interactions can be complex and performance-intensive. To enhance the latency of queries involving conditional interactions, you have the option to utilize the request header x-conditionalquery-processing-logic. For more information, see [Performance considerations for conditional API interactions](././../azure-api-for-fhir/fhir-rest-api-capabilities.md).
39
39
40
40
## **December 2023**
41
41
**Additional capabilities added to the Export operation**
0 commit comments