ConceptNo code needed

Awell Score

A CE-marked library of more than 170 clinical calculations and validated outcome measures, browsable before a care flow is built and callable from inside one.

Awell Score is a library of clinical calculations and validated measurement instruments, such as PHQ-9, GAD-7 and EQ-5D, each carrying the scoring rules that turn answers into a number. A care flow can call one to score a patient's answers automatically, and the library can be browsed before any of that is built.

Awell Score is CE-marked, meaning it carries the European conformity mark certifying a product against the European Union requirements that apply to it. It works without the rest of Awell.

A validated instrument makes the number comparable

Deciding what a care flow should improve is the subject of Decide what to improve. The step after it is choosing the instrument that produces the number. A questionnaire written for one care flow produces a score only that care flow can interpret, which leaves nothing to compare it against.

A validated instrument avoids this. The measurement can be compared against published literature, against a benchmark, and against the same instrument used elsewhere in the organization.

What the Score Browser holds

The Awell Score Browser lists every calculation in the library, filterable by name, with a page for each one. The library spans mental health, quality of life, substance use, orthopedics, endocrinology, and general clinical calculators, alongside plain utilities like BMI and age.

Examples from across that range:

InstrumentMeasuresBrowse
PHQ-9Depression severityphq_9
GAD-7Generalized anxietygad_7
AUDITAlcohol useaudit
EQ-5D-5LGeneral health-related quality of lifeeq5d_5l
PROMIS-10Global physical and mental healthpromis_10
Oxford Knee ScoreKnee replacement outcomesoxford_knee_score

Each calculation page carries what a form needs

Opening a calculation shows the instrument's questions, its answer options, and the score each option carries. For the form that has to feed it:

  • The question keys. Each question has a key, such as AUDIT_Q01. The calculation matches on these keys, so a form has to use them.
  • Copy answer options. Each question offers its answer options for copying, with the scores already attached, so the options don't have to be retyped and re-scored by hand.
  • Simulate calculation. Answers can be entered and scored on the spot, which confirms the instrument behaves as expected before a care flow depends on it.

Each page also links the instrument's own documentation, covering how its questions and answers should be interpreted and what a given score means.

Fitting a calculation into a care flow

Inside Studio, a Calculation action runs the instrument against data the care flow has already collected, and the care flow can then branch on the result, put it in a message, or send it onward. Add a calculation covers that build.

Importing a library questionnaire brings the keys the calculation expects, covered in Import and export form questions. Where a form is written by hand, Encode questions and answer options covers matching the keys and values the instrument needs.

Score runs without a care flow

Score is a separate product with its own REST API, so a system that never runs a care flow can still call it to score a questionnaire it collected elsewhere. Engineers building that integration should start at the Awell Score API.

Next steps

Next: Know whether it worked — an instrument produces the number, and this turns that number into a claim about whether the care flow changed anything.

On this page