Instance-Level Everything Operation

get

/oracle-fhir-server/fhir/Patient/{id}/$everything

This operation is used to return all the information related to Patient by ID.

Request

Path Parameters
Query Parameters
  • This parameter is defined as an instruction to the server regarding how many resources should be returned in a single page.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
Bundle FHIR Resource
Example:
{
  "resourceType": "Bundle"
}
Back to Top