Clean up existing SIR values, or interpret minimum inhibitory concentration (MIC) values and disk diffusion diameters according to EUCAST or CLSI. as.sir()
transforms the input to a new class sir
, which is an ordered factor containing the levels S
, SDD
, I
, R
, NI
.
-
Breakpoints are currently implemented from EUCAST (2011-2025) and CLSI (2011-2025), see Details. All breakpoints used for interpretation are available in our clinical_breakpoints data set.
+
Breakpoints are currently implemented from EUCAST 2011-2025 and CLSI 2011-2025, see Details. All breakpoints used for interpretation are available in our clinical_breakpoints data set.
@@ -827,16 +827,16 @@ Breakpoints are currently implemented from EUCAST (2011-2025) and CLSI (2011-202
#> # A tibble: 65 × 17
#> datetime index method ab_given mo_given host_given input_given
#> <dttm> <int> <chr> <chr> <chr> <chr> <chr>
-
#> 1 2025-04-20 13:32:52 1 DISK ampicillin Strep pneu human 18
-
#> 2 2025-04-20 13:32:52 1 DISK AMP Escherich… human 20
-
#> 3 2025-04-20 13:32:52 1 DISK AMP Escherich… human 20
+
#> 1 2025-04-20 15:54:17 1 DISK ampicillin Strep pneu human 18
+
#> 2 2025-04-20 15:54:18 1 DISK AMP Escherich… human 20
+
#> 3 2025-04-20 15:54:18 1 DISK AMP Escherich… human 20
#> 4 NA NA NA NA NA NA NA
-
#> 5 2025-04-20 13:32:53 1 DISK GEN Escherich… human 18
-
#> 6 2025-04-20 13:32:53 1 DISK TOB Escherich… human 16
-
#> 7 2025-04-20 13:32:54 1 MIC AMX B_STRPT_P… human 2
-
#> 8 2025-04-20 13:32:54 1 MIC AMX B_STRPT_P… human 0.01
-
#> 9 2025-04-20 13:32:54 2 MIC AMX B_STRPT_P… human 2
-
#> 10 2025-04-20 13:32:54 3 MIC AMX B_STRPT_P… human 4
+
#> 5 2025-04-20 15:54:18 1 DISK GEN Escherich… human 18
+
#> 6 2025-04-20 15:54:18 1 DISK TOB Escherich… human 16
+
#> 7 2025-04-20 15:54:19 1 MIC AMX B_STRPT_P… human 2
+
#> 8 2025-04-20 15:54:19 1 MIC AMX B_STRPT_P… human 0.01
+
#> 9 2025-04-20 15:54:19 2 MIC AMX B_STRPT_P… human 2
+
#> 10 2025-04-20 15:54:19 3 MIC AMX B_STRPT_P… human 4
#> # ℹ 55 more rows
#> # ℹ 10 more variables: ab <ab>, mo <mo>, host <chr>, input <chr>,
#> # outcome <sir>, notes <chr>, guideline <chr>, ref_table <chr>, uti <lgl>,
diff --git a/reference/atc_online.html b/reference/atc_online.html
index dfa3f3cd8..082494cb7 100644
--- a/reference/atc_online.html
+++ b/reference/atc_online.html
@@ -7,7 +7,7 @@
AMR (for R)
-
2.1.1.9248
+
2.1.1.9249