candidhealth 0.35.3 → 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 (418) 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/resources/appointments/resources/v1/client/Client.js +6 -6
  119. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  120. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  121. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  122. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  123. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  124. package/api/resources/serviceFacility/client/Client.js +1 -1
  125. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +1 -4
  126. package/api/resources/serviceLines/resources/v2/client/Client.js +4 -7
  127. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  128. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -0
  129. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
  130. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -0
  131. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  132. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  133. package/dist/Client.d.ts +3 -0
  134. package/dist/Client.js +65 -60
  135. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  136. package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +19 -0
  137. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +125 -1
  138. package/dist/api/resources/billingNotes/resources/v2/client/delete.d.ts +40 -0
  139. package/dist/api/resources/billingNotes/resources/v2/client/delete.js +80 -0
  140. package/dist/api/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  141. package/dist/api/resources/billingNotes/resources/v2/client/index.js +3 -1
  142. package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +13 -0
  143. package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +5 -0
  144. package/dist/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
  145. package/dist/api/resources/billingNotes/resources/v2/client/update.d.ts +46 -0
  146. package/dist/api/resources/billingNotes/resources/v2/client/update.js +91 -0
  147. package/dist/api/resources/chargeCapture/client/Client.d.ts +26 -0
  148. package/dist/api/resources/chargeCapture/client/Client.js +17 -0
  149. package/dist/api/resources/chargeCapture/client/index.d.ts +1 -0
  150. package/dist/api/resources/chargeCapture/client/index.js +2 -0
  151. package/dist/api/resources/chargeCapture/index.d.ts +2 -0
  152. package/dist/api/resources/chargeCapture/index.js +18 -0
  153. package/dist/api/resources/chargeCapture/resources/index.d.ts +1 -0
  154. package/dist/api/resources/chargeCapture/resources/index.js +27 -0
  155. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +288 -0
  156. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +594 -0
  157. package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +52 -0
  158. package/dist/api/resources/chargeCapture/resources/v1/client/create.js +102 -0
  159. package/dist/api/resources/chargeCapture/resources/v1/client/delete.d.ts +40 -0
  160. package/dist/api/resources/chargeCapture/resources/v1/client/delete.js +80 -0
  161. package/dist/api/resources/chargeCapture/resources/v1/client/get.d.ts +22 -0
  162. package/dist/api/resources/chargeCapture/resources/v1/client/get.js +47 -0
  163. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +28 -0
  164. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +58 -0
  165. package/dist/api/resources/chargeCapture/resources/v1/client/index.d.ts +6 -0
  166. package/dist/api/resources/chargeCapture/resources/v1/client/index.js +35 -0
  167. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +136 -0
  168. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +5 -0
  169. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +137 -0
  170. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +5 -0
  171. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +35 -0
  172. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +5 -0
  173. package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -0
  174. package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.js +2 -0
  175. package/dist/api/resources/chargeCapture/resources/v1/client/update.d.ts +52 -0
  176. package/dist/api/resources/chargeCapture/resources/v1/client/update.js +102 -0
  177. package/dist/api/resources/chargeCapture/resources/v1/index.d.ts +2 -0
  178. package/dist/api/resources/chargeCapture/resources/v1/index.js +18 -0
  179. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +12 -0
  180. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +5 -0
  181. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +31 -0
  182. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +5 -0
  183. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +7 -0
  184. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +5 -0
  185. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +13 -0
  186. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +15 -0
  187. package/dist/api/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
  188. package/dist/api/resources/chargeCapture/resources/v1/types/index.js +20 -0
  189. package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +16 -0
  190. package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.js +18 -0
  191. package/dist/api/resources/commons/types/ChargeCaptureId.d.ts +8 -0
  192. package/dist/api/resources/commons/types/ChargeCaptureId.js +10 -0
  193. package/dist/api/resources/commons/types/NotImplementedErrorMessage.d.ts +6 -0
  194. package/dist/api/resources/commons/types/NotImplementedErrorMessage.js +5 -0
  195. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
  196. package/dist/api/resources/commons/types/ProcedureModifier.js +1 -0
  197. package/dist/api/resources/commons/types/index.d.ts +3 -0
  198. package/dist/api/resources/commons/types/index.js +3 -0
  199. package/dist/api/resources/contracts/resources/v2/client/Client.js +6 -5
  200. package/dist/api/resources/contracts/resources/v2/client/update.d.ts +7 -1
  201. package/dist/api/resources/contracts/resources/v2/client/update.js +11 -0
  202. package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +6 -0
  203. package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +5 -0
  204. package/dist/api/resources/contracts/resources/v2/types/index.d.ts +1 -0
  205. package/dist/api/resources/contracts/resources/v2/types/index.js +1 -0
  206. package/dist/api/resources/credentialing/resources/v2/client/Client.js +6 -6
  207. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  208. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  209. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  210. package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +8 -66
  211. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +20 -78
  212. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +5 -0
  213. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +5 -0
  214. package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -0
  215. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +29 -273
  216. package/dist/api/resources/encounters/resources/v4/client/Client.js +34 -278
  217. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +9 -62
  218. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +6 -20
  219. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +18 -391
  220. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
  221. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +146 -0
  222. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.js +5 -0
  223. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  224. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  225. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  226. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  227. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  228. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  229. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  230. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +1 -21
  231. package/dist/api/resources/guarantor/resources/v1/client/Client.js +4 -24
  232. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  233. package/dist/api/resources/index.d.ts +1 -0
  234. package/dist/api/resources/index.js +2 -1
  235. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  236. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  237. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  238. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  239. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  240. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +1 -0
  241. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +6 -5
  242. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
  243. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
  244. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  245. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  246. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  247. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  248. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  249. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  250. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  251. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  252. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  253. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  254. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  255. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  256. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  257. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +1 -4
  258. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +4 -7
  259. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  260. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -0
  261. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
  262. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -0
  263. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  264. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  265. package/dist/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +25 -0
  266. package/dist/serialization/resources/billingNotes/resources/v2/client/delete.js +73 -0
  267. package/dist/serialization/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  268. package/dist/serialization/resources/billingNotes/resources/v2/client/index.js +15 -0
  269. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +12 -0
  270. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +33 -0
  271. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
  272. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -1
  273. package/dist/serialization/resources/billingNotes/resources/v2/client/update.d.ts +30 -0
  274. package/dist/serialization/resources/billingNotes/resources/v2/client/update.js +79 -0
  275. package/dist/serialization/resources/chargeCapture/index.d.ts +1 -0
  276. package/dist/serialization/resources/chargeCapture/index.js +17 -0
  277. package/dist/serialization/resources/chargeCapture/resources/index.d.ts +1 -0
  278. package/dist/serialization/resources/chargeCapture/resources/index.js +27 -0
  279. package/dist/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +35 -0
  280. package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +85 -0
  281. package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.d.ts +25 -0
  282. package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.js +73 -0
  283. package/dist/serialization/resources/chargeCapture/resources/v1/client/getAll.d.ts +15 -0
  284. package/dist/serialization/resources/chargeCapture/resources/v1/client/getAll.js +61 -0
  285. package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +5 -0
  286. package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +34 -0
  287. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +19 -0
  288. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +40 -0
  289. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +19 -0
  290. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +40 -0
  291. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +2 -0
  292. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -0
  293. package/dist/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +35 -0
  294. package/dist/serialization/resources/chargeCapture/resources/v1/client/update.js +85 -0
  295. package/dist/serialization/resources/chargeCapture/resources/v1/index.d.ts +2 -0
  296. package/dist/serialization/resources/chargeCapture/resources/v1/index.js +18 -0
  297. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +22 -0
  298. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +43 -0
  299. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +24 -0
  300. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +47 -0
  301. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +14 -0
  302. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +37 -0
  303. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +10 -0
  304. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +39 -0
  305. package/dist/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
  306. package/dist/serialization/resources/chargeCapture/resources/v1/types/index.js +20 -0
  307. package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +10 -0
  308. package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +31 -0
  309. package/dist/serialization/resources/commons/types/ChargeCaptureId.d.ts +10 -0
  310. package/dist/serialization/resources/commons/types/ChargeCaptureId.js +35 -0
  311. package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +12 -0
  312. package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.js +33 -0
  313. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  314. package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  315. package/dist/serialization/resources/commons/types/index.d.ts +3 -0
  316. package/dist/serialization/resources/commons/types/index.js +3 -0
  317. package/dist/serialization/resources/contracts/resources/v2/client/update.d.ts +6 -1
  318. package/dist/serialization/resources/contracts/resources/v2/client/update.js +6 -0
  319. package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +12 -0
  320. package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +33 -0
  321. package/dist/serialization/resources/contracts/resources/v2/types/index.d.ts +1 -0
  322. package/dist/serialization/resources/contracts/resources/v2/types/index.js +1 -0
  323. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
  324. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
  325. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
  326. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
  327. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
  328. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
  329. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -59
  330. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +5 -60
  331. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +70 -0
  332. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +91 -0
  333. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  334. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  335. package/dist/serialization/resources/index.d.ts +1 -0
  336. package/dist/serialization/resources/index.js +2 -1
  337. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
  338. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -0
  339. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
  340. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -0
  341. package/package.json +1 -1
  342. package/reference.md +606 -362
  343. package/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +25 -0
  344. package/serialization/resources/billingNotes/resources/v2/client/delete.js +73 -0
  345. package/serialization/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  346. package/serialization/resources/billingNotes/resources/v2/client/index.js +15 -0
  347. package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +12 -0
  348. package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +33 -0
  349. package/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
  350. package/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -1
  351. package/serialization/resources/billingNotes/resources/v2/client/update.d.ts +30 -0
  352. package/serialization/resources/billingNotes/resources/v2/client/update.js +79 -0
  353. package/serialization/resources/chargeCapture/index.d.ts +1 -0
  354. package/serialization/resources/chargeCapture/index.js +17 -0
  355. package/serialization/resources/chargeCapture/resources/index.d.ts +1 -0
  356. package/serialization/resources/chargeCapture/resources/index.js +27 -0
  357. package/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +35 -0
  358. package/serialization/resources/chargeCapture/resources/v1/client/create.js +85 -0
  359. package/serialization/resources/chargeCapture/resources/v1/client/delete.d.ts +25 -0
  360. package/serialization/resources/chargeCapture/resources/v1/client/delete.js +73 -0
  361. package/serialization/resources/chargeCapture/resources/v1/client/getAll.d.ts +15 -0
  362. package/serialization/resources/chargeCapture/resources/v1/client/getAll.js +61 -0
  363. package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +5 -0
  364. package/serialization/resources/chargeCapture/resources/v1/client/index.js +34 -0
  365. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +19 -0
  366. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +40 -0
  367. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +19 -0
  368. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +40 -0
  369. package/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +2 -0
  370. package/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -0
  371. package/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +35 -0
  372. package/serialization/resources/chargeCapture/resources/v1/client/update.js +85 -0
  373. package/serialization/resources/chargeCapture/resources/v1/index.d.ts +2 -0
  374. package/serialization/resources/chargeCapture/resources/v1/index.js +18 -0
  375. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +22 -0
  376. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +43 -0
  377. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +24 -0
  378. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +47 -0
  379. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +14 -0
  380. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +37 -0
  381. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +10 -0
  382. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +39 -0
  383. package/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
  384. package/serialization/resources/chargeCapture/resources/v1/types/index.js +20 -0
  385. package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +10 -0
  386. package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +31 -0
  387. package/serialization/resources/commons/types/ChargeCaptureId.d.ts +10 -0
  388. package/serialization/resources/commons/types/ChargeCaptureId.js +35 -0
  389. package/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +12 -0
  390. package/serialization/resources/commons/types/NotImplementedErrorMessage.js +33 -0
  391. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  392. package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  393. package/serialization/resources/commons/types/index.d.ts +3 -0
  394. package/serialization/resources/commons/types/index.js +3 -0
  395. package/serialization/resources/contracts/resources/v2/client/update.d.ts +6 -1
  396. package/serialization/resources/contracts/resources/v2/client/update.js +6 -0
  397. package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +12 -0
  398. package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +33 -0
  399. package/serialization/resources/contracts/resources/v2/types/index.d.ts +1 -0
  400. package/serialization/resources/contracts/resources/v2/types/index.js +1 -0
  401. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
  402. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
  403. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
  404. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
  405. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
  406. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
  407. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -59
  408. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +5 -60
  409. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +70 -0
  410. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +91 -0
  411. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  412. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  413. package/serialization/resources/index.d.ts +1 -0
  414. package/serialization/resources/index.js +2 -1
  415. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
  416. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -0
  417. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
  418. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -0
