-
Notifications
You must be signed in to change notification settings - Fork 3
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
Prescription Logic change #471
Comments
Technical scoping
Concerns
Next Steps
Questions
@AnnieMungai @roywanyaga @hamza-vd Please review this. |
@dubdabasoduba no, it is one question for the whole prescription. Question: If for example someone has a prescription for 5 medications, and only 3 are available in the pharmacy, the pharmacist will have to remove the ones that are not available. Will this implementation cater to this? |
@AnnieMungai yes, this implementation will cater for your scenario. There will be a question under each medication specifying whether its available or not. |
The ask
On the prescription form, have a list of medications prepopulated when prescribed. Name to be Medication Prescribed.
Tapping on any of the medications will open the question; Medication dispensed? Users should be able to select yes or no.
If yes is selected, the prescription details form opens up. If no is selected, the reason why the medication was not prescribed pops open.
Question for discussion
Linked to issue #464.
The text was updated successfully, but these errors were encountered: