patch https://fhir-api.zapehr.com/r4b/Group/
Group on the FHIR specification website.
Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.
The body should be a list of valid JSON patches for Group. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],