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

Re-design prescription Module. (Discussion needed) #8308

Open
3 tasks
samholics opened this issue Aug 13, 2024 · 7 comments
Open
3 tasks

Re-design prescription Module. (Discussion needed) #8308

samholics opened this issue Aug 13, 2024 · 7 comments

Comments

@samholics
Copy link

samholics commented Aug 13, 2024

Re-design Prescription Module.

Current prescription module needs to be redesigned to be more user friendly.

Issues with the current prescription module:

  • Cannot be placed as part of a form. The action of adding a medicine through the pop up window directly saves the medicine, even if the user cancels the form. Hence this prescription adder works as a single function, but not as part of a form.
    Eg: current Doctor's progress note. Try to open Doctor's progress note, add multiple medicines. Then cancel the form. Everything else in the form is deleted, however, you will notice that the edits to prescription is saved.

  • Users complain that it takes too much time to add one medicine at a time. They prefer a tabular presentation where they can type in/ select multiple medicines, mark other details and save all together

  • More forward looking requirement is the capability to have prescriptions come up as suggestions. This may be presented as a greyed-out list, against each item in list a doctor will mark "Yes/No" to accept the medication suggestion or reject it.
    Why is this relevant?

  1. This is relevant to reconcile mediation when the patient is transferred from one ward to another. Ideally the treating doctor must be made to review the list of active prescription in the previous ward, and accept or reject to creat an updated active prescription.
  2. Same feature will also be useful in Order Sets. Order sets are basically a set of instructions and doctors always add to their consultation for a type of patient. This is mostly only for ICU patients. If patient has COVID, the order set might consist of 5 medication with dosage frequency etc which the doctor can import as suggest and then accept or reject each medicine to easily fill out consultation. Such "Order sets" are extremely useful in standardising quality of care in hospitals.
@aparnacoronasafe aparnacoronasafe changed the title Rearrange prescription Moudule. (Discussion needed) Re-design prescription Module. (Discussion needed) Aug 14, 2024
@gigincg
Copy link
Member

gigincg commented Aug 14, 2024

@aparnacoronasafe / @samholics Can you expand "This is relevant to reconcile mediation when the patient is transferred from one ward to another. Ideally the treating doctor must be made to review the list of active prescription in the previous ward, and accept or reject to creat an updated active prescription."

@aparnacoronasafe
Copy link
Member

There must be continuity to prescription when a patient is moved from one ward to another.

A lot of drugs given in the ICU cannot be stopped suddenly. They may need to be veined off it by reducing dosage. Also, there may be other life-saving drugs that the patient may have been taking long term.

We need to be able to enable continuity across

  1. Home medication
  2. medication prescribed in various wards
  3. Discharge medication

Eg: When the patient gives information that he takes Med A and Med B at home, at the time of admission, that must be added to Home medication and the doctor giving first prescription, should be able to see the list to decide whether to continue the meds in the hosp, or replace it with either similar meds or to stop it altogether.
His first prescription at the time of admission to ICU maybe
Med A
Med B
Med C
then when the patient is downshifted from ICU to ward, all active medication must be renewed.
Same process must happen when doctor prescribes discharge medication. He must be able to see the last list of active medication.

@aparnacoronasafe aparnacoronasafe removed their assignment Aug 19, 2024
@aparnacoronasafe
Copy link
Member

@gigincg is this clear?

@gigincg
Copy link
Member

gigincg commented Aug 20, 2024

@aparnacoronasafe Need more depth on,

  1. How different is Home Medication & Discharge Medication.
  2. Does showing all prescriptions as suggestions for Discharge Medication solve the issue with Discharge Medication
  3. How do you plan to differentiate between location of Prescription, the Prescription for the Patient persists across any location the Patient is at. Can you explain the expected flow of review when a Patient is internally shifted to a different Bed.

@gigincg gigincg assigned aparnacoronasafe and unassigned gigincg Aug 20, 2024
@aparnacoronasafe
Copy link
Member

aparnacoronasafe commented Aug 22, 2024

  1. How different is Home Medication & Discharge Medication.

Discharge medication becomes home medication if the patient is admitted again.
Home medication is any medication the patient is having otherwise at the time of admission
Discharge medication is the medication the doctor prescribes the patient to have at home after discharge.

  1. Does showing all prescriptions as suggestions for Discharge Medication solve the issue with Discharge Medication

All active prescriptions must come as suggestion. Yes that would solved the problem.
The same must happen a admission and transfer between locations also.

  1. How do you plan to differentiate between location of Prescription, the Prescription for the Patient persists across any location the Patient is at. Can you explain the expected flow of review when a Patient is internally shifted to a different Bed.

Location need not be mapped to a prescription. But its a good practice for doctor to review the prescription as the patient moved from one location to another, particularly when the patient is moved between ICU and non-ICU beds. There are some medicines that are exclusively administered at ICU, these are the medication that might require close monitoring of vitals to ensure correct dosage. Such medicines are avoided in normal wards. So doctors would want to review the medication list to replace such medication with more 'safer' ones

@gigincg
Copy link
Member

gigincg commented Aug 22, 2024

@aparnacoronasafe I agree with the change needed when Dishcarging, but I believe we do not have enough field implementation and feedback to implement the same for Internal Shifting.

@gigincg gigincg assigned aparnacoronasafe and unassigned gigincg Aug 22, 2024
@aparnacoronasafe
Copy link
Member

This is absolutely necessary at the time of admission too. For the doctor to see the list of home medication.

Internal transfers, we could revisit when we have enough input from doctors. However, the discharge medicine reconciliation component may be developed keeping in mind the use cases at various times through the encounter including internal transfers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Triage
Development

No branches or pull requests

4 participants