Skip to content

Commit 01a758d

Browse files
committed
Fixed links and tables
1 parent 7da40cc commit 01a758d

File tree

1 file changed

+69
-42
lines changed

1 file changed

+69
-42
lines changed

articles/healthcare-apis/release-notes.md

Lines changed: 69 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Azure Health Data Services is a set of managed API services based on open standa
2727
_till parameter is introduced as optional parameter and allows you to export resources that have been modified till the specified time.
2828
This feature improvement is applicable to System export, for more information on export, visit [FHIR specification](https://hl7.org/fhir/uv/bulkdata/export/index.html)
2929

30-
Also visit [Export your FHIR data by invoking the $export command on the FHIR service | Microsoft Learn](azure/healthcare-apis/fhir/export-data)
30+
Also visit [Export your FHIR data by invoking the $export command on the FHIR service | Microsoft Learn](https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/export-data)
3131

3232

3333
**Fixed issue for Chained search with :contains modifier results with no resources are returned**
@@ -43,7 +43,7 @@ For more details, visit [#2990](https://github.com/microsoft/fhir-server/pull/2
4343

4444
Previous to this change, during pagination Cosmos DB continuation token had a default limit of 3Kb. With this change, customers can send Cosmos DB Continuation Token limit in the header. Valid range is set to 1-3 Kb. Header value to use to send this value is x-ms-documentdb-responsecontinuationtokenlimitinkb
4545

46-
For more details, visit [#2971](https://github.com/microsoft/fhir-server/pull/2971/files) and [Overview of search in Azure API for FHIR | Microsoft Learn](azure/healthcare-apis/azure-api-for-fhir/overview-of-search)
46+
For more details, visit [#2971](https://github.com/microsoft/fhir-server/pull/2971/files) and [Overview of search in Azure API for FHIR | Microsoft Learn](https://learn.microsoft.com/en-us/azure/healthcare-apis/azure-api-for-fhir/overview-of-search)
4747

4848

4949
**Fixed issue related to HTTP Status code 500 was encountered when :not modifier was used with chained searches**
@@ -64,13 +64,13 @@ Bug fix addresses the issue and versioned policy at resource level does not requ
6464

6565
The MedTech service's new Mapping Debugger is a self-service tool that is used for creating, updating, and troubleshooting the MedTech service device and FHIR destination mappings. It enables you to easily view and make inline adjustments in real-time, without ever having to leave the Azure portal.
6666

67-
For more information, visit [How to use the MedTech service Mapping debugger - Azure Health Data Services | Microsoft Learn](azure/healthcare-apis/iot/how-to-use-mapping-debugger)
67+
For more information, visit [How to use the MedTech service Mapping debugger - Azure Health Data Services | Microsoft Learn](https://learn.microsoft.com/en-us/azure/healthcare-apis/iot/how-to-use-mapping-debugger)
6868

6969

7070

7171
**Error Message released**
7272

73-
The MedTech service now has an error message feature that allows you to easily view any errors generated, as well as the message that caused each error. You can now understand the context behind any errors without manual effort. For more info on error logs, visit [Troubleshoot errors using the MedTech service logs - Azure Health Data Services | Microsoft Learn](azure/healthcare-apis/iot/troubleshoot-errors-logs)
73+
The MedTech service now has an error message feature that allows you to easily view any errors generated, as well as the message that caused each error. You can now understand the context behind any errors without manual effort. For more info on error logs, visit [Troubleshoot errors using the MedTech service logs - Azure Health Data Services | Microsoft Learn](https://learn.microsoft.com/en-us/azure/healthcare-apis/iot/troubleshoot-errors-logs)
7474

7575

7676

@@ -572,47 +572,74 @@ Enabled DICOM service to work with workspaces that have names beginning with a l
572572
#### FHIR service
573573

574574

575-
|Enhancements | |
576-
| :------------------- | :------------------------------- |
577-
|Added support for conditional patch | [Conditional patch](./././azure-api-for-fhir/fhir-rest-api-capabilities.md#patch-and-conditional-patch)|
578-
|Conditional patch | [#2163](https://github.com/microsoft/fhir-server/pull/2163) |
579-
|Added conditional patch audit event. | [#2213](https://github.com/microsoft/fhir-server/pull/2213) |
580-
581-
|Allow JSON patch in bundles | |
582-
| :------------------- | :-------------------------------|
583-
|Allows for search history bundles with Patch requests. |[#2156](https://github.com/microsoft/fhir-server/pull/2156) |
584-
|Enabled JSON patch in bundles using Binary resources. |[#2143](https://github.com/microsoft/fhir-server/pull/2143) |
585-
|Added new audit event [OperationName subtypes](./././azure-api-for-fhir/enable-diagnostic-logging.md#audit-log-details)| [#2170](https://github.com/microsoft/fhir-server/pull/2170) |
586-
587-
| Running a reindex job | |
588-
| :------------------- | :-------------------------------|
589-
|Added [boundaries for reindex](./././azure-api-for-fhir/how-to-run-a-reindex.md#performance-considerations) parameters. |[#2103](https://github.com/microsoft/fhir-server/pull/2103)|
590-
|Updated error message for reindex parameter boundaries. |[#2109](https://github.com/microsoft/fhir-server/pull/2109)|
591-
|Added final reindex count check. |[#2099](https://github.com/microsoft/fhir-server/pull/2099)|
592-
593-
|Bug fixes | |
594-
| :------------------- | :-------------------------------- |
595-
| Wider catch for exceptions during applying patch | [#2192](https://github.com/microsoft/fhir-server/pull/2192)|
596-
|Fix history with PATCH in STU3 |[#2177](https://github.com/microsoft/fhir-server/pull/2177) |
597-
598-
|Custom search bugs | |
599-
| :------------------- | :------------------------------- |
600-
|Addresses the delete failure with Custom Search parameters |[#2133](https://github.com/microsoft/fhir-server/pull/2133) |
601-
|Added retry logic while Deleting Search parameter | [#2121](https://github.com/microsoft/fhir-server/pull/2121)|
602-
|Set max item count in search options in SearchParameterDefinitionManager |[#2141](https://github.com/microsoft/fhir-server/pull/2141) |
603-
|Better exception if there's a bad expression in a search parameter |[#2157](https://github.com/microsoft/fhir-server/pull/2157) |
604-
605-
|Resolved SQL batch reindex if one resource fails | |
606-
| :------------------- | :------------------------------- |
607-
|Updates SQL batch reindex retry logic |[#2118](https://github.com/microsoft/fhir-server/pull/2118) |
608-
609-
|GitHub issues closed | |
610-
| :------------------- | :------------------------------- |
611-
|Unclear error message for conditional create with no ID |[#2168](https://github.com/microsoft/fhir-server/issues/2168) |
575+
576+
**Added support for conditional patch**
577+
578+
579+
[Conditional patch](./././azure-api-for-fhir/fhir-rest-api-capabilities.md#patch-and-conditional-patch)
580+
[#2163](https://github.com/microsoft/fhir-server/pull/2163)
581+
582+
583+
Added conditional patch audit event. [#2213](https://github.com/microsoft/fhir-server/pull/2213)
584+
585+
**Allow JSON patch in bundles**
586+
587+
588+
Allows for search history bundles with Patch requests. [#2156](https://github.com/microsoft/fhir-server/pull/2156)
589+
590+
591+
Enabled JSON patch in bundles using Binary resources. [#2143](https://github.com/microsoft/fhir-server/pull/2143)
592+
593+
594+
Added new audit event [OperationName subtypes](./././azure-api-for-fhir/enable-diagnostic-logging.md#audit-log-details) [#2170](https://github.com/microsoft/fhir-server/pull/2170)
595+
596+
597+
598+
**Running a reindex job**
599+
600+
601+
Added [boundaries for reindex](./././azure-api-for-fhir/how-to-run-a-reindex.md#performance-considerations) parameters.
602+
[#2103](https://github.com/microsoft/fhir-server/pull/2103)
603+
604+
605+
Updated error message for reindex parameter boundaries[#2109](https://github.com/microsoft/fhir-server/pull/2109)
606+
607+
608+
Added final reindex count check.[#2099](https://github.com/microsoft/fhir-server/pull/2099)
609+
610+
**Bug fixes**
611+
612+
613+
Wider catch for exceptions during applying patch [#2192](https://github.com/microsoft/fhir-server/pull/2192)
614+
615+
616+
Fix history with PATCH in STU3[#2177](https://github.com/microsoft/fhir-server/pull/2177)
617+
618+
**Custom search bugs**
619+
620+
621+
Addresses the delete failure with Custom Search parameters [#2133](https://github.com/microsoft/fhir-server/pull/2133)
622+
623+
624+
Added retry logic while Deleting Search parameter [#2121](https://github.com/microsoft/fhir-server/pull/2121)
625+
626+
627+
Set max item count in search options in SearchParameterDefinitionManager [#2141](https://github.com/microsoft/fhir-server/pull/2141)
628+
629+
630+
Better exception if there's a bad expression in a search parameter [#2157](https://github.com/microsoft/fhir-server/pull/2157)
631+
632+
**Resolved SQL batch reindex if one resource fails**
633+
Updates SQL batch reindex retry logic [#2118](https://github.com/microsoft/fhir-server/pull/2118)
634+
635+
**GitHub issues closed**
636+
637+
638+
Unclear error message for conditional create with no ID [#2168](https://github.com/microsoft/fhir-server/issues/2168)
612639

613640
#### **DICOM service**
614641

615-
**Implemented fix to resolve QIDO paging-ordering issues** | [#989](https://github.com/microsoft/dicom-server/pull/989) |
642+
**Implemented fix to resolve QIDO paging-ordering issues** [#989](https://github.com/microsoft/dicom-server/pull/989)
616643

617644

618645
#### **MedTech service**

0 commit comments

Comments
 (0)