https://github.com/nhs-transformation-unit/nhs_app_utilisation
Repository for analysis of utilisation of NHS App
https://github.com/nhs-transformation-unit/nhs_app_utilisation
Last synced: 4 months ago
JSON representation
Repository for analysis of utilisation of NHS App
- Host: GitHub
- URL: https://github.com/nhs-transformation-unit/nhs_app_utilisation
- Owner: NHS-Transformation-Unit
- License: gpl-3.0
- Created: 2025-07-29T09:24:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-29T10:58:27.000Z (9 months ago)
- Last Synced: 2025-09-29T12:33:13.888Z (9 months ago)
- Language: HTML
- Size: 7.98 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# NHS App Utilisation
This repository contains the data and code for the analysis of NHS App utilisation rates across different patient demographic groups.
## Repository Structure
The current structure of the repository is detailed below:
``` plaintext
├─── data
├─── foi_received_raw
├─── mi_raw
└─── reference
├─── documentation
├─── images
└─── src
├─── analysis
├─── config
├─── load
├─── outputs
├─── processing
└─── requirements
```
### `data`
The data folder contains all extracts of data used to create this analysis. It is broken down into:
- `foi_received_raw`: Contains the raw data received on app utilisation by demographics as part of the FOI
- `mi_raw`: Contains raw extracts of the NHS App Management Information publication.
- `reference`: Contains useful reference data like lookups and population estimates.
### `documentation`
Contains documentation on the data sources used for the analysis and links to them.
### `images`
Contains the TU logo for the outputs.
### `src`
Contains the source code used for creating the analysis and outputs. Is broken down into:
- `analysis`: Contains the scripts for analysing app utilisation and creating visualisations.
- `config`: Contains the `.css` files for styling the quarto output and scripts for TU colour palettes.
- `load`: Contains the scripts for loading the datasets.
- `outputs`: Contains the full analysis and write-up within the `.qmd` file and the rendered `.html` output.
- `processing`: Contains scripts for processing the raw data ahead of analysis.
- `requirements`: Contains a script to install and load the required R packages.
This repository has been created and developed by:
- [Andy Wilson](https://github.com/ASW-Analyst)