Stream: implementers
Topic: advanced search
Jose Costa Teixeira (Feb 12 2017 at 22:43):
I want to walk through a search for "devices that are ordered to be implanted today" or "medication that is to be administered today", device.occurrence and medication.dosageinstructions are not in the search parameters, so should I define a _query? Or is there a simpler way?
Grahame Grieve (Feb 13 2017 at 04:43):
you can use your own named parameters, and then ask any servers to support them. You can also popose that they be added as standard search parameters
Jose Costa Teixeira (Feb 13 2017 at 14:28):
thanks, and in an out-of-the-box server, would the advanced search work? what would the query be like? (assume the url call would be "...._query=query1?param1=2017-02-13..." I cannot find it out from the documentation, so perhaps I can use my findings to complement the documentation if useful.
Lloyd McKenzie (Feb 13 2017 at 16:27):
Grahame's server is the only one that supports _query right now (to my knowledge)
Jose Costa Teixeira (Feb 13 2017 at 17:01):
I am using grahame's stu3, but I don't know how to make the query work
Grahame Grieve (Feb 13 2017 at 19:25):
no mine supports _filter, not _query. There is no way to make this work in an out of the box server right now,
Last updated: Apr 12 2022 at 19:14 UTC