FHIR Chat · Cohort · implementers

Stream: implementers

Topic: Cohort


view this post on Zulip Chris Grenz (Apr 13 2016 at 17:25):

If I've defined a cohort of patients in a List or Group, is there a way to get a list of encounters, observations, etc. for that cohort using a FHIR query?

view this post on Zulip Chris Grenz (Apr 13 2016 at 17:26):

_list doesn't seem to support...

view this post on Zulip Lloyd McKenzie (Apr 13 2016 at 19:33):

Interesting idea. Sort of similar to the "in" relationship for value sets. We'd need to define what types of resources could be used and how to find the "members" to evaluate against. CareTeam would be another possibility

view this post on Zulip Chris Grenz (Apr 13 2016 at 19:33):

Right - I was thinking a modifier on the reference search type. Encounter?patient:in=List/42

view this post on Zulip Lloyd McKenzie (Apr 13 2016 at 19:35):

Feel free to submit a change request :)

view this post on Zulip Chris Grenz (Apr 13 2016 at 19:35):

@Grahame Grieve was talking about metadata needed for search. This kind of thing highlights that need...

view this post on Zulip Chris Grenz (Apr 13 2016 at 19:35):

Will do.

view this post on Zulip Grahame Grieve (Apr 13 2016 at 20:25):

GET [base]/Encounter?patient._list=42

view this post on Zulip Grahame Grieve (Apr 13 2016 at 20:25):

isn't that what you want, @Chris Grenz ?

view this post on Zulip Chris Grenz (Apr 13 2016 at 20:25):

does that work?

view this post on Zulip Chris Grenz (Apr 13 2016 at 20:26):

I guess so then....

view this post on Zulip Grahame Grieve (Apr 13 2016 at 20:28):

I think it's intended to work. We could at least add that example.

view this post on Zulip Grahame Grieve (Apr 13 2016 at 20:28):

it doesn't solve it for group. though

view this post on Zulip Chris Grenz (Apr 13 2016 at 20:28):

only works for list though, right...

view this post on Zulip Chris Grenz (Apr 13 2016 at 20:30):

OK...9816 open to discuss.


Last updated: Apr 12 2022 at 19:14 UTC