Stream: implementers
Topic: Sorting by Patients by specific identifier
Bartek Sarul (Jun 21 2016 at 10:17):
As Patient can have many identifiers, is it possible to search for patients and sort by specific identifier?
_sort:asc=identifier<?> how to pass system here?
Lloyd McKenzie (Jun 24 2016 at 02:45):
That's not currently possible except by defining a custom search criteria that's specific to a particular identifier system and then sorting by that.
Last updated: Apr 12 2022 at 19:14 UTC