patch https://fhir-api.zapehr.com/r4b/MedicinalProductDefinition/
MedicinalProductDefinition on the FHIR specification website.
Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.).
The body should be a list of valid JSON patches for MedicinalProductDefinition. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],