Patch EpisodeOfCare with identifier {identifier}

EpisodeOfCare on the FHIR specification website.

An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.

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