@@ -0,0 +1,70 @@
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
+ import { PriorAuthorizationNumber } from "./PriorAuthorizationNumber";
8
+ import { EncounterExternalId } from "../../../../commons/types/EncounterExternalId";
9
+ import { TagId } from "../../../../tags/types/TagId";
10
+ import { ClinicalNoteCategoryCreate } from "./ClinicalNoteCategoryCreate";
11
+ import { StreetAddressLongZip } from "../../../../commons/types/StreetAddressLongZip";
12
+ import { BillableStatusType } from "./BillableStatusType";
13
+ import { ResponsiblePartyType } from "./ResponsiblePartyType";
14
+ import { SynchronicityType } from "./SynchronicityType";
15
+ import { FacilityTypeCode } from "../../../../commons/types/FacilityTypeCode";
16
+ import { SubscriberCreate } from "../../../../individual/types/SubscriberCreate";
17
+ import { ServiceAuthorizationExceptionCode } from "./ServiceAuthorizationExceptionCode";
18
+ import { DelayReasonCode } from "../../../../commons/types/DelayReasonCode";
19
+ import { PatientUpdate } from "../../../../individual/types/PatientUpdate";
20
+ import { SchemaInstance } from "../../../../customSchemas/resources/v1/types/SchemaInstance";
21
+ import { VitalsUpdate } from "./VitalsUpdate";
22
+ import { Medication } from "./Medication";
23
+ import { RenderingProviderUpdate } from "../../../../encounterProviders/resources/v2/types/RenderingProviderUpdate";
24
+ import { EncounterServiceFacilityUpdate } from "../../../../serviceFacility/types/EncounterServiceFacilityUpdate";
25
+ import { GuarantorUpdate } from "../../../../guarantor/resources/v1/types/GuarantorUpdate";
26
+ import { BillingProviderUpdate } from "../../../../encounterProviders/resources/v2/types/BillingProviderUpdate";
27
+ import { SupervisingProviderUpdate } from "../../../../encounterProviders/resources/v2/types/SupervisingProviderUpdate";
28
+ import { ReferringProviderUpdate } from "../../../../encounterProviders/resources/v2/types/ReferringProviderUpdate";
29
+ import { InitialReferringProviderUpdate } from "../../../../encounterProviders/resources/v2/types/InitialReferringProviderUpdate";
30
+ export declare const EncounterOptional: core.serialization.ObjectSchema<serializers.encounters.v4.EncounterOptional.Raw, CandidApi.encounters.v4.EncounterOptional>;
31
+ export declare namespace EncounterOptional {
32
+ interface Raw {
33
+ benefits_assigned_to_provider?: boolean | null;
34
+ prior_authorization_number?: PriorAuthorizationNumber.Raw | null;
35
+ external_id?: EncounterExternalId.Raw | null;
36
+ date_of_service?: string | null;
37
+ tag_ids?: TagId.Raw[] | null;
38
+ clinical_notes?: ClinicalNoteCategoryCreate.Raw[] | null;
39
+ pay_to_address?: StreetAddressLongZip.Raw | null;
40
+ billable_status?: BillableStatusType.Raw | null;
41
+ responsible_party?: ResponsiblePartyType.Raw | null;
42
+ provider_accepts_assignment?: boolean | null;
43
+ synchronicity?: SynchronicityType.Raw | null;
44
+ place_of_service_code?: FacilityTypeCode.Raw | null;
45
+ appointment_type?: string | null;
46
+ end_date_of_service?: string | null;
47
+ subscriber_primary?: SubscriberCreate.Raw | null;
48
+ subscriber_secondary?: SubscriberCreate.Raw | null;
49
+ additional_information?: string | null;
50
+ service_authorization_exception_code?: ServiceAuthorizationExceptionCode.Raw | null;
51
+ admission_date?: string | null;
52
+ discharge_date?: string | null;
53
+ onset_of_current_illness_or_symptom_date?: string | null;
54
+ last_menstrual_period_date?: string | null;
55
+ delay_reason_code?: DelayReasonCode.Raw | null;
56
+ patient?: PatientUpdate.Raw | null;
57
+ patient_authorized_release?: boolean | null;
58
+ schema_instances?: SchemaInstance.Raw[] | null;
59
+ vitals?: VitalsUpdate.Raw | null;
60
+ existing_medications?: Medication.Raw[] | null;
61
+ rendering_provider?: RenderingProviderUpdate.Raw | null;
62
+ service_facility?: EncounterServiceFacilityUpdate.Raw | null;
63
+ guarantor?: GuarantorUpdate.Raw | null;
64
+ billing_provider?: BillingProviderUpdate.Raw | null;
65
+ supervising_provider?: SupervisingProviderUpdate.Raw | null;
66
+ referring_provider?: ReferringProviderUpdate.Raw | null;
67
+ initial_referring_provider?: InitialReferringProviderUpdate.Raw | null;
68
+ referral_number?: string | null;
69
+ }
70
+ }
@@ -0,0 +1,91 @@
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.EncounterOptional = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ const PriorAuthorizationNumber_1 = require("./PriorAuthorizationNumber");
32
+ const EncounterExternalId_1 = require("../../../../commons/types/EncounterExternalId");
33
+ const TagId_1 = require("../../../../tags/types/TagId");
34
+ const ClinicalNoteCategoryCreate_1 = require("./ClinicalNoteCategoryCreate");
35
+ const StreetAddressLongZip_1 = require("../../../../commons/types/StreetAddressLongZip");
36
+ const BillableStatusType_1 = require("./BillableStatusType");
37
+ const ResponsiblePartyType_1 = require("./ResponsiblePartyType");
38
+ const SynchronicityType_1 = require("./SynchronicityType");
39
+ const FacilityTypeCode_1 = require("../../../../commons/types/FacilityTypeCode");
40
+ const SubscriberCreate_1 = require("../../../../individual/types/SubscriberCreate");
41
+ const ServiceAuthorizationExceptionCode_1 = require("./ServiceAuthorizationExceptionCode");
42
+ const DelayReasonCode_1 = require("../../../../commons/types/DelayReasonCode");
43
+ const PatientUpdate_1 = require("../../../../individual/types/PatientUpdate");
44
+ const SchemaInstance_1 = require("../../../../customSchemas/resources/v1/types/SchemaInstance");
45
+ const VitalsUpdate_1 = require("./VitalsUpdate");
46
+ const Medication_1 = require("./Medication");
47
+ const RenderingProviderUpdate_1 = require("../../../../encounterProviders/resources/v2/types/RenderingProviderUpdate");
48
+ const EncounterServiceFacilityUpdate_1 = require("../../../../serviceFacility/types/EncounterServiceFacilityUpdate");
49
+ const GuarantorUpdate_1 = require("../../../../guarantor/resources/v1/types/GuarantorUpdate");
50
+ const BillingProviderUpdate_1 = require("../../../../encounterProviders/resources/v2/types/BillingProviderUpdate");
51
+ const SupervisingProviderUpdate_1 = require("../../../../encounterProviders/resources/v2/types/SupervisingProviderUpdate");
52
+ const ReferringProviderUpdate_1 = require("../../../../encounterProviders/resources/v2/types/ReferringProviderUpdate");
53
+ const InitialReferringProviderUpdate_1 = require("../../../../encounterProviders/resources/v2/types/InitialReferringProviderUpdate");
54
+ exports.EncounterOptional = core.serialization.object({
55
+ benefitsAssignedToProvider: core.serialization.property("benefits_assigned_to_provider", core.serialization.boolean().optional()),
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()),
59
+ tagIds: core.serialization.property("tag_ids", core.serialization.list(TagId_1.TagId).optional()),
60
+ clinicalNotes: core.serialization.property("clinical_notes", core.serialization.list(ClinicalNoteCategoryCreate_1.ClinicalNoteCategoryCreate).optional()),
61
+ payToAddress: core.serialization.property("pay_to_address", StreetAddressLongZip_1.StreetAddressLongZip.optional()),
62
+ billableStatus: core.serialization.property("billable_status", BillableStatusType_1.BillableStatusType.optional()),
63
+ responsibleParty: core.serialization.property("responsible_party", ResponsiblePartyType_1.ResponsiblePartyType.optional()),
64
+ providerAcceptsAssignment: core.serialization.property("provider_accepts_assignment", core.serialization.boolean().optional()),
65
+ synchronicity: SynchronicityType_1.SynchronicityType.optional(),
66
+ placeOfServiceCode: core.serialization.property("place_of_service_code", FacilityTypeCode_1.FacilityTypeCode.optional()),
67
+ appointmentType: core.serialization.property("appointment_type", core.serialization.string().optional()),
68
+ endDateOfService: core.serialization.property("end_date_of_service", core.serialization.string().optional()),
69
+ subscriberPrimary: core.serialization.property("subscriber_primary", SubscriberCreate_1.SubscriberCreate.optional()),
70
+ subscriberSecondary: core.serialization.property("subscriber_secondary", SubscriberCreate_1.SubscriberCreate.optional()),
71
+ additionalInformation: core.serialization.property("additional_information", core.serialization.string().optional()),
72
+ serviceAuthorizationExceptionCode: core.serialization.property("service_authorization_exception_code", ServiceAuthorizationExceptionCode_1.ServiceAuthorizationExceptionCode.optional()),
73
+ admissionDate: core.serialization.property("admission_date", core.serialization.string().optional()),
74
+ dischargeDate: core.serialization.property("discharge_date", core.serialization.string().optional()),
75
+ onsetOfCurrentIllnessOrSymptomDate: core.serialization.property("onset_of_current_illness_or_symptom_date", core.serialization.string().optional()),
76
+ lastMenstrualPeriodDate: core.serialization.property("last_menstrual_period_date", core.serialization.string().optional()),
77
+ delayReasonCode: core.serialization.property("delay_reason_code", DelayReasonCode_1.DelayReasonCode.optional()),
78
+ patient: PatientUpdate_1.PatientUpdate.optional(),
79
+ patientAuthorizedRelease: core.serialization.property("patient_authorized_release", core.serialization.boolean().optional()),
80
+ schemaInstances: core.serialization.property("schema_instances", core.serialization.list(SchemaInstance_1.SchemaInstance).optional()),
81
+ vitals: VitalsUpdate_1.VitalsUpdate.optional(),
82
+ existingMedications: core.serialization.property("existing_medications", core.serialization.list(Medication_1.Medication).optional()),
83
+ renderingProvider: core.serialization.property("rendering_provider", RenderingProviderUpdate_1.RenderingProviderUpdate.optional()),
84
+ serviceFacility: core.serialization.property("service_facility", EncounterServiceFacilityUpdate_1.EncounterServiceFacilityUpdate.optional()),
85
+ guarantor: GuarantorUpdate_1.GuarantorUpdate.optional(),
86
+ billingProvider: core.serialization.property("billing_provider", BillingProviderUpdate_1.BillingProviderUpdate.optional()),
87
+ supervisingProvider: core.serialization.property("supervising_provider", SupervisingProviderUpdate_1.SupervisingProviderUpdate.optional()),
88
+ referringProvider: core.serialization.property("referring_provider", ReferringProviderUpdate_1.ReferringProviderUpdate.optional()),
89
+ initialReferringProvider: core.serialization.property("initial_referring_provider", InitialReferringProviderUpdate_1.InitialReferringProviderUpdate.optional()),
90
+ referralNumber: core.serialization.property("referral_number", core.serialization.string().optional()),
91
+ });
@@ -1,4 +1,5 @@
1
1
  export * from "./EncounterBase";
