patch https://fhir-api.zapehr.com/r4b/Flag/
Flag on the FHIR specification website.
Prospective warnings of potential issues when providing care to the patient.
The body should be a list of valid JSON patches for Flag. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],