This dataset provides completely synthetic test data for the cardiac arrest-related fields
in the National EMS Information System (NEMSIS). It is not specific to any single function
but can be used to test multiple functions in the nemsqar
package. Users are encouraged to
experiment with this dataset, but results should not be interpreted as meaningful. Some
outputs may be nonsensical, which is expected since this data is only intended to demonstrate
the expected structure of input data.
data(nemsqar_arrest_table)
A data frame with 10,000 rows and 28 variables:
Unique identifier for the incident report (character).
Date of the incident (Date).
Indicates whether cardiac arrest occurred during the EMS event (character).
Suspected cause of the cardiac arrest (character).
Whether resuscitation was attempted by EMS (character).
Detailed reasons for resuscitation decisions (character).
Who witnessed the cardiac arrest (character).
List of all witnesses to the cardiac arrest (character).
Whether CPR was provided before EMS arrival (character).
Who performed CPR before EMS arrival (character).
List of responders who provided CPR before EMS arrival (character).
Whether an AED was used before EMS arrival (character).
Who used the AED before EMS arrival (character).
List of responders who used the AED before EMS arrival (character).
List of types of CPR performed (character).
First recorded cardiac rhythm during arrest (character).
Coded representation of the first monitored cardiac rhythm (character).
Whether the patient regained spontaneous circulation (character).
List of codes indicating ROSC status (character).
Timestamp of cardiac arrest occurrence (datetime).
Timestamp of resuscitation discontinuation (datetime).
Reason for discontinuing resuscitation (character).
Recorded cardiac rhythm upon arrival at the destination (character).
Patient's condition at the end of the EMS event (character).
Timestamp of initial CPR administration (datetime).
Who initiated CPR (character).
Who first applied the AED (character).
Who performed the first defibrillation (character).
data(nemsqar_arrest_table)
head(nemsqar_arrest_table)
Run the code above in your browser using DataLab