Stream: implementers
Topic: Search in HumanName
emilio (Jan 24 2018 at 00:06):
As I understand from the spec, both these queries should be supported:
[base]/Patient?given=eve
[base]/Patient?name=eve
Any ideas on how to implement this using ElasticSearch? The only thing elasticSearch can do by default is search on name.given explicitely.
How could I support these queries when the API won't get the full path to the field?
Last updated: Apr 12 2022 at 19:14 UTC