@f1studio/form-spec 5.0.0-alpha.157 → 5.0.0-alpha.160

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 (421) hide show
  1. package/FormSpec.FS/BitmaskHelpers.js.map +1 -0
  2. package/FormSpec.FS/BlueprintValidation.js.map +1 -0
  3. package/FormSpec.FS/Components/HelloComponent.js.map +1 -0
  4. package/FormSpec.FS/Designer.js.map +1 -0
  5. package/FormSpec.FS/FormSpec.d.ts +56 -24
  6. package/FormSpec.FS/FormSpec.d.ts.map +1 -1
  7. package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/FormSpec.js +172 -12
  8. package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/FormSpec.js.map +1 -1
  9. package/FormSpec.FS/FormSpecHelpers.js.map +1 -0
  10. package/FormSpec.FS/FormSpecValues.js.map +1 -0
  11. package/FormSpec.FS/Helpers.js.map +1 -0
  12. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.js.map +1 -0
  13. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js.map +1 -0
  14. package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js +2 -2
  15. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js.map +1 -0
  16. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.js.map +1 -0
  17. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.js.map +1 -0
  18. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.js.map +1 -0
  19. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.js.map +1 -0
  20. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateMapper.js.map +1 -0
  21. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js.map +1 -0
  22. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.d.ts.map +1 -1
  23. package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.js +5 -2
  24. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.js.map +1 -0
  25. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.d.ts +46 -5
  26. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.d.ts.map +1 -1
  27. package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/CoreMREncoder.js +354 -36
  28. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.js.map +1 -0
  29. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.js.map +1 -0
  30. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRTriggerEnrichment.d.ts +19 -0
  31. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRTriggerEnrichment.d.ts.map +1 -0
  32. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRTriggerEnrichment.js +99 -0
  33. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRTriggerEnrichment.js.map +1 -0
  34. package/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.js.map +1 -0
  35. package/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.js.map +1 -0
  36. package/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.js.map +1 -0
  37. package/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.js.map +1 -0
  38. package/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.js.map +1 -0
  39. package/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.d.ts +1 -1
  40. package/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.d.ts.map +1 -1
  41. package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/CorEMR/ItemTriggerConverter.js +18 -10
  42. package/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.js.map +1 -0
  43. package/FormSpec.FS/Integrations/CorEMR/TemplateDecodeTypes.js.map +1 -0
  44. package/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.d.ts.map +1 -1
  45. package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/CorEMR/TemplateManifestDecoder.js +3 -63
  46. package/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.js.map +1 -0
  47. package/FormSpec.FS/Integrations/OpenFda/OpenFdaTypes.js.map +1 -0
  48. package/FormSpec.FS/Interfaces.js.map +1 -0
  49. package/FormSpec.FS/Interop/Facade/BlueprintFilledForm.js.map +1 -0
  50. package/FormSpec.FS/Interop/Facade/FormAnswersGate.js.map +1 -0
  51. package/FormSpec.FS/Interop/FormSpec.Api.Helpers.d.ts.map +1 -1
  52. package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Interop/FormSpec.Api.Helpers.js +31 -10
  53. package/FormSpec.FS/Interop/FormSpec.Api.Helpers.js.map +1 -0
  54. package/FormSpec.FS/Interop/FormSpec.Api.Option.js.map +1 -0
  55. package/FormSpec.FS/Interop/FormSpec.Values.Api.Option.js.map +1 -0
  56. package/FormSpec.FS/Logging/LogTypes.js.map +1 -0
  57. package/FormSpec.FS/Migrator.js.map +1 -0
  58. package/FormSpec.FS/PathwayDataExtractor.d.ts.map +1 -1
  59. package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/PathwayDataExtractor.js +67 -42
  60. package/FormSpec.FS/PathwayDataExtractor.js.map +1 -0
  61. package/FormSpec.FS/PathwayExecutor.d.ts.map +1 -1
  62. package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/PathwayExecutor.js +20 -6
  63. package/FormSpec.FS/PathwayExecutor.js.map +1 -0
  64. package/FormSpec.FS/PathwayValidator.js.map +1 -0
  65. package/FormSpec.FS/PluginInterface.js.map +1 -0
  66. package/FormSpec.FS/Prelude.js.map +1 -0
  67. package/FormSpec.FS/Provenance.js.map +1 -0
  68. package/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.js.map +1 -0
  69. package/FormSpec.FS/Renderers/MermaidRenderer.js.map +1 -0
  70. package/FormSpec.FS/Renderers/PathwayRenderers.js.map +1 -0
  71. package/FormSpec.FS/TriggerActionDto.d.ts +26 -10
  72. package/FormSpec.FS/TriggerActionDto.d.ts.map +1 -1
  73. package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/TriggerActionDto.js +82 -17
  74. package/FormSpec.FS/TriggerActionDto.js.map +1 -0
  75. package/PathwayExecutor.withPlugins.js.map +1 -0
  76. package/PluginRegistration.js.map +1 -0
  77. package/README.md +7 -7
  78. package/Thoth.Json/packages/Thoth.Json/Decode.d.ts +2 -2
  79. package/Thoth.Json/packages/Thoth.Json/Decode.d.ts.map +1 -1
  80. package/{FormSpec.TS/Thoth.Json → Thoth.Json}/packages/Thoth.Json/Decode.js +69 -63
  81. package/Thoth.Json/packages/Thoth.Json/Decode.js.map +1 -0
  82. package/Thoth.Json/packages/Thoth.Json/Encode.d.ts.map +1 -1
  83. package/{FormSpec.TS/Thoth.Json → Thoth.Json}/packages/Thoth.Json/Encode.js +10 -6
  84. package/Thoth.Json/packages/Thoth.Json/Encode.js.map +1 -0
  85. package/Thoth.Json/packages/Thoth.Json/Extra.js.map +1 -0
  86. package/Thoth.Json/packages/Thoth.Json/Types.js.map +1 -0
  87. package/fable_modules/Fable.Form.3.0.0/Base.fs.js.map +1 -0
  88. package/fable_modules/Fable.Form.3.0.0/Error.fs.js.map +1 -0
  89. package/fable_modules/Fable.Form.3.0.0/Extensions.fs.js.map +1 -0
  90. package/fable_modules/Fable.Form.3.0.0/Field.fs.js.map +1 -0
  91. package/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.js.map +1 -0
  92. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js.map +1 -0
  93. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js.map +1 -0
  94. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js.map +1 -0
  95. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js.map +1 -0
  96. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js.map +1 -0
  97. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js.map +1 -0
  98. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js.map +1 -0
  99. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js.map +1 -0
  100. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js.map +1 -0
  101. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js.map +1 -0
  102. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js.map +1 -0
  103. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js.map +1 -0
  104. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js.map +1 -0
  105. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js.map +1 -0
  106. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js.map +1 -0
  107. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js.map +1 -0
  108. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js.map +1 -0
  109. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js.map +1 -0
  110. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js.map +1 -0
  111. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js.map +1 -0
  112. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js.map +1 -0
  113. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js.map +1 -0
  114. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js.map +1 -0
  115. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js.map +1 -0
  116. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js.map +1 -0
  117. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js.map +1 -0
  118. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js.map +1 -0
  119. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js.map +1 -0
  120. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js.map +1 -0
  121. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js.map +1 -0
  122. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js.map +1 -0
  123. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js.map +1 -0
  124. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js.map +1 -0
  125. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js.map +1 -0
  126. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js.map +1 -0
  127. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js.map +1 -0
  128. package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js.map +1 -0
  129. package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs.js.map +1 -0
  130. package/fable_modules/Fable.Promise.3.2.0/Promise.fs.js.map +1 -0
  131. package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js.map +1 -0
  132. package/fable_modules/Fable.React.Types.18.3.0/Fable.React.Hooks.fs.js.map +1 -0
  133. package/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.js.map +1 -0
  134. package/fable_modules/Fable.ReactDom.Types.18.2.0/Fable.ReactDom.fs.js.map +1 -0
  135. package/fable_modules/Feliz.2.8.0/Colors.fs.js.map +1 -0
  136. package/fable_modules/Feliz.2.8.0/DateParsing.fs.js.map +1 -0
  137. package/fable_modules/Feliz.2.8.0/Helpers.fs.js.map +1 -0
  138. package/fable_modules/Feliz.2.8.0/Internal.fs.js.map +1 -0
  139. package/fable_modules/Feliz.2.8.0/Interop.fs.js.map +1 -0
  140. package/fable_modules/Feliz.2.8.0/Key.fs.js.map +1 -0
  141. package/fable_modules/Feliz.2.8.0/Properties.fs.js.map +1 -0
  142. package/fable_modules/Feliz.2.8.0/ReactDOM.fs.js.map +1 -0
  143. package/fable_modules/Feliz.2.8.0/ReactInterop.js.map +1 -0
  144. package/fable_modules/Feliz.2.8.0/ReactTypes.fs.js.map +1 -0
  145. package/fable_modules/Feliz.2.8.0/StyleTypes.fs.js.map +1 -0
  146. package/fable_modules/Feliz.2.8.0/Svg.fs.js.map +1 -0
  147. package/fable_modules/Feliz.2.8.0/Types.fs.js.map +1 -0
  148. package/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.js.map +1 -0
  149. package/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.js.map +1 -0
  150. package/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.js.map +1 -0
  151. package/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js.map +1 -0
  152. package/package.json +1 -1
  153. package/plugins/allergyfinder/src/AllergyFinderField.js.map +1 -0
  154. package/plugins/allergyfinder/src/AllergyLogic.js.map +1 -0
  155. package/plugins/allergyfinder/src/OpenFdaClient.js.map +1 -0
  156. package/plugins/bmi/src/BMIField.js.map +1 -0
  157. package/plugins/demographics/src/DemographicsField.js.map +1 -0
  158. package/plugins/likert/src/LikertField.js.map +1 -0
  159. package/plugins/signature/src/SignatureField.js.map +1 -0
  160. package/plugins/vitals/src/VitalsField.d.ts +2 -0
  161. package/plugins/vitals/src/VitalsField.d.ts.map +1 -1
  162. package/{FormSpec.TS/plugins → plugins}/vitals/src/VitalsField.js +283 -67
  163. package/plugins/vitals/src/VitalsField.js.map +1 -0
  164. package/plugins/vitals/src/VitalsLogic.d.ts +41 -4
  165. package/plugins/vitals/src/VitalsLogic.d.ts.map +1 -1
  166. package/{FormSpec.TS/plugins → plugins}/vitals/src/VitalsLogic.js +176 -11
  167. package/plugins/vitals/src/VitalsLogic.js.map +1 -0
  168. package/src/FormSpec.FS/FormSpec.ts +98 -26
  169. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.ts +3 -3
  170. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.ts +4 -4
  171. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.ts +334 -67
  172. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRTriggerEnrichment.ts +105 -0
  173. package/src/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.ts +18 -16
  174. package/src/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.ts +12 -86
  175. package/src/FormSpec.FS/Interop/FormSpec.Api.Helpers.ts +30 -11
  176. package/src/FormSpec.FS/PathwayDataExtractor.ts +65 -44
  177. package/src/FormSpec.FS/PathwayExecutor.ts +22 -10
  178. package/src/FormSpec.FS/TriggerActionDto.ts +64 -29
  179. package/src/Thoth.Json/packages/Thoth.Json/Decode.ts +55 -38
  180. package/src/Thoth.Json/packages/Thoth.Json/Encode.ts +16 -10
  181. package/src/plugins/vitals/src/VitalsField.ts +203 -65
  182. package/src/plugins/vitals/src/VitalsLogic.ts +140 -14
  183. package/FormSpec.TS/FormSpec.FS/BitmaskHelpers.js.map +0 -1
  184. package/FormSpec.TS/FormSpec.FS/BlueprintValidation.js.map +0 -1
  185. package/FormSpec.TS/FormSpec.FS/Components/HelloComponent.js.map +0 -1
  186. package/FormSpec.TS/FormSpec.FS/Designer.js.map +0 -1
  187. package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.js.map +0 -1
  188. package/FormSpec.TS/FormSpec.FS/FormSpecValues.js.map +0 -1
  189. package/FormSpec.TS/FormSpec.FS/Helpers.js.map +0 -1
  190. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.js.map +0 -1
  191. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js.map +0 -1
  192. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js.map +0 -1
  193. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.js.map +0 -1
  194. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.js.map +0 -1
  195. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.js.map +0 -1
  196. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.js.map +0 -1
  197. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateMapper.js.map +0 -1
  198. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js.map +0 -1
  199. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.js.map +0 -1
  200. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.js.map +0 -1
  201. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.js.map +0 -1
  202. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.js.map +0 -1
  203. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.js.map +0 -1
  204. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.js.map +0 -1
  205. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.js.map +0 -1
  206. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.js.map +0 -1
  207. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.js.map +0 -1
  208. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/TemplateDecodeTypes.js.map +0 -1
  209. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.js.map +0 -1
  210. package/FormSpec.TS/FormSpec.FS/Integrations/OpenFda/OpenFdaTypes.js.map +0 -1
  211. package/FormSpec.TS/FormSpec.FS/Interfaces.js.map +0 -1
  212. package/FormSpec.TS/FormSpec.FS/Interop/Facade/BlueprintFilledForm.js.map +0 -1
  213. package/FormSpec.TS/FormSpec.FS/Interop/Facade/FormAnswersGate.js.map +0 -1
  214. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.js.map +0 -1
  215. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js.map +0 -1
  216. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.js.map +0 -1
  217. package/FormSpec.TS/FormSpec.FS/Logging/LogTypes.js.map +0 -1
  218. package/FormSpec.TS/FormSpec.FS/Migrator.js.map +0 -1
  219. package/FormSpec.TS/FormSpec.FS/PathwayDataExtractor.js.map +0 -1
  220. package/FormSpec.TS/FormSpec.FS/PathwayExecutor.js.map +0 -1
  221. package/FormSpec.TS/FormSpec.FS/PathwayValidator.js.map +0 -1
  222. package/FormSpec.TS/FormSpec.FS/PluginInterface.js.map +0 -1
  223. package/FormSpec.TS/FormSpec.FS/Prelude.js.map +0 -1
  224. package/FormSpec.TS/FormSpec.FS/Provenance.js.map +0 -1
  225. package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.js.map +0 -1
  226. package/FormSpec.TS/FormSpec.FS/Renderers/MermaidRenderer.js.map +0 -1
  227. package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.js.map +0 -1
  228. package/FormSpec.TS/FormSpec.FS/TriggerActionDto.js.map +0 -1
  229. package/FormSpec.TS/PathwayExecutor.withPlugins.js.map +0 -1
  230. package/FormSpec.TS/PluginRegistration.js.map +0 -1
  231. package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Decode.js.map +0 -1
  232. package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Encode.js.map +0 -1
  233. package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Extra.js.map +0 -1
  234. package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Types.js.map +0 -1
  235. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Base.fs.js.map +0 -1
  236. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Error.fs.js.map +0 -1
  237. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Extensions.fs.js.map +0 -1
  238. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Field.fs.js.map +0 -1
  239. package/FormSpec.TS/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.js.map +0 -1
  240. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js.map +0 -1
  241. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js.map +0 -1
  242. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js.map +0 -1
  243. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js.map +0 -1
  244. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js.map +0 -1
  245. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js.map +0 -1
  246. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js.map +0 -1
  247. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js.map +0 -1
  248. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js.map +0 -1
  249. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js.map +0 -1
  250. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js.map +0 -1
  251. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js.map +0 -1
  252. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js.map +0 -1
  253. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js.map +0 -1
  254. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js.map +0 -1
  255. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js.map +0 -1
  256. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js.map +0 -1
  257. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js.map +0 -1
  258. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js.map +0 -1
  259. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js.map +0 -1
  260. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js.map +0 -1
  261. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js.map +0 -1
  262. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js.map +0 -1
  263. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js.map +0 -1
  264. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js.map +0 -1
  265. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js.map +0 -1
  266. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js.map +0 -1
  267. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js.map +0 -1
  268. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js.map +0 -1
  269. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js.map +0 -1
  270. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js.map +0 -1
  271. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js.map +0 -1
  272. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js.map +0 -1
  273. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js.map +0 -1
  274. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js.map +0 -1
  275. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js.map +0 -1
  276. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js.map +0 -1
  277. package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs.js.map +0 -1
  278. package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/Promise.fs.js.map +0 -1
  279. package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js.map +0 -1
  280. package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.Hooks.fs.js.map +0 -1
  281. package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.js.map +0 -1
  282. package/FormSpec.TS/fable_modules/Fable.ReactDom.Types.18.2.0/Fable.ReactDom.fs.js.map +0 -1
  283. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Colors.fs.js.map +0 -1
  284. package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs.js.map +0 -1
  285. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.js.map +0 -1
  286. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.js.map +0 -1
  287. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.js.map +0 -1
  288. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Key.fs.js.map +0 -1
  289. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Properties.fs.js.map +0 -1
  290. package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactDOM.fs.js.map +0 -1
  291. package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactInterop.js.map +0 -1
  292. package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactTypes.fs.js.map +0 -1
  293. package/FormSpec.TS/fable_modules/Feliz.2.8.0/StyleTypes.fs.js.map +0 -1
  294. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Svg.fs.js.map +0 -1
  295. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Types.fs.js.map +0 -1
  296. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.js.map +0 -1
  297. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.js.map +0 -1
  298. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.js.map +0 -1
  299. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js.map +0 -1
  300. package/FormSpec.TS/plugins/allergyfinder/src/AllergyFinderField.js.map +0 -1
  301. package/FormSpec.TS/plugins/allergyfinder/src/AllergyLogic.js.map +0 -1
  302. package/FormSpec.TS/plugins/allergyfinder/src/OpenFdaClient.js.map +0 -1
  303. package/FormSpec.TS/plugins/bmi/src/BMIField.js.map +0 -1
  304. package/FormSpec.TS/plugins/demographics/src/DemographicsField.js.map +0 -1
  305. package/FormSpec.TS/plugins/likert/src/LikertField.js.map +0 -1
  306. package/FormSpec.TS/plugins/signature/src/SignatureField.js.map +0 -1
  307. package/FormSpec.TS/plugins/vitals/src/VitalsField.js.map +0 -1
  308. package/FormSpec.TS/plugins/vitals/src/VitalsLogic.js.map +0 -1
  309. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/BitmaskHelpers.js +0 -0
  310. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/BlueprintValidation.js +0 -0
  311. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Components/HelloComponent.js +0 -0
  312. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Designer.js +0 -0
  313. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/FormSpecHelpers.js +0 -0
  314. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/FormSpecValues.js +0 -0
  315. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Helpers.js +0 -0
  316. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRAdapter.js +0 -0
  317. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js +0 -0
  318. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.js +0 -0
  319. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRSectioning.js +0 -0
  320. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.js +0 -0
  321. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.js +0 -0
  322. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRTemplateMapper.js +0 -0
  323. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js +0 -0
  324. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/CoreMRSourceMap.js +0 -0
  325. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.js +0 -0
  326. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/FormSystemAdapter.js +0 -0
  327. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.js +0 -0
  328. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.js +0 -0
  329. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/CorEMR/CoreMRTypes.js +0 -0
  330. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/CorEMR/TemplateDecodeTypes.js +0 -0
  331. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Integrations/OpenFda/OpenFdaTypes.js +0 -0
  332. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Interfaces.js +0 -0
  333. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Interop/Facade/BlueprintFilledForm.js +0 -0
  334. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Interop/Facade/FormAnswersGate.js +0 -0
  335. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Interop/FormSpec.Api.Option.js +0 -0
  336. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Interop/FormSpec.Values.Api.Option.js +0 -0
  337. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Logging/LogTypes.js +0 -0
  338. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Migrator.js +0 -0
  339. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/PathwayValidator.js +0 -0
  340. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/PluginInterface.js +0 -0
  341. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Prelude.js +0 -0
  342. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Provenance.js +0 -0
  343. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Renderers/FormSpecMarkdownRenderer.js +0 -0
  344. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Renderers/MermaidRenderer.js +0 -0
  345. /package/{FormSpec.TS/FormSpec.FS → FormSpec.FS}/Renderers/PathwayRenderers.js +0 -0
  346. /package/{FormSpec.TS/PathwayExecutor.withPlugins.js → PathwayExecutor.withPlugins.js} +0 -0
  347. /package/{FormSpec.TS/PluginRegistration.js → PluginRegistration.js} +0 -0
  348. /package/{FormSpec.TS/Thoth.Json → Thoth.Json}/packages/Thoth.Json/Extra.js +0 -0
  349. /package/{FormSpec.TS/Thoth.Json → Thoth.Json}/packages/Thoth.Json/Types.js +0 -0
  350. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.3.0.0/Base.fs.js +0 -0
  351. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.3.0.0/Error.fs.js +0 -0
  352. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.3.0.0/Extensions.fs.js +0 -0
  353. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.3.0.0/Field.fs.js +0 -0
  354. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.5.0.1/Form.fs.js +0 -0
  355. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js +0 -0
  356. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js +0 -0
  357. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js +0 -0
  358. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js +0 -0
  359. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js +0 -0
  360. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js +0 -0
  361. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js +0 -0
  362. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js +0 -0
  363. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js +0 -0
  364. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js +0 -0
  365. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js +0 -0
  366. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js +0 -0
  367. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js +0 -0
  368. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js +0 -0
  369. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js +0 -0
  370. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js +0 -0
  371. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js +0 -0
  372. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js +0 -0
  373. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js +0 -0
  374. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js +0 -0
  375. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js +0 -0
  376. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js +0 -0
  377. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js +0 -0
  378. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js +0 -0
  379. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js +0 -0
  380. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js +0 -0
  381. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js +0 -0
  382. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js +0 -0
  383. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js +0 -0
  384. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js +0 -0
  385. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js +0 -0
  386. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js +0 -0
  387. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js +0 -0
  388. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js +0 -0
  389. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js +0 -0
  390. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js +0 -0
  391. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js +0 -0
  392. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Promise.3.2.0/AsyncIterable.fs.js +0 -0
  393. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Promise.3.2.0/Promise.fs.js +0 -0
  394. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -0
  395. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.React.Types.18.3.0/Fable.React.Hooks.fs.js +0 -0
  396. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.React.Types.18.3.0/Fable.React.fs.js +0 -0
  397. /package/{FormSpec.TS/fable_modules → fable_modules}/Fable.ReactDom.Types.18.2.0/Fable.ReactDom.fs.js +0 -0
  398. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/Colors.fs.js +0 -0
  399. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/DateParsing.fs.js +0 -0
  400. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/Helpers.fs.js +0 -0
  401. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/Internal.fs.js +0 -0
  402. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/Interop.fs.js +0 -0
  403. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/Key.fs.js +0 -0
  404. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/Properties.fs.js +0 -0
  405. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/ReactDOM.fs.js +0 -0
  406. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/ReactInterop.js +0 -0
  407. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/ReactTypes.fs.js +0 -0
  408. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/StyleTypes.fs.js +0 -0
  409. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/Svg.fs.js +0 -0
  410. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.2.8.0/Types.fs.js +0 -0
  411. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.Bulma.3.0.0/ElementBuilders.fs.js +0 -0
  412. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.Bulma.3.0.0/Modifiers.fs.js +0 -0
  413. /package/{FormSpec.TS/fable_modules → fable_modules}/Feliz.Bulma.3.0.0/Operators.fs.js +0 -0
  414. /package/{FormSpec.TS/fable_modules → fable_modules}/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js +0 -0
  415. /package/{FormSpec.TS/plugins → plugins}/allergyfinder/src/AllergyFinderField.js +0 -0
  416. /package/{FormSpec.TS/plugins → plugins}/allergyfinder/src/AllergyLogic.js +0 -0
  417. /package/{FormSpec.TS/plugins → plugins}/allergyfinder/src/OpenFdaClient.js +0 -0
  418. /package/{FormSpec.TS/plugins → plugins}/bmi/src/BMIField.js +0 -0
  419. /package/{FormSpec.TS/plugins → plugins}/demographics/src/DemographicsField.js +0 -0
  420. /package/{FormSpec.TS/plugins → plugins}/likert/src/LikertField.js +0 -0
  421. /package/{FormSpec.TS/plugins → plugins}/signature/src/SignatureField.js +0 -0
