patch https://fhir-api.zapehr.com/r4b/Patient/
Patient on the FHIR specification website.
Demographics and other administrative information about an individual or animal receiving care or other health-related services.
The body should be a list of valid JSON patches for Patient. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],