patch https://fhir-api.zapehr.com/r4b/EpisodeOfCare/
EpisodeOfCare on the FHIR specification website.
An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.
The body should be a list of valid JSON patches for EpisodeOfCare. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],