Skip to content

Commit 5a3d03d

Browse files
authored
Merge pull request #214164 from EXPEkesheth/patch-7
Updating to ensure user has clarity validation
2 parents dc8175c + be0a3ae commit 5a3d03d

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)