patch https://fhir-api.zapehr.com/r4b/Goal/
Goal on the FHIR specification website.
Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.
The body should be a list of valid JSON patches for Goal. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],