Skip to content

Commit d276988

Browse files
Merge pull request #212783 from EXPEkesheth/patch-4
Updating text
2 parents 0739d4c + bee49dc commit d276988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ For example:
116116

117117
`POST https://myworkspace-myfhirserver.fhir.azurehealthcareapis.com/Patient/$validate`
118118

119-
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.
119+
This request will first validate the resource. New resource you're specifying in the request will be created after validation.
120+
The server will always return an `OperationOutcome` as the result.
120121

121122
## Validate on resource CREATE or resource UPDATE
122123

0 commit comments

Comments
 (0)