Skip to content

Commit c84bb94

Browse files
authored
Merge pull request #63 from The-Strategy-Unit/StatsRhian/issue56
Redesign naviation
2 parents 764384f + 2c130f3 commit c84bb94

19 files changed

Lines changed: 194 additions & 61 deletions

docs/functional-areas/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ title: Functional Areas
33
icon: lucide/package
44
---
55

6-
#### Functional Areas
6+
A functional area is the modelling construct used to represent a capacity domain within the framework. It combines capacity domain + activity definition + workload derivation + capacity conversion method + assumptions.
7+
8+
e.g. BAYS_AE, BEDS_CRITICAL_CARE, ROOMS_MATERNITY_BIRTH, SPACES_SDEC.
9+
10+
For more technical details about the functional areas you can explore the [functional areas register](../technical-information\functional-area-catalogue.md)

docs/index.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
icon: lucide/rocket
33
---
44

5-
# About
6-
7-
This site documents the **OpenPlan Hospital Capacity Conversion Tool**, a modular framework for converting healthcare activity into capacity requirements through reusable classifications, workload derivations, assumptions, and conversion archetypes.
8-
9-
* What is this?
10-
* Why does it exist?
11-
* How does it work?
12-
* What are the main components (navigation)?
13-
* Scope
14-
* Design principles
15-
* Status
16-
* Source code (documentation + implementation)
17-
18-
<span style="font-size: 1.5rem">[:fontawesome-brands-git-alt:](https://github.com/The-Strategy-Unit/open-plan-docs "Go to repository"){ target="_blank" }</span>
5+
# Welcome!
6+
7+
This site documents the **OpenPlan Hospital Capacity Conversion Tool**, a modular
8+
framework for converting healthcare activity into estimates of capacity requirements.
9+
10+
:lucide-rocket: If you want to know how to use the tool, see our [quick start](user-guide/quick-start.md).
11+
12+
:lucide-boxes: For a simple overview of how the tool works, please visit the [methodology](user-guide/methodology.md) page.
13+
14+
:lucide-sigma: If you would like the detail on how the tool works, have a look at the
15+
[technical information](technical-information).

docs/reference/index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.

docs/reference/calculation-traceability-matrix.md renamed to docs/technical-information/calculation-traceability-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hide:
77

88
The glue table that links classifications, assumptions, archetypes and outputs.
99

10-
A CTM row represents a unique workload-to-capacity calculation pathway requiring distinct classifications, assumptions, workload derivation logic or capacity outputs.
10+
A row represents a unique workload-to-capacity calculation pathway requiring distinct classifications, assumptions, workload derivation logic or capacity outputs.
1111

1212
<div class="compact-table" markdown="1">
1313
{{ pd_read_yaml("docs/data/calculation_traceability_matrix.yaml").fillna("") | convert_to_md_table }}
File renamed without changes.
File renamed without changes.

docs/reference/conversion-archetypes-catalogue.md renamed to docs/technical-information/conversion-archetypes-catalogue.md

File renamed without changes.
File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Technical Information
3+
icon: lucide/book-open-text
4+
---
5+
6+
#### Technical Information

0 commit comments

Comments
 (0)