Instance-Level Validate Operation

post

/oracle-fhir-server/fhir/Library/{id}/$validate

The validate operation checks whether the attached content would be acceptable either generally, as an update or as a delete to an existing resource.Modes update and delete can only be used when the operation is invoked at the resource instance level.

Request

Path Parameters
Query Parameters
Supported Media Types
Request Body - application/fhir+json ()
Library FHIR Resource
Root Schema : schema
Type: object
Library FHIR Resource
Example:
{
  "resourceType": "Library"
}
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : FHIR-OperationOutcome-RESOURCE
Type: object
OperationOutcome FHIR Resource
Example:
{
  "resourceType": "OperationOutcome"
}
Back to Top