FHIR Chat · RequestGroup Action status · Care Plan/Care Coordination

Stream: Care Plan/Care Coordination

Topic: RequestGroup Action status


view this post on Zulip Tom Stanis (Nov 08 2020 at 08:30):

What would be the best way of keeping track of which actions in a request group have been completed? There is a status on the higher level RequestGroup but not on the individual actions. Am I abusing the notion of a RequestGroup to imagine that some of the actions might be complete and others are not yet done?

view this post on Zulip Lloyd McKenzie (Nov 08 2020 at 17:32):

Requests in general don't track what actions have been done, they just track that an overall authorization is now withdrawn on the grounds that the request was sufficiently executed. Tracking execution is handled by Task. With a RequestGroup, the authorization status exists only at the group and, as such, the authorization is only marked as 'completed' when everything is done.

view this post on Zulip Lloyd McKenzie (Nov 08 2020 at 17:32):

(or at least 'enough' of everything that the requester deems it 'complete')

view this post on Zulip Tom Stanis (Nov 13 2020 at 20:27):

Ok, this makes sense. So I can track status by creating a task per RequestGroup action. Then the Task.basedOn and/or Task.focus can point at the request group actions.

view this post on Zulip Lloyd McKenzie (Nov 13 2020 at 22:47):

yes


Last updated: Apr 12 2022 at 19:14 UTC