$everything operation

The Oracle HDR-FHIR jpa server supports the Patient/$everything operation and accepts all the IN parameters defined in the documentation. Additionally, Oracle HDR allows you to provide an _id parameter, in order to filter the set of patients you wish to get everything for.

The following requests are all equivalent, and these example queries fetch everything for Patient/1, Patient/2, and Patient/3.

Request: $everything operation using GET


Request: $everything operation using GET

Request: $everything operation using GET with alternate _id parameter

The server produces a response similar to the following:


Request: $everything operation using GET with alternate _id parameter

Request: $everything operation using a POST


Request: $everything operation using a POST - Part 1


Request: $everything operation using a POST - Part 2