API Reference

Patch MedicinalProductDefinition with identifier {identifier}

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',
  },
],
Language
Authorization
Click Try It! to start a request and see the response here!