intervention-engine / fhir

Generic FHIR server implementation in GoLang.
Apache License 2.0
112 stars 51 forks source link

Chained search #104

Closed cjduffett closed 7 years ago

cjduffett commented 8 years ago

Implemented chained search using the aggregation framework. This became complicated when handling chained ORs (see comments in mongo_search.go). Also updated unit tests.

cjduffett commented 7 years ago

Ok Chris, I think this one is good to go. Let me know when you've had a chance to review it and I'll rebase the reverse-chained-search branch and ready it for the next PR review.