Skip to contents

This dataset contains 10 samples of randomly generated data to for demonstration purpose.

Usage

ab_prescription

Format

ID

Unique identifier

time

Record time (in hours)

ab_name

Name of the antibiotics

firsttime

Whether it is the first time this antibiotics is prescribed

abform_filled

Whether the form for antibiotics is filled

purpose

Purpose for the antibiotics prescription

source

Type of infection: community acquire, hospital acquired or profylactic uses

Examples

head(ab_prescription)
#>       ID  time                     ab_name firsttime abform_filled
#>    <num> <num>                      <char>    <char>        <char>
#> 1:     1  2257     Piperacillin/Tazobaktam      <NA>           Yes
#> 2:     1  2337              Ciprofloksacin      <NA>           Yes
#> 3:     1  2337                Metronidazol      <NA>           Yes
#> 4:     1  2337 Trimetoprim/Sulfametoksazol        No           Yes
#> 5:     1  2361                Metronidazol        No           Yes
#> 6:     2    13                   Cefalotin      <NA>           Yes
#>                      purpose       source
#>                       <char>       <char>
#> 1: Acute abdomen/peritonitis    Community
#> 2: Acute abdomen/peritonitis    Community
#> 3:           Other infection    Community
#> 4:           Other infection    Community
#> 5:           Other infection    Community
#> 6:     Perioperative surgery Prophylactic