@@ -1648,6 +1648,60 @@ export function ClinicalPathway_MedicationAction_$reflection(): TypeInfo {
1648
1648
  return record_type("F1.Studio.ClinicalPathway.MedicationAction", [], ClinicalPathway_MedicationAction, () => [["Name", string_type], ["Dose", string_type], ["Route", string_type], ["Frequency", string_type], ["Duration", string_type], ["AsNeeded", bool_type]]);
1649
1649
  }
1650
1650
 
1651
+ export class ClinicalPathway_TreatmentAction extends Record implements IEquatable<ClinicalPathway_TreatmentAction>, IComparable<ClinicalPathway_TreatmentAction> {
1652
+ readonly TreatmentId: Option<int32>;
1653
+ readonly Name: string;
1654
+ readonly ProviderId: Option<int32>;
1655
+ readonly ScheduleId: Option<int32>;
1656
+ readonly Signature: Option<string>;
1657
+ readonly DateStart: ClinicalPathway_DueDate_$union;
1658
+ readonly Duration: ClinicalPathway_DueDate_$union;
1659
+ readonly Description: Option<string>;
1660
+ readonly Priority: Option<ClinicalPathway_TaskPriority_$union>;
1661
+ readonly SourceRelatedId: Option<int32>;
1662
+ readonly CategoryId: Option<int32>;
1663
+ constructor(TreatmentId: Option<int32>, Name: string, ProviderId: Option<int32>, ScheduleId: Option<int32>, Signature: Option<string>, DateStart: ClinicalPathway_DueDate_$union, Duration: ClinicalPathway_DueDate_$union, Description: Option<string>, Priority: Option<ClinicalPathway_TaskPriority_$union>, SourceRelatedId: Option<int32>, CategoryId: Option<int32>) {
1664
+ super();
1665
+ this.TreatmentId = TreatmentId;
1666
+ this.Name = Name;
1667
+ this.ProviderId = ProviderId;
1668
+ this.ScheduleId = ScheduleId;
1669
+ this.Signature = Signature;
1670
+ this.DateStart = DateStart;
1671
+ this.Duration = Duration;
1672
+ this.Description = Description;
1673
+ this.Priority = Priority;
1674
+ this.SourceRelatedId = SourceRelatedId;
1675
+ this.CategoryId = CategoryId;
1676
+ }
1677
+ }
1678
+
1679
+ export function ClinicalPathway_TreatmentAction_$reflection(): TypeInfo {
1680
+ return record_type("F1.Studio.ClinicalPathway.TreatmentAction", [], ClinicalPathway_TreatmentAction, () => [["TreatmentId", option_type(int32_type)], ["Name", string_type], ["ProviderId", option_type(int32_type)], ["ScheduleId", option_type(int32_type)], ["Signature", option_type(string_type)], ["DateStart", ClinicalPathway_DueDate_$reflection()], ["Duration", ClinicalPathway_DueDate_$reflection()], ["Description", option_type(string_type)], ["Priority", option_type(ClinicalPathway_TaskPriority_$reflection())], ["SourceRelatedId", option_type(int32_type)], ["CategoryId", option_type(int32_type)]]);
1681
+ }
1682
+
1683
+ export class ClinicalPathway_MedsetAction extends Record implements IEquatable<ClinicalPathway_MedsetAction>, IComparable<ClinicalPathway_MedsetAction> {
1684
+ readonly MedsetId: Option<int32>;
1685
+ readonly Name: string;
1686
+ readonly ProviderId: Option<int32>;
1687
+ readonly PharmacyId: Option<int32>;
1688
+ readonly DateStart: ClinicalPathway_DueDate_$union;
1689
+ readonly CategoryId: Option<int32>;
1690
+ constructor(MedsetId: Option<int32>, Name: string, ProviderId: Option<int32>, PharmacyId: Option<int32>, DateStart: ClinicalPathway_DueDate_$union, CategoryId: Option<int32>) {
1691
+ super();
1692
+ this.MedsetId = MedsetId;
1693
+ this.Name = Name;
1694
+ this.ProviderId = ProviderId;
1695
+ this.PharmacyId = PharmacyId;
1696
+ this.DateStart = DateStart;
1697
+ this.CategoryId = CategoryId;
1698
+ }
1699
+ }
1700
+
1701
+ export function ClinicalPathway_MedsetAction_$reflection(): TypeInfo {
1702
+ return record_type("F1.Studio.ClinicalPathway.MedsetAction", [], ClinicalPathway_MedsetAction, () => [["MedsetId", option_type(int32_type)], ["Name", string_type], ["ProviderId", option_type(int32_type)], ["PharmacyId", option_type(int32_type)], ["DateStart", ClinicalPathway_DueDate_$reflection()], ["CategoryId", option_type(int32_type)]]);
1703
+ }
1704
+
1651
1705
  export class ClinicalPathway_TestAction extends Record implements IEquatable<ClinicalPathway_TestAction>, IComparable<ClinicalPathway_TestAction> {
1652
1706
  readonly TestName: string;
1653
1707
  readonly TestType: string;
@@ -2027,7 +2081,10 @@ export class ClinicalPathway_ProblemAction extends Record implements IEquatable<
2027
2081
  readonly Onset: Option<Date>;
2028
2082
  readonly Status: ClinicalPathway_ProblemStatus_$union;
2029
2083
  readonly Notes: Option<string>;
2030
- constructor(CategoryId: Option<int32>, ProblemName: string, IcdCode: Option<string>, Onset: Option<Date>, Status: ClinicalPathway_ProblemStatus_$union, Notes: Option<string>) {
2084
+ readonly Chronic: Option<int32>;
2085
+ readonly Severity: Option<int32>;
2086
+ readonly Inflammation: Option<int32>;
2087
+ constructor(CategoryId: Option<int32>, ProblemName: string, IcdCode: Option<string>, Onset: Option<Date>, Status: ClinicalPathway_ProblemStatus_$union, Notes: Option<string>, Chronic: Option<int32>, Severity: Option<int32>, Inflammation: Option<int32>) {
2031
2088
  super();
2032
2089
  this.CategoryId = CategoryId;
2033
2090
  this.ProblemName = ProblemName;
@@ -2035,11 +2092,14 @@ export class ClinicalPathway_ProblemAction extends Record implements IEquatable<
2035
2092
  this.Onset = Onset;
2036
2093
  this.Status = Status;
2037
2094
  this.Notes = Notes;
2095
+ this.Chronic = Chronic;
2096
+ this.Severity = Severity;
2097
+ this.Inflammation = Inflammation;
2038
2098
  }
2039
2099
  }
2040
2100
 
2041
2101
  export function ClinicalPathway_ProblemAction_$reflection(): TypeInfo {
2042
- return record_type("F1.Studio.ClinicalPathway.ProblemAction", [], ClinicalPathway_ProblemAction, () => [["CategoryId", option_type(int32_type)], ["ProblemName", string_type], ["IcdCode", option_type(string_type)], ["Onset", option_type(class_type("System.DateTimeOffset"))], ["Status", ClinicalPathway_ProblemStatus_$reflection()], ["Notes", option_type(string_type)]]);
2102
+ return record_type("F1.Studio.ClinicalPathway.ProblemAction", [], ClinicalPathway_ProblemAction, () => [["CategoryId", option_type(int32_type)], ["ProblemName", string_type], ["IcdCode", option_type(string_type)], ["Onset", option_type(class_type("System.DateTimeOffset"))], ["Status", ClinicalPathway_ProblemStatus_$reflection()], ["Notes", option_type(string_type)], ["Chronic", option_type(int32_type)], ["Severity", option_type(int32_type)], ["Inflammation", option_type(int32_type)]]);
2043
2103
  }
2044
2104
 
2045
2105
  export class ClinicalPathway_PrescriptionAction extends Record implements IEquatable<ClinicalPathway_PrescriptionAction>, IComparable<ClinicalPathway_PrescriptionAction> {
@@ -2199,81 +2259,93 @@ export type ClinicalPathway_ActionInfo_$union =
2199
2259
  | ClinicalPathway_ActionInfo<9>
2200
2260
  | ClinicalPathway_ActionInfo<10>
2201
2261
  | ClinicalPathway_ActionInfo<11>
2262
+ | ClinicalPathway_ActionInfo<12>
2263
+ | ClinicalPathway_ActionInfo<13>
2202
2264
 
2203
2265
  export type ClinicalPathway_ActionInfo_$cases = {
2204
2266
  0: ["Medication", [ClinicalPathway_MedicationAction]],
2205
- 1: ["Test", [ClinicalPathway_TestAction]],
2206
- 2: ["Referral", [ClinicalPathway_ReferralAction]],
2207
- 3: ["Education", [ClinicalPathway_EducationAction]],
2208
- 4: ["Procedure", [ClinicalPathway_ProcedureAction]],
2209
- 5: ["Documentation", [ClinicalPathway_DocumentationAction]],
2210
- 6: ["Task", [ClinicalPathway_TaskAction]],
2211
- 7: ["Alert", [ClinicalPathway_AlertAction]],
2212
- 8: ["Problem", [ClinicalPathway_ProblemAction]],
2213
- 9: ["Prescription", [ClinicalPathway_PrescriptionAction]],
2214
- 10: ["SetFieldValue", [ClinicalPathway_SetFieldValueAction]],
2215
- 11: ["NavigateToForm", [ClinicalPathway_NavigateToFormAction]]
2267
+ 1: ["Treatment", [ClinicalPathway_TreatmentAction]],
2268
+ 2: ["Medset", [ClinicalPathway_MedsetAction]],
2269
+ 3: ["Test", [ClinicalPathway_TestAction]],
2270
+ 4: ["Referral", [ClinicalPathway_ReferralAction]],
2271
+ 5: ["Education", [ClinicalPathway_EducationAction]],
2272
+ 6: ["Procedure", [ClinicalPathway_ProcedureAction]],
2273
+ 7: ["Documentation", [ClinicalPathway_DocumentationAction]],
2274
+ 8: ["Task", [ClinicalPathway_TaskAction]],
2275
+ 9: ["Alert", [ClinicalPathway_AlertAction]],
2276
+ 10: ["Problem", [ClinicalPathway_ProblemAction]],
2277
+ 11: ["Prescription", [ClinicalPathway_PrescriptionAction]],
2278
+ 12: ["SetFieldValue", [ClinicalPathway_SetFieldValueAction]],
2279
+ 13: ["NavigateToForm", [ClinicalPathway_NavigateToFormAction]]
2216
2280
  }
2217
2281
 
2218
2282
  export function ClinicalPathway_ActionInfo_Medication(Item: ClinicalPathway_MedicationAction) {
2219
2283
  return new ClinicalPathway_ActionInfo<0>(0, [Item]);
2220
2284
  }
2221
2285
 
2222
- export function ClinicalPathway_ActionInfo_Test(Item: ClinicalPathway_TestAction) {
2286
+ export function ClinicalPathway_ActionInfo_Treatment(Item: ClinicalPathway_TreatmentAction) {
2223
2287
  return new ClinicalPathway_ActionInfo<1>(1, [Item]);
2224
2288
  }
2225
2289
 
2226
- export function ClinicalPathway_ActionInfo_Referral(Item: ClinicalPathway_ReferralAction) {
2290
+ export function ClinicalPathway_ActionInfo_Medset(Item: ClinicalPathway_MedsetAction) {
2227
2291
  return new ClinicalPathway_ActionInfo<2>(2, [Item]);
2228
2292
  }
2229
2293
 
2230
- export function ClinicalPathway_ActionInfo_Education(Item: ClinicalPathway_EducationAction) {
2294
+ export function ClinicalPathway_ActionInfo_Test(Item: ClinicalPathway_TestAction) {
2231
2295
  return new ClinicalPathway_ActionInfo<3>(3, [Item]);
2232
2296
  }
2233
2297
 
2234
- export function ClinicalPathway_ActionInfo_Procedure(Item: ClinicalPathway_ProcedureAction) {
2298
+ export function ClinicalPathway_ActionInfo_Referral(Item: ClinicalPathway_ReferralAction) {
2235
2299
  return new ClinicalPathway_ActionInfo<4>(4, [Item]);
2236
2300
  }
2237
2301
 
2238
- export function ClinicalPathway_ActionInfo_Documentation(Item: ClinicalPathway_DocumentationAction) {
2302
+ export function ClinicalPathway_ActionInfo_Education(Item: ClinicalPathway_EducationAction) {
2239
2303
  return new ClinicalPathway_ActionInfo<5>(5, [Item]);
2240
2304
  }
2241
2305
 
2242
- export function ClinicalPathway_ActionInfo_Task(Item: ClinicalPathway_TaskAction) {
2306
+ export function ClinicalPathway_ActionInfo_Procedure(Item: ClinicalPathway_ProcedureAction) {
2243
2307
  return new ClinicalPathway_ActionInfo<6>(6, [Item]);
2244
2308
  }
2245
2309
 
2246
- export function ClinicalPathway_ActionInfo_Alert(Item: ClinicalPathway_AlertAction) {
2310
+ export function ClinicalPathway_ActionInfo_Documentation(Item: ClinicalPathway_DocumentationAction) {
2247
2311
  return new ClinicalPathway_ActionInfo<7>(7, [Item]);
2248
2312
  }
2249
2313
 
2250
- export function ClinicalPathway_ActionInfo_Problem(Item: ClinicalPathway_ProblemAction) {
2314
+ export function ClinicalPathway_ActionInfo_Task(Item: ClinicalPathway_TaskAction) {
2251
2315
  return new ClinicalPathway_ActionInfo<8>(8, [Item]);
2252
2316
  }
2253
2317
 
2254
- export function ClinicalPathway_ActionInfo_Prescription(Item: ClinicalPathway_PrescriptionAction) {
2318
+ export function ClinicalPathway_ActionInfo_Alert(Item: ClinicalPathway_AlertAction) {
2255
2319
  return new ClinicalPathway_ActionInfo<9>(9, [Item]);
2256
2320
  }
2257
2321
 
2258
- export function ClinicalPathway_ActionInfo_SetFieldValue(Item: ClinicalPathway_SetFieldValueAction) {
2322
+ export function ClinicalPathway_ActionInfo_Problem(Item: ClinicalPathway_ProblemAction) {
2259
2323
  return new ClinicalPathway_ActionInfo<10>(10, [Item]);
2260
2324
  }
2261
2325
 
2262
- export function ClinicalPathway_ActionInfo_NavigateToForm(Item: ClinicalPathway_NavigateToFormAction) {
2326
+ export function ClinicalPathway_ActionInfo_Prescription(Item: ClinicalPathway_PrescriptionAction) {
2263
2327
  return new ClinicalPathway_ActionInfo<11>(11, [Item]);
2264
2328
  }
2265
2329
 
2330
+ export function ClinicalPathway_ActionInfo_SetFieldValue(Item: ClinicalPathway_SetFieldValueAction) {
2331
+ return new ClinicalPathway_ActionInfo<12>(12, [Item]);
2332
+ }
2333
+
2334
+ export function ClinicalPathway_ActionInfo_NavigateToForm(Item: ClinicalPathway_NavigateToFormAction) {
2335
+ return new ClinicalPathway_ActionInfo<13>(13, [Item]);
2336
+ }
2337
+
2266
2338
  export class ClinicalPathway_ActionInfo<Tag extends keyof ClinicalPathway_ActionInfo_$cases> extends Union<Tag, ClinicalPathway_ActionInfo_$cases[Tag][0]> {
2267
2339
  constructor(readonly tag: Tag, readonly fields: ClinicalPathway_ActionInfo_$cases[Tag][1]) {
2268
2340
  super();
2269
2341
  }
2270
2342
  cases() {
2271
- return ["Medication", "Test", "Referral", "Education", "Procedure", "Documentation", "Task", "Alert", "Problem", "Prescription", "SetFieldValue", "NavigateToForm"];
2343
+ return ["Medication", "Treatment", "Medset", "Test", "Referral", "Education", "Procedure", "Documentation", "Task", "Alert", "Problem", "Prescription", "SetFieldValue", "NavigateToForm"];
2272
2344
  }
2273
2345
  }
2274
2346
 
2275
2347
  export function ClinicalPathway_ActionInfo_$reflection(): TypeInfo {
2276
- return union_type("F1.Studio.ClinicalPathway.ActionInfo", [], ClinicalPathway_ActionInfo, () => [[["Item", ClinicalPathway_MedicationAction_$reflection()]], [["Item", ClinicalPathway_TestAction_$reflection()]], [["Item", ClinicalPathway_ReferralAction_$reflection()]], [["Item", ClinicalPathway_EducationAction_$reflection()]], [["Item", ClinicalPathway_ProcedureAction_$reflection()]], [["Item", ClinicalPathway_DocumentationAction_$reflection()]], [["Item", ClinicalPathway_TaskAction_$reflection()]], [["Item", ClinicalPathway_AlertAction_$reflection()]], [["Item", ClinicalPathway_ProblemAction_$reflection()]], [["Item", ClinicalPathway_PrescriptionAction_$reflection()]], [["Item", ClinicalPathway_SetFieldValueAction_$reflection()]], [["Item", ClinicalPathway_NavigateToFormAction_$reflection()]]]);
2348
+ return union_type("F1.Studio.ClinicalPathway.ActionInfo", [], ClinicalPathway_ActionInfo, () => [[["Item", ClinicalPathway_MedicationAction_$reflection()]], [["Item", ClinicalPathway_TreatmentAction_$reflection()]], [["Item", ClinicalPathway_MedsetAction_$reflection()]], [["Item", ClinicalPathway_TestAction_$reflection()]], [["Item", ClinicalPathway_ReferralAction_$reflection()]], [["Item", ClinicalPathway_EducationAction_$reflection()]], [["Item", ClinicalPathway_ProcedureAction_$reflection()]], [["Item", ClinicalPathway_DocumentationAction_$reflection()]], [["Item", ClinicalPathway_TaskAction_$reflection()]], [["Item", ClinicalPathway_AlertAction_$reflection()]], [["Item", ClinicalPathway_ProblemAction_$reflection()]], [["Item", ClinicalPathway_PrescriptionAction_$reflection()]], [["Item", ClinicalPathway_SetFieldValueAction_$reflection()]], [["Item", ClinicalPathway_NavigateToFormAction_$reflection()]]]);
2277
2349
  }
2278
2350
 
2279
2351
  export class ClinicalPathway_DecisionInfo extends Record implements IEquatable<ClinicalPathway_DecisionInfo>, IComparable<ClinicalPathway_DecisionInfo> {
@@ -2,7 +2,7 @@ import { isNullOrWhiteSpace } from "@fable-org/fable-library-js/String.js";
2
2
  import { Helpers_generateDeterministicGuidRaw, Helpers_canonicalizeFieldKey } from "../../../Helpers.js";
3
3
  import { int32 } from "@fable-org/fable-library-js/Int32.js";
4
4
  import { CoreMRChoice, CoreMRItem } from "../../CorEMR/CoreMRTypes.js";
5
- import { Spec_FormField$1, Spec_FieldType_$union, Spec_FieldType_UnsupportedField, Spec_UnsupportedFieldInfo, Spec_FieldType_PluginField, Spec_PluginFieldConfig, Spec_FieldType_Message, Spec_MessageInfo, Spec_MessageType_Info, Spec_FieldType_DateTimeLocal, Spec_FieldType_Signature, Spec_SignatureInfo, Spec_FieldType_Date, Spec_FieldType_Radio, Spec_FieldType_Dropdown, Spec_SingleChoiceInfo, Spec_FieldType_CheckboxList, Spec_MultiChoiceInfo, Spec_FieldType_TextArea, Spec_FieldType_Text, Spec_TextInfo, Shared_FieldOption, Shared_FieldOptionKey, Shared_FieldKey } from "../../../FormSpec.js";
5
+ import { Spec_FormField$1, Spec_FieldType_$union, Spec_FieldType_UnsupportedField, Spec_UnsupportedFieldInfo, Spec_FieldType_PluginField, Spec_PluginFieldConfig, Spec_FieldType_Message, Spec_MessageInfo, Spec_MessageType_Info, Spec_FieldType_DateTimeLocal, Spec_FieldType_Signature, Spec_SignatureInfo, Spec_FieldType_Date, Spec_FieldType_CheckboxList, Spec_MultiChoiceInfo, Spec_FieldType_Dropdown, Spec_FieldType_Radio, Spec_SingleChoiceInfo, Spec_FieldType_TextArea, Spec_FieldType_Text, Spec_TextInfo, Shared_FieldOption, Shared_FieldOptionKey, Shared_FieldKey } from "../../../FormSpec.js";
6
6
  import { isEmpty, ofArray, FSharpList, sortBy, map } from "@fable-org/fable-library-js/List.js";
7
7
  import { comparePrimitives } from "@fable-org/fable-library-js/Util.js";
8
8
  import { getElementTypeInfo } from "./CorEMRElementTypeMap.js";
@@ -55,9 +55,9 @@ export function mapFieldType(item: CoreMRItem, choices: FSharpList<CoreMRChoice>
55
55
  case 2:
56
56
  return Spec_FieldType_TextArea(new Spec_TextInfo(undefined));
57
57
  case 20:
58
- return Spec_FieldType_CheckboxList(new Spec_MultiChoiceInfo(mappedChoices));
58
+ return Spec_FieldType_Radio(new Spec_SingleChoiceInfo(mappedChoices));
59
59
  case 21:
60
- return Spec_FieldType_CheckboxList(new Spec_MultiChoiceInfo(mappedChoices));
60
+ return Spec_FieldType_Radio(new Spec_SingleChoiceInfo(mappedChoices));
61
61
  case 25:
62
62
  return Spec_FieldType_Dropdown(new Spec_SingleChoiceInfo(mappedChoices));
63
63
  case 26:
@@ -1,7 +1,7 @@
1
1
  import { Helpers_generateDeterministicGuidRaw } from "../../../Helpers.js";
2
- import { ClinicalPathway_PathwayExecutionMode_MultiPathway, ClinicalPathway_MultiPathwayConfig, ClinicalPathway_ConflictResolution_CombineActions, ClinicalPathway_CombinationStrategy_AllMatching, ClinicalPathway_PathwayExecutionMode_$union, ClinicalPathway_ClinicalPathwaySpec, ClinicalPathway_PathRequirement, ClinicalPathway_ConstraintDefinition, ClinicalPathway_PathwayExecutionMode_TriggerBased, ClinicalPathway_TriggerBasedConfig, ClinicalPathway_TransitionDefinition, ClinicalPathway_StateType_Terminal, ClinicalPathway_TerminalInfo, ClinicalPathway_StateType_CompoundAction, ClinicalPathway_StateType_Action, ClinicalPathway_StateDefinition, ClinicalPathway_StateType_Evaluation, ClinicalPathway_EvaluationInfo, Shared_TransitionKey, Shared_StateKey, ClinicalPathway_TransitionCondition_Always, ClinicalPathway_TransitionCondition_CompositeCondition, ClinicalPathway_LogicalOp_And, ClinicalPathway_TransitionCondition_$union, ClinicalPathway_TransitionCondition_FieldCondition, Shared_ConditionValue_Single, Shared_ConditionValue_Multiple, Shared_FieldKey, ClinicalPathway_ActionInfo_$union, ClinicalPathway_ActionInfo_Prescription, ClinicalPathway_PrescriptionAction, ClinicalPathway_ActionInfo_Medication, ClinicalPathway_MedicationAction, ClinicalPathway_ActionInfo_Problem, ClinicalPathway_ProblemAction, ClinicalPathway_ProblemStatus_Active, ClinicalPathway_ActionInfo_Task, ClinicalPathway_TaskAction, ClinicalPathway_ActionInfo_Alert, ClinicalPathway_AlertAction, ClinicalPathway_AlertSeverity_High, ClinicalPathway_RecurrencePattern, ClinicalPathway_RecurrenceEnd_OnDate, ClinicalPathway_RecurrenceEnd_Never, ClinicalPathway_DueDate_$union, ClinicalPathway_DueDate_DaysFromNow, ClinicalPathway_DueDate_Tomorrow, ClinicalPathway_DueDate_Today, ClinicalPathway_TaskPriority_$union, ClinicalPathway_TaskPriority_Low, ClinicalPathway_TaskPriority_Medium, ClinicalPathway_TaskPriority_High, ClinicalPathway_TriggerTiming_$union, ClinicalPathway_TriggerTiming_OnFormLoad, ClinicalPathway_TriggerTiming_OnFormSubmit, ClinicalPathway_TriggerTiming_OnFormSave, ClinicalPathway_FieldEvaluator_$union, ClinicalPathway_FieldEvaluator_NotInSet, ClinicalPathway_FieldEvaluator_ContainsAll, ClinicalPathway_FieldEvaluator_LessOrEqual, ClinicalPathway_FieldEvaluator_LessThan, ClinicalPathway_FieldEvaluator_GreaterOrEqual, ClinicalPathway_FieldEvaluator_GreaterThan, ClinicalPathway_FieldEvaluator_NotEquals, ClinicalPathway_FieldEvaluator_Equals, ClinicalPathway_FieldEvaluator_InSet } from "../../../FormSpec.js";
2
+ import { ClinicalPathway_PathwayExecutionMode_MultiPathway, ClinicalPathway_MultiPathwayConfig, ClinicalPathway_ConflictResolution_CombineActions, ClinicalPathway_CombinationStrategy_AllMatching, ClinicalPathway_PathwayExecutionMode_$union, ClinicalPathway_ClinicalPathwaySpec, ClinicalPathway_PathRequirement, ClinicalPathway_ConstraintDefinition, ClinicalPathway_PathwayExecutionMode_TriggerBased, ClinicalPathway_TriggerBasedConfig, ClinicalPathway_TransitionDefinition, ClinicalPathway_StateType_Terminal, ClinicalPathway_TerminalInfo, ClinicalPathway_StateType_CompoundAction, ClinicalPathway_StateType_Action, ClinicalPathway_StateDefinition, ClinicalPathway_StateType_Evaluation, ClinicalPathway_EvaluationInfo, Shared_TransitionKey, Shared_StateKey, ClinicalPathway_TransitionCondition_Always, ClinicalPathway_TransitionCondition_CompositeCondition, ClinicalPathway_LogicalOp_And, ClinicalPathway_TransitionCondition_$union, ClinicalPathway_TransitionCondition_FieldCondition, Shared_ConditionValue_Single, Shared_ConditionValue_Multiple, Shared_FieldKey, ClinicalPathway_ActionInfo_$union, ClinicalPathway_ActionInfo_Prescription, ClinicalPathway_PrescriptionAction, ClinicalPathway_ActionInfo_Medset, ClinicalPathway_MedsetAction, ClinicalPathway_ActionInfo_Problem, ClinicalPathway_ProblemAction, ClinicalPathway_ProblemStatus_Active, ClinicalPathway_ActionInfo_Task, ClinicalPathway_TaskAction, ClinicalPathway_ActionInfo_Alert, ClinicalPathway_AlertAction, ClinicalPathway_AlertSeverity_High, ClinicalPathway_RecurrencePattern, ClinicalPathway_RecurrenceEnd_OnDate, ClinicalPathway_RecurrenceEnd_Never, ClinicalPathway_DueDate_$union, ClinicalPathway_DueDate_DaysFromNow, ClinicalPathway_DueDate_Tomorrow, ClinicalPathway_DueDate_Today, ClinicalPathway_TaskPriority_$union, ClinicalPathway_TaskPriority_Low, ClinicalPathway_TaskPriority_Medium, ClinicalPathway_TaskPriority_High, ClinicalPathway_TriggerTiming_$union, ClinicalPathway_TriggerTiming_OnFormLoad, ClinicalPathway_TriggerTiming_OnFormSubmit, ClinicalPathway_TriggerTiming_OnFormSave, ClinicalPathway_FieldEvaluator_$union, ClinicalPathway_FieldEvaluator_NotInSet, ClinicalPathway_FieldEvaluator_ContainsAll, ClinicalPathway_FieldEvaluator_LessOrEqual, ClinicalPathway_FieldEvaluator_LessThan, ClinicalPathway_FieldEvaluator_GreaterOrEqual, ClinicalPathway_FieldEvaluator_GreaterThan, ClinicalPathway_FieldEvaluator_NotEquals, ClinicalPathway_FieldEvaluator_Equals, ClinicalPathway_FieldEvaluator_InSet } from "../../../FormSpec.js";
3
3
  import { join, trimStart, trim, split, replace, toConsoleError, printf, toFail } from "@fable-org/fable-library-js/String.js";
4
- import { singleton, tryHead, append, cons, collect, mapIndexed, filter, empty, map as map_1, item as item_3, length, tryFind as tryFind_1, head, tail, isEmpty, choose, ofArray, tryPick, FSharpList } from "@fable-org/fable-library-js/List.js";
4
+ import { tryHead, append, cons, collect, mapIndexed, filter, empty, map as map_1, item as item_3, length, tryFind as tryFind_1, head, tail, isEmpty, choose, singleton, ofArray, tryPick, FSharpList } from "@fable-org/fable-library-js/List.js";
5
5
  import { tryParse, int32 } from "@fable-org/fable-library-js/Int32.js";
6
6
  import { FSharpRef } from "@fable-org/fable-library-js/Types.js";
7
7
  import { item as item_2 } from "@fable-org/fable-library-js/Array.js";
@@ -231,9 +231,9 @@ export function convertEvent(event: CoreMRTriggerEvent): ClinicalPathway_ActionI
231
231
  return ClinicalPathway_ActionInfo_Task(new ClinicalPathway_TaskAction(categoryId_1, category_1, description, convertPriority(priorityStr), parseDueDate(dateStr), assignee, parseRecurrence(recurEvery, recurEnd)));
232
232
  }
233
233
  case "problem":
234
- return ClinicalPathway_ActionInfo_Problem(new ClinicalPathway_ProblemAction(tryEventParamInt(ofArray(["problem_list_id", "category_id", "id"])), "Problem", undefined, now(), ClinicalPathway_ProblemStatus_Active(), undefined));
234
+ return ClinicalPathway_ActionInfo_Problem(new ClinicalPathway_ProblemAction(tryEventParamInt(ofArray(["problem_list_id", "category_id", "id"])), "Problem", undefined, now(), ClinicalPathway_ProblemStatus_Active(), undefined, tryEventParamInt(singleton("chronic")), tryEventParamInt(singleton("severity")), tryEventParamInt(singleton("inflammation"))));
235
235
  case "medset":
236
- return ClinicalPathway_ActionInfo_Medication(new ClinicalPathway_MedicationAction("Medication Set", "", "", "", "", false));
236
+ return ClinicalPathway_ActionInfo_Medset(new ClinicalPathway_MedsetAction(tryEventParamInt(singleton("medset_id")), defaultArg(tryFind<string, string>("medset_name", event.EventParams), "Medication Set"), tryEventParamInt(ofArray(["doctor", "provider"])), tryEventParamInt(singleton("pharmacy_id")), ClinicalPathway_DueDate_Today(), tryEventParamInt(singleton("category_id"))));
237
237
  case "prescription":
238
238
  return ClinicalPathway_ActionInfo_Prescription(new ClinicalPathway_PrescriptionAction("", "", "PO", "", "", 30, 0, true, undefined));
239
239
  default: