Skip to contents

This dataset contains 10 samples of randomly generated data to for demonstration purpose.

Usage

demographics

Format

ID

Unique identifier

sex

Sex of the patient

age

Age

dept

Department of admission: gastrosurgery, orthopaedics, gastro medicine, neurology

t0

Admission time (in hours). This is relative to the data extraction time.

los

Length of stay (in hours)

adm_type

Type of admission: emergency or elective

Examples

head(demographics)
#>       ID    sex   age          dept    t0   los  adm_type
#>    <num> <char> <num>        <char> <num> <num>    <char>
#> 1:     1      m    63 gastrosurgery  2254   112 emergency
#> 2:     2      f    94  orthopaedics     6    82  elective
#> 3:     3      m    81     neurology  3105    79 emergency
#> 4:     4      m    57  orthopaedics  2598   200  elective
#> 5:     5      m    33  orthopaedics   823   106  elective
#> 6:     6      m    64 gastrosurgery -1835  2358  elective