Patch MessageDefinition with identifier {identifier}

MessageDefinition on the FHIR specification website.

Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.

The body should be a list of valid JSON patches for MessageDefinition. 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!