FHIR Chat · identify all patients who have a specific condition? · implementers

Stream: implementers

Topic: identify all patients who have a specific condition?


view this post on Zulip Suranga Kasthurirathne (Apr 25 2016 at 16:35):

Folks, using FHIR, is there an easy was to identify all patients who have a specific condition? for example, "get me all patients with conditon XYZ" does that involve some sort of filtering, or....

view this post on Zulip David Hay (Apr 25 2016 at 17:43):

could you not just retreive conditions with that code? Perhaps with _include to get the Patient resource as well...

view this post on Zulip Peter Bernhardt (Apr 25 2016 at 18:44):

Or a server could define and implement an OperationDefinition for this query. Someting like Patient/$condition, defined to accept a code as an input.

view this post on Zulip Chris Grenz (Apr 26 2016 at 01:42):

I recently opened a gForge for this: http://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=9864&start=0


Last updated: Apr 12 2022 at 19:14 UTC