@metriport/shared 0.33.5 → 0.33.6-alpha.0

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 (1095) hide show
  1. package/dist/domain/network-query/__tests__/source.test.js +12 -0
  2. package/dist/domain/network-query/__tests__/source.test.js.map +1 -1
  3. package/dist/domain/network-query/source.d.ts +5 -0
  4. package/dist/domain/network-query/source.d.ts.map +1 -1
  5. package/dist/domain/network-query/source.js +2 -0
  6. package/dist/domain/network-query/source.js.map +1 -1
  7. package/dist/domain/patient/adt-demographics.js.map +1 -1
  8. package/dist/domain/patient/patient-import/create.d.ts.map +1 -1
  9. package/dist/domain/patient/patient-import/create.js +3 -1
  10. package/dist/domain/patient/patient-import/create.js.map +1 -1
  11. package/dist/domain/patient/patient-import/types.d.ts +3 -0
  12. package/dist/domain/patient/patient-import/types.d.ts.map +1 -1
  13. package/dist/domain/patient/patient-import/types.js.map +1 -1
  14. package/dist/{src/error/bad-request.d.ts → error/document-patient-mismatch.d.ts} +2 -2
  15. package/dist/error/document-patient-mismatch.d.ts.map +1 -0
  16. package/dist/error/document-patient-mismatch.js +12 -0
  17. package/dist/error/document-patient-mismatch.js.map +1 -0
  18. package/dist/index.d.ts +1 -0
  19. package/dist/index.d.ts.map +1 -1
  20. package/dist/index.js +3 -1
  21. package/dist/index.js.map +1 -1
  22. package/package.json +3 -3
  23. package/dist/src/__tests__/env-setup.d.ts +0 -2
  24. package/dist/src/__tests__/env-setup.d.ts.map +0 -1
  25. package/dist/src/__tests__/env-setup.js +0 -45
  26. package/dist/src/__tests__/env-setup.js.map +0 -1
  27. package/dist/src/api/index.d.ts +0 -2
  28. package/dist/src/api/index.d.ts.map +0 -1
  29. package/dist/src/api/index.js +0 -18
  30. package/dist/src/api/index.js.map +0 -1
  31. package/dist/src/api/pagination.d.ts +0 -13
  32. package/dist/src/api/pagination.d.ts.map +0 -1
  33. package/dist/src/api/pagination.js +0 -3
  34. package/dist/src/api/pagination.js.map +0 -1
  35. package/dist/src/common/__tests__/boolean.test.d.ts +0 -2
  36. package/dist/src/common/__tests__/boolean.test.d.ts.map +0 -1
  37. package/dist/src/common/__tests__/boolean.test.js +0 -46
  38. package/dist/src/common/__tests__/boolean.test.js.map +0 -1
  39. package/dist/src/common/__tests__/date.test.d.ts +0 -2
  40. package/dist/src/common/__tests__/date.test.d.ts.map +0 -1
  41. package/dist/src/common/__tests__/date.test.js +0 -225
  42. package/dist/src/common/__tests__/date.test.js.map +0 -1
  43. package/dist/src/common/__tests__/demographics.test.d.ts +0 -2
  44. package/dist/src/common/__tests__/demographics.test.d.ts.map +0 -1
  45. package/dist/src/common/__tests__/demographics.test.js +0 -187
  46. package/dist/src/common/__tests__/demographics.test.js.map +0 -1
  47. package/dist/src/common/__tests__/html-encode.test.d.ts +0 -2
  48. package/dist/src/common/__tests__/html-encode.test.d.ts.map +0 -1
  49. package/dist/src/common/__tests__/html-encode.test.js +0 -31
  50. package/dist/src/common/__tests__/html-encode.test.js.map +0 -1
  51. package/dist/src/common/__tests__/normalize-oid.test.d.ts +0 -2
  52. package/dist/src/common/__tests__/normalize-oid.test.d.ts.map +0 -1
  53. package/dist/src/common/__tests__/normalize-oid.test.js +0 -68
  54. package/dist/src/common/__tests__/normalize-oid.test.js.map +0 -1
  55. package/dist/src/common/__tests__/npi.d.ts +0 -7
  56. package/dist/src/common/__tests__/npi.d.ts.map +0 -1
  57. package/dist/src/common/__tests__/npi.js +0 -31
  58. package/dist/src/common/__tests__/npi.js.map +0 -1
  59. package/dist/src/common/__tests__/number.test.d.ts +0 -2
  60. package/dist/src/common/__tests__/number.test.d.ts.map +0 -1
  61. package/dist/src/common/__tests__/number.test.js +0 -33
  62. package/dist/src/common/__tests__/number.test.js.map +0 -1
  63. package/dist/src/common/__tests__/oid.d.ts +0 -20
  64. package/dist/src/common/__tests__/oid.d.ts.map +0 -1
  65. package/dist/src/common/__tests__/oid.js +0 -29
  66. package/dist/src/common/__tests__/oid.js.map +0 -1
  67. package/dist/src/common/__tests__/oid.test.d.ts +0 -2
  68. package/dist/src/common/__tests__/oid.test.d.ts.map +0 -1
  69. package/dist/src/common/__tests__/oid.test.js +0 -51
  70. package/dist/src/common/__tests__/oid.test.js.map +0 -1
  71. package/dist/src/common/__tests__/retry.test.d.ts +0 -2
  72. package/dist/src/common/__tests__/retry.test.d.ts.map +0 -1
  73. package/dist/src/common/__tests__/retry.test.js +0 -263
  74. package/dist/src/common/__tests__/retry.test.js.map +0 -1
  75. package/dist/src/common/__tests__/string.test.d.ts +0 -2
  76. package/dist/src/common/__tests__/string.test.d.ts.map +0 -1
  77. package/dist/src/common/__tests__/string.test.js +0 -149
  78. package/dist/src/common/__tests__/string.test.js.map +0 -1
  79. package/dist/src/common/__tests__/title-case.test.d.ts +0 -2
  80. package/dist/src/common/__tests__/title-case.test.d.ts.map +0 -1
  81. package/dist/src/common/__tests__/title-case.test.js +0 -71
  82. package/dist/src/common/__tests__/title-case.test.js.map +0 -1
  83. package/dist/src/common/__tests__/validate-npi.test.d.ts +0 -2
  84. package/dist/src/common/__tests__/validate-npi.test.d.ts.map +0 -1
  85. package/dist/src/common/__tests__/validate-npi.test.js +0 -24
  86. package/dist/src/common/__tests__/validate-npi.test.js.map +0 -1
  87. package/dist/src/common/array.d.ts +0 -2
  88. package/dist/src/common/array.d.ts.map +0 -1
  89. package/dist/src/common/array.js +0 -10
  90. package/dist/src/common/array.js.map +0 -1
  91. package/dist/src/common/boolean.d.ts +0 -9
  92. package/dist/src/common/boolean.d.ts.map +0 -1
  93. package/dist/src/common/boolean.js +0 -26
  94. package/dist/src/common/boolean.js.map +0 -1
  95. package/dist/src/common/date.d.ts +0 -68
  96. package/dist/src/common/date.d.ts.map +0 -1
  97. package/dist/src/common/date.js +0 -218
  98. package/dist/src/common/date.js.map +0 -1
  99. package/dist/src/common/demographics.d.ts +0 -24
  100. package/dist/src/common/demographics.d.ts.map +0 -1
  101. package/dist/src/common/demographics.js +0 -115
  102. package/dist/src/common/demographics.js.map +0 -1
  103. package/dist/src/common/duration.d.ts +0 -8
  104. package/dist/src/common/duration.d.ts.map +0 -1
  105. package/dist/src/common/duration.js +0 -32
  106. package/dist/src/common/duration.js.map +0 -1
  107. package/dist/src/common/email.d.ts +0 -5
  108. package/dist/src/common/email.d.ts.map +0 -1
  109. package/dist/src/common/email.js +0 -13
  110. package/dist/src/common/email.js.map +0 -1
  111. package/dist/src/common/env-var.d.ts +0 -12
  112. package/dist/src/common/env-var.d.ts.map +0 -1
  113. package/dist/src/common/env-var.js +0 -52
  114. package/dist/src/common/env-var.js.map +0 -1
  115. package/dist/src/common/error.d.ts +0 -2
  116. package/dist/src/common/error.d.ts.map +0 -1
  117. package/dist/src/common/error.js +0 -7
  118. package/dist/src/common/error.js.map +0 -1
  119. package/dist/src/common/filter-map.d.ts +0 -11
  120. package/dist/src/common/filter-map.d.ts.map +0 -1
  121. package/dist/src/common/filter-map.js +0 -16
  122. package/dist/src/common/filter-map.js.map +0 -1
  123. package/dist/src/common/general.d.ts +0 -6
  124. package/dist/src/common/general.d.ts.map +0 -1
  125. package/dist/src/common/general.js +0 -15
  126. package/dist/src/common/general.js.map +0 -1
  127. package/dist/src/common/html.d.ts +0 -2
  128. package/dist/src/common/html.d.ts.map +0 -1
  129. package/dist/src/common/html.js +0 -12
  130. package/dist/src/common/html.js.map +0 -1
  131. package/dist/src/common/merge-settings.d.ts +0 -21
  132. package/dist/src/common/merge-settings.d.ts.map +0 -1
  133. package/dist/src/common/merge-settings.js +0 -28
  134. package/dist/src/common/merge-settings.js.map +0 -1
  135. package/dist/src/common/metriport-organization.d.ts +0 -3
  136. package/dist/src/common/metriport-organization.d.ts.map +0 -1
  137. package/dist/src/common/metriport-organization.js +0 -25
  138. package/dist/src/common/metriport-organization.js.map +0 -1
  139. package/dist/src/common/net.d.ts +0 -2
  140. package/dist/src/common/net.d.ts.map +0 -1
  141. package/dist/src/common/net.js +0 -15
  142. package/dist/src/common/net.js.map +0 -1
  143. package/dist/src/common/normalize-oid.d.ts +0 -9
  144. package/dist/src/common/normalize-oid.d.ts.map +0 -1
  145. package/dist/src/common/normalize-oid.js +0 -92
  146. package/dist/src/common/normalize-oid.js.map +0 -1
  147. package/dist/src/common/numbers.d.ts +0 -21
  148. package/dist/src/common/numbers.d.ts.map +0 -1
  149. package/dist/src/common/numbers.js +0 -67
  150. package/dist/src/common/numbers.js.map +0 -1
  151. package/dist/src/common/purpose-of-use.d.ts +0 -30
  152. package/dist/src/common/purpose-of-use.d.ts.map +0 -1
  153. package/dist/src/common/purpose-of-use.js +0 -35
  154. package/dist/src/common/purpose-of-use.js.map +0 -1
  155. package/dist/src/common/response.d.ts +0 -5
  156. package/dist/src/common/response.d.ts.map +0 -1
  157. package/dist/src/common/response.js +0 -16
  158. package/dist/src/common/response.js.map +0 -1
  159. package/dist/src/common/retry.d.ts +0 -67
  160. package/dist/src/common/retry.d.ts.map +0 -1
  161. package/dist/src/common/retry.js +0 -127
  162. package/dist/src/common/retry.js.map +0 -1
  163. package/dist/src/common/sleep.d.ts +0 -14
  164. package/dist/src/common/sleep.d.ts.map +0 -1
  165. package/dist/src/common/sleep.js +0 -28
  166. package/dist/src/common/sleep.js.map +0 -1
  167. package/dist/src/common/sql.d.ts +0 -17
  168. package/dist/src/common/sql.d.ts.map +0 -1
  169. package/dist/src/common/sql.js +0 -3
  170. package/dist/src/common/sql.js.map +0 -1
  171. package/dist/src/common/string.d.ts +0 -22
  172. package/dist/src/common/string.d.ts.map +0 -1
  173. package/dist/src/common/string.js +0 -62
  174. package/dist/src/common/string.js.map +0 -1
  175. package/dist/src/common/timer.d.ts +0 -18
  176. package/dist/src/common/timer.d.ts.map +0 -1
  177. package/dist/src/common/timer.js +0 -25
  178. package/dist/src/common/timer.js.map +0 -1
  179. package/dist/src/common/title-case.d.ts +0 -3
  180. package/dist/src/common/title-case.d.ts.map +0 -1
  181. package/dist/src/common/title-case.js +0 -25
  182. package/dist/src/common/title-case.js.map +0 -1
  183. package/dist/src/common/types.d.ts +0 -9
  184. package/dist/src/common/types.d.ts.map +0 -1
  185. package/dist/src/common/types.js +0 -16
  186. package/dist/src/common/types.js.map +0 -1
  187. package/dist/src/common/uuid.d.ts +0 -5
  188. package/dist/src/common/uuid.d.ts.map +0 -1
  189. package/dist/src/common/uuid.js +0 -11
  190. package/dist/src/common/uuid.js.map +0 -1
  191. package/dist/src/common/validate-npi.d.ts +0 -10
  192. package/dist/src/common/validate-npi.d.ts.map +0 -1
  193. package/dist/src/common/validate-npi.js +0 -40
  194. package/dist/src/common/validate-npi.js.map +0 -1
  195. package/dist/src/common/xml-parser.d.ts +0 -3
  196. package/dist/src/common/xml-parser.d.ts.map +0 -1
  197. package/dist/src/common/xml-parser.js +0 -16
  198. package/dist/src/common/xml-parser.js.map +0 -1
  199. package/dist/src/common/zod.d.ts +0 -3
  200. package/dist/src/common/zod.d.ts.map +0 -1
  201. package/dist/src/common/zod.js +0 -11
  202. package/dist/src/common/zod.js.map +0 -1
  203. package/dist/src/domain/__tests__/cursor-utils.test.d.ts +0 -2
  204. package/dist/src/domain/__tests__/cursor-utils.test.d.ts.map +0 -1
  205. package/dist/src/domain/__tests__/cursor-utils.test.js +0 -216
  206. package/dist/src/domain/__tests__/cursor-utils.test.js.map +0 -1
  207. package/dist/src/domain/__tests__/dob.test.d.ts +0 -2
  208. package/dist/src/domain/__tests__/dob.test.d.ts.map +0 -1
  209. package/dist/src/domain/__tests__/dob.test.js +0 -37
  210. package/dist/src/domain/__tests__/dob.test.js.map +0 -1
  211. package/dist/src/domain/__tests__/gender.test.d.ts +0 -2
  212. package/dist/src/domain/__tests__/gender.test.d.ts.map +0 -1
  213. package/dist/src/domain/__tests__/gender.test.js +0 -64
  214. package/dist/src/domain/__tests__/gender.test.js.map +0 -1
  215. package/dist/src/domain/__tests__/pagination-schema.test.d.ts +0 -2
  216. package/dist/src/domain/__tests__/pagination-schema.test.d.ts.map +0 -1
  217. package/dist/src/domain/__tests__/pagination-schema.test.js +0 -165
  218. package/dist/src/domain/__tests__/pagination-schema.test.js.map +0 -1
  219. package/dist/src/domain/address/__tests__/country.test.d.ts +0 -2
  220. package/dist/src/domain/address/__tests__/country.test.d.ts.map +0 -1
  221. package/dist/src/domain/address/__tests__/country.test.js +0 -51
  222. package/dist/src/domain/address/__tests__/country.test.js.map +0 -1
  223. package/dist/src/domain/address/__tests__/state.test.d.ts +0 -2
  224. package/dist/src/domain/address/__tests__/state.test.d.ts.map +0 -1
  225. package/dist/src/domain/address/__tests__/state.test.js +0 -40
  226. package/dist/src/domain/address/__tests__/state.test.js.map +0 -1
  227. package/dist/src/domain/address/__tests__/territory.test.d.ts +0 -2
  228. package/dist/src/domain/address/__tests__/territory.test.d.ts.map +0 -1
  229. package/dist/src/domain/address/__tests__/territory.test.js +0 -35
  230. package/dist/src/domain/address/__tests__/territory.test.js.map +0 -1
  231. package/dist/src/domain/address/__tests__/zip.test.d.ts +0 -2
  232. package/dist/src/domain/address/__tests__/zip.test.d.ts.map +0 -1
  233. package/dist/src/domain/address/__tests__/zip.test.js +0 -162
  234. package/dist/src/domain/address/__tests__/zip.test.js.map +0 -1
  235. package/dist/src/domain/address/city.d.ts +0 -2
  236. package/dist/src/domain/address/city.d.ts.map +0 -1
  237. package/dist/src/domain/address/city.js +0 -8
  238. package/dist/src/domain/address/city.js.map +0 -1
  239. package/dist/src/domain/address/country.d.ts +0 -4
  240. package/dist/src/domain/address/country.d.ts.map +0 -1
  241. package/dist/src/domain/address/country.js +0 -31
  242. package/dist/src/domain/address/country.js.map +0 -1
  243. package/dist/src/domain/address/index.d.ts +0 -6
  244. package/dist/src/domain/address/index.d.ts.map +0 -1
  245. package/dist/src/domain/address/index.js +0 -20
  246. package/dist/src/domain/address/index.js.map +0 -1
  247. package/dist/src/domain/address/state.d.ts +0 -58
  248. package/dist/src/domain/address/state.d.ts.map +0 -1
  249. package/dist/src/domain/address/state.js +0 -179
  250. package/dist/src/domain/address/state.js.map +0 -1
  251. package/dist/src/domain/address/territory.d.ts +0 -10
  252. package/dist/src/domain/address/territory.d.ts.map +0 -1
  253. package/dist/src/domain/address/territory.js +0 -32
  254. package/dist/src/domain/address/territory.js.map +0 -1
  255. package/dist/src/domain/address/zip.d.ts +0 -9
  256. package/dist/src/domain/address/zip.d.ts.map +0 -1
  257. package/dist/src/domain/address/zip.js +0 -86
  258. package/dist/src/domain/address/zip.js.map +0 -1
  259. package/dist/src/domain/base-domain.d.ts +0 -14
  260. package/dist/src/domain/base-domain.d.ts.map +0 -1
  261. package/dist/src/domain/base-domain.js +0 -3
  262. package/dist/src/domain/base-domain.js.map +0 -1
  263. package/dist/src/domain/baseDto.d.ts +0 -9
  264. package/dist/src/domain/baseDto.d.ts.map +0 -1
  265. package/dist/src/domain/baseDto.js +0 -10
  266. package/dist/src/domain/baseDto.js.map +0 -1
  267. package/dist/src/domain/care-gap.d.ts +0 -49
  268. package/dist/src/domain/care-gap.d.ts.map +0 -1
  269. package/dist/src/domain/care-gap.js +0 -3
  270. package/dist/src/domain/care-gap.js.map +0 -1
  271. package/dist/src/domain/cohort.d.ts +0 -90
  272. package/dist/src/domain/cohort.d.ts.map +0 -1
  273. package/dist/src/domain/cohort.js +0 -78
  274. package/dist/src/domain/cohort.js.map +0 -1
  275. package/dist/src/domain/consolidated/recreate/event-type.d.ts +0 -7
  276. package/dist/src/domain/consolidated/recreate/event-type.d.ts.map +0 -1
  277. package/dist/src/domain/consolidated/recreate/event-type.js +0 -11
  278. package/dist/src/domain/consolidated/recreate/event-type.js.map +0 -1
  279. package/dist/src/domain/consolidated/recreate/index.d.ts +0 -3
  280. package/dist/src/domain/consolidated/recreate/index.d.ts.map +0 -1
  281. package/dist/src/domain/consolidated/recreate/index.js +0 -19
  282. package/dist/src/domain/consolidated/recreate/index.js.map +0 -1
  283. package/dist/src/domain/consolidated/recreate/supported-event-types.d.ts +0 -8
  284. package/dist/src/domain/consolidated/recreate/supported-event-types.d.ts.map +0 -1
  285. package/dist/src/domain/consolidated/recreate/supported-event-types.js +0 -24
  286. package/dist/src/domain/consolidated/recreate/supported-event-types.js.map +0 -1
  287. package/dist/src/domain/contact/__tests__/email.test.d.ts +0 -2
  288. package/dist/src/domain/contact/__tests__/email.test.d.ts.map +0 -1
  289. package/dist/src/domain/contact/__tests__/email.test.js +0 -136
  290. package/dist/src/domain/contact/__tests__/email.test.js.map +0 -1
  291. package/dist/src/domain/contact/__tests__/phone.test.d.ts +0 -2
  292. package/dist/src/domain/contact/__tests__/phone.test.d.ts.map +0 -1
  293. package/dist/src/domain/contact/__tests__/phone.test.js +0 -194
  294. package/dist/src/domain/contact/__tests__/phone.test.js.map +0 -1
  295. package/dist/src/domain/contact/email.d.ts +0 -32
  296. package/dist/src/domain/contact/email.d.ts.map +0 -1
  297. package/dist/src/domain/contact/email.js +0 -101
  298. package/dist/src/domain/contact/email.js.map +0 -1
  299. package/dist/src/domain/contact/phone.d.ts +0 -22
  300. package/dist/src/domain/contact/phone.d.ts.map +0 -1
  301. package/dist/src/domain/contact/phone.js +0 -68
  302. package/dist/src/domain/contact/phone.js.map +0 -1
  303. package/dist/src/domain/cql-engine/transform.d.ts +0 -32
  304. package/dist/src/domain/cql-engine/transform.d.ts.map +0 -1
  305. package/dist/src/domain/cql-engine/transform.js +0 -19
  306. package/dist/src/domain/cql-engine/transform.js.map +0 -1
  307. package/dist/src/domain/cursor-utils.d.ts +0 -20
  308. package/dist/src/domain/cursor-utils.d.ts.map +0 -1
  309. package/dist/src/domain/cursor-utils.js +0 -50
  310. package/dist/src/domain/cursor-utils.js.map +0 -1
  311. package/dist/src/domain/customer.d.ts +0 -123
  312. package/dist/src/domain/customer.d.ts.map +0 -1
  313. package/dist/src/domain/customer.js +0 -30
  314. package/dist/src/domain/customer.js.map +0 -1
  315. package/dist/src/domain/db.d.ts +0 -71
  316. package/dist/src/domain/db.d.ts.map +0 -1
  317. package/dist/src/domain/db.js +0 -45
  318. package/dist/src/domain/db.js.map +0 -1
  319. package/dist/src/domain/dob.d.ts +0 -10
  320. package/dist/src/domain/dob.d.ts.map +0 -1
  321. package/dist/src/domain/dob.js +0 -26
  322. package/dist/src/domain/dob.js.map +0 -1
  323. package/dist/src/domain/externalId.d.ts +0 -2
  324. package/dist/src/domain/externalId.d.ts.map +0 -1
  325. package/dist/src/domain/externalId.js +0 -7
  326. package/dist/src/domain/externalId.js.map +0 -1
  327. package/dist/src/domain/gender.d.ts +0 -8
  328. package/dist/src/domain/gender.d.ts.map +0 -1
  329. package/dist/src/domain/gender.js +0 -33
  330. package/dist/src/domain/gender.js.map +0 -1
  331. package/dist/src/domain/job/job-status.d.ts +0 -15
  332. package/dist/src/domain/job/job-status.d.ts.map +0 -1
  333. package/dist/src/domain/job/job-status.js +0 -57
  334. package/dist/src/domain/job/job-status.js.map +0 -1
  335. package/dist/src/domain/job/patient-job.d.ts +0 -54
  336. package/dist/src/domain/job/patient-job.d.ts.map +0 -1
  337. package/dist/src/domain/job/patient-job.js +0 -31
  338. package/dist/src/domain/job/patient-job.js.map +0 -1
  339. package/dist/src/domain/job/types.d.ts +0 -19
  340. package/dist/src/domain/job/types.d.ts.map +0 -1
  341. package/dist/src/domain/job/types.js +0 -15
  342. package/dist/src/domain/job/types.js.map +0 -1
  343. package/dist/src/domain/jwt-token.d.ts +0 -6
  344. package/dist/src/domain/jwt-token.d.ts.map +0 -1
  345. package/dist/src/domain/jwt-token.js +0 -3
  346. package/dist/src/domain/jwt-token.js.map +0 -1
  347. package/dist/src/domain/metriport.d.ts +0 -9
  348. package/dist/src/domain/metriport.d.ts.map +0 -1
  349. package/dist/src/domain/metriport.js +0 -13
  350. package/dist/src/domain/metriport.js.map +0 -1
  351. package/dist/src/domain/network-query/__tests__/source.test.d.ts +0 -2
  352. package/dist/src/domain/network-query/__tests__/source.test.d.ts.map +0 -1
  353. package/dist/src/domain/network-query/__tests__/source.test.js +0 -450
  354. package/dist/src/domain/network-query/__tests__/source.test.js.map +0 -1
  355. package/dist/src/domain/network-query/index.d.ts +0 -4
  356. package/dist/src/domain/network-query/index.d.ts.map +0 -1
  357. package/dist/src/domain/network-query/index.js +0 -20
  358. package/dist/src/domain/network-query/index.js.map +0 -1
  359. package/dist/src/domain/network-query/query.d.ts +0 -367
  360. package/dist/src/domain/network-query/query.d.ts.map +0 -1
  361. package/dist/src/domain/network-query/query.js +0 -23
  362. package/dist/src/domain/network-query/query.js.map +0 -1
  363. package/dist/src/domain/network-query/source.d.ts +0 -734
  364. package/dist/src/domain/network-query/source.d.ts.map +0 -1
  365. package/dist/src/domain/network-query/source.js +0 -382
  366. package/dist/src/domain/network-query/source.js.map +0 -1
  367. package/dist/src/domain/network-query/supported-event-types.d.ts +0 -17
  368. package/dist/src/domain/network-query/supported-event-types.d.ts.map +0 -1
  369. package/dist/src/domain/network-query/supported-event-types.js +0 -60
  370. package/dist/src/domain/network-query/supported-event-types.js.map +0 -1
  371. package/dist/src/domain/notification-webhooks/index.d.ts +0 -2
  372. package/dist/src/domain/notification-webhooks/index.d.ts.map +0 -1
  373. package/dist/src/domain/notification-webhooks/index.js +0 -18
  374. package/dist/src/domain/notification-webhooks/index.js.map +0 -1
  375. package/dist/src/domain/notification-webhooks/types.d.ts +0 -33
  376. package/dist/src/domain/notification-webhooks/types.d.ts.map +0 -1
  377. package/dist/src/domain/notification-webhooks/types.js +0 -26
  378. package/dist/src/domain/notification-webhooks/types.js.map +0 -1
  379. package/dist/src/domain/organization.d.ts +0 -90
  380. package/dist/src/domain/organization.d.ts.map +0 -1
  381. package/dist/src/domain/organization.js +0 -41
  382. package/dist/src/domain/organization.js.map +0 -1
  383. package/dist/src/domain/pagination-v2.d.ts +0 -230
  384. package/dist/src/domain/pagination-v2.d.ts.map +0 -1
  385. package/dist/src/domain/pagination-v2.js +0 -132
  386. package/dist/src/domain/pagination-v2.js.map +0 -1
  387. package/dist/src/domain/pagination.d.ts +0 -71
  388. package/dist/src/domain/pagination.d.ts.map +0 -1
  389. package/dist/src/domain/pagination.js +0 -36
  390. package/dist/src/domain/pagination.js.map +0 -1
  391. package/dist/src/domain/patient/__tests__/ssn.test.d.ts +0 -2
  392. package/dist/src/domain/patient/__tests__/ssn.test.d.ts.map +0 -1
  393. package/dist/src/domain/patient/__tests__/ssn.test.js +0 -54
  394. package/dist/src/domain/patient/__tests__/ssn.test.js.map +0 -1
  395. package/dist/src/domain/patient/patient-import/__tests__/status.test.d.ts +0 -2
  396. package/dist/src/domain/patient/patient-import/__tests__/status.test.d.ts.map +0 -1
  397. package/dist/src/domain/patient/patient-import/__tests__/status.test.js +0 -74
  398. package/dist/src/domain/patient/patient-import/__tests__/status.test.js.map +0 -1
  399. package/dist/src/domain/patient/patient-import/__tests__/types.d.ts +0 -4
  400. package/dist/src/domain/patient/patient-import/__tests__/types.d.ts.map +0 -1
  401. package/dist/src/domain/patient/patient-import/__tests__/types.js +0 -19
  402. package/dist/src/domain/patient/patient-import/__tests__/types.js.map +0 -1
  403. package/dist/src/domain/patient/patient-import/__tests__/types.test.d.ts +0 -2
  404. package/dist/src/domain/patient/patient-import/__tests__/types.test.d.ts.map +0 -1
  405. package/dist/src/domain/patient/patient-import/__tests__/types.test.js +0 -69
  406. package/dist/src/domain/patient/patient-import/__tests__/types.test.js.map +0 -1
  407. package/dist/src/domain/patient/patient-import/create.d.ts +0 -19
  408. package/dist/src/domain/patient/patient-import/create.d.ts.map +0 -1
  409. package/dist/src/domain/patient/patient-import/create.js +0 -49
  410. package/dist/src/domain/patient/patient-import/create.js.map +0 -1
  411. package/dist/src/domain/patient/patient-import/mapping.d.ts +0 -20
  412. package/dist/src/domain/patient/patient-import/mapping.d.ts.map +0 -1
  413. package/dist/src/domain/patient/patient-import/mapping.js +0 -3
  414. package/dist/src/domain/patient/patient-import/mapping.js.map +0 -1
  415. package/dist/src/domain/patient/patient-import/metadata.d.ts +0 -9
  416. package/dist/src/domain/patient/patient-import/metadata.d.ts.map +0 -1
  417. package/dist/src/domain/patient/patient-import/metadata.js +0 -21
  418. package/dist/src/domain/patient/patient-import/metadata.js.map +0 -1
  419. package/dist/src/domain/patient/patient-import/schemas.d.ts +0 -46
  420. package/dist/src/domain/patient/patient-import/schemas.d.ts.map +0 -1
  421. package/dist/src/domain/patient/patient-import/schemas.js +0 -49
  422. package/dist/src/domain/patient/patient-import/schemas.js.map +0 -1
  423. package/dist/src/domain/patient/patient-import/status.d.ts +0 -15
  424. package/dist/src/domain/patient/patient-import/status.d.ts.map +0 -1
  425. package/dist/src/domain/patient/patient-import/status.js +0 -48
  426. package/dist/src/domain/patient/patient-import/status.js.map +0 -1
  427. package/dist/src/domain/patient/patient-import/types.d.ts +0 -43
  428. package/dist/src/domain/patient/patient-import/types.d.ts.map +0 -1
  429. package/dist/src/domain/patient/patient-import/types.js +0 -15
  430. package/dist/src/domain/patient/patient-import/types.js.map +0 -1
  431. package/dist/src/domain/patient/patient-monitoring/__tests__/utils.test.d.ts +0 -2
  432. package/dist/src/domain/patient/patient-monitoring/__tests__/utils.test.d.ts.map +0 -1
  433. package/dist/src/domain/patient/patient-monitoring/__tests__/utils.test.js +0 -66
  434. package/dist/src/domain/patient/patient-monitoring/__tests__/utils.test.js.map +0 -1
  435. package/dist/src/domain/patient/patient-monitoring/discharge-requery.d.ts +0 -364
  436. package/dist/src/domain/patient/patient-monitoring/discharge-requery.d.ts.map +0 -1
  437. package/dist/src/domain/patient/patient-monitoring/discharge-requery.js +0 -55
  438. package/dist/src/domain/patient/patient-monitoring/discharge-requery.js.map +0 -1
  439. package/dist/src/domain/patient/patient-monitoring/utils.d.ts +0 -59
  440. package/dist/src/domain/patient/patient-monitoring/utils.d.ts.map +0 -1
  441. package/dist/src/domain/patient/patient-monitoring/utils.js +0 -120
  442. package/dist/src/domain/patient/patient-monitoring/utils.js.map +0 -1
  443. package/dist/src/domain/patient/patient-settings.d.ts +0 -121
  444. package/dist/src/domain/patient/patient-settings.d.ts.map +0 -1
  445. package/dist/src/domain/patient/patient-settings.js +0 -27
  446. package/dist/src/domain/patient/patient-settings.js.map +0 -1
  447. package/dist/src/domain/patient/patient.d.ts +0 -23
  448. package/dist/src/domain/patient/patient.d.ts.map +0 -1
  449. package/dist/src/domain/patient/patient.js +0 -14
  450. package/dist/src/domain/patient/patient.js.map +0 -1
  451. package/dist/src/domain/patient/ssn.d.ts +0 -3
  452. package/dist/src/domain/patient/ssn.d.ts.map +0 -1
  453. package/dist/src/domain/patient/ssn.js +0 -28
  454. package/dist/src/domain/patient/ssn.js.map +0 -1
  455. package/dist/src/domain/patient-cohort.d.ts +0 -6
  456. package/dist/src/domain/patient-cohort.d.ts.map +0 -1
  457. package/dist/src/domain/patient-cohort.js +0 -3
  458. package/dist/src/domain/patient-cohort.js.map +0 -1
  459. package/dist/src/domain/patient-or-all.d.ts +0 -34
  460. package/dist/src/domain/patient-or-all.d.ts.map +0 -1
  461. package/dist/src/domain/patient-or-all.js +0 -17
  462. package/dist/src/domain/patient-or-all.js.map +0 -1
  463. package/dist/src/domain/patient.d.ts +0 -90
  464. package/dist/src/domain/patient.d.ts.map +0 -1
  465. package/dist/src/domain/patient.js +0 -32
  466. package/dist/src/domain/patient.js.map +0 -1
  467. package/dist/src/domain/rate-limiting/index.d.ts +0 -34
  468. package/dist/src/domain/rate-limiting/index.d.ts.map +0 -1
  469. package/dist/src/domain/rate-limiting/index.js +0 -55
  470. package/dist/src/domain/rate-limiting/index.js.map +0 -1
  471. package/dist/src/domain/roster/patient-roster-added-by.d.ts +0 -6
  472. package/dist/src/domain/roster/patient-roster-added-by.d.ts.map +0 -1
  473. package/dist/src/domain/roster/patient-roster-added-by.js +0 -19
  474. package/dist/src/domain/roster/patient-roster-added-by.js.map +0 -1
  475. package/dist/src/domain/roster/patient-roster.d.ts +0 -24
  476. package/dist/src/domain/roster/patient-roster.d.ts.map +0 -1
  477. package/dist/src/domain/roster/patient-roster.js +0 -3
  478. package/dist/src/domain/roster/patient-roster.js.map +0 -1
  479. package/dist/src/domain/roster/roster-status.d.ts +0 -16
  480. package/dist/src/domain/roster/roster-status.d.ts.map +0 -1
  481. package/dist/src/domain/roster/roster-status.js +0 -49
  482. package/dist/src/domain/roster/roster-status.js.map +0 -1
  483. package/dist/src/domain/roster/roster.d.ts +0 -39
  484. package/dist/src/domain/roster/roster.d.ts.map +0 -1
  485. package/dist/src/domain/roster/roster.js +0 -3
  486. package/dist/src/domain/roster/roster.js.map +0 -1
  487. package/dist/src/domain/secrets.d.ts +0 -4
  488. package/dist/src/domain/secrets.d.ts.map +0 -1
  489. package/dist/src/domain/secrets.js +0 -7
  490. package/dist/src/domain/secrets.js.map +0 -1
  491. package/dist/src/domain/suspect.d.ts +0 -5
  492. package/dist/src/domain/suspect.d.ts.map +0 -1
  493. package/dist/src/domain/suspect.js +0 -3
  494. package/dist/src/domain/suspect.js.map +0 -1
  495. package/dist/src/domain/tcm-encounter.d.ts +0 -453
  496. package/dist/src/domain/tcm-encounter.d.ts.map +0 -1
  497. package/dist/src/domain/tcm-encounter.js +0 -98
  498. package/dist/src/domain/tcm-encounter.js.map +0 -1
  499. package/dist/src/error/__tests__/shared.test.d.ts +0 -2
  500. package/dist/src/error/__tests__/shared.test.d.ts.map +0 -1
  501. package/dist/src/error/__tests__/shared.test.js +0 -539
  502. package/dist/src/error/__tests__/shared.test.js.map +0 -1
  503. package/dist/src/error/bad-request.d.ts.map +0 -1
  504. package/dist/src/error/bad-request.js +0 -18
  505. package/dist/src/error/bad-request.js.map +0 -1
  506. package/dist/src/error/metriport-error.d.ts +0 -9
  507. package/dist/src/error/metriport-error.d.ts.map +0 -1
  508. package/dist/src/error/metriport-error.js +0 -22
  509. package/dist/src/error/metriport-error.js.map +0 -1
  510. package/dist/src/error/not-found.d.ts +0 -5
  511. package/dist/src/error/not-found.d.ts.map +0 -1
  512. package/dist/src/error/not-found.js +0 -18
  513. package/dist/src/error/not-found.js.map +0 -1
  514. package/dist/src/error/shared.d.ts +0 -10
  515. package/dist/src/error/shared.d.ts.map +0 -1
  516. package/dist/src/error/shared.js +0 -79
  517. package/dist/src/error/shared.js.map +0 -1
  518. package/dist/src/error/too-many-requests.d.ts +0 -5
  519. package/dist/src/error/too-many-requests.d.ts.map +0 -1
  520. package/dist/src/error/too-many-requests.js +0 -18
  521. package/dist/src/error/too-many-requests.js.map +0 -1
  522. package/dist/src/external/ehr/practicefusion/allergy-data-map.d.ts +0 -34
  523. package/dist/src/external/ehr/practicefusion/allergy-data-map.d.ts.map +0 -1
  524. package/dist/src/external/ehr/practicefusion/allergy-data-map.js +0 -2612
  525. package/dist/src/external/ehr/practicefusion/allergy-data-map.js.map +0 -1
  526. package/dist/src/external/ehr/practicefusion/index.d.ts +0 -3
  527. package/dist/src/external/ehr/practicefusion/index.d.ts.map +0 -1
  528. package/dist/src/external/ehr/practicefusion/index.js +0 -19
  529. package/dist/src/external/ehr/practicefusion/index.js.map +0 -1
  530. package/dist/src/external/ehr/practicefusion/shared.d.ts +0 -18
  531. package/dist/src/external/ehr/practicefusion/shared.d.ts.map +0 -1
  532. package/dist/src/external/ehr/practicefusion/shared.js +0 -65
  533. package/dist/src/external/ehr/practicefusion/shared.js.map +0 -1
  534. package/dist/src/external/hl7v2/constants.d.ts +0 -39
  535. package/dist/src/external/hl7v2/constants.d.ts.map +0 -1
  536. package/dist/src/external/hl7v2/constants.js +0 -56
  537. package/dist/src/external/hl7v2/constants.js.map +0 -1
  538. package/dist/src/external/ihe/constants.d.ts +0 -17
  539. package/dist/src/external/ihe/constants.d.ts.map +0 -1
  540. package/dist/src/external/ihe/constants.js +0 -72
  541. package/dist/src/external/ihe/constants.js.map +0 -1
  542. package/dist/src/external/ihe/index.d.ts +0 -3
  543. package/dist/src/external/ihe/index.d.ts.map +0 -1
  544. package/dist/src/external/ihe/index.js +0 -19
  545. package/dist/src/external/ihe/index.js.map +0 -1
  546. package/dist/src/external/ihe/shared.d.ts +0 -8
  547. package/dist/src/external/ihe/shared.d.ts.map +0 -1
  548. package/dist/src/external/ihe/shared.js +0 -24
  549. package/dist/src/external/ihe/shared.js.map +0 -1
  550. package/dist/src/external/index.d.ts +0 -4
  551. package/dist/src/external/index.d.ts.map +0 -1
  552. package/dist/src/external/index.js +0 -20
  553. package/dist/src/external/index.js.map +0 -1
  554. package/dist/src/external/zod/__tests__/iso-date.test.d.ts +0 -2
  555. package/dist/src/external/zod/__tests__/iso-date.test.d.ts.map +0 -1
  556. package/dist/src/external/zod/__tests__/iso-date.test.js +0 -115
  557. package/dist/src/external/zod/__tests__/iso-date.test.js.map +0 -1
  558. package/dist/src/external/zod/date.d.ts +0 -12
  559. package/dist/src/external/zod/date.d.ts.map +0 -1
  560. package/dist/src/external/zod/date.js +0 -28
  561. package/dist/src/external/zod/date.js.map +0 -1
  562. package/dist/src/external/zod/index.d.ts +0 -5
  563. package/dist/src/external/zod/index.d.ts.map +0 -1
  564. package/dist/src/external/zod/index.js +0 -21
  565. package/dist/src/external/zod/index.js.map +0 -1
  566. package/dist/src/external/zod/string.d.ts +0 -11
  567. package/dist/src/external/zod/string.d.ts.map +0 -1
  568. package/dist/src/external/zod/string.js +0 -27
  569. package/dist/src/external/zod/string.js.map +0 -1
  570. package/dist/src/external/zod/us-state.d.ts +0 -3
  571. package/dist/src/external/zod/us-state.d.ts.map +0 -1
  572. package/dist/src/external/zod/us-state.js +0 -10
  573. package/dist/src/external/zod/us-state.js.map +0 -1
  574. package/dist/src/external/zod/zip.d.ts +0 -3
  575. package/dist/src/external/zod/zip.d.ts.map +0 -1
  576. package/dist/src/external/zod/zip.js +0 -13
  577. package/dist/src/external/zod/zip.js.map +0 -1
  578. package/dist/src/index.d.ts +0 -63
  579. package/dist/src/index.d.ts.map +0 -1
  580. package/dist/src/index.js +0 -123
  581. package/dist/src/index.js.map +0 -1
  582. package/dist/src/interface/external/carequality/directory/simplified-org.d.ts +0 -10
  583. package/dist/src/interface/external/carequality/directory/simplified-org.d.ts.map +0 -1
  584. package/dist/src/interface/external/carequality/directory/simplified-org.js +0 -3
  585. package/dist/src/interface/external/carequality/directory/simplified-org.js.map +0 -1
  586. package/dist/src/interface/external/ehr/athenahealth/allergy.d.ts +0 -206
  587. package/dist/src/interface/external/ehr/athenahealth/allergy.d.ts.map +0 -1
  588. package/dist/src/interface/external/ehr/athenahealth/allergy.js +0 -44
  589. package/dist/src/interface/external/ehr/athenahealth/allergy.js.map +0 -1
  590. package/dist/src/interface/external/ehr/athenahealth/appointment.d.ts +0 -129
  591. package/dist/src/interface/external/ehr/athenahealth/appointment.d.ts.map +0 -1
  592. package/dist/src/interface/external/ehr/athenahealth/appointment.js +0 -30
  593. package/dist/src/interface/external/ehr/athenahealth/appointment.js.map +0 -1
  594. package/dist/src/interface/external/ehr/athenahealth/clinical-document.d.ts +0 -27
  595. package/dist/src/interface/external/ehr/athenahealth/clinical-document.d.ts.map +0 -1
  596. package/dist/src/interface/external/ehr/athenahealth/clinical-document.js +0 -14
  597. package/dist/src/interface/external/ehr/athenahealth/clinical-document.js.map +0 -1
  598. package/dist/src/interface/external/ehr/athenahealth/cx-mapping.d.ts +0 -484
  599. package/dist/src/interface/external/ehr/athenahealth/cx-mapping.d.ts.map +0 -1
  600. package/dist/src/interface/external/ehr/athenahealth/cx-mapping.js +0 -17
  601. package/dist/src/interface/external/ehr/athenahealth/cx-mapping.js.map +0 -1
  602. package/dist/src/interface/external/ehr/athenahealth/department.d.ts +0 -28
  603. package/dist/src/interface/external/ehr/athenahealth/department.d.ts.map +0 -1
  604. package/dist/src/interface/external/ehr/athenahealth/department.js +0 -11
  605. package/dist/src/interface/external/ehr/athenahealth/department.js.map +0 -1
  606. package/dist/src/interface/external/ehr/athenahealth/encounter.d.ts +0 -33
  607. package/dist/src/interface/external/ehr/athenahealth/encounter.d.ts.map +0 -1
  608. package/dist/src/interface/external/ehr/athenahealth/encounter.js +0 -13
  609. package/dist/src/interface/external/ehr/athenahealth/encounter.js.map +0 -1
  610. package/dist/src/interface/external/ehr/athenahealth/family-history.d.ts +0 -305
  611. package/dist/src/interface/external/ehr/athenahealth/family-history.d.ts.map +0 -1
  612. package/dist/src/interface/external/ehr/athenahealth/family-history.js +0 -44
  613. package/dist/src/interface/external/ehr/athenahealth/family-history.js.map +0 -1
  614. package/dist/src/interface/external/ehr/athenahealth/index.d.ts +0 -17
  615. package/dist/src/interface/external/ehr/athenahealth/index.d.ts.map +0 -1
  616. package/dist/src/interface/external/ehr/athenahealth/index.js +0 -33
  617. package/dist/src/interface/external/ehr/athenahealth/index.js.map +0 -1
  618. package/dist/src/interface/external/ehr/athenahealth/jwt-token.d.ts +0 -46
  619. package/dist/src/interface/external/ehr/athenahealth/jwt-token.d.ts.map +0 -1
  620. package/dist/src/interface/external/ehr/athenahealth/jwt-token.js +0 -26
  621. package/dist/src/interface/external/ehr/athenahealth/jwt-token.js.map +0 -1
  622. package/dist/src/interface/external/ehr/athenahealth/lab-result.d.ts +0 -27
  623. package/dist/src/interface/external/ehr/athenahealth/lab-result.d.ts.map +0 -1
  624. package/dist/src/interface/external/ehr/athenahealth/lab-result.js +0 -14
  625. package/dist/src/interface/external/ehr/athenahealth/lab-result.js.map +0 -1
  626. package/dist/src/interface/external/ehr/athenahealth/medication.d.ts +0 -63
  627. package/dist/src/interface/external/ehr/athenahealth/medication.d.ts.map +0 -1
  628. package/dist/src/interface/external/ehr/athenahealth/medication.js +0 -19
  629. package/dist/src/interface/external/ehr/athenahealth/medication.js.map +0 -1
  630. package/dist/src/interface/external/ehr/athenahealth/patient-mapping.d.ts +0 -14
  631. package/dist/src/interface/external/ehr/athenahealth/patient-mapping.d.ts.map +0 -1
  632. package/dist/src/interface/external/ehr/athenahealth/patient-mapping.js +0 -11
  633. package/dist/src/interface/external/ehr/athenahealth/patient-mapping.js.map +0 -1
  634. package/dist/src/interface/external/ehr/athenahealth/patient.d.ts +0 -78
  635. package/dist/src/interface/external/ehr/athenahealth/patient.d.ts.map +0 -1
  636. package/dist/src/interface/external/ehr/athenahealth/patient.js +0 -15
  637. package/dist/src/interface/external/ehr/athenahealth/patient.js.map +0 -1
  638. package/dist/src/interface/external/ehr/athenahealth/problem.d.ts +0 -27
  639. package/dist/src/interface/external/ehr/athenahealth/problem.d.ts.map +0 -1
  640. package/dist/src/interface/external/ehr/athenahealth/problem.js +0 -14
  641. package/dist/src/interface/external/ehr/athenahealth/problem.js.map +0 -1
  642. package/dist/src/interface/external/ehr/athenahealth/subscription.d.ts +0 -20
  643. package/dist/src/interface/external/ehr/athenahealth/subscription.d.ts.map +0 -1
  644. package/dist/src/interface/external/ehr/athenahealth/subscription.js +0 -11
  645. package/dist/src/interface/external/ehr/athenahealth/subscription.js.map +0 -1
  646. package/dist/src/interface/external/ehr/athenahealth/surgical-history.d.ts +0 -27
  647. package/dist/src/interface/external/ehr/athenahealth/surgical-history.d.ts.map +0 -1
  648. package/dist/src/interface/external/ehr/athenahealth/surgical-history.js +0 -14
  649. package/dist/src/interface/external/ehr/athenahealth/surgical-history.js.map +0 -1
  650. package/dist/src/interface/external/ehr/athenahealth/vaccine.d.ts +0 -18
  651. package/dist/src/interface/external/ehr/athenahealth/vaccine.d.ts.map +0 -1
  652. package/dist/src/interface/external/ehr/athenahealth/vaccine.js +0 -11
  653. package/dist/src/interface/external/ehr/athenahealth/vaccine.js.map +0 -1
  654. package/dist/src/interface/external/ehr/athenahealth/vitals.d.ts +0 -67
  655. package/dist/src/interface/external/ehr/athenahealth/vitals.d.ts.map +0 -1
  656. package/dist/src/interface/external/ehr/athenahealth/vitals.js +0 -15
  657. package/dist/src/interface/external/ehr/athenahealth/vitals.js.map +0 -1
  658. package/dist/src/interface/external/ehr/canvas/allergen.d.ts +0 -13
  659. package/dist/src/interface/external/ehr/canvas/allergen.d.ts.map +0 -1
  660. package/dist/src/interface/external/ehr/canvas/allergen.js +0 -9
  661. package/dist/src/interface/external/ehr/canvas/allergen.js.map +0 -1
  662. package/dist/src/interface/external/ehr/canvas/appointment.d.ts +0 -170
  663. package/dist/src/interface/external/ehr/canvas/appointment.d.ts.map +0 -1
  664. package/dist/src/interface/external/ehr/canvas/appointment.js +0 -24
  665. package/dist/src/interface/external/ehr/canvas/appointment.js.map +0 -1
  666. package/dist/src/interface/external/ehr/canvas/cx-mapping.d.ts +0 -469
  667. package/dist/src/interface/external/ehr/canvas/cx-mapping.d.ts.map +0 -1
  668. package/dist/src/interface/external/ehr/canvas/cx-mapping.js +0 -12
  669. package/dist/src/interface/external/ehr/canvas/cx-mapping.js.map +0 -1
  670. package/dist/src/interface/external/ehr/canvas/external-event.d.ts +0 -67
  671. package/dist/src/interface/external/ehr/canvas/external-event.d.ts.map +0 -1
  672. package/dist/src/interface/external/ehr/canvas/external-event.js +0 -48
  673. package/dist/src/interface/external/ehr/canvas/external-event.js.map +0 -1
  674. package/dist/src/interface/external/ehr/canvas/index.d.ts +0 -7
  675. package/dist/src/interface/external/ehr/canvas/index.d.ts.map +0 -1
  676. package/dist/src/interface/external/ehr/canvas/index.js +0 -23
  677. package/dist/src/interface/external/ehr/canvas/index.js.map +0 -1
  678. package/dist/src/interface/external/ehr/canvas/jwt-token.d.ts +0 -73
  679. package/dist/src/interface/external/ehr/canvas/jwt-token.d.ts.map +0 -1
  680. package/dist/src/interface/external/ehr/canvas/jwt-token.js +0 -37
  681. package/dist/src/interface/external/ehr/canvas/jwt-token.js.map +0 -1
  682. package/dist/src/interface/external/ehr/canvas/note.d.ts +0 -119
  683. package/dist/src/interface/external/ehr/canvas/note.d.ts.map +0 -1
  684. package/dist/src/interface/external/ehr/canvas/note.js +0 -26
  685. package/dist/src/interface/external/ehr/canvas/note.js.map +0 -1
  686. package/dist/src/interface/external/ehr/eclinicalworks/cx-mapping.d.ts +0 -465
  687. package/dist/src/interface/external/ehr/eclinicalworks/cx-mapping.d.ts.map +0 -1
  688. package/dist/src/interface/external/ehr/eclinicalworks/cx-mapping.js +0 -10
  689. package/dist/src/interface/external/ehr/eclinicalworks/cx-mapping.js.map +0 -1
  690. package/dist/src/interface/external/ehr/eclinicalworks/index.d.ts +0 -2
  691. package/dist/src/interface/external/ehr/eclinicalworks/index.d.ts.map +0 -1
  692. package/dist/src/interface/external/ehr/eclinicalworks/index.js +0 -18
  693. package/dist/src/interface/external/ehr/eclinicalworks/index.js.map +0 -1
  694. package/dist/src/interface/external/ehr/eclinicalworks/jwt-token.d.ts +0 -18
  695. package/dist/src/interface/external/ehr/eclinicalworks/jwt-token.d.ts.map +0 -1
  696. package/dist/src/interface/external/ehr/eclinicalworks/jwt-token.js +0 -15
  697. package/dist/src/interface/external/ehr/eclinicalworks/jwt-token.js.map +0 -1
  698. package/dist/src/interface/external/ehr/elation/appointment.d.ts +0 -71
  699. package/dist/src/interface/external/ehr/elation/appointment.d.ts.map +0 -1
  700. package/dist/src/interface/external/ehr/elation/appointment.js +0 -16
  701. package/dist/src/interface/external/ehr/elation/appointment.js.map +0 -1
  702. package/dist/src/interface/external/ehr/elation/ccda.d.ts +0 -13
  703. package/dist/src/interface/external/ehr/elation/ccda.d.ts.map +0 -1
  704. package/dist/src/interface/external/ehr/elation/ccda.js +0 -9
  705. package/dist/src/interface/external/ehr/elation/ccda.js.map +0 -1
  706. package/dist/src/interface/external/ehr/elation/cx-mapping.d.ts +0 -508
  707. package/dist/src/interface/external/ehr/elation/cx-mapping.d.ts.map +0 -1
  708. package/dist/src/interface/external/ehr/elation/cx-mapping.js +0 -25
  709. package/dist/src/interface/external/ehr/elation/cx-mapping.js.map +0 -1
  710. package/dist/src/interface/external/ehr/elation/event.d.ts +0 -106
  711. package/dist/src/interface/external/ehr/elation/event.d.ts.map +0 -1
  712. package/dist/src/interface/external/ehr/elation/event.js +0 -31
  713. package/dist/src/interface/external/ehr/elation/event.js.map +0 -1
  714. package/dist/src/interface/external/ehr/elation/index.d.ts +0 -13
  715. package/dist/src/interface/external/ehr/elation/index.d.ts.map +0 -1
  716. package/dist/src/interface/external/ehr/elation/index.js +0 -29
  717. package/dist/src/interface/external/ehr/elation/index.js.map +0 -1
  718. package/dist/src/interface/external/ehr/elation/jwt-token.d.ts +0 -46
  719. package/dist/src/interface/external/ehr/elation/jwt-token.d.ts.map +0 -1
  720. package/dist/src/interface/external/ehr/elation/jwt-token.js +0 -26
  721. package/dist/src/interface/external/ehr/elation/jwt-token.js.map +0 -1
  722. package/dist/src/interface/external/ehr/elation/lab.d.ts +0 -10
  723. package/dist/src/interface/external/ehr/elation/lab.d.ts.map +0 -1
  724. package/dist/src/interface/external/ehr/elation/lab.js +0 -8
  725. package/dist/src/interface/external/ehr/elation/lab.js.map +0 -1
  726. package/dist/src/interface/external/ehr/elation/note.d.ts +0 -10
  727. package/dist/src/interface/external/ehr/elation/note.d.ts.map +0 -1
  728. package/dist/src/interface/external/ehr/elation/note.js +0 -8
  729. package/dist/src/interface/external/ehr/elation/note.js.map +0 -1
  730. package/dist/src/interface/external/ehr/elation/patient.d.ts +0 -96
  731. package/dist/src/interface/external/ehr/elation/patient.d.ts.map +0 -1
  732. package/dist/src/interface/external/ehr/elation/patient.js +0 -33
  733. package/dist/src/interface/external/ehr/elation/patient.js.map +0 -1
  734. package/dist/src/interface/external/ehr/elation/practice.d.ts +0 -44
  735. package/dist/src/interface/external/ehr/elation/practice.d.ts.map +0 -1
  736. package/dist/src/interface/external/ehr/elation/practice.js +0 -13
  737. package/dist/src/interface/external/ehr/elation/practice.js.map +0 -1
  738. package/dist/src/interface/external/ehr/elation/problem.d.ts +0 -10
  739. package/dist/src/interface/external/ehr/elation/problem.d.ts.map +0 -1
  740. package/dist/src/interface/external/ehr/elation/problem.js +0 -8
  741. package/dist/src/interface/external/ehr/elation/problem.js.map +0 -1
  742. package/dist/src/interface/external/ehr/elation/subscription.d.ts +0 -53
  743. package/dist/src/interface/external/ehr/elation/subscription.d.ts.map +0 -1
  744. package/dist/src/interface/external/ehr/elation/subscription.js +0 -22
  745. package/dist/src/interface/external/ehr/elation/subscription.js.map +0 -1
  746. package/dist/src/interface/external/ehr/elation/vtial.d.ts +0 -10
  747. package/dist/src/interface/external/ehr/elation/vtial.d.ts.map +0 -1
  748. package/dist/src/interface/external/ehr/elation/vtial.js +0 -8
  749. package/dist/src/interface/external/ehr/elation/vtial.js.map +0 -1
  750. package/dist/src/interface/external/ehr/embed/cx-mapping.d.ts +0 -4
  751. package/dist/src/interface/external/ehr/embed/cx-mapping.d.ts.map +0 -1
  752. package/dist/src/interface/external/ehr/embed/cx-mapping.js +0 -6
  753. package/dist/src/interface/external/ehr/embed/cx-mapping.js.map +0 -1
  754. package/dist/src/interface/external/ehr/embed/index.d.ts +0 -3
  755. package/dist/src/interface/external/ehr/embed/index.d.ts.map +0 -1
  756. package/dist/src/interface/external/ehr/embed/index.js +0 -19
  757. package/dist/src/interface/external/ehr/embed/index.js.map +0 -1
  758. package/dist/src/interface/external/ehr/embed/jwt-token.d.ts +0 -28
  759. package/dist/src/interface/external/ehr/embed/jwt-token.d.ts.map +0 -1
  760. package/dist/src/interface/external/ehr/embed/jwt-token.js +0 -23
  761. package/dist/src/interface/external/ehr/embed/jwt-token.js.map +0 -1
  762. package/dist/src/interface/external/ehr/fhir-resource.d.ts +0 -269
  763. package/dist/src/interface/external/ehr/fhir-resource.d.ts.map +0 -1
  764. package/dist/src/interface/external/ehr/fhir-resource.js +0 -62
  765. package/dist/src/interface/external/ehr/fhir-resource.js.map +0 -1
  766. package/dist/src/interface/external/ehr/healthie/allergy.d.ts +0 -249
  767. package/dist/src/interface/external/ehr/healthie/allergy.d.ts.map +0 -1
  768. package/dist/src/interface/external/ehr/healthie/allergy.js +0 -31
  769. package/dist/src/interface/external/ehr/healthie/allergy.js.map +0 -1
  770. package/dist/src/interface/external/ehr/healthie/appointment.d.ts +0 -221
  771. package/dist/src/interface/external/ehr/healthie/appointment.d.ts.map +0 -1
  772. package/dist/src/interface/external/ehr/healthie/appointment.js +0 -21
  773. package/dist/src/interface/external/ehr/healthie/appointment.js.map +0 -1
  774. package/dist/src/interface/external/ehr/healthie/condition.d.ts +0 -287
  775. package/dist/src/interface/external/ehr/healthie/condition.d.ts.map +0 -1
  776. package/dist/src/interface/external/ehr/healthie/condition.js +0 -40
  777. package/dist/src/interface/external/ehr/healthie/condition.js.map +0 -1
  778. package/dist/src/interface/external/ehr/healthie/cx-mapping.d.ts +0 -931
  779. package/dist/src/interface/external/ehr/healthie/cx-mapping.d.ts.map +0 -1
  780. package/dist/src/interface/external/ehr/healthie/cx-mapping.js +0 -42
  781. package/dist/src/interface/external/ehr/healthie/cx-mapping.js.map +0 -1
  782. package/dist/src/interface/external/ehr/healthie/event.d.ts +0 -44
  783. package/dist/src/interface/external/ehr/healthie/event.d.ts.map +0 -1
  784. package/dist/src/interface/external/ehr/healthie/event.js +0 -20
  785. package/dist/src/interface/external/ehr/healthie/event.js.map +0 -1
  786. package/dist/src/interface/external/ehr/healthie/form-answer-group.d.ts +0 -605
  787. package/dist/src/interface/external/ehr/healthie/form-answer-group.d.ts.map +0 -1
  788. package/dist/src/interface/external/ehr/healthie/form-answer-group.js +0 -49
  789. package/dist/src/interface/external/ehr/healthie/form-answer-group.js.map +0 -1
  790. package/dist/src/interface/external/ehr/healthie/immunization.d.ts +0 -108
  791. package/dist/src/interface/external/ehr/healthie/immunization.d.ts.map +0 -1
  792. package/dist/src/interface/external/ehr/healthie/immunization.js +0 -19
  793. package/dist/src/interface/external/ehr/healthie/immunization.js.map +0 -1
  794. package/dist/src/interface/external/ehr/healthie/index.d.ts +0 -13
  795. package/dist/src/interface/external/ehr/healthie/index.d.ts.map +0 -1
  796. package/dist/src/interface/external/ehr/healthie/index.js +0 -29
  797. package/dist/src/interface/external/ehr/healthie/index.js.map +0 -1
  798. package/dist/src/interface/external/ehr/healthie/jwt-token.d.ts +0 -18
  799. package/dist/src/interface/external/ehr/healthie/jwt-token.d.ts.map +0 -1
  800. package/dist/src/interface/external/ehr/healthie/jwt-token.js +0 -15
  801. package/dist/src/interface/external/ehr/healthie/jwt-token.js.map +0 -1
  802. package/dist/src/interface/external/ehr/healthie/lab.d.ts +0 -492
  803. package/dist/src/interface/external/ehr/healthie/lab.d.ts.map +0 -1
  804. package/dist/src/interface/external/ehr/healthie/lab.js +0 -33
  805. package/dist/src/interface/external/ehr/healthie/lab.js.map +0 -1
  806. package/dist/src/interface/external/ehr/healthie/medication.d.ts +0 -212
  807. package/dist/src/interface/external/ehr/healthie/medication.d.ts.map +0 -1
  808. package/dist/src/interface/external/ehr/healthie/medication.js +0 -36
  809. package/dist/src/interface/external/ehr/healthie/medication.js.map +0 -1
  810. package/dist/src/interface/external/ehr/healthie/patient.d.ts +0 -319
  811. package/dist/src/interface/external/ehr/healthie/patient.d.ts.map +0 -1
  812. package/dist/src/interface/external/ehr/healthie/patient.js +0 -44
  813. package/dist/src/interface/external/ehr/healthie/patient.js.map +0 -1
  814. package/dist/src/interface/external/ehr/healthie/subscription.d.ts +0 -326
  815. package/dist/src/interface/external/ehr/healthie/subscription.d.ts.map +0 -1
  816. package/dist/src/interface/external/ehr/healthie/subscription.js +0 -54
  817. package/dist/src/interface/external/ehr/healthie/subscription.js.map +0 -1
  818. package/dist/src/interface/external/ehr/index.d.ts +0 -5
  819. package/dist/src/interface/external/ehr/index.d.ts.map +0 -1
  820. package/dist/src/interface/external/ehr/index.js +0 -21
  821. package/dist/src/interface/external/ehr/index.js.map +0 -1
  822. package/dist/src/interface/external/ehr/patient.d.ts +0 -250
  823. package/dist/src/interface/external/ehr/patient.d.ts.map +0 -1
  824. package/dist/src/interface/external/ehr/patient.js +0 -35
  825. package/dist/src/interface/external/ehr/patient.js.map +0 -1
  826. package/dist/src/interface/external/ehr/practicefusion/appointment.d.ts +0 -137
  827. package/dist/src/interface/external/ehr/practicefusion/appointment.d.ts.map +0 -1
  828. package/dist/src/interface/external/ehr/practicefusion/appointment.js +0 -29
  829. package/dist/src/interface/external/ehr/practicefusion/appointment.js.map +0 -1
  830. package/dist/src/interface/external/ehr/practicefusion/cx-mapping.d.ts +0 -472
  831. package/dist/src/interface/external/ehr/practicefusion/cx-mapping.d.ts.map +0 -1
  832. package/dist/src/interface/external/ehr/practicefusion/cx-mapping.js +0 -13
  833. package/dist/src/interface/external/ehr/practicefusion/cx-mapping.js.map +0 -1
  834. package/dist/src/interface/external/ehr/practicefusion/index.d.ts +0 -4
  835. package/dist/src/interface/external/ehr/practicefusion/index.d.ts.map +0 -1
  836. package/dist/src/interface/external/ehr/practicefusion/index.js +0 -20
  837. package/dist/src/interface/external/ehr/practicefusion/index.js.map +0 -1
  838. package/dist/src/interface/external/ehr/practicefusion/jwt-token.d.ts +0 -33
  839. package/dist/src/interface/external/ehr/practicefusion/jwt-token.d.ts.map +0 -1
  840. package/dist/src/interface/external/ehr/practicefusion/jwt-token.js +0 -22
  841. package/dist/src/interface/external/ehr/practicefusion/jwt-token.js.map +0 -1
  842. package/dist/src/interface/external/ehr/practicefusion/patient.d.ts +0 -2
  843. package/dist/src/interface/external/ehr/practicefusion/patient.d.ts.map +0 -1
  844. package/dist/src/interface/external/ehr/practicefusion/patient.js +0 -6
  845. package/dist/src/interface/external/ehr/practicefusion/patient.js.map +0 -1
  846. package/dist/src/interface/external/ehr/practicefusion/refresh-token.d.ts +0 -19
  847. package/dist/src/interface/external/ehr/practicefusion/refresh-token.d.ts.map +0 -1
  848. package/dist/src/interface/external/ehr/practicefusion/refresh-token.js +0 -11
  849. package/dist/src/interface/external/ehr/practicefusion/refresh-token.js.map +0 -1
  850. package/dist/src/interface/external/ehr/practitioner.d.ts +0 -49
  851. package/dist/src/interface/external/ehr/practitioner.d.ts.map +0 -1
  852. package/dist/src/interface/external/ehr/practitioner.js +0 -20
  853. package/dist/src/interface/external/ehr/practitioner.js.map +0 -1
  854. package/dist/src/interface/external/ehr/salesforce/cx-mapping.d.ts +0 -465
  855. package/dist/src/interface/external/ehr/salesforce/cx-mapping.d.ts.map +0 -1
  856. package/dist/src/interface/external/ehr/salesforce/cx-mapping.js +0 -10
  857. package/dist/src/interface/external/ehr/salesforce/cx-mapping.js.map +0 -1
  858. package/dist/src/interface/external/ehr/salesforce/index.d.ts +0 -2
  859. package/dist/src/interface/external/ehr/salesforce/index.d.ts.map +0 -1
  860. package/dist/src/interface/external/ehr/salesforce/index.js +0 -18
  861. package/dist/src/interface/external/ehr/salesforce/index.js.map +0 -1
  862. package/dist/src/interface/external/ehr/salesforce/jwt-token.d.ts +0 -21
  863. package/dist/src/interface/external/ehr/salesforce/jwt-token.d.ts.map +0 -1
  864. package/dist/src/interface/external/ehr/salesforce/jwt-token.js +0 -16
  865. package/dist/src/interface/external/ehr/salesforce/jwt-token.js.map +0 -1
  866. package/dist/src/interface/external/ehr/salesforce/patient.d.ts +0 -326
  867. package/dist/src/interface/external/ehr/salesforce/patient.d.ts.map +0 -1
  868. package/dist/src/interface/external/ehr/salesforce/patient.js +0 -69
  869. package/dist/src/interface/external/ehr/salesforce/patient.js.map +0 -1
  870. package/dist/src/interface/external/ehr/shared.d.ts +0 -1845
  871. package/dist/src/interface/external/ehr/shared.d.ts.map +0 -1
  872. package/dist/src/interface/external/ehr/shared.js +0 -133
  873. package/dist/src/interface/external/ehr/shared.js.map +0 -1
  874. package/dist/src/interface/external/ehr/source.d.ts +0 -27
  875. package/dist/src/interface/external/ehr/source.d.ts.map +0 -1
  876. package/dist/src/interface/external/ehr/source.js +0 -55
  877. package/dist/src/interface/external/ehr/source.js.map +0 -1
  878. package/dist/src/interface/external/index.d.ts +0 -3
  879. package/dist/src/interface/external/index.d.ts.map +0 -1
  880. package/dist/src/interface/external/index.js +0 -19
  881. package/dist/src/interface/external/index.js.map +0 -1
  882. package/dist/src/interface/external/quest/roster.d.ts +0 -21
  883. package/dist/src/interface/external/quest/roster.d.ts.map +0 -1
  884. package/dist/src/interface/external/quest/roster.js +0 -39
  885. package/dist/src/interface/external/quest/roster.js.map +0 -1
  886. package/dist/src/interface/external/quest/source.d.ts +0 -11
  887. package/dist/src/interface/external/quest/source.d.ts.map +0 -1
  888. package/dist/src/interface/external/quest/source.js +0 -10
  889. package/dist/src/interface/external/quest/source.js.map +0 -1
  890. package/dist/src/interface/external/surescripts/added-by.d.ts +0 -8
  891. package/dist/src/interface/external/surescripts/added-by.d.ts.map +0 -1
  892. package/dist/src/interface/external/surescripts/added-by.js +0 -23
  893. package/dist/src/interface/external/surescripts/added-by.js.map +0 -1
  894. package/dist/src/interface/external/surescripts/code-list-qualifier.d.ts +0 -6
  895. package/dist/src/interface/external/surescripts/code-list-qualifier.d.ts.map +0 -1
  896. package/dist/src/interface/external/surescripts/code-list-qualifier.js +0 -17
  897. package/dist/src/interface/external/surescripts/code-list-qualifier.js.map +0 -1
  898. package/dist/src/interface/external/surescripts/dea-schedule.d.ts +0 -7
  899. package/dist/src/interface/external/surescripts/dea-schedule.d.ts.map +0 -1
  900. package/dist/src/interface/external/surescripts/dea-schedule.js +0 -32
  901. package/dist/src/interface/external/surescripts/dea-schedule.js.map +0 -1
  902. package/dist/src/interface/external/surescripts/index.d.ts +0 -7
  903. package/dist/src/interface/external/surescripts/index.d.ts.map +0 -1
  904. package/dist/src/interface/external/surescripts/index.js +0 -23
  905. package/dist/src/interface/external/surescripts/index.js.map +0 -1
  906. package/dist/src/interface/external/surescripts/ncpdp.d.ts +0 -12
  907. package/dist/src/interface/external/surescripts/ncpdp.d.ts.map +0 -1
  908. package/dist/src/interface/external/surescripts/ncpdp.js +0 -1472
  909. package/dist/src/interface/external/surescripts/ncpdp.js.map +0 -1
  910. package/dist/src/interface/external/surescripts/notifications/file-name.d.ts +0 -14
  911. package/dist/src/interface/external/surescripts/notifications/file-name.d.ts.map +0 -1
  912. package/dist/src/interface/external/surescripts/notifications/file-name.js +0 -18
  913. package/dist/src/interface/external/surescripts/notifications/file-name.js.map +0 -1
  914. package/dist/src/interface/external/surescripts/notifications/index.d.ts +0 -3
  915. package/dist/src/interface/external/surescripts/notifications/index.d.ts.map +0 -1
  916. package/dist/src/interface/external/surescripts/notifications/index.js +0 -19
  917. package/dist/src/interface/external/surescripts/notifications/index.js.map +0 -1
  918. package/dist/src/interface/external/surescripts/notifications/types.d.ts +0 -36
  919. package/dist/src/interface/external/surescripts/notifications/types.d.ts.map +0 -1
  920. package/dist/src/interface/external/surescripts/notifications/types.js +0 -20
  921. package/dist/src/interface/external/surescripts/notifications/types.js.map +0 -1
  922. package/dist/src/interface/external/surescripts/payment-code.d.ts +0 -14
  923. package/dist/src/interface/external/surescripts/payment-code.d.ts.map +0 -1
  924. package/dist/src/interface/external/surescripts/payment-code.js +0 -78
  925. package/dist/src/interface/external/surescripts/payment-code.js.map +0 -1
  926. package/dist/src/interface/external/surescripts/plan-code.d.ts +0 -7
  927. package/dist/src/interface/external/surescripts/plan-code.d.ts.map +0 -1
  928. package/dist/src/interface/external/surescripts/plan-code.js +0 -25
  929. package/dist/src/interface/external/surescripts/plan-code.js.map +0 -1
  930. package/dist/src/interface/external/surescripts/realtime-pulls/file-name.d.ts +0 -15
  931. package/dist/src/interface/external/surescripts/realtime-pulls/file-name.d.ts.map +0 -1
  932. package/dist/src/interface/external/surescripts/realtime-pulls/file-name.js +0 -19
  933. package/dist/src/interface/external/surescripts/realtime-pulls/file-name.js.map +0 -1
  934. package/dist/src/interface/external/surescripts/realtime-pulls/index.d.ts +0 -3
  935. package/dist/src/interface/external/surescripts/realtime-pulls/index.d.ts.map +0 -1
  936. package/dist/src/interface/external/surescripts/realtime-pulls/index.js +0 -19
  937. package/dist/src/interface/external/surescripts/realtime-pulls/index.js.map +0 -1
  938. package/dist/src/interface/external/surescripts/realtime-pulls/status-codes.d.ts +0 -91
  939. package/dist/src/interface/external/surescripts/realtime-pulls/status-codes.d.ts.map +0 -1
  940. package/dist/src/interface/external/surescripts/realtime-pulls/status-codes.js +0 -64
  941. package/dist/src/interface/external/surescripts/realtime-pulls/status-codes.js.map +0 -1
  942. package/dist/src/interface/external/surescripts/roster.d.ts +0 -14
  943. package/dist/src/interface/external/surescripts/roster.d.ts.map +0 -1
  944. package/dist/src/interface/external/surescripts/roster.js +0 -40
  945. package/dist/src/interface/external/surescripts/roster.js.map +0 -1
  946. package/dist/src/interface/external/surescripts/source.d.ts +0 -2
  947. package/dist/src/interface/external/surescripts/source.d.ts.map +0 -1
  948. package/dist/src/interface/external/surescripts/source.js +0 -5
  949. package/dist/src/interface/external/surescripts/source.js.map +0 -1
  950. package/dist/src/interface/index.d.ts +0 -4
  951. package/dist/src/interface/index.d.ts.map +0 -1
  952. package/dist/src/interface/index.js +0 -20
  953. package/dist/src/interface/index.js.map +0 -1
  954. package/dist/src/interface/internal/cohort.d.ts +0 -1000
  955. package/dist/src/interface/internal/cohort.d.ts.map +0 -1
  956. package/dist/src/interface/internal/cohort.js +0 -66
  957. package/dist/src/interface/internal/cohort.js.map +0 -1
  958. package/dist/src/interface/internal/consolidated.d.ts +0 -374
  959. package/dist/src/interface/internal/consolidated.d.ts.map +0 -1
  960. package/dist/src/interface/internal/consolidated.js +0 -35
  961. package/dist/src/interface/internal/consolidated.js.map +0 -1
  962. package/dist/src/interface/internal/customer.d.ts +0 -14
  963. package/dist/src/interface/internal/customer.d.ts.map +0 -1
  964. package/dist/src/interface/internal/customer.js +0 -28
  965. package/dist/src/interface/internal/customer.js.map +0 -1
  966. package/dist/src/interface/internal/document-query.d.ts +0 -31
  967. package/dist/src/interface/internal/document-query.d.ts.map +0 -1
  968. package/dist/src/interface/internal/document-query.js +0 -21
  969. package/dist/src/interface/internal/document-query.js.map +0 -1
  970. package/dist/src/interface/internal/index.d.ts +0 -5
  971. package/dist/src/interface/internal/index.d.ts.map +0 -1
  972. package/dist/src/interface/internal/index.js +0 -21
  973. package/dist/src/interface/internal/index.js.map +0 -1
  974. package/dist/src/interface/schema/feedback.d.ts +0 -36
  975. package/dist/src/interface/schema/feedback.d.ts.map +0 -1
  976. package/dist/src/interface/schema/feedback.js +0 -17
  977. package/dist/src/interface/schema/feedback.js.map +0 -1
  978. package/dist/src/interface/schema/index.d.ts +0 -2
  979. package/dist/src/interface/schema/index.d.ts.map +0 -1
  980. package/dist/src/interface/schema/index.js +0 -18
  981. package/dist/src/interface/schema/index.js.map +0 -1
  982. package/dist/src/medical/fhir/bundle.d.ts +0 -11
  983. package/dist/src/medical/fhir/bundle.d.ts.map +0 -1
  984. package/dist/src/medical/fhir/bundle.js +0 -23
  985. package/dist/src/medical/fhir/bundle.js.map +0 -1
  986. package/dist/src/medical/fhir/coding.d.ts +0 -16
  987. package/dist/src/medical/fhir/coding.d.ts.map +0 -1
  988. package/dist/src/medical/fhir/coding.js +0 -49
  989. package/dist/src/medical/fhir/coding.js.map +0 -1
  990. package/dist/src/medical/fhir/constants.d.ts +0 -42
  991. package/dist/src/medical/fhir/constants.d.ts.map +0 -1
  992. package/dist/src/medical/fhir/constants.js +0 -68
  993. package/dist/src/medical/fhir/constants.js.map +0 -1
  994. package/dist/src/medical/fhir/conversion.d.ts +0 -3
  995. package/dist/src/medical/fhir/conversion.d.ts.map +0 -1
  996. package/dist/src/medical/fhir/conversion.js +0 -5
  997. package/dist/src/medical/fhir/conversion.js.map +0 -1
  998. package/dist/src/medical/fhir/imaging-detection.d.ts +0 -693
  999. package/dist/src/medical/fhir/imaging-detection.d.ts.map +0 -1
  1000. package/dist/src/medical/fhir/imaging-detection.js +0 -361
  1001. package/dist/src/medical/fhir/imaging-detection.js.map +0 -1
  1002. package/dist/src/medical/fhir/loinc/loinc-class-display-lookup.json +0 -1730
  1003. package/dist/src/medical/fhir/loinc/loinc-code-class-lookup.json +0 -432994
  1004. package/dist/src/medical/fhir/observations.d.ts +0 -9
  1005. package/dist/src/medical/fhir/observations.d.ts.map +0 -1
  1006. package/dist/src/medical/fhir/observations.js +0 -55
  1007. package/dist/src/medical/fhir/observations.js.map +0 -1
  1008. package/dist/src/medical/fhir/procedure-type.d.ts +0 -1316
  1009. package/dist/src/medical/fhir/procedure-type.d.ts.map +0 -1
  1010. package/dist/src/medical/fhir/procedure-type.js +0 -263
  1011. package/dist/src/medical/fhir/procedure-type.js.map +0 -1
  1012. package/dist/src/medical/fhir/resources.d.ts +0 -6
  1013. package/dist/src/medical/fhir/resources.d.ts.map +0 -1
  1014. package/dist/src/medical/fhir/resources.js +0 -81
  1015. package/dist/src/medical/fhir/resources.js.map +0 -1
  1016. package/dist/src/medical/fhir/specialty-codes.d.ts +0 -79
  1017. package/dist/src/medical/fhir/specialty-codes.d.ts.map +0 -1
  1018. package/dist/src/medical/fhir/specialty-codes.js +0 -1722
  1019. package/dist/src/medical/fhir/specialty-codes.js.map +0 -1
  1020. package/dist/src/medical/index.d.ts +0 -10
  1021. package/dist/src/medical/index.d.ts.map +0 -1
  1022. package/dist/src/medical/index.js +0 -26
  1023. package/dist/src/medical/index.js.map +0 -1
  1024. package/dist/src/medical/webhook/webhook-request.d.ts +0 -4264
  1025. package/dist/src/medical/webhook/webhook-request.d.ts.map +0 -1
  1026. package/dist/src/medical/webhook/webhook-request.js +0 -348
  1027. package/dist/src/medical/webhook/webhook-request.js.map +0 -1
  1028. package/dist/src/medical/webhook/webhook-status-response.d.ts +0 -7
  1029. package/dist/src/medical/webhook/webhook-status-response.d.ts.map +0 -1
  1030. package/dist/src/medical/webhook/webhook-status-response.js +0 -3
  1031. package/dist/src/medical/webhook/webhook-status-response.js.map +0 -1
  1032. package/dist/src/net/__tests__/axios.d.ts +0 -42
  1033. package/dist/src/net/__tests__/axios.d.ts.map +0 -1
  1034. package/dist/src/net/__tests__/axios.js +0 -113
  1035. package/dist/src/net/__tests__/axios.js.map +0 -1
  1036. package/dist/src/net/__tests__/retry.test.d.ts +0 -2
  1037. package/dist/src/net/__tests__/retry.test.d.ts.map +0 -1
  1038. package/dist/src/net/__tests__/retry.test.js +0 -267
  1039. package/dist/src/net/__tests__/retry.test.js.map +0 -1
  1040. package/dist/src/net/error.d.ts +0 -24
  1041. package/dist/src/net/error.d.ts.map +0 -1
  1042. package/dist/src/net/error.js +0 -81
  1043. package/dist/src/net/error.js.map +0 -1
  1044. package/dist/src/net/http.d.ts +0 -25
  1045. package/dist/src/net/http.d.ts.map +0 -1
  1046. package/dist/src/net/http.js +0 -75
  1047. package/dist/src/net/http.js.map +0 -1
  1048. package/dist/src/net/index.d.ts +0 -5
  1049. package/dist/src/net/index.d.ts.map +0 -1
  1050. package/dist/src/net/index.js +0 -21
  1051. package/dist/src/net/index.js.map +0 -1
  1052. package/dist/src/net/retry.d.ts +0 -38
  1053. package/dist/src/net/retry.d.ts.map +0 -1
  1054. package/dist/src/net/retry.js +0 -134
  1055. package/dist/src/net/retry.js.map +0 -1
  1056. package/dist/src/net/url.d.ts +0 -2
  1057. package/dist/src/net/url.d.ts.map +0 -1
  1058. package/dist/src/net/url.js +0 -15
  1059. package/dist/src/net/url.js.map +0 -1
  1060. package/dist/src/util/__tests__/base64.test.d.ts +0 -2
  1061. package/dist/src/util/__tests__/base64.test.d.ts.map +0 -1
  1062. package/dist/src/util/__tests__/base64.test.js +0 -66
  1063. package/dist/src/util/__tests__/base64.test.js.map +0 -1
  1064. package/dist/src/util/base64.d.ts +0 -25
  1065. package/dist/src/util/base64.d.ts.map +0 -1
  1066. package/dist/src/util/base64.js +0 -52
  1067. package/dist/src/util/base64.js.map +0 -1
  1068. package/dist/src/util/duration.d.ts +0 -13
  1069. package/dist/src/util/duration.d.ts.map +0 -1
  1070. package/dist/src/util/duration.js +0 -35
  1071. package/dist/src/util/duration.js.map +0 -1
  1072. package/dist/src/util/index.d.ts +0 -5
  1073. package/dist/src/util/index.d.ts.map +0 -1
  1074. package/dist/src/util/index.js +0 -21
  1075. package/dist/src/util/index.js.map +0 -1
  1076. package/dist/src/util/sqs-delay-from-uuid.d.ts +0 -11
  1077. package/dist/src/util/sqs-delay-from-uuid.d.ts.map +0 -1
  1078. package/dist/src/util/sqs-delay-from-uuid.js +0 -21
  1079. package/dist/src/util/sqs-delay-from-uuid.js.map +0 -1
  1080. package/dist/src/util/stack-trace.d.ts +0 -17
  1081. package/dist/src/util/stack-trace.d.ts.map +0 -1
  1082. package/dist/src/util/stack-trace.js +0 -32
  1083. package/dist/src/util/stack-trace.js.map +0 -1
  1084. package/dist/src/util/uuid-v7.d.ts +0 -162
  1085. package/dist/src/util/uuid-v7.d.ts.map +0 -1
  1086. package/dist/src/util/uuid-v7.js +0 -418
  1087. package/dist/src/util/uuid-v7.js.map +0 -1
  1088. package/dist/src/util/zod.d.ts +0 -13
  1089. package/dist/src/util/zod.d.ts.map +0 -1
  1090. package/dist/src/util/zod.js +0 -26
  1091. package/dist/src/util/zod.js.map +0 -1
  1092. package/dist/util/sqs-delay-from-uuid.d.ts +0 -1
  1093. package/dist/util/sqs-delay-from-uuid.d.ts.map +0 -1
  1094. package/dist/util/sqs-delay-from-uuid.js +0 -2
  1095. package/dist/util/sqs-delay-from-uuid.js.map +0 -1
