Skip to content

Commit 9a10243

Browse files
minor fixes
1 parent f797931 commit 9a10243

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

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

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -74,33 +74,19 @@ Learn more:
7474

7575
#### Import operation supports soft deleted resources
7676

77-
The capability to import soft deleted resources is useful during migration from Azure API for FHIR to Azure Health Data Services.
78-
79-
Related content:
80-
81-
- [Fix SQL Import for soft delete and history](https://github.com/microsoft/fhir-server/pull/3530)
77+
The capability to import soft deleted resources is useful during migration from Azure API for FHIR to Azure Health Data Services. See [FPR#3530](https://github.com/microsoft/fhir-server/pull/3530)
8278

8379
#### Performance improvement for queries
8480

85-
We improved performance of FHIR queries with the `_include` parameter.
86-
87-
Related content:
88-
89-
- [Change query generator to use INNER JOIN](https://github.com/microsoft/fhir-server/pull/3572).
81+
We improved performance of FHIR queries with the `_include` parameter. See [PR#3572](https://github.com/microsoft/fhir-server/pull/3572).
9082

9183
#### Bug fixes
9284

93-
- **Fixed: Searching with `_include` and wildcard results in query failure**. The issue is fixed and permits only the wild character `*` to be present for `_include` and `_revinclude` searches.
85+
- **Fixed: Searching with `_include` and wildcard results in query failure**. The issue is fixed and permits only the wild character `*` to be present for `_include` and `_revinclude` searches. [PR#3541](https://github.com/microsoft/fhir-server/pull/3541).
9486

95-
- **Fixed: Multiple export jobs created results in increase data storage volume**. Due to a bug, export jobs created multiple child jobs when used with the typefilter parameter. The fix addresses the issue.
87+
- **Fixed: Multiple export jobs created results in increase data storage volume**. Due to a bug, export jobs created multiple child jobs when used with the typefilter parameter. The fix addresses the issue. See [PR#3567](https://github.com/microsoft/fhir-server/pull/3567).
9688

97-
- **Fixed: Retriable exception for import operation when using duplicate files**. If there are duplicate files during import, an exception would be thrown. This exception was considered as a retriable exception. The fix addresses the issue. Import operations with same file are no longer retriable.
98-
99-
Related content:
100-
101-
- [Fix syntax check for : when wildcard is used](https://github.com/microsoft/fhir-server/pull/3541)
102-
- [Fix export](https://github.com/microsoft/fhir-server/pull/3567)
103-
- [Handles exception message for duplicate file in import operation](https://github.com/microsoft/fhir-server/pull/3557)
89+
- **Fixed: Retriable exception for import operation when using duplicate files**. If there are duplicate files during import, an exception would be thrown. This exception was considered as a retriable exception. The fix addresses the issue. Import operations with same file are no longer retriable. See [PR#3557](https://github.com/microsoft/fhir-server/pull/3557).
10490

10591
## October 2023
10692

@@ -191,7 +177,7 @@ Learn more:
191177

192178
- **Fixed: Metadata endpoint URL in the capability statement is a relative URL.** According to the FHIR specification, the metadata endpoint URL in the capability statement needs to be an absolute URL. The fix addresses the issue. See [PR#3265](https://github.com/microsoft/fhir-server/pull/3265).
193179

194-
Related content:
180+
Learn more:
195181
- [FHIR Capability Statement](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.url).
196182

197183
### DICOM service
@@ -256,7 +242,7 @@ Azure Health Data Services is generally available in the Japan East region.
256242

257243
The `_till` parameter is an optional parameter and allows you to export resources that were modified until the specified time. This improvement applies to system export.
258244

259-
Related content:
245+
Learn more:
260246

261247
- [Export FHIR data](./../healthcare-apis/fhir/export-data.md)
262248
- [FHIR specification](https://hl7.org/fhir/uv/bulkdata/)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Related content:
5151
- [Use Azure Active Directory B2C to grant access to the FHIR service](fhir/azure-ad-b2c-setup.md)
5252
- [Configure multiple service identity providers for the FHIR service](fhir/configure-identity-providers.md)
5353
- [Troubleshoot identity provider configuration for the FHIR service](fhir/troubleshoot-identity-provider-configuration.md)
54-
- [SMART on FHIR](fhir/smart-on-fhir.md)
54+
- [Enable SMART on FHIR for the FHIR service](fhir/smart-on-fhir.md)
5555
- [Sample: Azure ONC (g)(10) SMART on FHIR](https://github.com/Azure-Samples/azure-health-data-and-ai-samples/tree/main/samples/patientandpopulationservices-smartonfhir-oncg10)
5656

5757
#### Request up to 100 TB of storage

0 commit comments

Comments
 (0)