Stream: hapi
Topic: dstu2 reverse chaining
swetha borra (Sep 29 2017 at 13:18):
Hello, I am using hapi FHIR Dstu2.3. i need to get all patients that are not being referred by given resources. eg: get all patients that don't have careplan. is it possible?
REST Url: http://localhost:8080/hapi-fhir/baseDstu2/Patient?_has:CarePlan:patient:subject=123 . this url works but I want to get patients that doesn't have careplan..can I use exists or something?
Thanks!
Grahame Grieve (Sep 30 2017 at 07:01):
I think the only capability in FHIR that could do this is the _filter parameter, but I don't think that HAPI supports that
Last updated: Apr 12 2022 at 19:14 UTC