patch https://fhir-api.zapehr.com/r4b/Consent/
Consent on the FHIR specification website.
A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.
The body should be a list of valid JSON patches for Consent. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],