Invocations

URL: [base]/$validate

This operation is idempotent

Parameters (In)

NameCardinalityTypeDocumentation
resource1..1Resource

Content which shall be checked if it represents a valid FHIR resource.

profile0..1Uri

If a profile is provided, then the resource is validated against this specific profile - additional to the profiles declared in meta.profile. If a profile is provided and the server cannot validate against the nominated profile (e.g., because it cannot be resolved), the operation will return an error.

Return Values (Out)

NameCardinalityTypeDocumentation
return1..1OperationOutcome

Outcome of the validation operation. May include error, warning, and informational messages.

Use $validate on a system-level to check whether or not the provided content is a valid FHIR resource regardless of the resource type. Calling $validate on a system-level with an HTTP GET request is not supported.