Skip to content

Commit cd615eb

Browse files
committed
markdown and editorial changes
1 parent c2fa16c commit cd615eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/fhir/validation-against-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The server always returns an `OperationOutcome` as the result.
118118

119119
## Option 3: Validate on resource CREATE or UPDATE using a header
120120

121-
You can choose when you'd like to validate your resource, such as on resource `CREATE` or `UPDATE`. By default, the FHIR service is configured to opt out of validation on resource `Create/Update`. This capability allows validation on `Create/Update` using the `x-ms-profile-validation` header. Set `x-ms-profile-validation' to true for validation.
121+
You can choose when you'd like to validate your resource, such as on resource `CREATE` or `UPDATE`. By default, the FHIR service is configured to opt out of validation on resource `Create/Update`. This capability allows validation on `Create/Update` using the `x-ms-profile-validation` header. Set `x-ms-profile-validation` to true for validation.
122122

123123

124124
> [!NOTE]

0 commit comments

Comments
 (0)