1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-13 00:32:34 +02:00

(v2.1.1.9270) Add support for Korean, fix ATCs

This commit is contained in:
2025-05-04 14:24:43 +02:00
parent b8f0f64287
commit dc5559a2c4
29 changed files with 608 additions and 557 deletions

View File

@ -132,6 +132,12 @@ TAXONOMY_VERSION <- list(
accessed_date = as.Date("2023-10-19"),
citation = "Logical Observation Identifiers Names and Codes (LOINC), Version 2.76 (18 September, 2023).",
url = "https://loinc.org"
),
ATC_DDD = list(
name = "ATC/DDD Index",
accessed_date = as.Date("2025-05-04"),
citation = "WHO Collaborating Centre for Drug Statistics Methodology, Guidelines for ATC classification and DDD assignment, Oslo",
url = "https://atcddd.fhi.no/atc_ddd_index/"
)
)