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-2022.md
+18-27Lines changed: 18 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,51 +241,42 @@ With Private Link, you can access Azure Health Data Services securely from your
241
241
242
242
### FHIR service
243
243
244
-
**FHIRPath Patch operation available**
245
-
|This new feature enables you to use the FHIRPath Patch operation on FHIR resources. For more information, see [FHIR REST API capabilities for Azure Health Data Services FHIR service](./../healthcare-apis/fhir/fhir-rest-api-capabilities.md).
244
+
#### FHIRPath Patch operation available
245
+
|This feature enables you to use the FHIRPath Patch operation on FHIR resources. For more information, see [FHIR REST API capabilities for Azure Health Data Services FHIR service](./../healthcare-apis/fhir/fhir-rest-api-capabilities.md).
246
246
247
+
#### Bug fixes
247
248
248
-
**SQL timeout that returns 408 status code**
249
-
Previously, a SQL timeout would return a 500. Now a timeout in SQL returns a FHIR OperationOutcome with a 408 status code. For more information, see [PR #2497](https://github.com/microsoft/fhir-server/pull/2497).
250
-
251
-
**Fixed issue related to duplicate resources in search with `_include`**
252
-
Fixed issue where a single resource can be returned twice in a search that has `_include`. For more information, see [PR #2448](https://github.com/microsoft/fhir-server/pull/2448).
253
-
249
+
-**Fixed: SQL timeout returns 408 status code**.
250
+
Before the bug fix, a SQL timeout returned a 500 error. With the bug fix, a timeout in SQL returns a `FHIR OperationOutcome` with a 408 status code. See [PR#2497](https://github.com/microsoft/fhir-server/pull/2497).
254
251
255
-
**Fixed issue PUT creates on versioned update**
256
-
Fixed issue where creates with PUT resulted in an error when the versioning policy is configured to `versioned-update`. For more information, see [PR #2457](https://github.com/microsoft/fhir-server/pull/2457).
252
+
-**Fixed: Issue duplicate resources in search with `_include`**. Fixed issue where a single resource are returned twice in a search that has `_include`. See [PR#2448](https://github.com/microsoft/fhir-server/pull/2448).
257
253
258
-
**Invalid header handling on versioned update**
254
+
-**Fixed: Issue with PUT creates on versioned update**. Fixed issue where PUT creates resulted in an error when the versioning policy is configured to `versioned-update`. See [PR#2457](https://github.com/microsoft/fhir-server/pull/2457).
259
255
260
-
Fixedissue where invalid `if-match` header would result in an HTTP 500 error. Now an HTTP Bad Request is returned instead. For more information, see [PR#2467](https://github.com/microsoft/fhir-server/pull/2467).
256
+
-**Fixed: Invalid header handling on versioned update**. Fixed issue where invalid `if-match` header would result in an HTTP 500 error. Now an HTTP Bad Request is returned instead. For more information, see [PR#2467](https://github.com/microsoft/fhir-server/pull/2467).
261
257
262
-
### MedTech service
258
+
### Azure Health Data Services
263
259
264
-
**The Events feature within Health Data Services is generally available (GA).**
260
+
####Events capability in Azure Health Data Services is generally available (GA)
265
261
266
262
The Events feature allows customers to receive notifications and triggers when FHIR observations are created, updated, or deleted. For more information, see [Events message structure](./../healthcare-apis/events/events-message-structure.md) and [What are events?](./../healthcare-apis/events/events-overview.md).
267
263
268
-
**Events documentation for Azure Health Data Services**
269
-
Updated docs to allow for better understanding, knowledge, and help for Events as it went GA. Updated troubleshooting for ease of use for the customer.
270
-
271
-
**One touch deploy button for MedTech service launch in the portal**
272
-
Enables easier deployment and use of MedTech service for customers without the need to go back and forth between pages or interfaces.
273
-
274
264
## January 2022
275
265
266
+
### Azure Health Data Services
276
267
277
-
**Export FHIR data behind firewalls**
278
-
This new feature enables exporting FHIR data to storage accounts behind firewalls. For more information, see [Configure export settings and set up a storage account](./././fhir/configure-export-data.md).
268
+
#### Deploy Azure Health Data Services with Azure Bicep
269
+
This feature enables you to deploy Azure Health Data Services by using Azure Bicep. For more information, see [Deploy Azure Health Data Services using Azure Bicep](deploy-healthcare-apis-using-bicep.md).
279
270
280
-
**Deploy Azure Health Data Services with Azure Bicep**
281
-
This new feature enables you to deploy Azure Health Data Services using Azure Bicep. For more information, see [Deploy Azure Health Data Services using Azure Bicep](deploy-healthcare-apis-using-bicep.md).
271
+
#### Customers can define their own query tags using the Extended Query Tags feature
282
272
283
-
### DICOM service
273
+
With Extended Query Tags, customers query non-DICOM metadata for capabilities like multi-tenancy and cohorts. It's available for all customers in Azure Health Data Services.
284
274
275
+
### FHIR service
285
276
286
-
**Customers can define their own query tags using the Extended Query Tags feature**
277
+
#### Export FHIR data behind firewalls
287
278
288
-
With Extended Query Tags feature, customers efficiently query non-DICOM metadata for capabilities like multi-tenancy and cohorts. It's available for all customers in Azure Health Data Services.
279
+
This feature enables exporting FHIR data to storage accounts behind firewalls. For more information, see [Configure export settings and set up a storage account](./././fhir/configure-export-data.md).
0 commit comments