Stream: implementers
Topic: Patients by condition, city, and reverse include
Louis Ades (Aug 15 2016 at 18:28):
Hey, so I'm trying to pull date from my Fhir server, where we can search for patients by a condition and by a city, while also reverse including other resources related to the patient. I've tried this in multiple ways and have yielded no luck so far. Any advice? So far, I've tried: a) Search Conditions, include patients, restrict patient city, chain reverse include references to patient (last part didn't work because chain reverse includes don't seem to work), and b) Search Patients, restrict city, reverse include references to patient, restrict conditions (last part doesn't work because you can't reference a patient's condition because it's a revinclude). Any other possible options?
Grahame Grieve (Aug 15 2016 at 21:16):
which srver were you using? so far, only HAPI supports reverse include. I'm intending to add support for it to my server by the connectathon
Last updated: Apr 12 2022 at 19:14 UTC