Type-Level Validate Operation

post

/oracle-fhir-server/fhir/DiagnosticReport/$validate

The validate operation checks whether the attached content would be acceptable either generally, as a create, an update or as a delete to an existing resource.

Request

Query Parameters
Supported Media Types
Request Body - application/fhir+json ()
DiagnosticReport FHIR Resource
Root Schema : schema
Type: object
DiagnosticReport FHIR Resource
Example:
{
  "resourceType": "DiagnosticReport",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\"/><table class=\"hapiPropertyTable\"><tbody/></table></div>"
  }
}
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