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
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The "_isparallel" query parameter can be added to the export operation to enhanc
27
27
> 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.
28
28
29
29
**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.
31
31
32
32
33
33
**Performance Enhancement**
@@ -52,15 +52,6 @@ Bulk delete operation is currently in public preview. Review disclaimer for deta
52
52
53
53
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).
54
54
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
-
64
55
## **June 2023**
65
56
**Bug Fix: Metadata endpoint URL in capability statement is relative URL**
66
57
Per FHIR specification, metadata endpoint URL in capability statement needs to be an absolute URL.
0 commit comments