Skip to content

NHS-Transformation-Unit/HS_DS_IBS_DES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TU logo


TU logo

Clinical Pathway Mapping - Simulating Patient Pathway Example Through DES

This repository contains the codebase for the modelling of an example proposed re-designed Hysteroscopy pathway. This model has been developed in R, details on the structure of the repository and how to amend and run the model are detailed below.

Using the Repository

The repository can be cloned to run the pathway model. Changing the inputs in the config folder will enable alternate scenarios of the pathway to be run.

Repository Structure

The structure of this repository is detailed below:


├───data
├───documentation
    ├───guidance
    └───project_documentation
├───images
    ├───logos
    └───pathway
└───src
    ├───config
        ├───model_inputs
        └───outputs
    ├───load
    ├───model
    ├───outputs
    ├───processing
    └───requirements

data

To contain any datasets received from the client to support the model build or underpinning assumptions.

documentation

Contains the project documentation such as specification of the model within the project_documentation folder. The guidance folder contains information on model structure and how to run.

images

Images such as TU logos and branding to add to outputs are contained in the logos folder. The pathway folder hosts the draw.io outputs of the proposed pathway that has been modelled.

src

All code is stored in src. This is subdivided into six modules:

  1. config: Files for configuring the output such as the theme.css are stored in the outputs folder. The model_inputs folder contains the code for setting inputs for the model which can be changed here by the user.
  2. load: Files for loading any datasets from the data folder are stored here.
  3. model: Files for building and running the pathway model are stored here.
  4. outputs: Files for creating the outputs of the model are stored here.
  5. processing: Processing steps such as cleaning or feature creation on any data loaded into the model are stored here.
  6. requirements: The requirements folder stores the packages.R file containing the list of packages required to run the model.

Proposed Pathway to Model

The pathway below represents the to-be pathway that is being modelled:

Proposed Pathway

Contributors

This repository has been created and developed by:

About

Repository for the example codebase for constructing a DES pathway model

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published