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

Add GET endpoint to retrieve ValueSet by name #19

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

Add GET endpoint to retrieve ValueSet by name #19

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

Comments

@katyasoup
Copy link
Collaborator

To match the current behavior of the pv FHIR API, we should be able to query data on the "name" field:

  • an exact text match should return the corresponding data
  • a partial text match should return the first alphabetical match, e.g. PH_Admin should return the data for "PH_Administrative_Gender" while PH_Administrative_S should return the data for"PH_Administrative_Sex"
@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