Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »


Notes

  1. Indication can likely be pulled from the "orderReason" field on Order
  2. Assuming Billing and Distribution is not Phase 1 (or Phase 2, for that matter)

Questions

  1. I'm guessing/assuming Allergies is not Phase 1?  If it is, is this just a summary of the allergies table for patient?
  2. What is "end date", is that the expire date of the order?
  3. This page shows two drugs associated with a single prescribing (if I'm understanding correctly).  A "standard" OpenMRS Order only has one drug associated with it, is it fine for phase 1 if there is a just a one-to-one relationship here?
  4. Assumedly, "Dispensed" chiclet will be displayed if there are 1 or more MedicationDispense objects associated with the Order, and the "Refilled dispensed" numerator will be the count of medication dispensed objects associated with an order, and denominator will be the numRefills associated with the drug order? If no numRefills, default to 1?
    1. Can we just consider the total non-voided MedicationDispense associated with the Order when doing the count, or is there some other logic we need to take into account (this may get fleshed out as I dig into the following paging) 
  5. Send back to provider could potentially set the fulfillerStatus to "EXCEPTION", easy enough to do, but probably isn't Phase 1 until we design the UI for the prescriber to revise the order?
  • No labels