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

refactor fhir calls to use POST #298

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from
Draft

Conversation

fzhao99
Copy link
Collaborator

@fzhao99 fzhao99 commented Jan 16, 2025

PULL REQUEST

Summary

Refactors our FHIR query layer to

  1. all use POST, since querying by the codes as constructed in the query building flow run into GET URL length limits
  2. construct concept type filters <> FHIR resource mapping more intelligently, rather than the code-system based logic that we used to have

Additional Information

Anything else the review team should know?

Checklist

  • Descriptive Pull Request title
  • Link to relevant issues
  • Update documentation

Base automatically changed from bob/use-query-table-over-use-cases to main January 21, 2025 15:17
@fzhao99 fzhao99 changed the title refactor fhir calls to post refactor fhir calls to be post-based Jan 21, 2025
@fzhao99 fzhao99 changed the title refactor fhir calls to be post-based refactor fhir calls to use POST Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant