...
EpisodeOfCare.status
can be adjusted in two ways through the use of EpisodeOfCare HTTP-Patch (Update is not exposed):
Setting
EpisodeOfCare.status
directlySetting a scheduled status change by updating
EpisodeOfCare.ehealth-statusschedule
scheduled changes are applied when the ApplyPlannedChangesJob is run. (see Automated Processing )
...
From
planned
toactive
,onhold
,waitlist
,cancelled
, orentered-in-error
From
active
toonhold
,finished
,cancelled
, orentered-in-error
From
waitlist
toplanned
,active
,onhold
,cancelled,
orentered-in-error
From
onhold
toactive
,finished
,cancelled
, orentered-in-error
From
finished
toentered-in-error
oractive
See implementation guide: EpisodeOfCare.status
...