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

Update fhirServers and FHIR_SERVERS #212

Open
3 tasks
linear bot opened this issue Dec 12, 2024 · 1 comment
Open
3 tasks

Update fhirServers and FHIR_SERVERS #212

linear bot opened this issue Dec 12, 2024 · 1 comment

Comments

@linear
Copy link

linear bot commented Dec 12, 2024

Description:

Right now we have multiple constants that represent different parts of a FHIR server configuration, e.g., FHIR_SERVERS is a list of hard coded names and fhirServers is the names and configuration. Ideally we would be able to use getFhirServerConfigs (for backend purposes and getFhirServerNamesfor front end display purposes.

Acceptance Criteria:

  • The codebase no longer relies on hardcoded values for FHIR Servers and instead dynamically pulls information from the DB.
  • The API error messaging is updated to no longer rely on hardcoded values
  • We simplify/clean up types and constants related to FHIR servers
Copy link
Author

linear bot commented Dec 12, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants