patch https://fhir-api.zapehr.com/r4b/ClinicalUseDefinition/
ClinicalUseDefinition on the FHIR specification website.
A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure.
The body should be a list of valid JSON patches for ClinicalUseDefinition. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],