The-Strategy-Unit / The-Strategy-Unit/open-plan-docs
Outpatient consult workload formula
@paulseamer is already working on this.
Since Sep 10, 2026.
- Dominant language
- HTML
- Stars
- 3
- Forks
- 1
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 14
Description
If the activity input is attended appointments, multiplying attendances directly by the DNA rate slightly understates missed slots if the DNA rate is defined as a percentage of all booked appointments (i.e., attended appointments + DNAs).
All types of outpatient activity are affected (general consult, virtual consult, and procedures).
The correct formula is:
$$\text{effective consultation time}=\text{consultation time}+\left(\frac{\text{DNA rate}}{1-\text{DNA rate}}\times \text{DNA time}\right)$$
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.