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-2024.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ This article describes features, enhancements, and bug fixes released in 2024 fo
21
21
22
22
### FHIR service
23
23
24
-
#### Scaling enhancement to Import operation
24
+
#### Scaling enhancement to the Import operation
25
25
26
-
The scaling logic for import operations has been improved enabling multiple jobs to be executed in parallel. This change has an impact on audit logs for import operation. Audit logs for individual import jobs will now have multiple rows, with each row corresponding to an internal processing job.
26
+
The scaling logic for import operations is improved, enabling multiple jobs to be executed in parallel. This change impacts audit logs for the import operation. Audit logs for individual import jobs have multiple rows, with each row corresponding to an internal processing job.
27
27
28
-
#### Bug Fixes
29
-
-**Fixed: HTTP Status Code for Long-Running Requests** FHIR requests that take longer than 100 seconds to execute will now return an HTTP 408 status code instead of HTTP 500.
30
-
-**Fixed: History request in bundle** Prior to the fix, history request in a bundle returned HTTP status code 404.
28
+
#### Bug fixes
29
+
-**Fixed: HTTP status code for long-running requests**. FHIR requests that take longer than 100 seconds to execute return an HTTP 408 status code instead of HTTP 500.
30
+
-**Fixed: History request in bundle**. Prior to the fix, history request in a bundle returned HTTP status code 404.
31
31
32
32
#### Stand-alone FHIR converter (preview)
33
33
@@ -84,7 +84,7 @@ Learn more:
84
84
-[Manage medical imaging data with the DICOM service and Azure Data Lake Storage](./dicom/dicom-data-lake.md)
85
85
-[Deploy the DICOM service with Azure Data Lake Storage](./dicom/deploy-dicom-services-in-azure-data-lake.md)
86
86
87
-
### FHIR Service
87
+
### FHIR service
88
88
89
89
#### Bundle parallelization (GA)
90
90
Bundles are executed serially in FHIR service by default. To improve throughput with bundle calls, we enabled parallel processing.
@@ -96,13 +96,13 @@ Learn more:
96
96
97
97
Import operation allowed to have resource type per input file in the request parameters. With this enhance capability, you can pass multiple resource types in single file.
98
98
99
-
#### Bug Fixes
99
+
#### Bug fixes
100
100
101
-
-**Fixed: Import operation ingests resources with the same resource type and lastUpdated field value**. Before this change, resources executed in a batch with the same type and `lastUpdated` field value weren't ingested into the FHIR service. This bug fix addresses the issue. See [PR#3768](https://github.com/microsoft/fhir-server/pull/3768).
101
+
-**Fixed: Import operation ingests resources with the same resource type and lastUpdated field value**. Before this change, resources executed in a batch with the same type and `lastUpdated` field value wasn't ingested into the FHIR service. This bug fix addresses the issue. See [PR#3768](https://github.com/microsoft/fhir-server/pull/3768).
102
102
103
-
-**Fixed: FHIR search with 3 or more custom search parameters**. Before this fix, FHIR search query at the root with three or more custom search parameters resulted in HTTP status code 504. See [PR#3701](https://github.com/microsoft/fhir-server/pull/3701).
103
+
-**Fixed: FHIR search with 3 or more custom search parameters**. Before this fix, a FHIR search query at the root with three or more custom search parameters resulted in HTTP status code 504. See [PR#3701](https://github.com/microsoft/fhir-server/pull/3701).
104
104
105
-
-**Fixed: Improve performance for bundle processing**. Updates are made to the task execution method, leading to bundle processing performance improvement. See [PR#3727](https://github.com/microsoft/fhir-server/pull/3727).
105
+
-**Fixed: Improve performance for bundle processing**. Updates to the task execution method, enabling bundle processing performance improvement. See [PR#3727](https://github.com/microsoft/fhir-server/pull/3727).
0 commit comments