Healthcare
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
Financial Services
A/B Testing
Discover a simple way to assign a test group for performing A/B Testing on your decisions.
Financial Services
Portfolio Rebalancer
Try real-time trading actions with this Decision Flow based on market prices and portfolio strategy.
E-Commerce and Retail
Product Catalog
Perform your own inventory check using our Decision Table.