@@ -1,931 +0,0 @@
1
- import { z } from "zod";
2
- /**
3
- * Per–form-template consent for contributing resources to Healthie: keys are Healthie custom
4
- * module form template ids; values are the single expected answer string.
5
- */
6
- export declare const contributionConsentFormTemplateIdAnswerSchema: z.ZodRecord<z.ZodString, z.ZodString>;
7
- export type ContributionConsentFormTemplateIdAnswer = z.infer<typeof contributionConsentFormTemplateIdAnswerSchema>;
8
- export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
9
- patientLinkingDisabled: z.ZodOptional<z.ZodBoolean>;
10
- webhooks: z.ZodOptional<z.ZodRecord<z.ZodEnum<["appointment.created", "patient.created", "patient.updated", "form_answer_group.locked", "form_answer_group.signed", "goal.created", "diagnosis.created"]>, z.ZodObject<{
11
- url: z.ZodString;
12
- secretKey: z.ZodString;
13
- }, "strip", z.ZodTypeAny, {
14
- url: string;
15
- secretKey: string;
16
- }, {
17
- url: string;
18
- secretKey: string;
19
- }>>>;
20
- webhookPatientPatientLinkingDisabled: z.ZodOptional<z.ZodBoolean>;
21
- webhookPatientPatientProcessingEnabled: z.ZodOptional<z.ZodBoolean>;
22
- webhookAppointmentPatientLinkingDisabled: z.ZodOptional<z.ZodBoolean>;
23
- webhookAppointmentPatientProcessingDisabled: z.ZodOptional<z.ZodBoolean>;
24
- webhookPatientCreatedDisabled: z.ZodOptional<z.ZodBoolean>;
25
- webhookPatientUpdatedDisabled: z.ZodOptional<z.ZodBoolean>;
26
- webhookDiagnosisCreatedDisabled: z.ZodOptional<z.ZodBoolean>;
27
- webhookFormAnswerGroupLockedDisabled: z.ZodOptional<z.ZodBoolean>;
28
- webhookFormAnswerGroupSignedDisabled: z.ZodOptional<z.ZodBoolean>;
29
- webhookGoalCreatedDisabled: z.ZodOptional<z.ZodBoolean>;
30
- backgroundAppointmentsDisabled: z.ZodOptional<z.ZodBoolean>;
31
- backgroundAppointmentPatientProcessingDisabled: z.ZodOptional<z.ZodBoolean>;
32
- backgroundAppointments48hrEnabled: z.ZodOptional<z.ZodBoolean>;
33
- backgroundAppointment48hrPatientProcessingDisabled: z.ZodOptional<z.ZodBoolean>;
34
- contributionDisabled: z.ZodOptional<z.ZodBoolean>;
35
- pickedContributionResourceTypes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
36
- contributionConsentFormTemplateIdAnswer: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
37
- }, {
38
- writeBackEnabled: z.ZodOptional<z.ZodBoolean>;
39
- writeBackFilters: z.ZodOptional<z.ZodObject<{
40
- lab: z.ZodOptional<z.ZodObject<{
41
- loincCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
42
- minCountPerCode: z.ZodOptional<z.ZodNumber>;
43
- relativeDateRange: z.ZodOptional<z.ZodObject<{
44
- days: z.ZodOptional<z.ZodNumber>;
45
- months: z.ZodOptional<z.ZodNumber>;
46
- years: z.ZodOptional<z.ZodNumber>;
47
- }, "strip", z.ZodTypeAny, {
48
- days?: number | undefined;
49
- months?: number | undefined;
50
- years?: number | undefined;
51
- }, {
52
- days?: number | undefined;
53
- months?: number | undefined;
54
- years?: number | undefined;
55
- }>>;
56
- absoluteDate: z.ZodOptional<z.ZodString>;
57
- disabled: z.ZodOptional<z.ZodBoolean>;
58
- }, "strip", z.ZodTypeAny, {
59
- loincCodes?: string[] | undefined;
60
- minCountPerCode?: number | undefined;
61
- relativeDateRange?: {
62
- days?: number | undefined;
63
- months?: number | undefined;
64
- years?: number | undefined;
65
- } | undefined;
66
- absoluteDate?: string | undefined;
67
- disabled?: boolean | undefined;
68
- }, {
69
- loincCodes?: string[] | undefined;
70
- minCountPerCode?: number | undefined;
71
- relativeDateRange?: {
72
- days?: number | undefined;
73
- months?: number | undefined;
74
- years?: number | undefined;
75
- } | undefined;
76
- absoluteDate?: string | undefined;
77
- disabled?: boolean | undefined;
78
- }>>;
79
- labPanel: z.ZodOptional<z.ZodObject<{
80
- loincCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
81
- minCountPerCode: z.ZodOptional<z.ZodNumber>;
82
- relativeDateRange: z.ZodOptional<z.ZodObject<{
83
- days: z.ZodOptional<z.ZodNumber>;
84
- months: z.ZodOptional<z.ZodNumber>;
85
- years: z.ZodOptional<z.ZodNumber>;
86
- }, "strip", z.ZodTypeAny, {
87
- days?: number | undefined;
88
- months?: number | undefined;
89
- years?: number | undefined;
90
- }, {
91
- days?: number | undefined;
92
- months?: number | undefined;
93
- years?: number | undefined;
94
- }>>;
95
- absoluteDate: z.ZodOptional<z.ZodString>;
96
- disabled: z.ZodOptional<z.ZodBoolean>;
97
- }, "strip", z.ZodTypeAny, {
98
- loincCodes?: string[] | undefined;
99
- minCountPerCode?: number | undefined;
100
- relativeDateRange?: {
101
- days?: number | undefined;
102
- months?: number | undefined;
103
- years?: number | undefined;
104
- } | undefined;
105
- absoluteDate?: string | undefined;
106
- disabled?: boolean | undefined;
107
- }, {
108
- loincCodes?: string[] | undefined;
109
- minCountPerCode?: number | undefined;
110
- relativeDateRange?: {
111
- days?: number | undefined;
112
- months?: number | undefined;
113
- years?: number | undefined;
114
- } | undefined;
115
- absoluteDate?: string | undefined;
116
- disabled?: boolean | undefined;
117
- }>>;
118
- problem: z.ZodOptional<z.ZodObject<{
119
- stringFilters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
120
- latestOnly: z.ZodOptional<z.ZodBoolean>;
121
- earliestOnly: z.ZodOptional<z.ZodBoolean>;
122
- chronicityFilter: z.ZodOptional<z.ZodEnum<["all", "chronic", "non-chronic"]>>;
123
- hccFilter: z.ZodOptional<z.ZodEnum<["all", "hcc", "non-hcc"]>>;
124
- chronicOrHcc: z.ZodOptional<z.ZodBoolean>;
125
- relativeDateRange: z.ZodOptional<z.ZodObject<{
126
- days: z.ZodOptional<z.ZodNumber>;
127
- months: z.ZodOptional<z.ZodNumber>;
128
- years: z.ZodOptional<z.ZodNumber>;
129
- }, "strip", z.ZodTypeAny, {
130
- days?: number | undefined;
131
- months?: number | undefined;
132
- years?: number | undefined;
133
- }, {
134
- days?: number | undefined;
135
- months?: number | undefined;
136
- years?: number | undefined;
137
- }>>;
138
- disabled: z.ZodOptional<z.ZodBoolean>;
139
- }, "strip", z.ZodTypeAny, {
140
- relativeDateRange?: {
141
- days?: number | undefined;
142
- months?: number | undefined;
143
- years?: number | undefined;
144
- } | undefined;
145
- disabled?: boolean | undefined;
146
- stringFilters?: string[] | undefined;
147
- latestOnly?: boolean | undefined;
148
- earliestOnly?: boolean | undefined;
149
- chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
150
- hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
151
- chronicOrHcc?: boolean | undefined;
152
- }, {
153
- relativeDateRange?: {
154
- days?: number | undefined;
155
- months?: number | undefined;
156
- years?: number | undefined;
157
- } | undefined;
158
- disabled?: boolean | undefined;
159
- stringFilters?: string[] | undefined;
160
- latestOnly?: boolean | undefined;
161
- earliestOnly?: boolean | undefined;
162
- chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
163
- hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
164
- chronicOrHcc?: boolean | undefined;
165
- }>>;
166
- vital: z.ZodOptional<z.ZodObject<{
167
- loincCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
168
- latestOnly: z.ZodOptional<z.ZodBoolean>;
169
- relativeDateRange: z.ZodOptional<z.ZodObject<{
170
- days: z.ZodOptional<z.ZodNumber>;
171
- months: z.ZodOptional<z.ZodNumber>;
172
- years: z.ZodOptional<z.ZodNumber>;
173
- }, "strip", z.ZodTypeAny, {
174
- days?: number | undefined;
175
- months?: number | undefined;
176
- years?: number | undefined;
177
- }, {
178
- days?: number | undefined;
179
- months?: number | undefined;
180
- years?: number | undefined;
181
- }>>;
182
- disabled: z.ZodOptional<z.ZodBoolean>;
183
- }, "strip", z.ZodTypeAny, {
184
- loincCodes?: string[] | undefined;
185
- relativeDateRange?: {
186
- days?: number | undefined;
187
- months?: number | undefined;
188
- years?: number | undefined;
189
- } | undefined;
190
- disabled?: boolean | undefined;
191
- latestOnly?: boolean | undefined;
192
- }, {
193
- loincCodes?: string[] | undefined;
194
- relativeDateRange?: {
195
- days?: number | undefined;
196
- months?: number | undefined;
197
- years?: number | undefined;
198
- } | undefined;
199
- disabled?: boolean | undefined;
200
- latestOnly?: boolean | undefined;
201
- }>>;
202
- medicationStatement: z.ZodOptional<z.ZodObject<{
203
- rxnormCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
204
- absoluteDate: z.ZodOptional<z.ZodString>;
205
- disabled: z.ZodOptional<z.ZodBoolean>;
206
- }, "strip", z.ZodTypeAny, {
207
- absoluteDate?: string | undefined;
208
- disabled?: boolean | undefined;
209
- rxnormCodes?: string[] | undefined;
210
- }, {
211
- absoluteDate?: string | undefined;
212
- disabled?: boolean | undefined;
213
- rxnormCodes?: string[] | undefined;
214
- }>>;
215
- procedure: z.ZodOptional<z.ZodObject<{
216
- cptCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
217
- disabled: z.ZodOptional<z.ZodBoolean>;
218
- }, "strip", z.ZodTypeAny, {
219
- disabled?: boolean | undefined;
220
- cptCodes?: string[] | undefined;
221
- }, {
222
- disabled?: boolean | undefined;
223
- cptCodes?: string[] | undefined;
224
- }>>;
225
- allergy: z.ZodOptional<z.ZodObject<{
226
- disabled: z.ZodOptional<z.ZodBoolean>;
227
- }, "strip", z.ZodTypeAny, {
228
- disabled?: boolean | undefined;
229
- }, {
230
- disabled?: boolean | undefined;
231
- }>>;
232
- familyMemberHistory: z.ZodOptional<z.ZodObject<{
233
- disabled: z.ZodOptional<z.ZodBoolean>;
234
- }, "strip", z.ZodTypeAny, {
235
- disabled?: boolean | undefined;
236
- }, {
237
- disabled?: boolean | undefined;
238
- }>>;
239
- }, "strip", z.ZodTypeAny, {
240
- lab?: {
241
- loincCodes?: string[] | undefined;
242
- minCountPerCode?: number | undefined;
243
- relativeDateRange?: {
244
- days?: number | undefined;
245
- months?: number | undefined;
246
- years?: number | undefined;
247
- } | undefined;
248
- absoluteDate?: string | undefined;
249
- disabled?: boolean | undefined;
250
- } | undefined;
251
- labPanel?: {
252
- loincCodes?: string[] | undefined;
253
- minCountPerCode?: number | undefined;
254
- relativeDateRange?: {
255
- days?: number | undefined;
256
- months?: number | undefined;
257
- years?: number | undefined;
258
- } | undefined;
259
- absoluteDate?: string | undefined;
260
- disabled?: boolean | undefined;
261
- } | undefined;
262
- problem?: {
263
- relativeDateRange?: {
264
- days?: number | undefined;
265
- months?: number | undefined;
266
- years?: number | undefined;
267
- } | undefined;
268
- disabled?: boolean | undefined;
269
- stringFilters?: string[] | undefined;
270
- latestOnly?: boolean | undefined;
271
- earliestOnly?: boolean | undefined;
272
- chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
273
- hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
274
- chronicOrHcc?: boolean | undefined;
275
- } | undefined;
276
- vital?: {
277
- loincCodes?: string[] | undefined;
278
- relativeDateRange?: {
279
- days?: number | undefined;
280
- months?: number | undefined;
281
- years?: number | undefined;
282
- } | undefined;
283
- disabled?: boolean | undefined;
284
- latestOnly?: boolean | undefined;
285
- } | undefined;
286
- medicationStatement?: {
287
- absoluteDate?: string | undefined;
288
- disabled?: boolean | undefined;
289
- rxnormCodes?: string[] | undefined;
290
- } | undefined;
291
- procedure?: {
292
- disabled?: boolean | undefined;
293
- cptCodes?: string[] | undefined;
294
- } | undefined;
295
- allergy?: {
296
- disabled?: boolean | undefined;
297
- } | undefined;
298
- familyMemberHistory?: {
299
- disabled?: boolean | undefined;
300
- } | undefined;
301
- }, {
302
- lab?: {
303
- loincCodes?: string[] | undefined;
304
- minCountPerCode?: number | undefined;
305
- relativeDateRange?: {
306
- days?: number | undefined;
307
- months?: number | undefined;
308
- years?: number | undefined;
309
- } | undefined;
310
- absoluteDate?: string | undefined;
311
- disabled?: boolean | undefined;
312
- } | undefined;
313
- labPanel?: {
314
- loincCodes?: string[] | undefined;
315
- minCountPerCode?: number | undefined;
316
- relativeDateRange?: {
317
- days?: number | undefined;
318
- months?: number | undefined;
319
- years?: number | undefined;
320
- } | undefined;
321
- absoluteDate?: string | undefined;
322
- disabled?: boolean | undefined;
323
- } | undefined;
324
- problem?: {
325
- relativeDateRange?: {
326
- days?: number | undefined;
327
- months?: number | undefined;
328
- years?: number | undefined;
329
- } | undefined;
330
- disabled?: boolean | undefined;
331
- stringFilters?: string[] | undefined;
332
- latestOnly?: boolean | undefined;
333
- earliestOnly?: boolean | undefined;
334
- chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
335
- hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
336
- chronicOrHcc?: boolean | undefined;
337
- } | undefined;
338
- vital?: {
339
- loincCodes?: string[] | undefined;
340
- relativeDateRange?: {
341
- days?: number | undefined;
342
- months?: number | undefined;
343
- years?: number | undefined;
344
- } | undefined;
345
- disabled?: boolean | undefined;
346
- latestOnly?: boolean | undefined;
347
- } | undefined;
348
- medicationStatement?: {
349
- absoluteDate?: string | undefined;
350
- disabled?: boolean | undefined;
351
- rxnormCodes?: string[] | undefined;
352
- } | undefined;
353
- procedure?: {
354
- disabled?: boolean | undefined;
355
- cptCodes?: string[] | undefined;
356
- } | undefined;
357
- allergy?: {
358
- disabled?: boolean | undefined;
359
- } | undefined;
360
- familyMemberHistory?: {
361
- disabled?: boolean | undefined;
362
- } | undefined;
363
- }>>;
364
- }>, {
365
- contributionFilters: z.ZodOptional<z.ZodObject<{
366
- diagnosticReport: z.ZodOptional<z.ZodEffects<z.ZodObject<{
367
- optOut: z.ZodOptional<z.ZodObject<{
368
- extensionValue: z.ZodOptional<z.ZodObject<{
369
- url: z.ZodString;
370
- values: z.ZodArray<z.ZodString, "many">;
371
- }, "strip", z.ZodTypeAny, {
372
- values: string[];
373
- url: string;
374
- }, {
375
- values: string[];
376
- url: string;
377
- }>>;
378
- disabled: z.ZodOptional<z.ZodBoolean>;
379
- practitioners: z.ZodOptional<z.ZodObject<{
380
- mustHaveAtLeastOnePractitioner: z.ZodOptional<z.ZodBoolean>;
381
- practitionerIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
382
- }, "strip", z.ZodTypeAny, {
383
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
384
- practitionerIds?: string[] | undefined;
385
- }, {
386
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
387
- practitionerIds?: string[] | undefined;
388
- }>>;
389
- }, "strip", z.ZodTypeAny, {
390
- disabled?: boolean | undefined;
391
- extensionValue?: {
392
- values: string[];
393
- url: string;
394
- } | undefined;
395
- practitioners?: {
396
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
397
- practitionerIds?: string[] | undefined;
398
- } | undefined;
399
- }, {
400
- disabled?: boolean | undefined;
401
- extensionValue?: {
402
- values: string[];
403
- url: string;
404
- } | undefined;
405
- practitioners?: {
406
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
407
- practitionerIds?: string[] | undefined;
408
- } | undefined;
409
- }>>;
410
- optIn: z.ZodOptional<z.ZodObject<{
411
- extensionValue: z.ZodOptional<z.ZodObject<{
412
- url: z.ZodString;
413
- values: z.ZodArray<z.ZodString, "many">;
414
- }, "strip", z.ZodTypeAny, {
415
- values: string[];
416
- url: string;
417
- }, {
418
- values: string[];
419
- url: string;
420
- }>>;
421
- disabled: z.ZodOptional<z.ZodBoolean>;
422
- practitioners: z.ZodOptional<z.ZodObject<{
423
- mustHaveAtLeastOnePractitioner: z.ZodOptional<z.ZodBoolean>;
424
- practitionerIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
425
- }, "strip", z.ZodTypeAny, {
426
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
427
- practitionerIds?: string[] | undefined;
428
- }, {
429
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
430
- practitionerIds?: string[] | undefined;
431
- }>>;
432
- }, "strip", z.ZodTypeAny, {
433
- disabled?: boolean | undefined;
434
- extensionValue?: {
435
- values: string[];
436
- url: string;
437
- } | undefined;
438
- practitioners?: {
439
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
440
- practitionerIds?: string[] | undefined;
441
- } | undefined;
442
- }, {
443
- disabled?: boolean | undefined;
444
- extensionValue?: {
445
- values: string[];
446
- url: string;
447
- } | undefined;
448
- practitioners?: {
449
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
450
- practitionerIds?: string[] | undefined;
451
- } | undefined;
452
- }>>;
453
- }, "strip", z.ZodTypeAny, {
454
- optOut?: {
455
- disabled?: boolean | undefined;
456
- extensionValue?: {
457
- values: string[];
458
- url: string;
459
- } | undefined;
460
- practitioners?: {
461
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
462
- practitionerIds?: string[] | undefined;
463
- } | undefined;
464
- } | undefined;
465
- optIn?: {
466
- disabled?: boolean | undefined;
467
- extensionValue?: {
468
- values: string[];
469
- url: string;
470
- } | undefined;
471
- practitioners?: {
472
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
473
- practitionerIds?: string[] | undefined;
474
- } | undefined;
475
- } | undefined;
476
- }, {
477
- optOut?: {
478
- disabled?: boolean | undefined;
479
- extensionValue?: {
480
- values: string[];
481
- url: string;
482
- } | undefined;
483
- practitioners?: {
484
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
485
- practitionerIds?: string[] | undefined;
486
- } | undefined;
487
- } | undefined;
488
- optIn?: {
489
- disabled?: boolean | undefined;
490
- extensionValue?: {
491
- values: string[];
492
- url: string;
493
- } | undefined;
494
- practitioners?: {
495
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
496
- practitionerIds?: string[] | undefined;
497
- } | undefined;
498
- } | undefined;
499
- }>, {
500
- optOut?: {
501
- disabled?: boolean | undefined;
502
- extensionValue?: {
503
- values: string[];
504
- url: string;
505
- } | undefined;
506
- practitioners?: {
507
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
508
- practitionerIds?: string[] | undefined;
509
- } | undefined;
510
- } | undefined;
511
- optIn?: {
512
- disabled?: boolean | undefined;
513
- extensionValue?: {
514
- values: string[];
515
- url: string;
516
- } | undefined;
517
- practitioners?: {
518
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
519
- practitionerIds?: string[] | undefined;
520
- } | undefined;
521
- } | undefined;
522
- }, {
523
- optOut?: {
524
- disabled?: boolean | undefined;
525
- extensionValue?: {
526
- values: string[];
527
- url: string;
528
- } | undefined;
529
- practitioners?: {
530
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
531
- practitionerIds?: string[] | undefined;
532
- } | undefined;
533
- } | undefined;
534
- optIn?: {
535
- disabled?: boolean | undefined;
536
- extensionValue?: {
537
- values: string[];
538
- url: string;
539
- } | undefined;
540
- practitioners?: {
541
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
542
- practitionerIds?: string[] | undefined;
543
- } | undefined;
544
- } | undefined;
545
- }>>;
546
- problem: z.ZodOptional<z.ZodEffects<z.ZodObject<{
547
- optOut: z.ZodOptional<z.ZodObject<{
548
- stringFilters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
549
- disabled: z.ZodOptional<z.ZodBoolean>;
550
- }, "strip", z.ZodTypeAny, {
551
- disabled?: boolean | undefined;
552
- stringFilters?: string[] | undefined;
553
- }, {
554
- disabled?: boolean | undefined;
555
- stringFilters?: string[] | undefined;
556
- }>>;
557
- optIn: z.ZodOptional<z.ZodObject<{
558
- stringFilters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
559
- disabled: z.ZodOptional<z.ZodBoolean>;
560
- }, "strip", z.ZodTypeAny, {
561
- disabled?: boolean | undefined;
562
- stringFilters?: string[] | undefined;
563
- }, {
564
- disabled?: boolean | undefined;
565
- stringFilters?: string[] | undefined;
566
- }>>;
567
- }, "strip", z.ZodTypeAny, {
568
- optOut?: {
569
- disabled?: boolean | undefined;
570
- stringFilters?: string[] | undefined;
571
- } | undefined;
572
- optIn?: {
573
- disabled?: boolean | undefined;
574
- stringFilters?: string[] | undefined;
575
- } | undefined;
576
- }, {
577
- optOut?: {
578
- disabled?: boolean | undefined;
579
- stringFilters?: string[] | undefined;
580
- } | undefined;
581
- optIn?: {
582
- disabled?: boolean | undefined;
583
- stringFilters?: string[] | undefined;
584
- } | undefined;
585
- }>, {
586
- optOut?: {
587
- disabled?: boolean | undefined;
588
- stringFilters?: string[] | undefined;
589
- } | undefined;
590
- optIn?: {
591
- disabled?: boolean | undefined;
592
- stringFilters?: string[] | undefined;
593
- } | undefined;
594
- }, {
595
- optOut?: {
596
- disabled?: boolean | undefined;
597
- stringFilters?: string[] | undefined;
598
- } | undefined;
599
- optIn?: {
600
- disabled?: boolean | undefined;
601
- stringFilters?: string[] | undefined;
602
- } | undefined;
603
- }>>;
604
- }, "strip", z.ZodTypeAny, {
605
- problem?: {
606
- optOut?: {
607
- disabled?: boolean | undefined;
608
- stringFilters?: string[] | undefined;
609
- } | undefined;
610
- optIn?: {
611
- disabled?: boolean | undefined;
612
- stringFilters?: string[] | undefined;
613
- } | undefined;
614
- } | undefined;
615
- diagnosticReport?: {
616
- optOut?: {
617
- disabled?: boolean | undefined;
618
- extensionValue?: {
619
- values: string[];
620
- url: string;
621
- } | undefined;
622
- practitioners?: {
623
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
624
- practitionerIds?: string[] | undefined;
625
- } | undefined;
626
- } | undefined;
627
- optIn?: {
628
- disabled?: boolean | undefined;
629
- extensionValue?: {
630
- values: string[];
631
- url: string;
632
- } | undefined;
633
- practitioners?: {
634
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
635
- practitionerIds?: string[] | undefined;
636
- } | undefined;
637
- } | undefined;
638
- } | undefined;
639
- }, {
640
- problem?: {
641
- optOut?: {
642
- disabled?: boolean | undefined;
643
- stringFilters?: string[] | undefined;
644
- } | undefined;
645
- optIn?: {
646
- disabled?: boolean | undefined;
647
- stringFilters?: string[] | undefined;
648
- } | undefined;
649
- } | undefined;
650
- diagnosticReport?: {
651
- optOut?: {
652
- disabled?: boolean | undefined;
653
- extensionValue?: {
654
- values: string[];
655
- url: string;
656
- } | undefined;
657
- practitioners?: {
658
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
659
- practitionerIds?: string[] | undefined;
660
- } | undefined;
661
- } | undefined;
662
- optIn?: {
663
- disabled?: boolean | undefined;
664
- extensionValue?: {
665
- values: string[];
666
- url: string;
667
- } | undefined;
668
- practitioners?: {
669
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
670
- practitionerIds?: string[] | undefined;
671
- } | undefined;
672
- } | undefined;
673
- } | undefined;
674
- }>>;
675
- }>, {
676
- sendDocumentQueryWebhookEnabled: z.ZodOptional<z.ZodBoolean>;
677
- }>, {
678
- dqDisabled: z.ZodOptional<z.ZodBoolean>;
679
- }>, "strip", z.ZodTypeAny, {
680
- writeBackEnabled?: boolean | undefined;
681
- writeBackFilters?: {
682
- lab?: {
683
- loincCodes?: string[] | undefined;
684
- minCountPerCode?: number | undefined;
685
- relativeDateRange?: {
686
- days?: number | undefined;
687
- months?: number | undefined;
688
- years?: number | undefined;
689
- } | undefined;
690
- absoluteDate?: string | undefined;
691
- disabled?: boolean | undefined;
692
- } | undefined;
693
- labPanel?: {
694
- loincCodes?: string[] | undefined;
695
- minCountPerCode?: number | undefined;
696
- relativeDateRange?: {
697
- days?: number | undefined;
698
- months?: number | undefined;
699
- years?: number | undefined;
700
- } | undefined;
701
- absoluteDate?: string | undefined;
702
- disabled?: boolean | undefined;
703
- } | undefined;
704
- problem?: {
705
- relativeDateRange?: {
706
- days?: number | undefined;
707
- months?: number | undefined;
708
- years?: number | undefined;
709
- } | undefined;
710
- disabled?: boolean | undefined;
711
- stringFilters?: string[] | undefined;
712
- latestOnly?: boolean | undefined;
713
- earliestOnly?: boolean | undefined;
714
- chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
715
- hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
716
- chronicOrHcc?: boolean | undefined;
717
- } | undefined;
718
- vital?: {
719
- loincCodes?: string[] | undefined;
720
- relativeDateRange?: {
721
- days?: number | undefined;
722
- months?: number | undefined;
723
- years?: number | undefined;
724
- } | undefined;
725
- disabled?: boolean | undefined;
726
- latestOnly?: boolean | undefined;
727
- } | undefined;
728
- medicationStatement?: {
729
- absoluteDate?: string | undefined;
730
- disabled?: boolean | undefined;
731
- rxnormCodes?: string[] | undefined;
732
- } | undefined;
733
- procedure?: {
734
- disabled?: boolean | undefined;
735
- cptCodes?: string[] | undefined;
736
- } | undefined;
737
- allergy?: {
738
- disabled?: boolean | undefined;
739
- } | undefined;
740
- familyMemberHistory?: {
741
- disabled?: boolean | undefined;
742
- } | undefined;
743
- } | undefined;
744
- sendDocumentQueryWebhookEnabled?: boolean | undefined;
745
- contributionFilters?: {
746
- problem?: {
747
- optOut?: {
748
- disabled?: boolean | undefined;
749
- stringFilters?: string[] | undefined;
750
- } | undefined;
751
- optIn?: {
752
- disabled?: boolean | undefined;
753
- stringFilters?: string[] | undefined;
754
- } | undefined;
755
- } | undefined;
756
- diagnosticReport?: {
757
- optOut?: {
758
- disabled?: boolean | undefined;
759
- extensionValue?: {
760
- values: string[];
761
- url: string;
762
- } | undefined;
763
- practitioners?: {
764
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
765
- practitionerIds?: string[] | undefined;
766
- } | undefined;
767
- } | undefined;
768
- optIn?: {
769
- disabled?: boolean | undefined;
770
- extensionValue?: {
771
- values: string[];
772
- url: string;
773
- } | undefined;
774
- practitioners?: {
775
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
776
- practitionerIds?: string[] | undefined;
777
- } | undefined;
778
- } | undefined;
779
- } | undefined;
780
- } | undefined;
781
- dqDisabled?: boolean | undefined;
782
- backgroundAppointmentsDisabled?: boolean | undefined;
783
- patientLinkingDisabled?: boolean | undefined;
784
- webhooks?: Partial<Record<"appointment.created" | "patient.created" | "patient.updated" | "form_answer_group.locked" | "form_answer_group.signed" | "goal.created" | "diagnosis.created", {
785
- url: string;
786
- secretKey: string;
787
- }>> | undefined;
788
- webhookPatientPatientLinkingDisabled?: boolean | undefined;
789
- webhookPatientPatientProcessingEnabled?: boolean | undefined;
790
- webhookAppointmentPatientLinkingDisabled?: boolean | undefined;
791
- webhookAppointmentPatientProcessingDisabled?: boolean | undefined;
792
- webhookPatientCreatedDisabled?: boolean | undefined;
793
- webhookPatientUpdatedDisabled?: boolean | undefined;
794
- webhookDiagnosisCreatedDisabled?: boolean | undefined;
795
- webhookFormAnswerGroupLockedDisabled?: boolean | undefined;
796
- webhookFormAnswerGroupSignedDisabled?: boolean | undefined;
797
- webhookGoalCreatedDisabled?: boolean | undefined;
798
- backgroundAppointmentPatientProcessingDisabled?: boolean | undefined;
799
- backgroundAppointments48hrEnabled?: boolean | undefined;
800
- backgroundAppointment48hrPatientProcessingDisabled?: boolean | undefined;
801
- contributionDisabled?: boolean | undefined;
802
- pickedContributionResourceTypes?: string[] | undefined;
803
- contributionConsentFormTemplateIdAnswer?: Record<string, string> | undefined;
804
- }, {
805
- writeBackEnabled?: boolean | undefined;
806
- writeBackFilters?: {
807
- lab?: {
808
- loincCodes?: string[] | undefined;
809
- minCountPerCode?: number | undefined;
810
- relativeDateRange?: {
811
- days?: number | undefined;
812
- months?: number | undefined;
813
- years?: number | undefined;
814
- } | undefined;
815
- absoluteDate?: string | undefined;
816
- disabled?: boolean | undefined;
817
- } | undefined;
818
- labPanel?: {
819
- loincCodes?: string[] | undefined;
820
- minCountPerCode?: number | undefined;
821
- relativeDateRange?: {
822
- days?: number | undefined;
823
- months?: number | undefined;
824
- years?: number | undefined;
825
- } | undefined;
826
- absoluteDate?: string | undefined;
827
- disabled?: boolean | undefined;
828
- } | undefined;
829
- problem?: {
830
- relativeDateRange?: {
831
- days?: number | undefined;
832
- months?: number | undefined;
833
- years?: number | undefined;
834
- } | undefined;
835
- disabled?: boolean | undefined;
836
- stringFilters?: string[] | undefined;
837
- latestOnly?: boolean | undefined;
838
- earliestOnly?: boolean | undefined;
839
- chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
840
- hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
841
- chronicOrHcc?: boolean | undefined;
842
- } | undefined;
843
- vital?: {
844
- loincCodes?: string[] | undefined;
845
- relativeDateRange?: {
846
- days?: number | undefined;
847
- months?: number | undefined;
848
- years?: number | undefined;
849
- } | undefined;
850
- disabled?: boolean | undefined;
851
- latestOnly?: boolean | undefined;
852
- } | undefined;
853
- medicationStatement?: {
854
- absoluteDate?: string | undefined;
855
- disabled?: boolean | undefined;
856
- rxnormCodes?: string[] | undefined;
857
- } | undefined;
858
- procedure?: {
859
- disabled?: boolean | undefined;
860
- cptCodes?: string[] | undefined;
861
- } | undefined;
862
- allergy?: {
863
- disabled?: boolean | undefined;
864
- } | undefined;
865
- familyMemberHistory?: {
866
- disabled?: boolean | undefined;
867
- } | undefined;
868
- } | undefined;
869
- sendDocumentQueryWebhookEnabled?: boolean | undefined;
870
- contributionFilters?: {
871
- problem?: {
872
- optOut?: {
873
- disabled?: boolean | undefined;
874
- stringFilters?: string[] | undefined;
875
- } | undefined;
876
- optIn?: {
877
- disabled?: boolean | undefined;
878
- stringFilters?: string[] | undefined;
879
- } | undefined;
880
- } | undefined;
881
- diagnosticReport?: {
882
- optOut?: {
883
- disabled?: boolean | undefined;
884
- extensionValue?: {
885
- values: string[];
886
- url: string;
887
- } | undefined;
888
- practitioners?: {
889
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
890
- practitionerIds?: string[] | undefined;
891
- } | undefined;
892
- } | undefined;
893
- optIn?: {
894
- disabled?: boolean | undefined;
895
- extensionValue?: {
896
- values: string[];
897
- url: string;
898
- } | undefined;
899
- practitioners?: {
900
- mustHaveAtLeastOnePractitioner?: boolean | undefined;
901
- practitionerIds?: string[] | undefined;
902
- } | undefined;
903
- } | undefined;
904
- } | undefined;
905
- } | undefined;
906
- dqDisabled?: boolean | undefined;
907
- backgroundAppointmentsDisabled?: boolean | undefined;
908
- patientLinkingDisabled?: boolean | undefined;
909
- webhooks?: Partial<Record<"appointment.created" | "patient.created" | "patient.updated" | "form_answer_group.locked" | "form_answer_group.signed" | "goal.created" | "diagnosis.created", {
910
- url: string;
911
- secretKey: string;
912
- }>> | undefined;
913
- webhookPatientPatientLinkingDisabled?: boolean | undefined;
914
- webhookPatientPatientProcessingEnabled?: boolean | undefined;
915
- webhookAppointmentPatientLinkingDisabled?: boolean | undefined;
916
- webhookAppointmentPatientProcessingDisabled?: boolean | undefined;
917
- webhookPatientCreatedDisabled?: boolean | undefined;
918
- webhookPatientUpdatedDisabled?: boolean | undefined;
919
- webhookDiagnosisCreatedDisabled?: boolean | undefined;
920
- webhookFormAnswerGroupLockedDisabled?: boolean | undefined;
921
- webhookFormAnswerGroupSignedDisabled?: boolean | undefined;
922
- webhookGoalCreatedDisabled?: boolean | undefined;
923
- backgroundAppointmentPatientProcessingDisabled?: boolean | undefined;
924
- backgroundAppointments48hrEnabled?: boolean | undefined;
925
- backgroundAppointment48hrPatientProcessingDisabled?: boolean | undefined;
926
- contributionDisabled?: boolean | undefined;
927
- pickedContributionResourceTypes?: string[] | undefined;
928
- contributionConsentFormTemplateIdAnswer?: Record<string, string> | undefined;
929
- }>;
930
- export type HealthieSecondaryMappings = z.infer<typeof healthieSecondaryMappingsSchema>;
931
- //# sourceMappingURL=cx-mapping.d.ts.map