patch https://fhir-api.zapehr.com/r4b/Claim/
Claim on the FHIR specification website.
A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.
The body should be a list of valid JSON patches for Claim. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],