🧮Formula Suggestion

The Formula Suggestion helps healthcare providers calculate medical formulas quickly while writing notes. Mika listens during the appointment, captures relevant values (such as weight, age, or lab results), and fills them into a formula jellybean. Users can review, adjust, and instantly get results that can be added to their notes.


Key Features

  • Pre-Built Calculators: Use commonly applied medical formulas provided by Mika.

  • Automated Input: Mika auto-fills values from the appointment conversation.

  • Real-Time Calculation: Results are instantly calculated as values are updated. Users can manually adjust values in the calculator and recalculate.

  • Available in Note & Macros templates: Insert formula jellybeans into note or macros note for consistent use across the platform.

Browse all Mikata Formula Suggestions

Browse the Mika Suggestions Library to find commonly used formula (e.g., BMI, DAS28). These are ready to use—no setup required.

  1. Go to Library → Suggestions

  2. Browse the list of formula provided by Mika.

  1. Click to Preview the formula and see how the formula works before inserting it into a note or template.

Using Formula Suggestions in Notes

You can insert Formula Suggestions into your note templates or macros through the editor. Once added, they will automatically appear in all future notes based on that template.

In the note, calculators are displayed as fx jellybeans, ready for use.

How it Works

  1. Appointment Completed

    • After the appointment, Mika extracts relevant values (e.g., weight, age, lab results) and fills them into the formula jellybean.

  2. Auto-Calculation

    • The formula immediately processes the formula and shows the result in your note.

  3. Adjusting Values

    • If data is missing or incorrect, you can edit the values directly in the jellybean, and the result will update instantly.

  4. Using Macros

    • Macros can also be used to insert additional formula jellybeans into your notes for faster documentation.

Error Handling

  • Number Ranges: Each formula may define valid ranges for number values.

  • If Mika extracts a value that falls outside the range, the jellybean will turn orange, indicating no valid result.

  • You can adjust the value manually to correct the calculation.

Functionality Overview

Each formula jellybean comes pre-configured with the formula and logic. You simply review and confirm the values.

  • Number Input: Pulls patient data like weight, height, or age from the conversation.

  • Single Selection Input: Captures choices such as Male/Female or Yes/No.

  • Formula Logic: The formula is pre-built with the correct medical formula. Check out below function list to learn more about the logic.

Function
How to use
Explanation

SQRT

SQRT(Number)

Returns the square root of a number.

SUM

SUM(Number, Number 2, ...)

Adds all the given numbers together.

IF

IF(Condition, True Logic, False Logic)

Returns one value if a Condition is true, and another if it is false.

AND

AND(Condition 1, Condition 2)

Checks if all given conditions are true.

OR

OR(Condition 1, Condition 2)

Checks if at least one of the given conditions is true.

NOT

NOT(Condition 1)

Reverses a condition — true becomes false, false becomes true.

CONTAINS

CONTAINS(Single Select Suggestion, Suggestion value)

Checks if a text or select field contains the specified value.

ISEQUALS

ISEQUALS(Single Select Suggestion, Suggestion value)

Checks if two values are exactly equal.

LN

LN(Number)

Returns the logarithm of a number, base e (Euler's number)

EXP

EXP(Number)

Returns Euler's number, e (~2.718) raised to a power.

POW

POW(Number, Number)

Raises first number to the power of another number.

ROUND

ROUND(Number, Places)

Rounds a number to the nearest value with optional decimal places.

ROUNDUP

ROUNDUP(Number, Places)

Always rounds a number up to the specified decimal places.

ROUNDDOWN

ROUNDDOWN(Number, Places)

Always rounds a number down to the specified decimal places.

MAX

MAX(Number 1, Number 2, ...)

Returns the largest value from the given numbers.

MIN

MIN(Number 1, Number 2, ...)

Returns the smallest value from the given numbers.


Requesting a Formula

If you can’t find the formula you need in the Suggestions Library, you can contact us to request a new Formula suggestion.

❓ FAQ

Q1. Can I create or edit my own formula? No. Formula are pre-built by Mika. If you need one that isn’t available, please contact us and request a new formula suggestion.

Q2. How does Mika fill in formula values? Mika listens during the appointment and extracts relevant information (e.g., weight, height, lab values). These are automatically inserted into the formula jellybean.

Q3. What if Mika doesn’t capture the right value? You can always edit or add values manually in the jellybean. The result will be recalculated instantly.

Q4. Can I use formulas in all my notes automatically? Yes. You can add formula jellybeans to your note templates or macros. Once added, they will appear in all future notes based on that template.

Q5. What happens if Mika inserts a value outside the valid range? The formula jellybean will turn orange to indicate that the value is invalid. You can adjust the value manually to get the correct calculation.

Q6. Are the formula medically accurate? Formulas are based on established medical formulas. However, results should always be interpreted by the physician as part of clinical judgment.

Last updated