Stream: inferno
Topic: search by patient name query
Lital Inghel (Mar 22 2022 at 19:06):
for patient name search-
our existing algorithm for search by name requires to search with 2 tokens. one token (meaning one part of patient name) will result with 0 results (one token is not a useful search). will that mean we'll not pass the inferno test for this query?
Michele Mottini (Mar 22 2022 at 19:29):
What do you mean by 'token' ?
Lital Inghel (Mar 22 2022 at 19:33):
just a string
Lital Inghel (Mar 22 2022 at 19:33):
like:
Dave Gray
these are 2 strings (tokens)
Michele Mottini (Mar 22 2022 at 21:06):
I see. You are not really FHIR compliant if you do that, the definition of the name search parameter is ' that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text'
Last updated: Apr 12 2022 at 19:14 UTC