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
There are several retriever-associated improvements or bugs I've noticed so far, and wanted to brain dump them all in one place. We can break these out into separate issues, or use this issue along with the GitHub subtasks below to track changes and discussion in one place. These are in rough priority order in my mind but should be assessed further. This is not an exhaustive list, and folks should feel free to add more.
The correct default comparison system operator should be used for filtering (this will also help us eliminate a specific FHIR proto dependency). More here.
Support CodeSystems and single Code inputs for the terminology filtering
To look into: We might want to implicitly convert the terminology expression to ValueSet, CodeSystem, or a single Code (e.g. it might be legal for someone to supply a FHIR.ValueSet here that should be implicitly converted to ValueSet).
We may want to expand the Retriever interface itself to allow passing of more information (e.g. constraints) to the Retriever implementations, which could lead to retrieve efficiencies.
We may want to revisit having an R4 specific proto in the Retriever interface and pick something more generic at that interface.
The text was updated successfully, but these errors were encountered:
suyashkumar
changed the title
Full Retriever Support
More Complete Retrieve Support
Aug 25, 2024
There are several retriever-associated improvements or bugs I've noticed so far, and wanted to brain dump them all in one place. We can break these out into separate issues, or use this issue along with the GitHub subtasks below to track changes and discussion in one place. These are in rough priority order in my mind but should be assessed further. This is not an exhaustive list, and folks should feel free to add more.
terminology
expression to ValueSet, CodeSystem, or a single Code (e.g. it might be legal for someone to supply a FHIR.ValueSet here that should be implicitly converted to ValueSet).The text was updated successfully, but these errors were encountered: