A dataset containing information on drugs administered to individuals, including substance names, and roles.
Format
A data.table with 4 variables:
- primaryid
Unique identifier for each individual (
numeric
).- drug_seq
Sequence number identifying the specific drug in the report (
integer
).- substance
Name of the drug substance (active ingredient), as standardized using DiAna_Dictionary (
factor
).- role_cod
Role code indicating the role of the drug (
ordered
), with levelsPS
for primary suspect,SS
for secondary suspect,C
for concomitant,I
for interacting.