The goal of this algorithm is to detect in which state of hypertension the patient belongs after the corresponding measurements of blood pressure.

Here, there is a flux-diagram of the algorithm:

Algorithm Diagram
Algorithm Diagram

For a better quality image, follow this link

HT Intervals Definition

There are three essential intervals given the BP values:

  • Normal AT.

  • Stage I HT.

  • Stage II HT.

Every interval is related with a face

Three Algorithm Faces

Normal AT

\[Normal\,\,\,TA = systolic \leq 129\, \cap \,diastolic\leq 79\]

In the Normal AT:

  • The Control should be in the next 6 Month - 1 year.

  • The algorithm returns a dialogue with a set of personalized recommendations for the patient based on cardiovascular risk factors.

Here there is an example of the dialogue:
Treatment dialogue

Stage I HT

\[Stage\,\,\,I\,\,\,HT = systolic \in [130, 139]\, \cup \,diastolic\in [80, 89]\\]

In Stage I HTA:

  • The algorithm returns the personalized recommendations like before.

  • Notifies the doctor, and afterwards he decide to give or not to give pharmacotherapy.

  • The Control should be in the next 3 months - 6 months.

Stage II HT

\[Stage\,\,\,II\,\,\,HTA = systolic \geq 140\, \cup \,diastolic\geq 90\]

In Stage II HTA there are sub-stages

Stage II A

\[Stage\,\,\,II\,\,\,A = systolic \in [140, 149]\, \cup \,diastolic\in [90, 99]\\]

Asymptomatic

If is the first visit of the patient:

  • The algorithm returns the personalized recommendations like before.

  • The Control should be in the next 15 days - 1 month.

If not:

  • Doctor assesses whether to provide pharmacological treatment.

Symptomatic

Symptomatic means that the patient feels headaches and / or dizziness

  • Notification to the doctor to decide if the patient should take pharmacotherapy

  • The algorithm returns the personalized recommendations like before.

  • The Control should be in the next 15 days - 1 month.

Stage II B

\[Stage\,\,\,II\,\,\,B = systolic \in [160, 179]\, \cup \,diastolic\in [100, 109]\\]
  • Non-pharmacological treatment. The algorithm returns personalized recommendations based on risk factors of the patient.

  • Pharmacotherapy. Show the Medication Suggestion Screen
    • The Medication Suggestion Screen still needs to be designed and implemented
  • Notify the doctor in order to know the situation of the patient.

  • The Control should be in the next 15 days.

Stage II C

\[Stage\,\,\,II\,\,\,C = systolic \geq 180\, \cup \,diastolic\geq 110\]

The patient needs inmediate medical care. The app shows a message telling the handworker to go to the hospital.