Skip to content

Commit acca7c5

Browse files
Merge pull request #277320 from shellyhaverkamp/docs-editor/release-notes-2024-1717610486
Update release-notes-2024.md
2 parents b58b9a5 + 94786c6 commit acca7c5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/healthcare-apis/release-notes-2024.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ This article describes features, enhancements, and bug fixes released in 2024 fo
2121

2222
### FHIR service
2323

24-
#### Scaling enhancement to Import operation
24+
#### Scaling enhancement to the Import operation
2525

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.
2727

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.
3131

3232
#### Stand-alone FHIR converter (preview)
3333

@@ -84,7 +84,7 @@ Learn more:
8484
- [Manage medical imaging data with the DICOM service and Azure Data Lake Storage](./dicom/dicom-data-lake.md)
8585
- [Deploy the DICOM service with Azure Data Lake Storage](./dicom/deploy-dicom-services-in-azure-data-lake.md)
8686

87-
### FHIR Service
87+
### FHIR service
8888

8989
#### Bundle parallelization (GA)
9090
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:
9696

9797
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.
9898

99-
#### Bug Fixes
99+
#### Bug fixes
100100

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).
102102

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).
104104

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).
106106

107107
## February 2024
108108

0 commit comments

Comments
 (0)