The server reindex operation

post

oracle-fhir-server/fhir/$reindex

The server $reindex operation requests that all data on the server, or a selected subset of the data on the server be reindexed.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/fhir+json ()
FHIR Parameters Resource
Root Schema : schema
Type: object
FHIR Parameters Resource
Example:
{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "url",
    "valueString": "Practitioner?"
  }, {
    "name": "url",
    "valueString": "Patient?"
  } ]
}
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : FHIR-REINDEX-RESP-RESOURCE
Type: object
FHIR Parameters Resource
Example:
{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "jobId",
    "valueString": "2fa4dbf7-0d3c-4985-ab96-02dbfc4208e3"
  } ]
}
Back to Top