|
| 1 | +#' danish.ed.primary |
| 2 | +#' |
| 3 | +#' Data from a Danish study on triage in an emergency department (ED) |
| 4 | +#' |
| 5 | +#' Data from a prospective cohort study of triage scoring for an emergency |
| 6 | +#' department (ED). The study examined whether the use of patient level |
| 7 | +#' measurements would improve an existing triage score. These data are the |
| 8 | +#' training data (called primary data in the original manuscript) used for model |
| 9 | +#' building. Some variable names have been changed for readability, but the data |
| 10 | +#' on 21 variables for the 6,249 participants are otherwise unchanged. |
| 11 | +#' |
| 12 | +#' @name danish.ed.primary |
| 13 | +#' @docType data |
| 14 | +#' @format A tibble with 6249 rows and 21 variables: |
| 15 | +#' \describe{ |
| 16 | +#' \item{\code{mort30}}{numeric, 1 if patient died within 30 days of admission, 0 |
| 17 | +#' otherwise} |
| 18 | +#' \item{\code{triage}}{factor, triage score given at arrival to ED. |
| 19 | +#' Values \code{green}, \code{yellow}, \code{orange}, \code{red}, from lowest |
| 20 | +#' to highest priority |
| 21 | +#' for treatment. The value \code{blue} normally denotes severity not |
| 22 | +#' warranting admission to the ED, but no participants coded blue |
| 23 | +#' are in these data.} |
| 24 | +#' \item{\code{age}}{numeric, age in years, rounded to lower integer} |
| 25 | +#' \item{\code{sex}}{factor, values \code{female}, \code{male}} |
| 26 | +#' \item{\code{albumin}}{numeric, serum albumin, in g/L} |
| 27 | +#' \item{\code{creatinine}}{numeric, serum creatinine, in umol/L} |
| 28 | +#' \item{\code{hemaglobin}}{numeric, serum hemaglobin, in mmol/L } |
| 29 | +#' \item{\code{potassium}}{numeric, serum potassium, in mmol/L} |
| 30 | +#' \item{\code{leuk.count}}{blood leukocyte count, in 10E9/L} |
| 31 | +#' \item{\code{sodium}}{numeric, serum sodium, in mmol/L} |
| 32 | +#' \item{\code{c.react.protein}}{numeric, serum C-reactive protein} |
| 33 | +#' \item{\code{oxygen.sat}}{numeric, peripheral arterial oxygen saturation, as a percent} |
| 34 | +#' \item{\code{resp.rate}}{numeric, respiratory rate per minute} |
| 35 | +#' \item{\code{heart.rate}}{numeric, heart rate, beats/min} |
| 36 | +#' \item{\code{systolic.bp}}{numeric, systolic blood pressure, in mmHg} |
| 37 | +#' \item{\code{glasgow.coma.scale}}{numeric, extent |
| 38 | +#' of impaired consciousness in patients with acute medical condition or |
| 39 | +#' trauma, scored between 3 and 15, 3 being the worst and 15 the best. Score |
| 40 | +#' is based on 3 subscales, best eye, verbal and motor responses.} |
| 41 | +#' \item{\code{readmit.hosp}}{factor, readmitted to hospital within 30 days, |
| 42 | +#' values \code{yes}, \code{no}} |
| 43 | +#' \item{\code{days.in.hosp}}{numeric, number of days admitted to hospital} |
| 44 | +#' \item{\code{icu.time}}{numeric, number of days in the intensive care unit. |
| 45 | +#' value 99999 indicates patient not admitted to ICU} |
| 46 | +#' \item{\code{icu.status}}{factor, patient admitted to ICU, values \code{yes}, |
| 47 | +#' \code{no}} |
| 48 | +#' } |
| 49 | +#' #' @references Kristensen, Michael, et al. "Routine blood tests are associated |
| 50 | +#' with short term mortality and can improve emergency department triage: a cohort |
| 51 | +#' study of> 12,000 patients." Scandinavian Journal of Trauma, Resuscitation and |
| 52 | +#' Emergency Medicine 25 (2017): 1-8. |
| 53 | +#' \url{https://sjtrem.biomedcentral.com/articles/10.1186/s13049-017-0458-x?report=reader} |
| 54 | +#' @source \url{doi:10.5061/dryad.m2bq5} |
| 55 | +#' |
| 56 | +"danish.ed.primary" |
0 commit comments