Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PLACEHOLDER] Optimize Search/Add fuzzy match for GET endpoints #13

Open
katyasoup opened this issue Jul 19, 2024 · 0 comments
Open

[PLACEHOLDER] Optimize Search/Add fuzzy match for GET endpoints #13

katyasoup opened this issue Jul 19, 2024 · 0 comments
Labels
api Backend work on the API

Comments

@katyasoup
Copy link
Collaborator

The FHIR API (not sure if it's also true for the Hessian API) will return the first (alphabetical) result that matches the input provided; for example, if you request a CodeSystem "PH_Admin", it will return the data for PH_Administrative_Gender, whereas PH_Administrative_S" will return the data for PH_Administrative_Sex.

We could implement this same behavior, and/or think about how to return more useful fuzzy matching of data.

@katyasoup katyasoup changed the title [PLACEHOLDER] Add fuzzy match for GET endpoints [PLACEHOLDER] Optimize Search/Add fuzzy match for GET endpoints Jul 29, 2024
@katyasoup katyasoup added the api Backend work on the API label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Backend work on the API
Projects
None yet
Development

No branches or pull requests

1 participant