Blood Pressure Evaluation
Analyze blood pressure with this Decision Flow against age-specific health recommendations.

DecisionRules

About the example:
This Decision Flow provides an instant health assessment by evaluating a person's blood pressure against standard, age-specific medical recommendations.
Solution components:
- a Decision Table named Blood Pressure contains the medically accepted normal blood pressure ranges, defining the minimum and maximum systolic and diastolic values for various age groups.
- a Decision Tree named Blood Pressure Limits compares a person's actual systolic and diastolic readings against the appropriate age-based limits to classify the reading as Within Range, Under Limit, or Over Limit.
- a Decision Flow orchestrates these two Decision Rules: takes a birthdate to calculate the person's current age. Look up the correct normal blood pressure range. Passes the person's actual blood pressure readings along with the corresponding normal range to the Decision Tree.
Use this Decision Flow, adjust it to match your needs and simply call from your patient portal using a REST API
More Templates
See Other Templates
Property Insurance Pricing
Simple property insurance pricing model built with a Decision Flow and a couple of Decision Tables.
Anti-Money Laundering Screening (AML)
Discover simple way to identify suspicious transactions with this Decision Flow based on their characteristics.
Applicant Acceptance
Automate student admission and scholarship with this Decision Flow based on a composite applicant score.