Skip to content

Commit

Permalink
Merge pull request #488 from cookeac/487-add-medicine-dose-units
Browse files Browse the repository at this point in the history
Add TU and EA to uncefactDoseUnitsType
  • Loading branch information
cookeac authored Oct 3, 2024
2 parents ecd3899 + 23249c2 commit 20b97b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions enums/uncefactDoseUnitsType.json
Original file line number Diff line number Diff line change
@@ -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",

Expand All @@ -18,6 +18,8 @@
"L19",
"NA",
"SYR",
"WW"
"WW",
"TU",
"EA"
]
}

0 comments on commit 20b97b3

Please sign in to comment.