Skip to content
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

Dispensing: Display previously prescribed items #5756

Open
4 tasks
Tracked by #6000 ...
jmbrunskill opened this issue Dec 11, 2024 · 4 comments · May be fixed by #6316
Open
4 tasks
Tracked by #6000 ...

Dispensing: Display previously prescribed items #5756

jmbrunskill opened this issue Dec 11, 2024 · 4 comments · May be fixed by #6316
Assignees
Labels
feature: dispensing Team Piwakawaka James, Carl, John, Zachariah
Milestone

Comments

@jmbrunskill
Copy link
Contributor

jmbrunskill commented Dec 11, 2024

NewModal in the Prescription History

Opening the tab modal displays a list of previously prescribed items for that patient (Paginated if needed)

image

Acceptance Criteria

  • Able to see the list of previously prescribed items for a patient
  • Table should contain item name, total prescription quantity, directions, prescription date, and clinician
  • All data should be for the current store only (don't need top look up remote data)
  • Doesn't need to have new UI yet (e.g. focus on functionality first)
@jmbrunskill jmbrunskill changed the title Display previously prescribed items Dispensing: Display previously prescribed items Dec 11, 2024
@jmbrunskill jmbrunskill added Team Piwakawaka James, Carl, John, Zachariah feature: dispensing labels Dec 11, 2024
@jmbrunskill jmbrunskill added this to the v2.5.0 milestone Dec 11, 2024
@jmbrunskill
Copy link
Contributor Author

jmbrunskill commented Dec 11, 2024

From the PRD:
Clicking displays a list of previously prescribed items

  • Date
  • Prescription number
  • Prescriber code
  • Item name
  • Quantity
  • Directions

Looks like maybe they want prescription number in the table too @Chris-Petty ?

@jmbrunskill
Copy link
Contributor Author

Looks like there is a modal mockup for this, so lets go with modal for now?
image

@Chris-Petty
Copy link
Contributor

Chris-Petty commented Dec 12, 2024

  • All data should be for the current store only (don't need top look up remote data)

In OG we have a pref to show all history from across stores - e.g. if a site has both in patient and out patient stores and the patient has been discharged with a new prescription to collect from outpatient pharmacy, then that pharmacy should ideally see the history of what was prescribed to the patient while an inpatient. I don't have the data but feel like we ussssually turn it on. I'm pretty sure this wasn't a global pref before, but last year it became one. And turning it on also causes all patient records to sync everywhere they're visible. (sometimes the separate stores in a hospital might be separate sites so that's handy)

I'm tempted to just not filter by store as it's easier at first and then get feedback from there.

@jmbrunskill
Copy link
Contributor Author

I'm tempted to just not filter by store as it's easier at first and then get feedback from there.

Sure, that makes sense, was just wanting avoid doing remote lookup logic, no store filter sounds good.

@jmbrunskill jmbrunskill modified the milestones: v2.5.0, Carryover Jan 7, 2025
@jmbrunskill jmbrunskill assigned CarlosNZ and unassigned Chris-Petty Jan 22, 2025
@CarlosNZ CarlosNZ linked a pull request Jan 28, 2025 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: dispensing Team Piwakawaka James, Carl, John, Zachariah
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants