FHIR Chat · Group.member · implementers

Stream: implementers

Topic: Group.member


view this post on Zulip Brian Kaney (Sep 28 2016 at 15:51):

If you have a Group of Patient resources, where the number of patient could be large, is there a way to paginate the Group.member list?

Also, is there a way to specify a back reference so you could search for all patients in a particular group (with a particular status)?

view this post on Zulip Lloyd McKenzie (Sep 28 2016 at 20:34):

Well, the references should be pretty small, so paging the references shouldn't be necessary. However, you wouldn't want to do the _include. Instead you'd send separate queries that provide the list of identifiers for the first 50, next 50, etc.

view this post on Zulip Lloyd McKenzie (Sep 28 2016 at 20:34):

To do the reverse, you can do _revinclude.

view this post on Zulip Chris Grenz (Sep 30 2016 at 14:28):

We had this need and build a non-standard customization for it. If there's enough interest, we maybe should consider it. Also for List, maybe for ValueSet.

view this post on Zulip Brian Postlethwaite (Oct 01 2016 at 03:06):

For the list resource I proposed some operations to add and delete entries from the list.


Last updated: Apr 12 2022 at 19:14 UTC