Stream: implementers
Topic: Cohort
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?
Chris Grenz (Apr 13 2016 at 17:26):
_list doesn't seem to support...
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
Chris Grenz (Apr 13 2016 at 19:33):
Right - I was thinking a modifier on the reference search type. Encounter?patient:in=List/42
Lloyd McKenzie (Apr 13 2016 at 19:35):
Feel free to submit a change request :)
Chris Grenz (Apr 13 2016 at 19:35):
@Grahame Grieve was talking about metadata needed for search. This kind of thing highlights that need...
Chris Grenz (Apr 13 2016 at 19:35):
Will do.
Grahame Grieve (Apr 13 2016 at 20:25):
GET [base]/Encounter?patient._list=42
Grahame Grieve (Apr 13 2016 at 20:25):
isn't that what you want, @Chris Grenz ?
Chris Grenz (Apr 13 2016 at 20:25):
does that work?
Chris Grenz (Apr 13 2016 at 20:26):
I guess so then....
Grahame Grieve (Apr 13 2016 at 20:28):
I think it's intended to work. We could at least add that example.
Grahame Grieve (Apr 13 2016 at 20:28):
it doesn't solve it for group. though
Chris Grenz (Apr 13 2016 at 20:28):
only works for list though, right...
Chris Grenz (Apr 13 2016 at 20:30):
OK...9816 open to discuss.
Last updated: Apr 12 2022 at 19:14 UTC