This dataset provides completely synthetic test data for evaluating situation-related
functions in the nemsqar
package. It includes variables related to patient complaints,
symptoms, injury status, and provider impressions. The dataset is designed to
assist users in testing the expected input structure for situation-related measures.
data(nemsqar_situation_table)
A data frame with 10,000 rows and 18 variables:
Unique identifier for the incident report (character).
Date of the incident (Date).
Date and time when symptoms began (datetime).
Indicates whether an injury is possible, including coded response (character).
Classification of the patient's complaint (character).
Primary complaint reported by the patient (character).
List of primary complaints (character).
Duration of the complaint (numeric).
Units of time associated with the complaint duration (character).
Anatomic location of the primary complaint (character).
Organ system affected by the chief complaint (character).
Primary symptom reported by the patient, including ICD code (character).
Description of additional symptoms (character).
ICD code for associated symptoms (character).
List of additional symptoms reported (character).
Primary impression of the provider, including ICD code (character).
Secondary provider impression, including ICD code (character).
List of secondary provider impressions (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_situation_table)
head(nemsqar_situation_table)
Run the code above in your browser using DataLab