Skip to main content

Update and batch

Pathling implements the update and batch operations from the FHIR REST API, to allow for the creation and update of individual resources within the server.

The batch implementation only supports the use of the update operation, other operations are not supported within batches.

There are a number of configuration values that affect the encoding of resources, see the Encoding section of the configuration documentation for details.

Examples

Check out example update and batch requests in the Postman collection:

Run in Postman