TIP-Global-Health / eheza-app

Apache License 2.0
3 stars 1 forks source link

ANC - Update - Preeclampsia (Mild to Moderate) Logic [6h] #353

Closed jeanette-pelizzon closed 1 year ago

jeanette-pelizzon commented 2 years ago

Issue

This issue is only dealing with Mild to Moderate Preeclampsia

As we tackled questions around the hierarchy of hypertension/preeclampsia, some other issues with the preeclampsia (mild to moderate) logic came to light.

Currently, we diagnose preeclampsia and refer to the hospital. If a patient continues to have the same symptoms we would keep referring them.

Now, when a patient is diagnosed with preeclampsia the first time, we will refer them to the hospital. When the patient returns to the health center for their next ANC visit, we will ask them in the History (Outside Care) activity if they were seen at another facility and diagnosed with anything. They would then say preeclampsia, we would ask what medication they were given. Then we would continue the encounter. (See related issues for updates to this)

Logic Change Based on the patient's BP, we would determine what medication to give them in the next steps. It follows the exact same logic as hypertension. I have updated the logic document under subsequent visits with a preeclampsia continued care section. (see related issues for next steps screen)

Refer to logic document here.

Note

Related Issues

jeanette-pelizzon commented 2 years ago

Logic for continued care can currently be found at line 107 in the Logic Master. This will change as we continue to add and move things in that document but just so you can find it easier now.

// @anvmn

anvmn commented 2 years ago

@jeanette-pelizzon

Now, when a patient is diagnosed with preeclampsia the first time, we will refer them to the hospital. When the patient returns to the health center for their next ANC visit, we will ask them in the History (Outside Care) activity if they were seen at another facility and diagnosed with anything. They would then say preeclampsia, we would ask what medication they were given.

This requires a change at Outside Care activity, because right now, we do not offer a choice of medication for Preeclampsia. So, we'll need a new issue to offer these medications (identical to what we have for Hypertension, I suppose).

Logic Change Based on the patient's BP, we would determine what medication to give them in the next steps. It follows the exact same logic as hypertension. I have updated the logic document under subsequent visits with a preeclampsia continued care section. (see related issues for next steps screen)

This will require determining which medication patient takes right now. If we look at hypertension for example, even if we know from Outside care activity that patient was prescribed medication, we do not take this into account. So, if patient was diagnosed with hypertension, we'd consider only what we have prescribed. Do we do the same for Preeclampsia?

Severe Preeclampsia should be referred every single time

Does it mean that it needs to be diagnosed every single time, or, if diagnosed once before, it's considered as a chronic diagnosis?

Eclampsia should be referred every single time. Technically a patient should only ever be diagnosed once with eclampsia then sent to hospital to deliver baby but, just in case, keep it so it refers every single time.

Does it mean that it needs to be diagnosed every single time, or, if diagnosed once before, it's considered as a chronic diagnosis?

Reminder that once a patient is diagnosed with preeclampsia they will never go back down to hypertension.

If patient is diagnosed with Severe preeclampsia can they go back to Moderate preeclampsia? If patient is diagnosed with Eclampsia can they go back to Eclampsia?

jeanette-pelizzon commented 2 years ago
  1. Yes, we made changes to outside care. See linked related issues in the description.

  2. We should be taking into account the medication that a patient tells us they are getting from outside care. So if they are diagnosed with something outside - like hypertension- and tell us they are getting a medication, we should then provide the next steps recs based on that. Since we pull in the medication in next steps it should be pulling from the most recent one - wether it was their last visit with us or at an outside care facility.

  3. From my conversation with Wendy, she wants them referred to the hospital everytime they hit the qualifications for severe preeclampsia.

  4. Same as point 3.

  5. No, once they are diagnosed with something higher on the hierarchy they will never go back down.

// @anvmn

anvmn commented 2 years ago

@jeanette-pelizzon

  1. Yes, we made changes to outside care. See linked related issues in the description.

Only issue I see there is #355, and it about additional question on first page. I'm talking about adding an option to choose mediaction that was given for Preeclapsia, on second page:

image

  1. We should be taking into account the medication that a patient tells us they are getting from outside care. So if they are diagnosed with something outside - like hypertension- and tell us they are getting a medication, we should then provide the next steps recs based on that.

Got it. What do we do in case patient was given Preeclapsia diagnosis, but did not get medicine?

jeanette-pelizzon commented 2 years ago

@adamhstewart spoke with Wendy and we may be getting rid of the outside care subactivity so I can follow up on these but we may not need to. I would hold work on this @anvmn until we get the definite yes or no about the activity.

@adamhstewart we didn't get to speak about in scrum yesterday - do you have any guidance moving forward?

anvmn commented 2 years ago

@balagan73 please test on Nutrition env

balagan73 commented 2 years ago

https://nutrition-ihangane.pantheonsite.io/

QA Review

Found issues and questions:

  1. When patients have >= 110 mmHg diastolic blood pressure OR >= 160 mmHg systolic BP and edema (mild to moderate preeclampsia), they are diagnosed with preeclampsia, and also marked as high risk at the same time.

image

Checked and approved:

  1. Mild preeclampsia diastolic >=90 to <110 mmHg x 2 (separated by >2 hours) +
Warning Edema Protein in urine
image image image
  1. diastolic blood pressure >= 110 mmHg
Before urine test results After urine test results (protein)
image image
  1. 160 mmHg > Systolic BP >=140 mmHg + edema image

  2. systolic BP >= 160 mmHg + edema

image

  1. EGA > 37 weeks

image

adamhstewart commented 2 years ago

@anvmn please check the single point above.

anvmn commented 2 years ago

@adamhstewart

When patients have >= 110 mmHg diastolic blood pressure OR >= 160 mmHg systolic BP and edema (mild to moderate preeclampsia), they are diagnosed with preeclampsia, and also marked as high risk at the same time.

Before we had ANC logic, we had requirements for alerts at Medical and Obstetrical panes. These alerts are for data collected at first encounter only.

Original requirements for the panes were implemented ~ 3 years ago (see, https://github.com/Gizra/ihangane/issues/1182, https://github.com/Gizra/ihangane/issues/1183). Then we were required to add more logic that included the High Risk for Preeclampsia (see https://github.com/Gizra/ihangane/issues/1199).

So, maybe we should drop some/all of these now, that we got ANC logic. Or maybe we shoud have some distinction between Nurse and CHW?

anvmn commented 2 years ago

@adamhstewart

When patients have >= 110 mmHg diastolic blood pressure OR >= 160 mmHg systolic BP and edema (mild to moderate preeclampsia), they are diagnosed with preeclampsia, and also marked as high risk at the same time.

Before we had ANC logic, we had requirements for alerts at Medical and Obstetrical panes. These alerts are for data collected at first encounter only.

Original requirements for the panes were implemented ~ 3 years ago (see, Gizra/ihangane#1182, Gizra/ihangane#1183). Then we were required to add more logic that included the High Risk for Preeclampsia (see Gizra/ihangane#1199).

So, maybe we should drop some/all of these now, that we got ANC logic. Or maybe we shoud have some distinction between Nurse and CHW?

As we discussed, those alerts will be shown only for CHW. Is this solution sufficient to close this issue?

anvmn commented 2 years ago

@adamhstewart ^^

isapisa commented 1 year ago

@adamhstewart ^^

anvmn commented 1 year ago

This is live for a while now, and no comments on this from field. Closing.