This dataset provides completely synthetic test data for evaluating disposition-related
functions in the nemsqar
package. It includes key variables related to patient
disposition, transport mode, hospital capabilities, and team pre-arrival alerts.
The dataset is intended to assist users in testing the expected input structure
for disposition-related measures.
data(nemsqar_disposition_table)
A data frame with 10,000 rows and 13 variables:
Unique identifier for the incident report (character).
Date of the incident (Date).
Position of the patient during transport (character).
Additional transport mode details (character).
List of additional transport mode descriptors (character).
Primary hospital capability associated with the incident (character).
List of hospital capabilities at the destination facility (character).
Indicates whether a pre-arrival alert was triggered for the team (character).
Indicates the specific type of pre-arrival alert activated (character).
Indicates whether a general trauma team was activated pre-arrival (logical).
Evaluation or care provided to the patient (character).
Final transport disposition of the patient (character).
Final disposition of the patient, including standardized codes (character).
Users are encouraged to test these functions 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_disposition_table)
head(nemsqar_disposition_table)
Run the code above in your browser using DataLab