You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
query : select fhir_search('{"resourceType":"Appointment", "queryString":"_sort=location"}'); should return appointments in order 2,3,1 (id's), but returns 3,1,2.
it looks like it's sorting patients and not locations.
The text was updated successfully, but these errors were encountered:
select fhir_search('{"resourceType":"Appointment", "queryString":"_sort=location"}');
sorts data on first element in "participant" and it should look for location type actor.
example:
having appointments:
query : select fhir_search('{"resourceType":"Appointment", "queryString":"_sort=location"}'); should return appointments in order 2,3,1 (id's), but returns 3,1,2.
it looks like it's sorting patients and not locations.
The text was updated successfully, but these errors were encountered: