This dataset provides completely synthetic test data for evaluating medication-related
functions in the nemsqar
package. It includes key variables related to medication
administration, timing, route, and standardized coding. The dataset is designed to
assist users in testing the expected input structure for medication-related measures.
data(nemsqar_medications_table)
A data frame with 10,000 rows and 8 variables:
Unique identifier for the incident report (character).
Date of the incident (Date).
Date and time the medication was administered (datetime).
Indicator of whether medication was administered before EMS arrival (character).
Name of medication administered with its associated RXCUI code (character).
List of all medications administered with RXCUI codes (character).
Method by which the medication was administered (character).
Standardized code for medication administration route (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_medications_table)
head(nemsqar_medications_table)
Run the code above in your browser using DataLab