Skip to content

Commit 54e4c0e

Browse files
final of 2022 RN
1 parent 4da9696 commit 54e4c0e

File tree

2 files changed

+18
-970
lines changed

2 files changed

+18
-970
lines changed

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

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -241,51 +241,42 @@ With Private Link, you can access Azure Health Data Services securely from your
241241

242242
### FHIR service
243243

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

247+
#### Bug fixes
247248

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

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

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

260-
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).
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).
261257

262-
### MedTech service
258+
### Azure Health Data Services
263259

264-
**The Events feature within Health Data Services is generally available (GA).**
260+
#### Events capability in Azure Health Data Services is generally available (GA)
265261

266262
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).
267263

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-
274264
## January 2022
275265

266+
### Azure Health Data Services
276267

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

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
282272

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

275+
### FHIR service
285276

286-
**Customers can define their own query tags using the Extended Query Tags feature**
277+
#### Export FHIR data behind firewalls
287278

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

290281
## Related content
291282

0 commit comments

Comments
 (0)