Background
Specifically, PIH has already had a very lightweight Dispensing feature available via a 2.x RefApp model for a while (see screenshot below); however, it's not well connected to e-prescribing.

User Stories
More detailed use cases documented here: https://wiki.openmrs.org/x/-gLDDw
- As a Pharmacy staff, I need to see all medications prescribed for a patient, so I can see what medications I need to prepare for them.
- I need to see: Drug type and strength, dose, duration, quantity to dispense at a time, and how many refills are available.
- As a Pharmacy staff, to be able to indicate what/how much is dispensed (at point of dispensing), so that we can track what the patient has and has not received.
- e.g.: Partial Dispensing problem: Only had 20 tablets available but patient is owed an additional 100.
- e.g. Seems Partial but wasn't: e.g. Have doubled strength tablets so not as many were needed to be dispensed.
- As a Clinician, I need to be able to see what was prescribed/dispensed in a convenient, consolidated place, so that the patient's active drug regimens are more obvious, and we can have a more informed conversation about adherence and other active medical conditions they are receiving treatment for. This also helps prevent me from prescribing medications that may react poorly with other medications the patient is taking.
Architecture
We will build a new OpenMRS Module "Medication Dispense" that will have the following components
Initial Sketches
Final designs: in Zeplin here; accountless view here
First draft mockups here: Pharmacy page mockup

Questions
Better name for the module? Should it be called "Pharmacy" or "Dispensing"? Should we repurpose or deprecate the existing RefApp 2.x Dispensing module?
Or do we want to consider building this in OpenMRS Core directly? (probably in the above module for now)
Should we build out RESTful API in OpenMRS REST or FHIR (or some combination) (probably FHIR)
The API and display we've been coming up with to-date has been very "Order" specific... do we need a way to dispense drugs without an order?
Do have a means/pattern for deploying a MFE via a Module? Do we even want this? If not, how do we "bundle" the MFE with the OpenMRS module? Or is it okay (or even beter) to keep these two things separate?
Examples from IQCare:

