orders {constellation} | R Documentation |
Synthesized blood culture orders for cohort of 100 synthetic patients
Description
A dataset containing 59 blood culture orders for 27 unique synthetic patients. There is only 1 order for blood cultures. Patient-level sampling rate, mean numeric value, standard deviation, and number of measurements per patient follow patterns observed in real electronic health record data. This dataset is included to demonstrate sepsis identification.
Usage
orders
Format
A data frame with 59 rows and 3 variables:
- PAT_ID
patient identification number, randomly generated integer
- ORDER_TIME
order datetime of blood culture, character
- VARIABLE
categorical variable specifying the blood culture order name, character
Source
Randomly synthesized patient data
Examples
## Not run:
orders
## End(Not run)
[Package constellation version 0.2.0 Index]