Skip to content

Commit 39b7b4f

Browse files
authored
Update release-notes.md
1 parent c16ffd6 commit 39b7b4f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/healthcare-apis/azure-api-for-fhir/release-notes.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ Azure API for FHIR provides a fully managed deployment of the Microsoft FHIR Ser
1919

2020
## **February 2024**
2121
**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](../../../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](../healthcare-apis/azure-api-for-fhir/purge-history.md).
2323

2424
**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](../../../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](../healthcare-apis/azure-api-for-fhir/export-data.md).
2626

2727
**Change in name nomenclature for exported file name and default storage account**
28-
Exported file names will 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.
29-
Default storage account name is updated to "Export-<Number>".
30-
There is no change to number of resources added in individual exported files. For more information, see [Export operation](../../../export-data.md).
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).
3130

3231

3332
**Performance Enhancement**

0 commit comments

Comments
 (0)