Skip to content

Commit 13d73e8

Browse files
Merge pull request #265095 from EXPEkesheth/patch-145
Update validation-against-profiles.md
2 parents 6979e32 + e0d8ee1 commit 13d73e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,15 @@ If you'd like to specify a profile as a parameter, you can specify the canonical
108108
## Validating a new resource
109109

110110
If you'd like to validate a new resource that you're uploading to Azure API for FHIR, you can do a `POST` request:
111+
The server will always return an OperationOutcome as the result.
111112

112113
`POST http://<your Azure API for FHIR base URL>/{Resource}/$validate`
113114

114115
For example:
115116

116117
`POST https://myAzureAPIforFHIR.azurehealthcareapis.com/Patient/$validate`
117118

118-
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.
119+
This request will validate the resource. On validation resources are not created in FHIR service, you will need to send a POST request without $validate to create resource.
119120

120121
## Validate on resource CREATE/ UPDATE using header.
121122

0 commit comments

Comments
 (0)