2
+ export * from "./EncounterOptional";
2
3
  export * from "./Encounter";
3
4
  export * from "./EncounterSortOptions";
4
5
  export * from "./Medication";
@@ -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("./EncounterBase"), exports);
18
+ __exportStar(require("./EncounterOptional"), exports);
18
19
  __exportStar(require("./Encounter"), exports);
19
20
  __exportStar(require("./EncounterSortOptions"), exports);
20
21
  __exportStar(require("./Medication"), exports);
@@ -3,6 +3,7 @@ export * as commons from "./commons";
3
3
  export * from "./commons/errors";
4
4
  export * as auth from "./auth";
5
5
  export * as billingNotes from "./billingNotes";
6
+ export * as chargeCapture from "./chargeCapture";
6
7
  export * as claimSubmission from "./claimSubmission";
7
8
  export * as contracts from "./contracts";
8
9
  export * as credentialing from "./credentialing";
@@ -26,12 +26,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.eligibility = exports.tags = exports.serviceFacility = exports.paymentAccountConfigs = exports.individual = exports.identifiers = exports.financials = exports.era = exports.eraCommons = exports.diagnoses = exports.claims = exports.preEncounter = exports.x12 = exports.writeOffs = exports.tasks = exports.serviceLines = exports.remits = exports.remitDrafts = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.importInvoice = exports.guarantor = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.customSchemas = exports.credentialing = exports.contracts = exports.claimSubmission = exports.billingNotes = exports.auth = exports.commons = exports.feeSchedules = void 0;
29
+ exports.eligibility = exports.tags = exports.serviceFacility = exports.paymentAccountConfigs = exports.individual = exports.identifiers = exports.financials = exports.era = exports.eraCommons = exports.diagnoses = exports.claims = exports.preEncounter = exports.x12 = exports.writeOffs = exports.tasks = exports.serviceLines = exports.remits = exports.remitDrafts = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.importInvoice = exports.guarantor = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.customSchemas = exports.credentialing = exports.contracts = exports.claimSubmission = exports.chargeCapture = exports.billingNotes = exports.auth = exports.commons = exports.feeSchedules = void 0;
30
30
  exports.feeSchedules = __importStar(require("./feeSchedules"));
