ezmedicationinput 0.1.33 → 0.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/maps.js +4 -0
  2. package/package.json +1 -1
package/dist/maps.js CHANGED
@@ -145,6 +145,10 @@ exports.DEFAULT_ROUTE_SYNONYMS = (() => {
145
145
  registerVariants("transdermal", types_1.RouteCode["Transdermal route"]);
146
146
  registerVariants("pr", types_1.RouteCode["Per rectum"]);
147
147
  registerVariants("rectal", types_1.RouteCode["Per rectum"]);
148
+ registerVariants("supp", types_1.RouteCode["Per rectum"]);
149
+ registerVariants("suppo", types_1.RouteCode["Per rectum"]);
150
+ registerVariants("suppository", types_1.RouteCode["Per rectum"]);
151
+ registerVariants("suppositories", types_1.RouteCode["Per rectum"]);
148
152
  registerVariants("pv", types_1.RouteCode["Per vagina"]);
149
153
  registerVariants("vaginal", types_1.RouteCode["Per vagina"]);
150
154
  registerVariants("oph", types_1.RouteCode["Ophthalmic route"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ezmedicationinput",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "Parse concise medication sigs into FHIR R5 Dosage JSON",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",