This dataset contains synthetic data for the eVitals section of the National Emergency Medical Services Information System (NEMSIS). It is designed for testing functions within the nemsqar package. The data structure follows the expected format for eVitals fields but does not produce meaningful clinical results.
nemsqar_vitals_table
A tibble with 10,000 rows and 19 variables:
Unique incident identifier (character).
Date of the EMS incident (Date).
Timestamp of vital signs measurement (Datetime).
ECG type recorded (character).
Systolic blood pressure (numeric).
Diastolic blood pressure (numeric).
Heart rate in beats per minute (numeric).
Oxygen saturation percentage (numeric).
Respiratory rate in breaths per minute (numeric).
Observed respiratory effort (character).
End-tidal CO2 measurement (numeric).
Blood glucose level in mg/dL (numeric).
GCS motor response score (character).
Total Glasgow Coma Score (numeric).
AVPU scale assessment (character).
Pain scale score (numeric).
Sort order for pain scale (numeric).
Stroke scale assessment result (character).
Type of stroke scale used (character).
Users are encouraged to use this dataset to test functions, but the outputs may be nonsensical, as the data is solely intended to demonstrate the expected input structure.
data(nemsqar_vitals_table)
dplyr::glimpse(nemsqar_vitals_table)
Run the code above in your browser using DataLab