Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

EpisodeOfCare.status can be adjusted in two ways through the use of EpisodeOfCare HTTP-Patch (Update is not exposed):

  • Setting EpisodeOfCare.status directly

  • Setting a scheduled status change by updating EpisodeOfCare.ehealth-statusschedule

...

  • From planned to active, onhold, waitlist, cancelled, or entered-in-error

  • From active to onhold, finished, cancelled, or entered-in-error

  • From waitlist to planned, active, onhold, cancelled, or entered-in-error

  • From onhold to active, finished, cancelled, or entered-in-error

  • From finished to entered-in-error or active

See implementation guide: EpisodeOfCare.status

...