-
Notifications
You must be signed in to change notification settings - Fork 1
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
use standard etasu endpoint #84
Conversation
The GuidanceResponse $rems-etasu operation is looking for a Medication resource not a MedicationRequest. Could you please create a Medication resource and send that instead. |
Is it looking for a medication resource by standard? The PR I made in rems-admin handles med requests. |
It appears that you didn't update the query that is sent from the page returned from completion of the Patient Enrollment Form. We either need to update this as well or remove the ETASU check from that page. |
This reverts commit 2c344b5.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works well
Describe your changes
Makes use of the standard etasu endpoint on the rems server, replacing old format with new FHIR GuidanceResponse format. Nothing should functionally change other than a couple bits of data being changed or removed, like the case number not showing in the UI anymore or the change in the status language.
Issue ticket number and Jira link
REMS-620
Checklist before requesting a review
dev
not main (the only exception to this is releases fromdev
and hotfix branches)Checklist for conducting a review