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
If we query for a resource in multiple ways, e.g., the resource contains multiple codes, it will be included in the results multiple times. Users have expressed this to be confusing and in order to reduce the amount of data being passed around and displayed to users, we should deduplicate the resources when querying.
Acceptance Criteria:
Resources with the same resource id are not returned in the API or in the UI
Resources are deduplicated by resource id in parseFhirSearch
The text was updated successfully, but these errors were encountered:
linearbot
changed the title
Dedupe Resources Displayed
Dedupe Resources
Jan 17, 2025
Description:
If we query for a resource in multiple ways, e.g., the resource contains multiple codes, it will be included in the results multiple times. Users have expressed this to be confusing and in order to reduce the amount of data being passed around and displayed to users, we should deduplicate the resources when querying.
Acceptance Criteria:
parseFhirSearch
The text was updated successfully, but these errors were encountered: