-
Notifications
You must be signed in to change notification settings - Fork 5
Update endpoint for testing fhir server connections #671
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #671 +/- ##
=======================================
Coverage 64.73% 64.73%
=======================================
Files 113 113
Lines 5521 5521
Branches 1308 1331 +23
=======================================
Hits 3574 3574
Misses 1935 1935
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Okay so this is a tricky one, because we want to be able to test a proper authentication with "Test connection", but I think typically |
c72e65b
to
0570387
Compare
c7c64d6
to
439170a
Compare
@nickclyde @fzhao99 I added back the |
PULL REQUEST
Summary
Updates the "test connection" on the FHIR server config page to check the
/metadata
endpoint, rather than/Patient
. This endpoint returns a Capability Statement that does not require Patient identifiers to be present on the request.Related Issue
Fixes #670
Additional Information
Anything else the review team should know?
Checklist