API Reference

Patch Flag with identifier {identifier}

Flag on the FHIR specification website.

Prospective warnings of potential issues when providing care to the patient.

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