Skip to content

Commit be0a3ae

Browse files
authored
Updating to ensure user has clarity on resources will be saved post validation
1 parent 3dec733 commit be0a3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/azure-api-for-fhir/validation-against-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ For example:
117117

118118
`POST https://myAzureAPIforFHIR.azurehealthcareapis.com/Patient/$validate`
119119

120-
This request will create the new resource you're specifying in the request payload and validate the uploaded resource. Then, it will return an `OperationOutcome` as a result of the validation on the new resource.
120+
This request will first validate the resource. New resource you're specifying in the request will be created after validation. The server will always return an OperationOutcome as the result.
121121

122122
## Validate on resource CREATE or resource UPDATE
123123

0 commit comments

Comments
 (0)