FHIR Chat · Group vs List · implementers

Stream: implementers

Topic: Group vs List


view this post on Zulip Brendan Keeler (May 07 2021 at 23:44):

I see some references to this being a point of discussion, but a search doesn't net me that discussion. When should Group be used vs List?

view this post on Zulip Brendan Keeler (May 07 2021 at 23:46):

Specific use case: I have a list of patients I believe should be attributed by a payer. I receive that payer's attribution list.

I want to have a Group or List (or another mechanism to group) for "patients on my list but not payer's" and another for "patients on payer's list but not mine"

view this post on Zulip Josh Mandel (May 08 2021 at 00:18):

The best we got to in discussion was:

For use cases where Group is suitable (e.g. for a list of Patients to be viewed on a dashboard), the Group resource should be preferred to the List resource. The underlying rationale is that a collection of patients, practitioners, etc is likely to be of interest as the subject of a measure, observation, communication, etc, which Group is intended to support.

view this post on Zulip Josh Mandel (May 08 2021 at 00:18):

See FHIR-27083

view this post on Zulip Eric Haas (May 08 2021 at 01:08):

have you looked at Da Vinci Member Attribution?

view this post on Zulip Eric Haas (May 08 2021 at 01:08):

(hint ... it uses Group)

view this post on Zulip Lloyd McKenzie (May 08 2021 at 01:12):

A Group can be the subject of an action (Procedure, Observation, etc.). A List cannot. A Group's membership is generally defined by criteria, a List by manual curation. A Group need not enumerate its members, a List must.

view this post on Zulip Brendan Keeler (May 08 2021 at 18:07):

@Eric Haas yes, that's what prompted my question. I was mentally thinking List but then that IG used group for the attributed members

view this post on Zulip Brendan Keeler (May 08 2021 at 18:07):

Made me curious about the line in the sand

view this post on Zulip Brendan Keeler (May 08 2021 at 18:08):

Thanks all. Group seems useful

view this post on Zulip Eric Haas (May 10 2021 at 15:56):

here is the Argonaut patient list IG were we discuss Group v List.


Last updated: Apr 12 2022 at 19:14 UTC