candidhealth 0.35.2 → 0.37.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 (670) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +65 -60
  3. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  4. package/api/resources/billingNotes/resources/v2/client/Client.d.ts +19 -0
  5. package/api/resources/billingNotes/resources/v2/client/Client.js +125 -1
  6. package/api/resources/billingNotes/resources/v2/client/delete.d.ts +40 -0
  7. package/api/resources/billingNotes/resources/v2/client/delete.js +80 -0
  8. package/api/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  9. package/api/resources/billingNotes/resources/v2/client/index.js +3 -1
  10. package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +13 -0
  11. package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +5 -0
  12. package/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
  13. package/api/resources/billingNotes/resources/v2/client/update.d.ts +46 -0
  14. package/api/resources/billingNotes/resources/v2/client/update.js +91 -0
  15. package/api/resources/chargeCapture/client/Client.d.ts +26 -0
  16. package/api/resources/chargeCapture/client/Client.js +17 -0
  17. package/api/resources/chargeCapture/client/index.d.ts +1 -0
  18. package/api/resources/chargeCapture/client/index.js +2 -0
  19. package/api/resources/chargeCapture/index.d.ts +2 -0
  20. package/api/resources/chargeCapture/index.js +18 -0
  21. package/api/resources/chargeCapture/resources/index.d.ts +1 -0
  22. package/api/resources/chargeCapture/resources/index.js +27 -0
  23. package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +288 -0
  24. package/api/resources/chargeCapture/resources/v1/client/Client.js +594 -0
  25. package/api/resources/chargeCapture/resources/v1/client/create.d.ts +52 -0
  26. package/api/resources/chargeCapture/resources/v1/client/create.js +102 -0
  27. package/api/resources/chargeCapture/resources/v1/client/delete.d.ts +40 -0
  28. package/api/resources/chargeCapture/resources/v1/client/delete.js +80 -0
  29. package/api/resources/chargeCapture/resources/v1/client/get.d.ts +22 -0
  30. package/api/resources/chargeCapture/resources/v1/client/get.js +47 -0
  31. package/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +28 -0
  32. package/api/resources/chargeCapture/resources/v1/client/getAll.js +58 -0
  33. package/api/resources/chargeCapture/resources/v1/client/index.d.ts +6 -0
  34. package/api/resources/chargeCapture/resources/v1/client/index.js +35 -0
  35. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +136 -0
  36. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +5 -0
  37. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +137 -0
  38. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +5 -0
  39. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +35 -0
  40. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +5 -0
  41. package/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -0
  42. package/api/resources/chargeCapture/resources/v1/client/requests/index.js +2 -0
  43. package/api/resources/chargeCapture/resources/v1/client/update.d.ts +52 -0
  44. package/api/resources/chargeCapture/resources/v1/client/update.js +102 -0
  45. package/api/resources/chargeCapture/resources/v1/index.d.ts +2 -0
  46. package/api/resources/chargeCapture/resources/v1/index.js +18 -0
  47. package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +12 -0
  48. package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +5 -0
  49. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +31 -0
  50. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +5 -0
  51. package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +7 -0
  52. package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +5 -0
  53. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +13 -0
  54. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +15 -0
  55. package/api/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
  56. package/api/resources/chargeCapture/resources/v1/types/index.js +20 -0
  57. package/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +16 -0
  58. package/api/resources/commons/types/BillingProviderCommercialLicenseType.js +18 -0
  59. package/api/resources/commons/types/ChargeCaptureId.d.ts +8 -0
  60. package/api/resources/commons/types/ChargeCaptureId.js +10 -0
  61. package/api/resources/commons/types/NotImplementedErrorMessage.d.ts +6 -0
  62. package/api/resources/commons/types/NotImplementedErrorMessage.js +5 -0
  63. package/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
  64. package/api/resources/commons/types/ProcedureModifier.js +1 -0
  65. package/api/resources/commons/types/index.d.ts +3 -0
  66. package/api/resources/commons/types/index.js +3 -0
  67. package/api/resources/contracts/resources/v2/client/Client.js +6 -5
  68. package/api/resources/contracts/resources/v2/client/update.d.ts +7 -1
  69. package/api/resources/contracts/resources/v2/client/update.js +11 -0
  70. package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +6 -0
  71. package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +5 -0
  72. package/api/resources/contracts/resources/v2/types/index.d.ts +1 -0
  73. package/api/resources/contracts/resources/v2/types/index.js +1 -0
  74. package/api/resources/credentialing/resources/v2/client/Client.js +6 -6
  75. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  76. package/api/resources/diagnoses/client/Client.js +3 -3
  77. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  78. package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +8 -66
  79. package/api/resources/encounterProviders/resources/v2/client/Client.js +20 -78
  80. package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +5 -0
  81. package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +5 -0
  82. package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -0
  83. package/api/resources/encounters/resources/v4/client/Client.d.ts +29 -273
  84. package/api/resources/encounters/resources/v4/client/Client.js +34 -278
  85. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +9 -62
  86. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +6 -20
  87. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +18 -391
  88. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
  89. package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +146 -0
  90. package/api/resources/encounters/resources/v4/types/EncounterOptional.js +5 -0
  91. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  92. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  93. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  94. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  95. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  96. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  97. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  98. package/api/resources/guarantor/resources/v1/client/Client.d.ts +1 -21
  99. package/api/resources/guarantor/resources/v1/client/Client.js +4 -24
  100. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  101. package/api/resources/index.d.ts +1 -0
  102. package/api/resources/index.js +2 -1
  103. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  104. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  105. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  106. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  107. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  108. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +1 -0
  109. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +6 -5
  110. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
  111. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
  112. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  113. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  114. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  115. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  116. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  117. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  118. package/api/resources/preEncounter/client/Client.d.ts +6 -0
  119. package/api/resources/preEncounter/client/Client.js +12 -2
  120. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  121. package/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +1 -10
  122. package/api/resources/preEncounter/resources/common/types/BaseModel.d.ts +15 -0
  123. package/api/resources/preEncounter/resources/common/types/BaseModel.js +5 -0
  124. package/api/resources/preEncounter/resources/common/types/NoteId.d.ts +11 -0
  125. package/api/resources/preEncounter/resources/common/types/NoteId.js +10 -0
  126. package/api/resources/preEncounter/resources/common/types/TagId.d.ts +11 -0
  127. package/api/resources/preEncounter/resources/common/types/TagId.js +10 -0
  128. package/api/resources/preEncounter/resources/common/types/index.d.ts +3 -0
  129. package/api/resources/preEncounter/resources/common/types/index.js +3 -0
  130. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  131. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +1 -10
  132. package/api/resources/preEncounter/resources/index.d.ts +2 -0
  133. package/api/resources/preEncounter/resources/index.js +3 -1
  134. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  135. package/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.d.ts +1 -1
  136. package/api/resources/preEncounter/resources/notes/client/Client.d.ts +26 -0
  137. package/api/resources/preEncounter/resources/notes/client/Client.js +17 -0
  138. package/api/resources/preEncounter/resources/notes/client/index.d.ts +1 -0
  139. package/api/resources/preEncounter/resources/notes/client/index.js +2 -0
  140. package/api/resources/preEncounter/resources/notes/index.d.ts +2 -0
  141. package/api/resources/preEncounter/resources/notes/index.js +18 -0
  142. package/api/resources/preEncounter/resources/notes/resources/index.d.ts +1 -0
  143. package/api/resources/preEncounter/resources/notes/resources/index.js +27 -0
  144. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +76 -0
  145. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +261 -0
  146. package/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +22 -0
  147. package/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +47 -0
  148. package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +22 -0
  149. package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +47 -0
  150. package/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +22 -0
  151. package/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +47 -0
  152. package/api/resources/preEncounter/resources/notes/resources/v1/client/index.d.ts +4 -0
  153. package/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +30 -0
  154. package/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +22 -0
  155. package/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +47 -0
  156. package/api/resources/preEncounter/resources/notes/resources/v1/index.d.ts +2 -0
  157. package/api/resources/preEncounter/resources/notes/resources/v1/index.js +18 -0
  158. package/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +11 -0
  159. package/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +5 -0
  160. package/api/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +11 -0
  161. package/api/resources/preEncounter/resources/notes/resources/v1/types/Note.js +5 -0
  162. package/api/resources/preEncounter/resources/notes/resources/v1/types/index.d.ts +2 -0
  163. package/api/resources/preEncounter/resources/notes/resources/v1/types/index.js +18 -0
  164. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +9 -3
  165. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +18 -12
  166. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +3 -1
  167. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +3 -1
  168. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  169. package/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +1 -10
  170. package/api/resources/preEncounter/resources/tags/client/Client.d.ts +26 -0
  171. package/api/resources/preEncounter/resources/tags/client/Client.js +17 -0
  172. package/api/resources/preEncounter/resources/tags/client/index.d.ts +1 -0
  173. package/api/resources/preEncounter/resources/tags/client/index.js +2 -0
  174. package/api/resources/preEncounter/resources/tags/index.d.ts +2 -0
  175. package/api/resources/preEncounter/resources/tags/index.js +18 -0
  176. package/api/resources/preEncounter/resources/tags/resources/index.d.ts +1 -0
  177. package/api/resources/preEncounter/resources/tags/resources/index.js +27 -0
  178. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +85 -0
  179. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +312 -0
  180. package/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +22 -0
  181. package/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +47 -0
  182. package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +22 -0
  183. package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +47 -0
  184. package/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +22 -0
  185. package/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +47 -0
  186. package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +22 -0
  187. package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +47 -0
  188. package/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +6 -0
  189. package/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +35 -0
  190. package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.d.ts +15 -0
  191. package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.js +5 -0
  192. package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.d.ts +1 -0
  193. package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.js +2 -0
  194. package/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +22 -0
  195. package/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +47 -0
  196. package/api/resources/preEncounter/resources/tags/resources/v1/index.d.ts +2 -0
  197. package/api/resources/preEncounter/resources/tags/resources/v1/index.js +18 -0
  198. package/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +9 -0
  199. package/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +5 -0
  200. package/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +10 -0
  201. package/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +5 -0
  202. package/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +7 -0
  203. package/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +5 -0
  204. package/api/resources/preEncounter/resources/tags/resources/v1/types/index.d.ts +3 -0
  205. package/api/resources/preEncounter/resources/tags/resources/v1/types/index.js +19 -0
  206. package/api/resources/serviceFacility/client/Client.js +1 -1
  207. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +1 -4
  208. package/api/resources/serviceLines/resources/v2/client/Client.js +4 -7
  209. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  210. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -0
  211. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
  212. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -0
  213. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  214. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  215. package/dist/Client.d.ts +3 -0
  216. package/dist/Client.js +65 -60
  217. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  218. package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +19 -0
  219. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +125 -1
  220. package/dist/api/resources/billingNotes/resources/v2/client/delete.d.ts +40 -0
  221. package/dist/api/resources/billingNotes/resources/v2/client/delete.js +80 -0
  222. package/dist/api/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  223. package/dist/api/resources/billingNotes/resources/v2/client/index.js +3 -1
  224. package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +13 -0
  225. package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +5 -0
  226. package/dist/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
  227. package/dist/api/resources/billingNotes/resources/v2/client/update.d.ts +46 -0
  228. package/dist/api/resources/billingNotes/resources/v2/client/update.js +91 -0
  229. package/dist/api/resources/chargeCapture/client/Client.d.ts +26 -0
  230. package/dist/api/resources/chargeCapture/client/Client.js +17 -0
  231. package/dist/api/resources/chargeCapture/client/index.d.ts +1 -0
  232. package/dist/api/resources/chargeCapture/client/index.js +2 -0
  233. package/dist/api/resources/chargeCapture/index.d.ts +2 -0
  234. package/dist/api/resources/chargeCapture/index.js +18 -0
  235. package/dist/api/resources/chargeCapture/resources/index.d.ts +1 -0
  236. package/dist/api/resources/chargeCapture/resources/index.js +27 -0
  237. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +288 -0
  238. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +594 -0
  239. package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +52 -0
  240. package/dist/api/resources/chargeCapture/resources/v1/client/create.js +102 -0
  241. package/dist/api/resources/chargeCapture/resources/v1/client/delete.d.ts +40 -0
  242. package/dist/api/resources/chargeCapture/resources/v1/client/delete.js +80 -0
  243. package/dist/api/resources/chargeCapture/resources/v1/client/get.d.ts +22 -0
  244. package/dist/api/resources/chargeCapture/resources/v1/client/get.js +47 -0
  245. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +28 -0
  246. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +58 -0
  247. package/dist/api/resources/chargeCapture/resources/v1/client/index.d.ts +6 -0
  248. package/dist/api/resources/chargeCapture/resources/v1/client/index.js +35 -0
  249. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +136 -0
  250. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +5 -0
  251. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +137 -0
  252. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +5 -0
  253. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +35 -0
  254. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +5 -0
  255. package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -0
  256. package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.js +2 -0
  257. package/dist/api/resources/chargeCapture/resources/v1/client/update.d.ts +52 -0
  258. package/dist/api/resources/chargeCapture/resources/v1/client/update.js +102 -0
  259. package/dist/api/resources/chargeCapture/resources/v1/index.d.ts +2 -0
  260. package/dist/api/resources/chargeCapture/resources/v1/index.js +18 -0
  261. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +12 -0
  262. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +5 -0
  263. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +31 -0
  264. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +5 -0
  265. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +7 -0
  266. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +5 -0
  267. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +13 -0
  268. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +15 -0
  269. package/dist/api/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
  270. package/dist/api/resources/chargeCapture/resources/v1/types/index.js +20 -0
  271. package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +16 -0
  272. package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.js +18 -0
  273. package/dist/api/resources/commons/types/ChargeCaptureId.d.ts +8 -0
  274. package/dist/api/resources/commons/types/ChargeCaptureId.js +10 -0
  275. package/dist/api/resources/commons/types/NotImplementedErrorMessage.d.ts +6 -0
  276. package/dist/api/resources/commons/types/NotImplementedErrorMessage.js +5 -0
  277. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
  278. package/dist/api/resources/commons/types/ProcedureModifier.js +1 -0
  279. package/dist/api/resources/commons/types/index.d.ts +3 -0
  280. package/dist/api/resources/commons/types/index.js +3 -0
  281. package/dist/api/resources/contracts/resources/v2/client/Client.js +6 -5
  282. package/dist/api/resources/contracts/resources/v2/client/update.d.ts +7 -1
  283. package/dist/api/resources/contracts/resources/v2/client/update.js +11 -0
  284. package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +6 -0
  285. package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +5 -0
  286. package/dist/api/resources/contracts/resources/v2/types/index.d.ts +1 -0
  287. package/dist/api/resources/contracts/resources/v2/types/index.js +1 -0
  288. package/dist/api/resources/credentialing/resources/v2/client/Client.js +6 -6
  289. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  290. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  291. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  292. package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +8 -66
  293. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +20 -78
  294. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +5 -0
  295. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +5 -0
  296. package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -0
  297. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +29 -273
  298. package/dist/api/resources/encounters/resources/v4/client/Client.js +34 -278
  299. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +9 -62
  300. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +6 -20
  301. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +18 -391
  302. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
  303. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +146 -0
  304. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.js +5 -0
  305. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  306. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  307. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  308. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  309. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  310. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  311. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  312. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +1 -21
  313. package/dist/api/resources/guarantor/resources/v1/client/Client.js +4 -24
  314. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  315. package/dist/api/resources/index.d.ts +1 -0
  316. package/dist/api/resources/index.js +2 -1
  317. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  318. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  319. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  320. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  321. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  322. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +1 -0
  323. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +6 -5
  324. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
  325. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
  326. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  327. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  328. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  329. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  330. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  331. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  332. package/dist/api/resources/preEncounter/client/Client.d.ts +6 -0
  333. package/dist/api/resources/preEncounter/client/Client.js +12 -2
  334. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  335. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +1 -10
  336. package/dist/api/resources/preEncounter/resources/common/types/BaseModel.d.ts +15 -0
  337. package/dist/api/resources/preEncounter/resources/common/types/BaseModel.js +5 -0
  338. package/dist/api/resources/preEncounter/resources/common/types/NoteId.d.ts +11 -0
  339. package/dist/api/resources/preEncounter/resources/common/types/NoteId.js +10 -0
  340. package/dist/api/resources/preEncounter/resources/common/types/TagId.d.ts +11 -0
  341. package/dist/api/resources/preEncounter/resources/common/types/TagId.js +10 -0
  342. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +3 -0
  343. package/dist/api/resources/preEncounter/resources/common/types/index.js +3 -0
  344. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  345. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +1 -10
  346. package/dist/api/resources/preEncounter/resources/index.d.ts +2 -0
  347. package/dist/api/resources/preEncounter/resources/index.js +3 -1
  348. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  349. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.d.ts +1 -1
  350. package/dist/api/resources/preEncounter/resources/notes/client/Client.d.ts +26 -0
  351. package/dist/api/resources/preEncounter/resources/notes/client/Client.js +17 -0
  352. package/dist/api/resources/preEncounter/resources/notes/client/index.d.ts +1 -0
  353. package/dist/api/resources/preEncounter/resources/notes/client/index.js +2 -0
  354. package/dist/api/resources/preEncounter/resources/notes/index.d.ts +2 -0
  355. package/dist/api/resources/preEncounter/resources/notes/index.js +18 -0
  356. package/dist/api/resources/preEncounter/resources/notes/resources/index.d.ts +1 -0
  357. package/dist/api/resources/preEncounter/resources/notes/resources/index.js +27 -0
  358. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +76 -0
  359. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +261 -0
  360. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +22 -0
  361. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +47 -0
  362. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +22 -0
  363. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +47 -0
  364. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +22 -0
  365. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +47 -0
  366. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.d.ts +4 -0
  367. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +30 -0
  368. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +22 -0
  369. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +47 -0
  370. package/dist/api/resources/preEncounter/resources/notes/resources/v1/index.d.ts +2 -0
  371. package/dist/api/resources/preEncounter/resources/notes/resources/v1/index.js +18 -0
  372. package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +11 -0
  373. package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +5 -0
  374. package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +11 -0
  375. package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/Note.js +5 -0
  376. package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/index.d.ts +2 -0
  377. package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/index.js +18 -0
  378. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +9 -3
  379. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +18 -12
  380. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +3 -1
  381. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +3 -1
  382. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  383. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +1 -10
  384. package/dist/api/resources/preEncounter/resources/tags/client/Client.d.ts +26 -0
  385. package/dist/api/resources/preEncounter/resources/tags/client/Client.js +17 -0
  386. package/dist/api/resources/preEncounter/resources/tags/client/index.d.ts +1 -0
  387. package/dist/api/resources/preEncounter/resources/tags/client/index.js +2 -0
  388. package/dist/api/resources/preEncounter/resources/tags/index.d.ts +2 -0
  389. package/dist/api/resources/preEncounter/resources/tags/index.js +18 -0
  390. package/dist/api/resources/preEncounter/resources/tags/resources/index.d.ts +1 -0
  391. package/dist/api/resources/preEncounter/resources/tags/resources/index.js +27 -0
  392. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +85 -0
  393. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +312 -0
  394. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +22 -0
  395. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +47 -0
  396. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +22 -0
  397. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +47 -0
  398. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +22 -0
  399. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +47 -0
  400. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +22 -0
  401. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +47 -0
  402. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +6 -0
  403. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +35 -0
  404. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.d.ts +15 -0
  405. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.js +5 -0
  406. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.d.ts +1 -0
  407. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.js +2 -0
  408. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +22 -0
  409. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +47 -0
  410. package/dist/api/resources/preEncounter/resources/tags/resources/v1/index.d.ts +2 -0
  411. package/dist/api/resources/preEncounter/resources/tags/resources/v1/index.js +18 -0
  412. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +9 -0
  413. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +5 -0
  414. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +10 -0
  415. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +5 -0
  416. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +7 -0
  417. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +5 -0
  418. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/index.d.ts +3 -0
  419. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/index.js +19 -0
  420. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  421. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +1 -4
  422. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +4 -7
  423. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  424. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -0
  425. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
  426. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -0
  427. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  428. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  429. package/dist/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +25 -0
  430. package/dist/serialization/resources/billingNotes/resources/v2/client/delete.js +73 -0
  431. package/dist/serialization/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  432. package/dist/serialization/resources/billingNotes/resources/v2/client/index.js +15 -0
  433. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +12 -0
  434. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +33 -0
  435. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
  436. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -1
  437. package/dist/serialization/resources/billingNotes/resources/v2/client/update.d.ts +30 -0
  438. package/dist/serialization/resources/billingNotes/resources/v2/client/update.js +79 -0
  439. package/dist/serialization/resources/chargeCapture/index.d.ts +1 -0
  440. package/dist/serialization/resources/chargeCapture/index.js +17 -0
  441. package/dist/serialization/resources/chargeCapture/resources/index.d.ts +1 -0
  442. package/dist/serialization/resources/chargeCapture/resources/index.js +27 -0
  443. package/dist/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +35 -0
  444. package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +85 -0
  445. package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.d.ts +25 -0
  446. package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.js +73 -0
  447. package/dist/serialization/resources/chargeCapture/resources/v1/client/getAll.d.ts +15 -0
  448. package/dist/serialization/resources/chargeCapture/resources/v1/client/getAll.js +61 -0
  449. package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +5 -0
  450. package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +34 -0
  451. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +19 -0
  452. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +40 -0
  453. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +19 -0
  454. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +40 -0
  455. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +2 -0
  456. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -0
  457. package/dist/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +35 -0
  458. package/dist/serialization/resources/chargeCapture/resources/v1/client/update.js +85 -0
  459. package/dist/serialization/resources/chargeCapture/resources/v1/index.d.ts +2 -0
  460. package/dist/serialization/resources/chargeCapture/resources/v1/index.js +18 -0
  461. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +22 -0
  462. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +43 -0
  463. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +24 -0
  464. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +47 -0
  465. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +14 -0
  466. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +37 -0
  467. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +10 -0
  468. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +39 -0
  469. package/dist/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
  470. package/dist/serialization/resources/chargeCapture/resources/v1/types/index.js +20 -0
  471. package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +10 -0
  472. package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +31 -0
  473. package/dist/serialization/resources/commons/types/ChargeCaptureId.d.ts +10 -0
  474. package/dist/serialization/resources/commons/types/ChargeCaptureId.js +35 -0
  475. package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +12 -0
  476. package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.js +33 -0
  477. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  478. package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  479. package/dist/serialization/resources/commons/types/index.d.ts +3 -0
  480. package/dist/serialization/resources/commons/types/index.js +3 -0
  481. package/dist/serialization/resources/contracts/resources/v2/client/update.d.ts +6 -1
  482. package/dist/serialization/resources/contracts/resources/v2/client/update.js +6 -0
  483. package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +12 -0
  484. package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +33 -0
  485. package/dist/serialization/resources/contracts/resources/v2/types/index.d.ts +1 -0
  486. package/dist/serialization/resources/contracts/resources/v2/types/index.js +1 -0
  487. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
  488. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
  489. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
  490. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
  491. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
  492. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
  493. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -59
  494. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +5 -60
  495. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +70 -0
  496. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +91 -0
  497. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  498. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  499. package/dist/serialization/resources/index.d.ts +1 -0
  500. package/dist/serialization/resources/index.js +2 -1
  501. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
  502. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -0
  503. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
  504. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -0
  505. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +2 -8
  506. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +2 -7
  507. package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.d.ts +18 -0
  508. package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.js +39 -0
  509. package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.d.ts +10 -0
  510. package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.js +35 -0
  511. package/dist/serialization/resources/preEncounter/resources/common/types/TagId.d.ts +10 -0
  512. package/dist/serialization/resources/preEncounter/resources/common/types/TagId.js +35 -0
  513. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +3 -0
  514. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +3 -0
  515. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +2 -8
  516. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +2 -7
  517. package/dist/serialization/resources/preEncounter/resources/index.d.ts +2 -0
  518. package/dist/serialization/resources/preEncounter/resources/index.js +3 -1
  519. package/dist/serialization/resources/preEncounter/resources/notes/index.d.ts +1 -0
  520. package/dist/serialization/resources/preEncounter/resources/notes/index.js +17 -0
  521. package/dist/serialization/resources/preEncounter/resources/notes/resources/index.d.ts +1 -0
  522. package/dist/serialization/resources/preEncounter/resources/notes/resources/index.js +27 -0
  523. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/index.d.ts +1 -0
  524. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/index.js +17 -0
  525. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +14 -0
  526. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +35 -0
  527. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +16 -0
  528. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +40 -0
  529. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/index.d.ts +2 -0
  530. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/index.js +18 -0
  531. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
  532. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
  533. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +2 -8
  534. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +2 -7
  535. package/dist/serialization/resources/preEncounter/resources/tags/index.d.ts +1 -0
  536. package/dist/serialization/resources/preEncounter/resources/tags/index.js +17 -0
  537. package/dist/serialization/resources/preEncounter/resources/tags/resources/index.d.ts +1 -0
  538. package/dist/serialization/resources/preEncounter/resources/tags/resources/index.js +27 -0
  539. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/index.d.ts +1 -0
  540. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/index.js +17 -0
  541. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +12 -0
  542. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +33 -0
  543. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +15 -0
  544. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +39 -0
  545. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +14 -0
  546. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +37 -0
  547. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/index.d.ts +3 -0
  548. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/index.js +19 -0
  549. package/package.json +1 -1
  550. package/reference.md +2340 -1456
  551. package/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +25 -0
  552. package/serialization/resources/billingNotes/resources/v2/client/delete.js +73 -0
  553. package/serialization/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  554. package/serialization/resources/billingNotes/resources/v2/client/index.js +15 -0
  555. package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +12 -0
  556. package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +33 -0
  557. package/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
  558. package/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -1
  559. package/serialization/resources/billingNotes/resources/v2/client/update.d.ts +30 -0
  560. package/serialization/resources/billingNotes/resources/v2/client/update.js +79 -0
  561. package/serialization/resources/chargeCapture/index.d.ts +1 -0
  562. package/serialization/resources/chargeCapture/index.js +17 -0
  563. package/serialization/resources/chargeCapture/resources/index.d.ts +1 -0
  564. package/serialization/resources/chargeCapture/resources/index.js +27 -0
  565. package/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +35 -0
  566. package/serialization/resources/chargeCapture/resources/v1/client/create.js +85 -0
  567. package/serialization/resources/chargeCapture/resources/v1/client/delete.d.ts +25 -0
  568. package/serialization/resources/chargeCapture/resources/v1/client/delete.js +73 -0
  569. package/serialization/resources/chargeCapture/resources/v1/client/getAll.d.ts +15 -0
  570. package/serialization/resources/chargeCapture/resources/v1/client/getAll.js +61 -0
  571. package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +5 -0
  572. package/serialization/resources/chargeCapture/resources/v1/client/index.js +34 -0
  573. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +19 -0
  574. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +40 -0
  575. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +19 -0
  576. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +40 -0
  577. package/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +2 -0
  578. package/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -0
  579. package/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +35 -0
  580. package/serialization/resources/chargeCapture/resources/v1/client/update.js +85 -0
  581. package/serialization/resources/chargeCapture/resources/v1/index.d.ts +2 -0
  582. package/serialization/resources/chargeCapture/resources/v1/index.js +18 -0
  583. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +22 -0
  584. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +43 -0
  585. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +24 -0
  586. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +47 -0
  587. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +14 -0
  588. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +37 -0
  589. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +10 -0
  590. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +39 -0
  591. package/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
  592. package/serialization/resources/chargeCapture/resources/v1/types/index.js +20 -0
  593. package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +10 -0
  594. package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +31 -0
  595. package/serialization/resources/commons/types/ChargeCaptureId.d.ts +10 -0
  596. package/serialization/resources/commons/types/ChargeCaptureId.js +35 -0
  597. package/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +12 -0
  598. package/serialization/resources/commons/types/NotImplementedErrorMessage.js +33 -0
  599. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  600. package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  601. package/serialization/resources/commons/types/index.d.ts +3 -0
  602. package/serialization/resources/commons/types/index.js +3 -0
  603. package/serialization/resources/contracts/resources/v2/client/update.d.ts +6 -1
  604. package/serialization/resources/contracts/resources/v2/client/update.js +6 -0
  605. package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +12 -0
  606. package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +33 -0
  607. package/serialization/resources/contracts/resources/v2/types/index.d.ts +1 -0
  608. package/serialization/resources/contracts/resources/v2/types/index.js +1 -0
  609. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
  610. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
  611. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
  612. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
  613. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
  614. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
  615. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -59
  616. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +5 -60
  617. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +70 -0
  618. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +91 -0
  619. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  620. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  621. package/serialization/resources/index.d.ts +1 -0
  622. package/serialization/resources/index.js +2 -1
  623. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
  624. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -0
  625. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
  626. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -0
  627. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +2 -8
  628. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +2 -7
  629. package/serialization/resources/preEncounter/resources/common/types/BaseModel.d.ts +18 -0
  630. package/serialization/resources/preEncounter/resources/common/types/BaseModel.js +39 -0
  631. package/serialization/resources/preEncounter/resources/common/types/NoteId.d.ts +10 -0
  632. package/serialization/resources/preEncounter/resources/common/types/NoteId.js +35 -0
  633. package/serialization/resources/preEncounter/resources/common/types/TagId.d.ts +10 -0
  634. package/serialization/resources/preEncounter/resources/common/types/TagId.js +35 -0
  635. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +3 -0
  636. package/serialization/resources/preEncounter/resources/common/types/index.js +3 -0
  637. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +2 -8
  638. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +2 -7
  639. package/serialization/resources/preEncounter/resources/index.d.ts +2 -0
  640. package/serialization/resources/preEncounter/resources/index.js +3 -1
  641. package/serialization/resources/preEncounter/resources/notes/index.d.ts +1 -0
  642. package/serialization/resources/preEncounter/resources/notes/index.js +17 -0
  643. package/serialization/resources/preEncounter/resources/notes/resources/index.d.ts +1 -0
  644. package/serialization/resources/preEncounter/resources/notes/resources/index.js +27 -0
  645. package/serialization/resources/preEncounter/resources/notes/resources/v1/index.d.ts +1 -0
  646. package/serialization/resources/preEncounter/resources/notes/resources/v1/index.js +17 -0
  647. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +14 -0
  648. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +35 -0
  649. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +16 -0
  650. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +40 -0
  651. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/index.d.ts +2 -0
  652. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/index.js +18 -0
  653. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
  654. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
  655. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +2 -8
  656. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +2 -7
  657. package/serialization/resources/preEncounter/resources/tags/index.d.ts +1 -0
  658. package/serialization/resources/preEncounter/resources/tags/index.js +17 -0
  659. package/serialization/resources/preEncounter/resources/tags/resources/index.d.ts +1 -0
  660. package/serialization/resources/preEncounter/resources/tags/resources/index.js +27 -0
  661. package/serialization/resources/preEncounter/resources/tags/resources/v1/index.d.ts +1 -0
  662. package/serialization/resources/preEncounter/resources/tags/resources/v1/index.js +17 -0
  663. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +12 -0
  664. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +33 -0
  665. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +15 -0
  666. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +39 -0
  667. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +14 -0
  668. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +37 -0
  669. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/index.d.ts +3 -0
  670. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/index.js +19 -0
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./ChargeCapturePage"), exports);
18
+ __exportStar(require("./ChargeCapture"), exports);
19
+ __exportStar(require("./ChargeCaptureData"), exports);
20
+ __exportStar(require("./ChargeCaptureStatus"), exports);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as CandidApi from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const BillingProviderCommercialLicenseType: core.serialization.Schema<serializers.BillingProviderCommercialLicenseType.Raw, CandidApi.BillingProviderCommercialLicenseType>;
8
+ export declare namespace BillingProviderCommercialLicenseType {
9
+ type Raw = "0" | "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I";
10
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.BillingProviderCommercialLicenseType = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ exports.BillingProviderCommercialLicenseType = core.serialization.enum_(["0", "A", "B", "C", "D", "E", "F", "G", "H", "I"]);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as CandidApi from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const ChargeCaptureId: core.serialization.Schema<serializers.ChargeCaptureId.Raw, CandidApi.ChargeCaptureId>;
8
+ export declare namespace ChargeCaptureId {
9
+ type Raw = string;
10
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.ChargeCaptureId = void 0;
30
+ const CandidApi = __importStar(require("../../../../api/index"));
31
+ const core = __importStar(require("../../../../core"));
32
+ exports.ChargeCaptureId = core.serialization.string().transform({
33
+ transform: CandidApi.ChargeCaptureId,
34
+ untransform: (value) => value,
35
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as CandidApi from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const NotImplementedErrorMessage: core.serialization.ObjectSchema<serializers.NotImplementedErrorMessage.Raw, CandidApi.NotImplementedErrorMessage>;
8
+ export declare namespace NotImplementedErrorMessage {
9
+ interface Raw {
10
+ message?: string | null;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.NotImplementedErrorMessage = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ exports.NotImplementedErrorMessage = core.serialization.object({
32
+ message: core.serialization.string().optional(),
33
+ });
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../api/index";
6
6
  import * as core from "../../../../core";
7
7
  export declare const ProcedureModifier: core.serialization.Schema<serializers.ProcedureModifier.Raw, CandidApi.ProcedureModifier>;
8
8
  export declare namespace ProcedureModifier {
9
- type Raw = "22" | "23" | "24" | "25" | "26" | "27" | "32" | "33" | "47" | "50" | "51" | "52" | "53" | "54" | "55" | "56" | "57" | "58" | "59" | "62" | "63" | "66" | "74" | "76" | "77" | "78" | "79" | "80" | "81" | "82" | "90" | "91" | "92" | "93" | "95" | "96" | "97" | "99" | "A1" | "A2" | "A3" | "A4" | "A5" | "A6" | "A7" | "A8" | "A9" | "AA" | "AB" | "AD" | "AE" | "AF" | "AG" | "AH" | "AI" | "AJ" | "AK" | "AM" | "AO" | "AP" | "AQ" | "AR" | "AS" | "AT" | "AZ" | "BA" | "BL" | "BO" | "BP" | "BR" | "BU" | "CA" | "CB" | "CC" | "CD" | "CE" | "CF" | "CG" | "CH" | "CI" | "CJ" | "CK" | "CL" | "CM" | "CN" | "CR" | "CS" | "CT" | "CO" | "CQ" | "DA" | "E1" | "E2" | "E3" | "E4" | "EA" | "EB" | "EC" | "ED" | "EE" | "EJ" | "EM" | "EP" | "ER" | "ET" | "EX" | "EY" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "FA" | "FB" | "FC" | "FP" | "FQ" | "FR" | "FS" | "FT" | "FX" | "FY" | "G0" | "G1" | "G2" | "G3" | "G4" | "G5" | "G6" | "G7" | "G8" | "G9" | "GA" | "GB" | "GC" | "GE" | "GF" | "GG" | "GH" | "GJ" | "GK" | "GL" | "GM" | "GN" | "GO" | "GP" | "GQ" | "GR" | "GS" | "GT" | "GU" | "GV" | "GW" | "GX" | "GY" | "GZ" | "HA" | "HB" | "HC" | "HD" | "HE" | "HF" | "HG" | "HH" | "HI" | "HJ" | "HK" | "HL" | "HM" | "HN" | "HO" | "HP" | "HQ" | "HR" | "HS" | "HT" | "HU" | "HV" | "HW" | "HX" | "HY" | "HZ" | "J1" | "J2" | "J3" | "J4" | "J5" | "JA" | "JB" | "JC" | "JD" | "JE" | "JG" | "JW" | "JZ" | "K0" | "K1" | "K2" | "K3" | "K4" | "KA" | "KB" | "KC" | "KD" | "KE" | "KF" | "KG" | "KH" | "KI" | "KJ" | "KK" | "KL" | "KM" | "KN" | "KO" | "KP" | "KQ" | "KR" | "KS" | "KT" | "KU" | "KV" | "KW" | "KX" | "KY" | "KZ" | "LC" | "LD" | "LL" | "LM" | "LR" | "LS" | "LT" | "LU" | "M2" | "MA" | "MB" | "MC" | "MD" | "ME" | "MF" | "MG" | "MH" | "MS" | "N1" | "N2" | "N3" | "NB" | "NR" | "NU" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "PA" | "PB" | "PC" | "PD" | "PI" | "PL" | "PM" | "PN" | "PO" | "PS" | "PT" | "Q0" | "Q1" | "Q2" | "Q3" | "Q4" | "Q5" | "Q6" | "Q7" | "Q8" | "Q9" | "QA" | "QB" | "QC" | "QD" | "QE" | "QF" | "QG" | "QH" | "QJ" | "QK" | "QL" | "QM" | "QN" | "QP" | "QQ" | "QR" | "QS" | "QT" | "QW" | "QX" | "QY" | "QZ" | "RA" | "RB" | "RC" | "RD" | "RE" | "RI" | "RR" | "RT" | "SA" | "SB" | "SC" | "SD" | "SE" | "SF" | "SG" | "SH" | "SJ" | "SL" | "SM" | "SN" | "SQ" | "SS" | "ST" | "SU" | "SV" | "SW" | "SY" | "T1" | "T2" | "T3" | "T4" | "T5" | "T6" | "T7" | "T8" | "T9" | "TA" | "TB" | "TC" | "TD" | "TE" | "TF" | "TG" | "TH" | "TJ" | "TK" | "TL" | "TM" | "TN" | "TP" | "TQ" | "TR" | "TS" | "TT" | "TU" | "TV" | "TW" | "U1" | "U2" | "U3" | "U4" | "U5" | "U6" | "U7" | "U8" | "U9" | "UA" | "UB" | "UC" | "UD" | "UE" | "UF" | "UG" | "UH" | "UJ" | "UK" | "UN" | "UP" | "UQ" | "UR" | "US" | "V1" | "V2" | "V3" | "XE";
9
+ type Raw = "22" | "23" | "24" | "25" | "26" | "27" | "32" | "33" | "47" | "50" | "51" | "52" | "53" | "54" | "55" | "56" | "57" | "58" | "59" | "62" | "63" | "66" | "74" | "76" | "77" | "78" | "79" | "80" | "81" | "82" | "90" | "91" | "92" | "93" | "95" | "96" | "97" | "99" | "A1" | "A2" | "A3" | "A4" | "A5" | "A6" | "A7" | "A8" | "A9" | "AA" | "AB" | "AD" | "AE" | "AF" | "AG" | "AH" | "AI" | "AJ" | "AK" | "AM" | "AO" | "AP" | "AQ" | "AR" | "AS" | "AT" | "AZ" | "BA" | "BL" | "BO" | "BP" | "BR" | "BU" | "CA" | "CB" | "CC" | "CD" | "CE" | "CF" | "CG" | "CH" | "CI" | "CJ" | "CK" | "CL" | "CM" | "CN" | "CR" | "CS" | "CT" | "CO" | "CQ" | "DA" | "E1" | "E2" | "E3" | "E4" | "EA" | "EB" | "EC" | "ED" | "EE" | "EJ" | "EM" | "EP" | "ER" | "ET" | "EX" | "EY" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "FA" | "FB" | "FC" | "FP" | "FQ" | "FR" | "FS" | "FT" | "FX" | "FY" | "G0" | "G1" | "G2" | "G3" | "G4" | "G5" | "G6" | "G7" | "G8" | "G9" | "GA" | "GB" | "GC" | "GE" | "GF" | "GG" | "GH" | "GJ" | "GK" | "GL" | "GM" | "GN" | "GO" | "GP" | "GQ" | "GR" | "GS" | "GT" | "GU" | "GV" | "GW" | "GX" | "GY" | "GZ" | "HA" | "HB" | "HC" | "HD" | "HE" | "HF" | "HG" | "HH" | "HI" | "HJ" | "HK" | "HL" | "HM" | "HN" | "HO" | "HP" | "HQ" | "HR" | "HS" | "HT" | "HU" | "HV" | "HW" | "HX" | "HY" | "HZ" | "J1" | "J2" | "J3" | "J4" | "J5" | "JA" | "JB" | "JC" | "JD" | "JE" | "JG" | "JW" | "JZ" | "K0" | "K1" | "K2" | "K3" | "K4" | "KA" | "KB" | "KC" | "KD" | "KE" | "KF" | "KG" | "KH" | "KI" | "KJ" | "KK" | "KL" | "KM" | "KN" | "KO" | "KP" | "KQ" | "KR" | "KS" | "KT" | "KU" | "KV" | "KW" | "KX" | "KY" | "KZ" | "LC" | "LD" | "LL" | "LM" | "LR" | "LS" | "LT" | "LU" | "M2" | "MA" | "MB" | "MC" | "MD" | "ME" | "MF" | "MG" | "MH" | "MS" | "N1" | "N2" | "N3" | "NB" | "NR" | "NU" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "PA" | "PB" | "PC" | "PD" | "PI" | "PL" | "PM" | "PN" | "PO" | "PS" | "PT" | "Q0" | "Q1" | "Q2" | "Q3" | "Q4" | "Q5" | "Q6" | "Q7" | "Q8" | "Q9" | "QA" | "QB" | "QC" | "QD" | "QE" | "QF" | "QG" | "QH" | "QJ" | "QK" | "QL" | "QM" | "QN" | "QP" | "QQ" | "QR" | "QS" | "QT" | "QW" | "QX" | "QY" | "QZ" | "RA" | "RB" | "RC" | "RD" | "RE" | "RI" | "RR" | "RT" | "SA" | "SB" | "SC" | "SD" | "SE" | "SF" | "SG" | "SH" | "SJ" | "SL" | "SM" | "SN" | "SQ" | "SS" | "ST" | "SU" | "SV" | "SW" | "SY" | "T1" | "T2" | "T3" | "T4" | "T5" | "T6" | "T7" | "T8" | "T9" | "TA" | "TB" | "TC" | "TD" | "TE" | "TF" | "TG" | "TH" | "TJ" | "TK" | "TL" | "TM" | "TN" | "TP" | "TQ" | "TR" | "TS" | "TT" | "TU" | "TV" | "TW" | "U1" | "U2" | "U3" | "U4" | "U5" | "U6" | "U7" | "U8" | "U9" | "UA" | "UB" | "UC" | "UD" | "UE" | "UF" | "UG" | "UH" | "UJ" | "UK" | "UN" | "UP" | "UQ" | "UR" | "US" | "V1" | "V2" | "V3" | "XE" | "XS";
10
10
  }
@@ -417,4 +417,5 @@ exports.ProcedureModifier = core.serialization.enum_([
417
417
  "V2",
418
418
  "V3",
419
419
  "XE",
420
+ "XS",
420
421
  ]);
@@ -1,4 +1,5 @@
1
1
  export * from "./EncounterId";
2
+ export * from "./ChargeCaptureId";
2
3
  export * from "./OrganizationId";
3
4
  export * from "./ClaimId";
4
5
  export * from "./PreEncounterPatientId";
@@ -55,8 +56,10 @@ export * from "./HttpServiceUnavailableErrorMessage";
55
56
  export * from "./RequestValidationError";
56
57
  export * from "./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage";
57
58
  export * from "./OrganizationNotAuthorizedErrorMessage";
59
+ export * from "./NotImplementedErrorMessage";
58
60
  export * from "./PhoneNumber";
59
61
  export * from "./PhoneNumberType";
60
62
  export * from "./Email";
61
63
  export * from "./DelayReasonCode";
62
64
  export * from "./IntendedSubmissionMedium";
65
+ export * from "./BillingProviderCommercialLicenseType";
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./EncounterId"), exports);
18
+ __exportStar(require("./ChargeCaptureId"), exports);
18
19
  __exportStar(require("./OrganizationId"), exports);
19
20
  __exportStar(require("./ClaimId"), exports);
20
21
  __exportStar(require("./PreEncounterPatientId"), exports);
@@ -71,8 +72,10 @@ __exportStar(require("./HttpServiceUnavailableErrorMessage"), exports);
71
72
  __exportStar(require("./RequestValidationError"), exports);
72
73
  __exportStar(require("./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage"), exports);
73
74
  __exportStar(require("./OrganizationNotAuthorizedErrorMessage"), exports);
75
+ __exportStar(require("./NotImplementedErrorMessage"), exports);
74
76
  __exportStar(require("./PhoneNumber"), exports);
75
77
  __exportStar(require("./PhoneNumberType"), exports);
76
78
  __exportStar(require("./Email"), exports);
77
79
  __exportStar(require("./DelayReasonCode"), exports);
78
80
  __exportStar(require("./IntendedSubmissionMedium"), exports);
81
+ __exportStar(require("./BillingProviderCommercialLicenseType"), exports);
@@ -5,11 +5,16 @@ import * as serializers from "../../../../../index";
5
5
  import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
7
  import { UnprocessableEntityErrorMessage } from "../../../../commons/types/UnprocessableEntityErrorMessage";
8
+ import { ContractInvalidExpirationDateError } from "../types/ContractInvalidExpirationDateError";
8
9
  export declare const Error: core.serialization.Schema<serializers.contracts.v2.update.Error.Raw, CandidApi.contracts.v2.update.Error>;
9
10
  export declare namespace Error {
10
- type Raw = Error.UnprocessableEntityError;
11
+ type Raw = Error.UnprocessableEntityError | Error.ContractInvalidExpirationDateHttpError;
11
12
  interface UnprocessableEntityError {
12
13
  errorName: "UnprocessableEntityError";
13
14
  content: UnprocessableEntityErrorMessage.Raw;
14
15
  }
16
+ interface ContractInvalidExpirationDateHttpError {
17
+ errorName: "ContractInvalidExpirationDateHttpError";
18
+ content: ContractInvalidExpirationDateError.Raw;
19
+ }
15
20
  }
@@ -41,17 +41,23 @@ exports.Error = void 0;
41
41
  const CandidApi = __importStar(require("../../../../../../api/index"));
42
42
  const core = __importStar(require("../../../../../../core"));
43
43
  const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
44
+ const ContractInvalidExpirationDateError_1 = require("../types/ContractInvalidExpirationDateError");
44
45
  exports.Error = core.serialization
45
46
  .union("errorName", {
46
47
  UnprocessableEntityError: core.serialization.object({
47
48
  content: UnprocessableEntityErrorMessage_1.UnprocessableEntityErrorMessage,
48
49
  }),
50
+ ContractInvalidExpirationDateHttpError: core.serialization.object({
51
+ content: ContractInvalidExpirationDateError_1.ContractInvalidExpirationDateError,
52
+ }),
49
53
  })
50
54
  .transform({
51
55
  transform: (value) => {
52
56
  switch (value.errorName) {
53
57
  case "UnprocessableEntityError":
54
58
  return CandidApi.contracts.v2.update.Error.unprocessableEntityError(value.content);
59
+ case "ContractInvalidExpirationDateHttpError":
60
+ return CandidApi.contracts.v2.update.Error.contractInvalidExpirationDateHttpError(value.content);
55
61
  }
56
62
  },
57
63
  untransform: (_a) => {
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../index";
5
+ import * as CandidApi from "../../../../../../api/index";
6
+ import * as core from "../../../../../../core";
7
+ export declare const ContractInvalidExpirationDateError: core.serialization.ObjectSchema<serializers.contracts.v2.ContractInvalidExpirationDateError.Raw, CandidApi.contracts.v2.ContractInvalidExpirationDateError>;
8
+ export declare namespace ContractInvalidExpirationDateError {
9
+ interface Raw {
10
+ message: string;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.ContractInvalidExpirationDateError = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ exports.ContractInvalidExpirationDateError = core.serialization.object({
32
+ message: core.serialization.string(),
33
+ });
@@ -1,4 +1,5 @@
1
1
  export * from "./ContractIsLinkedToFeeScheduleError";
2
+ export * from "./ContractInvalidExpirationDateError";
2
3
  export * from "./ContractId";
3
4
  export * from "./ContractingProviderId";
4
5
  export * from "./RenderingProviderid";
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./ContractIsLinkedToFeeScheduleError"), exports);
18
+ __exportStar(require("./ContractInvalidExpirationDateError"), exports);
18
19
  __exportStar(require("./ContractId"), exports);
19
20
  __exportStar(require("./ContractingProviderId"), exports);
20
21
  __exportStar(require("./RenderingProviderid"), exports);
@@ -5,6 +5,7 @@ import * as serializers from "../../../../../index";
5
5
  import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
7
  import { StreetAddressLongZip } from "../../../../commons/types/StreetAddressLongZip";
8
+ import { BillingProviderCommercialLicenseType } from "../../../../commons/types/BillingProviderCommercialLicenseType";
8
9
  import { EncounterProviderBase } from "./EncounterProviderBase";
9
10
  export declare const BillingProvider: core.serialization.ObjectSchema<serializers.encounterProviders.v2.BillingProvider.Raw, CandidApi.encounterProviders.v2.BillingProvider>;
10
11
  export declare namespace BillingProvider {
@@ -13,5 +14,6 @@ export declare namespace BillingProvider {
13
14
  tax_id: string;
14
15
  npi: string;
15
16
  taxonomy_code?: string | null;
17
+ provider_commercial_license_type?: BillingProviderCommercialLicenseType.Raw | null;
16
18
  }
17
19
  }
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.BillingProvider = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  const StreetAddressLongZip_1 = require("../../../../commons/types/StreetAddressLongZip");
32
+ const BillingProviderCommercialLicenseType_1 = require("../../../../commons/types/BillingProviderCommercialLicenseType");
32
33
  const EncounterProviderBase_1 = require("./EncounterProviderBase");
33
34
  exports.BillingProvider = core.serialization
34
35
  .object({
@@ -36,5 +37,6 @@ exports.BillingProvider = core.serialization
36
37
  taxId: core.serialization.property("tax_id", core.serialization.string()),
37
38
  npi: core.serialization.string(),
38
39
  taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
40
+ providerCommercialLicenseType: core.serialization.property("provider_commercial_license_type", BillingProviderCommercialLicenseType_1.BillingProviderCommercialLicenseType.optional()),
39
41
  })
40
42
  .extend(EncounterProviderBase_1.EncounterProviderBase);
@@ -5,6 +5,7 @@ import * as serializers from "../../../../../index";
5
5
  import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
7
  import { StreetAddressLongZip } from "../../../../commons/types/StreetAddressLongZip";
8
+ import { BillingProviderCommercialLicenseType } from "../../../../commons/types/BillingProviderCommercialLicenseType";
8
9
  import { EncounterProviderBase } from "./EncounterProviderBase";
9
10
  export declare const BillingProviderUpdate: core.serialization.ObjectSchema<serializers.encounterProviders.v2.BillingProviderUpdate.Raw, CandidApi.encounterProviders.v2.BillingProviderUpdate>;
10
11
  export declare namespace BillingProviderUpdate {
@@ -13,5 +14,6 @@ export declare namespace BillingProviderUpdate {
13
14
  tax_id?: string | null;
14
15
  npi?: string | null;
15
16
  taxonomy_code?: string | null;
17
+ provider_commercial_license_type?: BillingProviderCommercialLicenseType.Raw | null;
16
18
  }
17
19
  }
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.BillingProviderUpdate = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  const StreetAddressLongZip_1 = require("../../../../commons/types/StreetAddressLongZip");
32
+ const BillingProviderCommercialLicenseType_1 = require("../../../../commons/types/BillingProviderCommercialLicenseType");
32
33
  const EncounterProviderBase_1 = require("./EncounterProviderBase");
33
34
  exports.BillingProviderUpdate = core.serialization
34
35
  .object({
@@ -36,5 +37,6 @@ exports.BillingProviderUpdate = core.serialization
36
37
  taxId: core.serialization.property("tax_id", core.serialization.string().optional()),
37
38
  npi: core.serialization.string().optional(),
38
39
  taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
40
+ providerCommercialLicenseType: core.serialization.property("provider_commercial_license_type", BillingProviderCommercialLicenseType_1.BillingProviderCommercialLicenseType.optional()),
39
41
  })
40
42
  .extend(EncounterProviderBase_1.EncounterProviderBase);
@@ -7,6 +7,7 @@ import * as core from "../../../../../../core";
7
7
  import { ProviderId } from "./ProviderId";
8
8
  import { StreetAddressLongZip } from "../../../../commons/types/StreetAddressLongZip";
9
9
  import { QualifierCode } from "../../../../commons/types/QualifierCode";
10
+ import { BillingProviderCommercialLicenseType } from "../../../../commons/types/BillingProviderCommercialLicenseType";
10
11
  import { EncounterProviderBase } from "./EncounterProviderBase";
11
12
  export declare const EncounterProvider: core.serialization.ObjectSchema<serializers.encounterProviders.v2.EncounterProvider.Raw, CandidApi.encounterProviders.v2.EncounterProvider>;
12
13
  export declare namespace EncounterProvider {
@@ -17,5 +18,6 @@ export declare namespace EncounterProvider {
17
18
  npi: string;
18
19
  taxonomy_code?: string | null;
19
20
  qualifier?: QualifierCode.Raw | null;
21
+ provider_commercial_license_type?: BillingProviderCommercialLicenseType.Raw | null;
20
22
  }
21
23
  }
@@ -31,6 +31,7 @@ const core = __importStar(require("../../../../../../core"));
31
31
  const ProviderId_1 = require("./ProviderId");
32
32
  const StreetAddressLongZip_1 = require("../../../../commons/types/StreetAddressLongZip");
33
33
  const QualifierCode_1 = require("../../../../commons/types/QualifierCode");
34
+ const BillingProviderCommercialLicenseType_1 = require("../../../../commons/types/BillingProviderCommercialLicenseType");
34
35
  const EncounterProviderBase_1 = require("./EncounterProviderBase");
35
36
  exports.EncounterProvider = core.serialization
36
37
  .object({
@@ -40,5 +41,6 @@ exports.EncounterProvider = core.serialization
40
41
  npi: core.serialization.string(),
41
42
  taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
42
43
  qualifier: QualifierCode_1.QualifierCode.optional(),
44
+ providerCommercialLicenseType: core.serialization.property("provider_commercial_license_type", BillingProviderCommercialLicenseType_1.BillingProviderCommercialLicenseType.optional()),
43
45
  })
44
46
  .extend(EncounterProviderBase_1.EncounterProviderBase);
@@ -4,70 +4,13 @@
4
4
  import * as serializers from "../../../../../../index";
5
5
  import * as CandidApi from "../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../core";
7
- import { PriorAuthorizationNumber } from "../../types/PriorAuthorizationNumber";
8
- import { EncounterExternalId } from "../../../../../commons/types/EncounterExternalId";
9
7
  import { DiagnosisId } from "../../../../../diagnoses/types/DiagnosisId";
10
- import { TagId } from "../../../../../tags/types/TagId";
11
- import { ClinicalNoteCategoryCreate } from "../../types/ClinicalNoteCategoryCreate";
12
- import { StreetAddressLongZip } from "../../../../../commons/types/StreetAddressLongZip";
13
- import { BillableStatusType } from "../../types/BillableStatusType";
14
- import { ResponsiblePartyType } from "../../types/ResponsiblePartyType";
15
- import { SynchronicityType } from "../../types/SynchronicityType";
16
8
  import { FacilityTypeCode } from "../../../../../commons/types/FacilityTypeCode";
17
- import { SubscriberCreate } from "../../../../../individual/types/SubscriberCreate";
18
- import { ServiceAuthorizationExceptionCode } from "../../types/ServiceAuthorizationExceptionCode";
19
- import { DelayReasonCode } from "../../../../../commons/types/DelayReasonCode";
20
- import { PatientUpdate } from "../../../../../individual/types/PatientUpdate";
21
- import { SchemaInstance } from "../../../../../customSchemas/resources/v1/types/SchemaInstance";
22
- import { VitalsUpdate } from "../../types/VitalsUpdate";
23
- import { Medication } from "../../types/Medication";
24
- import { RenderingProviderUpdate } from "../../../../../encounterProviders/resources/v2/types/RenderingProviderUpdate";
25
- import { EncounterServiceFacilityUpdate } from "../../../../../serviceFacility/types/EncounterServiceFacilityUpdate";
26
- import { GuarantorUpdate } from "../../../../../guarantor/resources/v1/types/GuarantorUpdate";
27
- import { BillingProviderUpdate } from "../../../../../encounterProviders/resources/v2/types/BillingProviderUpdate";
28
- import { SupervisingProviderUpdate } from "../../../../../encounterProviders/resources/v2/types/SupervisingProviderUpdate";
29
- import { ReferringProviderUpdate } from "../../../../../encounterProviders/resources/v2/types/ReferringProviderUpdate";
30
- import { InitialReferringProviderUpdate } from "../../../../../encounterProviders/resources/v2/types/InitialReferringProviderUpdate";
9
+ import { EncounterOptional } from "../../types/EncounterOptional";
31
10
  export declare const EncounterUpdate: core.serialization.Schema<serializers.encounters.v4.EncounterUpdate.Raw, CandidApi.encounters.v4.EncounterUpdate>;
32
11
  export declare namespace EncounterUpdate {
33
- interface Raw {
34
- prior_authorization_number?: PriorAuthorizationNumber.Raw | null;
35
- external_id?: EncounterExternalId.Raw | null;
36
- date_of_service?: string | null;
12
+ interface Raw extends EncounterOptional.Raw {
37
13
  diagnosis_ids?: DiagnosisId.Raw[] | null;
38
- tag_ids?: TagId.Raw[] | null;
39
- clinical_notes?: ClinicalNoteCategoryCreate.Raw[] | null;
40
- pay_to_address?: StreetAddressLongZip.Raw | null;
41
- billable_status?: BillableStatusType.Raw | null;
42
- responsible_party?: ResponsiblePartyType.Raw | null;
43
- provider_accepts_assignment?: boolean | null;
44
- benefits_assigned_to_provider?: boolean | null;
45
- synchronicity?: SynchronicityType.Raw | null;
46
- place_of_service_code?: FacilityTypeCode.Raw | null;
47
14
  place_of_service_code_as_submitted?: FacilityTypeCode.Raw | null;
48
- appointment_type?: string | null;
49
- end_date_of_service?: string | null;
50
- subscriber_primary?: SubscriberCreate.Raw | null;
51
- subscriber_secondary?: SubscriberCreate.Raw | null;
52
- additional_information?: string | null;
53
- service_authorization_exception_code?: ServiceAuthorizationExceptionCode.Raw | null;
54
- admission_date?: string | null;
55
- discharge_date?: string | null;
56
- onset_of_current_illness_or_symptom_date?: string | null;
57
- last_menstrual_period_date?: string | null;
58
- delay_reason_code?: DelayReasonCode.Raw | null;
59
- patient?: PatientUpdate.Raw | null;
60
- patient_authorized_release?: boolean | null;
61
- schema_instances?: SchemaInstance.Raw[] | null;
62
- vitals?: VitalsUpdate.Raw | null;
63
- existing_medications?: Medication.Raw[] | null;
64
- rendering_provider?: RenderingProviderUpdate.Raw | null;
65
- service_facility?: EncounterServiceFacilityUpdate.Raw | null;
66
- guarantor?: GuarantorUpdate.Raw | null;
67
- billing_provider?: BillingProviderUpdate.Raw | null;
68
- supervising_provider?: SupervisingProviderUpdate.Raw | null;
69
- referring_provider?: ReferringProviderUpdate.Raw | null;
70
- initial_referring_provider?: InitialReferringProviderUpdate.Raw | null;
71
- referral_number?: string | null;
72
15
  }
73
16
  }
@@ -28,67 +28,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.EncounterUpdate = void 0;
30
30
  const core = __importStar(require("../../../../../../../core"));
31
- const PriorAuthorizationNumber_1 = require("../../types/PriorAuthorizationNumber");
32
- const EncounterExternalId_1 = require("../../../../../commons/types/EncounterExternalId");
33
31
  const DiagnosisId_1 = require("../../../../../diagnoses/types/DiagnosisId");
34
- const TagId_1 = require("../../../../../tags/types/TagId");
35
- const ClinicalNoteCategoryCreate_1 = require("../../types/ClinicalNoteCategoryCreate");
36
- const StreetAddressLongZip_1 = require("../../../../../commons/types/StreetAddressLongZip");
37
- const BillableStatusType_1 = require("../../types/BillableStatusType");
38
- const ResponsiblePartyType_1 = require("../../types/ResponsiblePartyType");
39
- const SynchronicityType_1 = require("../../types/SynchronicityType");
40
32
  const FacilityTypeCode_1 = require("../../../../../commons/types/FacilityTypeCode");
41
- const SubscriberCreate_1 = require("../../../../../individual/types/SubscriberCreate");
42
- const ServiceAuthorizationExceptionCode_1 = require("../../types/ServiceAuthorizationExceptionCode");
43
- const DelayReasonCode_1 = require("../../../../../commons/types/DelayReasonCode");
44
- const PatientUpdate_1 = require("../../../../../individual/types/PatientUpdate");
45
- const SchemaInstance_1 = require("../../../../../customSchemas/resources/v1/types/SchemaInstance");
46
- const VitalsUpdate_1 = require("../../types/VitalsUpdate");
47
- const Medication_1 = require("../../types/Medication");
48
- const RenderingProviderUpdate_1 = require("../../../../../encounterProviders/resources/v2/types/RenderingProviderUpdate");
49
- const EncounterServiceFacilityUpdate_1 = require("../../../../../serviceFacility/types/EncounterServiceFacilityUpdate");
50
- const GuarantorUpdate_1 = require("../../../../../guarantor/resources/v1/types/GuarantorUpdate");
51
- const BillingProviderUpdate_1 = require("../../../../../encounterProviders/resources/v2/types/BillingProviderUpdate");
52
- const SupervisingProviderUpdate_1 = require("../../../../../encounterProviders/resources/v2/types/SupervisingProviderUpdate");
53
- const ReferringProviderUpdate_1 = require("../../../../../encounterProviders/resources/v2/types/ReferringProviderUpdate");
54
- const InitialReferringProviderUpdate_1 = require("../../../../../encounterProviders/resources/v2/types/InitialReferringProviderUpdate");
55
- exports.EncounterUpdate = core.serialization.object({
56
- priorAuthorizationNumber: core.serialization.property("prior_authorization_number", PriorAuthorizationNumber_1.PriorAuthorizationNumber.optional()),
57
- externalId: core.serialization.property("external_id", EncounterExternalId_1.EncounterExternalId.optional()),
58
- dateOfService: core.serialization.property("date_of_service", core.serialization.string().optional()),
33
+ const EncounterOptional_1 = require("../../types/EncounterOptional");
34
+ exports.EncounterUpdate = core.serialization
35
+ .object({
59
36
  diagnosisIds: core.serialization.property("diagnosis_ids", core.serialization.list(DiagnosisId_1.DiagnosisId).optional()),
60
- tagIds: core.serialization.property("tag_ids", core.serialization.list(TagId_1.TagId).optional()),
61
- clinicalNotes: core.serialization.property("clinical_notes", core.serialization.list(ClinicalNoteCategoryCreate_1.ClinicalNoteCategoryCreate).optional()),
62
- payToAddress: core.serialization.property("pay_to_address", StreetAddressLongZip_1.StreetAddressLongZip.optional()),
63
- billableStatus: core.serialization.property("billable_status", BillableStatusType_1.BillableStatusType.optional()),
64
- responsibleParty: core.serialization.property("responsible_party", ResponsiblePartyType_1.ResponsiblePartyType.optional()),
65
- providerAcceptsAssignment: core.serialization.property("provider_accepts_assignment", core.serialization.boolean().optional()),
66
- benefitsAssignedToProvider: core.serialization.property("benefits_assigned_to_provider", core.serialization.boolean().optional()),
67
- synchronicity: SynchronicityType_1.SynchronicityType.optional(),
68
- placeOfServiceCode: core.serialization.property("place_of_service_code", FacilityTypeCode_1.FacilityTypeCode.optional()),
69
37
  placeOfServiceCodeAsSubmitted: core.serialization.property("place_of_service_code_as_submitted", FacilityTypeCode_1.FacilityTypeCode.optional()),
70
- appointmentType: core.serialization.property("appointment_type", core.serialization.string().optional()),
71
- endDateOfService: core.serialization.property("end_date_of_service", core.serialization.string().optional()),
72
- subscriberPrimary: core.serialization.property("subscriber_primary", SubscriberCreate_1.SubscriberCreate.optional()),
73
- subscriberSecondary: core.serialization.property("subscriber_secondary", SubscriberCreate_1.SubscriberCreate.optional()),
74
- additionalInformation: core.serialization.property("additional_information", core.serialization.string().optional()),
75
- serviceAuthorizationExceptionCode: core.serialization.property("service_authorization_exception_code", ServiceAuthorizationExceptionCode_1.ServiceAuthorizationExceptionCode.optional()),
76
- admissionDate: core.serialization.property("admission_date", core.serialization.string().optional()),
77
- dischargeDate: core.serialization.property("discharge_date", core.serialization.string().optional()),
78
- onsetOfCurrentIllnessOrSymptomDate: core.serialization.property("onset_of_current_illness_or_symptom_date", core.serialization.string().optional()),
79
- lastMenstrualPeriodDate: core.serialization.property("last_menstrual_period_date", core.serialization.string().optional()),
80
- delayReasonCode: core.serialization.property("delay_reason_code", DelayReasonCode_1.DelayReasonCode.optional()),
81
- patient: PatientUpdate_1.PatientUpdate.optional(),
82
- patientAuthorizedRelease: core.serialization.property("patient_authorized_release", core.serialization.boolean().optional()),
83
- schemaInstances: core.serialization.property("schema_instances", core.serialization.list(SchemaInstance_1.SchemaInstance).optional()),
84
- vitals: VitalsUpdate_1.VitalsUpdate.optional(),
85
- existingMedications: core.serialization.property("existing_medications", core.serialization.list(Medication_1.Medication).optional()),
86
- renderingProvider: core.serialization.property("rendering_provider", RenderingProviderUpdate_1.RenderingProviderUpdate.optional()),
87
- serviceFacility: core.serialization.property("service_facility", EncounterServiceFacilityUpdate_1.EncounterServiceFacilityUpdate.optional()),
88
- guarantor: GuarantorUpdate_1.GuarantorUpdate.optional(),
89
- billingProvider: core.serialization.property("billing_provider", BillingProviderUpdate_1.BillingProviderUpdate.optional()),
90
- supervisingProvider: core.serialization.property("supervising_provider", SupervisingProviderUpdate_1.SupervisingProviderUpdate.optional()),
91
- referringProvider: core.serialization.property("referring_provider", ReferringProviderUpdate_1.ReferringProviderUpdate.optional()),
92
- initialReferringProvider: core.serialization.property("initial_referring_provider", InitialReferringProviderUpdate_1.InitialReferringProviderUpdate.optional()),
93
- referralNumber: core.serialization.property("referral_number", core.serialization.string().optional()),
94
- });
38
+ })
39
+ .extend(EncounterOptional_1.EncounterOptional);