vitals {constellation}R Documentation

Synthesized vital sign measurements for cohort of 100 synthetic patients

Description

A dataset containing 35,146 lab results for 100 unique synthetic patients. There are 4 unique vital signs, including systolic blood pressure, heart rate (pulse), respiratory rate, and temperature. 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

vitals

Format

A data frame with 35146 rows and 4 variables:

PAT_ID

patient identification number, randomly generated integer

RECORDED_TIME

recorded datetime of vital sign measurement, character

VALUE

vital sign measurement value, numeric

VARIABLE

categorical variable specifying the vital sign name, character

Source

Randomly synthesized patient data

Examples

## Not run: 
 vitals

## End(Not run)


[Package constellation version 0.2.0 Index]