31
31
  exports.commons = __importStar(require("./commons"));
32
32
  __exportStar(require("./commons/errors"), exports);
33
33
  exports.auth = __importStar(require("./auth"));
34
34
  exports.billingNotes = __importStar(require("./billingNotes"));
35
+ exports.chargeCapture = __importStar(require("./chargeCapture"));
35
36
  exports.claimSubmission = __importStar(require("./claimSubmission"));
36
37
  exports.contracts = __importStar(require("./contracts"));
37
38
  exports.credentialing = __importStar(require("./credentialing"));
@@ -17,6 +17,7 @@ export declare namespace NonInsurancePayerRefund {
17
17
  amount_cents: number;
18
18
  refund_timestamp?: string | null;
19
19
  refund_note?: string | null;
20
+ check_number?: string | null;
20
21
  allocations: Allocation.Raw[];
21
22
  refund_reason?: RefundReason.Raw | null;
22
23
  invoice_id?: InvoiceId.Raw | null;
@@ -39,6 +39,7 @@ exports.NonInsurancePayerRefund = core.serialization.object({
39
39
  amountCents: core.serialization.property("amount_cents", core.serialization.number()),
40
40
  refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
41
41
  refundNote: core.serialization.property("refund_note", core.serialization.string().optional()),
42
+ checkNumber: core.serialization.property("check_number", core.serialization.string().optional()),
42
43
  allocations: core.serialization.list(Allocation_1.Allocation),
43
44
  refundReason: core.serialization.property("refund_reason", RefundReason_1.RefundReason.optional()),
44
45
  invoiceId: core.serialization.property("invoice_id", InvoiceId_1.InvoiceId.optional()),
@@ -16,6 +16,7 @@ export declare namespace NonInsurancePayerRefundCreate {
16
16
  amount_cents: number;
17
17
  refund_timestamp?: string | null;
18
18
  refund_note?: string | null;
19
+ check_number?: string | null;
19
20
  allocations: AllocationCreate.Raw[];
20
21
  refund_reason?: RefundReason.Raw | null;
21
22
  }
@@ -38,6 +38,7 @@ exports.NonInsurancePayerRefundCreate = core.serialization.object({
38
38
  amountCents: core.serialization.property("amount_cents", core.serialization.number()),
39
39
  refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
40
40
  refundNote: core.serialization.property("refund_note", core.serialization.string().optional()),
41
+ checkNumber: core.serialization.property("check_number", core.serialization.string().optional()),
41
42
  allocations: core.serialization.list(AllocationCreate_1.AllocationCreate),
42
43
  refundReason: core.serialization.property("refund_reason", RefundReason_1.RefundReason.optional()),
43
44
  });