Skip to content

Commit 3333d40

Browse files
authored
Update release-notes.md
1 parent 1159820 commit 3333d40

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The "_isparallel" query parameter can be added to the export operation to enhanc
2727
> There is a known issue with the $export operation that could result in incomplete exports with status success. Issue occurs when the is_parallel flag was used. Export jobs executed with _isparallel query parameter starting February 13th, 2024 are impacted with this issue.
2828
2929
**Change in name nomenclature for exported file name and default storage account**
30-
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}'. There is no change to number of resources added in individual exported files.
30+
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}'. There is no change to number of resources added in individual exported files.
3131

3232

3333
**Performance Enhancement**
@@ -52,15 +52,6 @@ Bulk delete operation is currently in public preview. Review disclaimer for deta
5252

5353
Issue is now addressed and FHIR queries using continuation token with include/ revinclude, no longer report an exception. For details on fix, visit [#3525](https://github.com/microsoft/fhir-server/pull/3525).
5454

55-
## **July 2023**
56-
**Feature enhancement: Change to the exported file name format**
57-
58-
FHIR service enables customers to export data with $export operation. Export can be conducted across various levels, such as System, Patient and Group of patients. There are name changes with exported file and default storage account name.
59-
* 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.
60-
* Default storage account name is updated to Export-\<Number\>.
61-
62-
There is no change to number of resources added in individual exported files.
63-
6455
## **June 2023**
6556
**Bug Fix: Metadata endpoint URL in capability statement is relative URL**
6657
Per FHIR specification, metadata endpoint URL in capability statement needs to be an absolute URL.

0 commit comments

Comments
 (0)