API Reference

Patch Patient with identifier {identifier}

Patient on the FHIR specification website.

Demographics and other administrative information about an individual or animal receiving care or other health-related services.

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