Patch ClinicalUseDefinition with identifier {identifier}

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