Reading a Partition

The $partition-management-read-partition operation can be used to read an existing partition.

An HTTP POST to the following URL can be used to invoke this operation.

http://localhost:9001/oracle-fhir-server/fhir/DEFAULT/$partition-management-read-partition

The following request body could be used:

{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "id",
    "valueInteger": 123
  } ]
}