Stream: implementers
Topic: identify all patients who have a specific condition?
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....
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...
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.
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