Skip to contents

Generates simulated NHS patients

Usage

sim_patients(n_rows = 10, start_date = NULL)

Arguments

n_rows

Number of rows/patients to generate

start_date

Start date (needed to generate patient ages)

Value

data.frame. Empty waiting list.

Examples

sim_patients()
#>    Referral Removal Withdrawal Priority Target_wait                 Name
#> 1        NA    <NA>         NA        4         365      Wheeler, Cierra
#> 2        NA    <NA>         NA        2          28       Johnson, Jalen
#> 3        NA    <NA>         NA        1           7       el-Mian, Hamza
#> 4        NA    <NA>         NA        4         365 Maldonado, Francesco
#> 5        NA    <NA>         NA        4         365       Wesley, Kaylah
#> 6        NA    <NA>         NA        4         365       Xiong, Joachim
#> 7        NA    <NA>         NA        4         365    al-Muhammed, Huda
#> 8        NA    <NA>         NA        4         365       Rivera, Monica
#> 9        NA    <NA>         NA        1           7       Reece, Sabrina
#> 10       NA    <NA>         NA        1           7       Macias, Monica
#>    Birth_Date NHS_number Specialty_code
#> 1  2019-06-16   18261270              Z
#> 2  1974-09-24   54583776              B
#> 3  1988-02-21   29667426              N
#> 4  2024-02-14   16295646              V
#> 5  1981-07-18    1818720              X
#> 6  1979-02-02   76107722              N
#> 7  1972-09-19   83179572              C
#> 8  1979-09-16   16168471              B
#> 9  1947-11-18   90652366              Z
#> 10 1986-07-08   17733190              Z
#>                                          Specialty OPCS
#> 1  Subsidiary Classification of Sites of Operation Z562
#> 2                      Endocrine System and Breast B092
#> 3                              Male Genital Organs N159
#> 4              Bones and Joints of Skull and Spine V528
#> 5                         Miscellaneous Operations X842
#> 6                              Male Genital Organs N201
#> 7                                              Eye C331
#> 8                      Endocrine System and Breast B098
#> 9  Subsidiary Classification of Sites of Operation Z033
#> 10 Subsidiary Classification of Sites of Operation Z792
#>                                                       Proceedure
#> 1                                            Z56.2 Thenar muscle
#> 2                    B09.2 Excision of sublingual thyroid tissue
#> 3                     N15.9 Unspecified operations on epididymis
#> 4  V52.8 Other specified other operations on intervertebral disc
#> 5                        X84.2 Pulmonary surfactant drugs Band 1
#> 6                     N20.1 Excision of lesion of spermatic cord
#> 7             C33.1 Resection of medial rectus muscle of eye NEC
#> 8    B09.8 Other specified operations on aberrant thyroid tissue
#> 9                                   Z03.3 Oculomotor nerve (iii)
#> 10                                               Z79.2 Os calcis
#>               Consultant
#> 1       Roberts, Michael
#> 2       Nguyen, Benjamin
#> 3   Alvarado Jr, Diamond
#> 4     Barcelona, Shyloah
#> 5        Goodger, Kaylee
#> 6         Runnels, Laura
#> 7  Lemus-Salazar, Kaylee
#> 8            Le, Brandon
#> 9     Buczynski, Timothy
#> 10         Basnet, Kevin