patch https://fhir-api.zapehr.com/r4b/SupplyDelivery/
SupplyDelivery on the FHIR specification website.
Record of delivery of what is supplied.
The body should be a list of valid JSON patches for SupplyDelivery. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],