Skip to content

Commit cfa35d2

Browse files
committed
Updated PRs in response to comments
1 parent afde8ab commit cfa35d2

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

articles/healthcare-apis/azure-api-for-fhir/fhir-features-supported.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: reference
99
ms.date: 03/21/2022
10-
ms.author: cavoeg
10+
ms.author: mikaelw
1111
---
1212

1313
# Features
@@ -32,7 +32,7 @@ Below is a summary of the supported RESTful capabilities. For more information o
3232
| update with optimistic locking | Yes | Yes |
3333
| update (conditional) | Yes | Yes |
3434
| patch | Yes | Yes | Support for [JSON Patch and FHIRPath Patch](../../healthcare-apis/fhir/fhir-rest-api-capabilities.md#patch-and-conditional-patch) only.
35-
| patch (conditional) | Yes | Yes |
35+
| patch (conditional) | Yes | Yes | Support for [JSON Patch and FHIRPath Patch](../../healthcare-apis/fhir/fhir-rest-api-capabilities.md#patch-and-conditional-patch) only. |
3636
| history | Yes | Yes |
3737
| create | Yes | Yes | Support both POST/PUT |
3838
| create (conditional) | Yes | Yes | Issue [#1382](https://github.com/microsoft/fhir-server/issues/1382) |

articles/healthcare-apis/azure-api-for-fhir/fhir-rest-api-capabilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: conceptual
88
ms.date: 02/15/2022
9-
ms.author: cavoeg
9+
ms.author: mikaelw
1010
---
1111

1212
# FHIR REST API capabilities for Azure API for FHIR
@@ -68,7 +68,7 @@ After you've found the record you want to restore, use the `PUT` operation to re
6868
6969
## Patch and Conditional Patch
7070

71-
Patch is a valuable RESTful operation when you need to update only a portion of the FHIR resource. Using patch allows you to specify the element(s) that you want to update in the resource without having to update the entire record. FHIR defines three ways to Patch resources: JSON Patch, XML Patch, and FHIR Path Patch. The FHIR Service support both JSON Patch and FHIRPath Patch along with Conditional JSON Patch and Conditional FHIRPath Patch (which allows you to Patch a resource based on a search criteria instead of a resource ID). To walk through some examples, refer to the sample [FHIRPath Patch REST file](https://github.com/microsoft/fhir-server/blob/main/docs/rest/FhirPatchRequests.http) and the [JSON Patch REST file](https://github.com/microsoft/fhir-server/blob/main/docs/rest/JsonPatchRequests.http) for each approach. For additional details, read the [HL7 documentation for patch operations with FHIR](https://www.hl7.org/fhir/http.html#patch).
71+
Patch is a valuable RESTful operation when you need to update only a portion of the FHIR resource. Using patch allows you to specify the element(s) that you want to update in the resource without having to update the entire record. FHIR defines three ways to Patch resources: JSON Patch, XML Patch, and FHIRPath Patch. The FHIR Service support both JSON Patch and FHIRPath Patch along with Conditional JSON Patch and Conditional FHIRPath Patch (which allows you to Patch a resource based on a search criteria instead of a resource ID). To walk through some examples, refer to the sample [FHIRPath Patch REST file](https://github.com/microsoft/fhir-server/blob/main/docs/rest/FhirPatchRequests.http) and the [JSON Patch REST file](https://github.com/microsoft/fhir-server/blob/main/docs/rest/JsonPatchRequests.http) for each approach. For additional details, read the [HL7 documentation for patch operations with FHIR](https://www.hl7.org/fhir/http.html#patch).
7272

7373
> [!NOTE]
7474
> When using `PATCH` against STU3, and if you are requesting a History bundle, the patched resource's `Bundle.entry.request.method` is mapped to `PUT`. This is because STU3 doesn't contain a definition for the `PATCH` verb in the [HTTPVerb value set](http://hl7.org/fhir/STU3/valueset-http-verb.html).

articles/healthcare-apis/azure-api-for-fhir/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: fhir
88
ms.topic: reference
99
ms.date: 03/21/2022
1010
ms.custom: references_regions
11-
ms.author: cavoeg
11+
ms.author: mikaelw
1212
---
1313

1414
# Release notes: Azure API for FHIR

articles/healthcare-apis/fhir/fhir-features-supported.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: reference
99
ms.date: 03/01/2022
10-
ms.author: cavoeg
10+
ms.author: mikaelw
1111
---
1212

1313
# Supported FHIR Features
@@ -32,7 +32,7 @@ Below is a summary of the supported RESTful capabilities. For more information o
3232
| update with optimistic locking | Yes | Yes |
3333
| update (conditional) | Yes | Yes |
3434
| patch | Yes | Yes | Support for [JSON Patch and FHIRPath Patch](../../healthcare-apis/fhir/fhir-rest-api-capabilities.md#patch-and-conditional-patch) only. |
35-
| patch (conditional) | Yes | Yes |
35+
| patch (conditional) | Yes | Yes | Support for [JSON Patch and FHIRPath Patch](../../healthcare-apis/fhir/fhir-rest-api-capabilities.md#patch-and-conditional-patch) only. |
3636
| history | Yes | Yes |
3737
| create | Yes | Yes | Support both POST/PUT |
3838
| create (conditional) | Yes | Yes | Issue [#1382](https://github.com/microsoft/fhir-server/issues/1382) |

articles/healthcare-apis/fhir/fhir-rest-api-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: conceptual
88
ms.date: 03/09/2022
9-
ms.author: cavoeg
9+
ms.author: mikaelw
1010
---
1111

1212
# FHIR REST API capabilities for Azure Health Data Services FHIR service

articles/healthcare-apis/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Azure Health Data Services monthly releases
33
description: This article provides details about the Azure Health Data Services monthly features and enhancements.
44
services: healthcare-apis
5-
author: caitlinv39
5+
author: mikaelweave
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: reference
99
ms.date: 03/21/2022
10-
ms.author: cavoeg
10+
ms.author: mikaelw
1111
---
1212

1313
# Release notes: Azure Health Data Services

0 commit comments

Comments
 (0)