From 23249c2e7c5ff70c7bc49c3249894597f8979032 Mon Sep 17 00:00:00 2001 From: cookeac Date: Tue, 17 Sep 2024 09:38:27 +1200 Subject: [PATCH] Add TU and EA to uncefactDoseUnitsType --- enums/uncefactDoseUnitsType.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/enums/uncefactDoseUnitsType.json b/enums/uncefactDoseUnitsType.json index ba37dd3..5ddaaf6 100644 --- a/enums/uncefactDoseUnitsType.json +++ b/enums/uncefactDoseUnitsType.json @@ -1,5 +1,5 @@ { - "description": "Subset of units that are helpful for medicine doses from UN/CEFACT trade facilitation recommendation 20.", + "description": "Subset of units that are helpful for medicine doses from UN/CEFACT trade facilitation recommendation 20.\nSee https://unece.org/trade/uncefact/cl-recommendations#ui-id-17", "type": "string", @@ -18,6 +18,8 @@ "L19", "NA", "SYR", - "WW" + "WW", + "TU", + "EA" ] } \ No newline at end of file