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
@@ -18,4 +18,9 @@ export interface BillingProvider extends CandidApi.encounterProviders.v2.Encount
18
18
  taxId: string;
19
19
  npi: string;
20
20
  taxonomyCode?: string;
21
+ /**
22
+ * 837i Loop2010BB G2
23
+ * Provider Commercial Number
24
+ */
25
+ providerCommercialLicenseType?: CandidApi.BillingProviderCommercialLicenseType;
21
26
  }
@@ -18,4 +18,9 @@ export interface BillingProviderUpdate extends CandidApi.encounterProviders.v2.E
18
18
  taxId?: string;
19
19
  npi?: string;
20
20
  taxonomyCode?: string;
21
+ /**
22
+ * 837i Loop2010BB G2
23
+ * Provider Commercial Number
24
+ */
25
+ providerCommercialLicenseType?: CandidApi.BillingProviderCommercialLicenseType;
21
26
  }
@@ -29,4 +29,9 @@ export interface EncounterProvider extends CandidApi.encounterProviders.v2.Encou
29
29
  npi: string;
30
30
  taxonomyCode?: string;
31
31
  qualifier?: CandidApi.QualifierCode;
32
+ /**
33
+ * 837i Loop2010BB G2
34
+ * Provider Commercial Number
35
+ */
36
+ providerCommercialLicenseType?: CandidApi.BillingProviderCommercialLicenseType;
32
37
  }
@@ -93,9 +93,7 @@ export declare class V4 {
93
93
  * taxId: "string",
94
94
  * npi: "string",
95
95
  * taxonomyCode: "string",
96
- * firstName: "string",
97
- * lastName: "string",
98
- * organizationName: "string"
96
+ * providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
99
97
  * },
100
98
  * renderingProvider: {
101
99
  * npi: "string",
@@ -107,10 +105,7 @@ export declare class V4 {
107
105
  * state: CandidApi.State.Ny,
108
106
  * zipCode: "10001",
109
107
  * zipPlusFourCode: "1234"
110
- * },
111
- * firstName: "string",
112
- * lastName: "string",
113
- * organizationName: "string"
108
+ * }
114
109
  * },
115
110
  * referringProvider: {
116
111
  * npi: "string",
@@ -122,10 +117,7 @@ export declare class V4 {
122
117
  * state: CandidApi.State.Ny,
123
118
  * zipCode: "10001",
124
119
  * zipPlusFourCode: "1234"
125
- * },
126
- * firstName: "string",
127
- * lastName: "string",
128
- * organizationName: "string"
120
+ * }
129
121
  * },
130
122
  * initialReferringProvider: {
131
123
  * npi: "string",
@@ -138,10 +130,7 @@ export declare class V4 {
138
130
  * zipCode: "10001",
139
131
  * zipPlusFourCode: "1234"
140
132
  * },
141
- * qualifier: CandidApi.QualifierCode.Dq,
142
- * firstName: "string",
143
- * lastName: "string",
144
- * organizationName: "string"
133
+ * qualifier: CandidApi.QualifierCode.Dq
145
134
  * },
146
135
  * supervisingProvider: {
147
136
  * npi: "string",
@@ -153,10 +142,7 @@ export declare class V4 {
153
142
  * state: CandidApi.State.Ny,
154
143
  * zipCode: "10001",
155
144
  * zipPlusFourCode: "1234"
156
- * },
157
- * firstName: "string",
158
- * lastName: "string",
159
- * organizationName: "string"
145
+ * }
160
146
  * },
161
147
  * serviceFacility: {
162
148
  * organizationName: "string",
@@ -174,27 +160,9 @@ export declare class V4 {
174
160
  * insuranceCard: {
175
161
  * memberId: "string",
176
162
  * payerName: "string",
177
- * payerId: "string",
178
- * rxBin: "string",
179
- * rxPcn: "string",
180
- * imageUrlFront: "string",
181
- * imageUrlBack: "string",
182
- * emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
183
- * groupNumber: "string",
184
- * planName: "string",
185
- * planType: CandidApi.SourceOfPaymentCode.SelfPay,
186
- * insuranceType: CandidApi.InsuranceTypeCode.C01
163
+ * payerId: "string"
187
164
  * },
188
165
  * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
189
- * dateOfBirth: "2023-01-15",
190
- * address: {
191
- * address1: "123 Main St",
192
- * address2: "Apt 1",
193
- * city: "New York",
194
- * state: CandidApi.State.Ny,
195
- * zipCode: "10001",
196
- * zipPlusFourCode: "1234"
197
- * },
198
166
  * firstName: "string",
199
167
  * lastName: "string",
200
168
  * gender: CandidApi.Gender.Male
@@ -203,27 +171,9 @@ export declare class V4 {
203
171
  * insuranceCard: {
204
172
  * memberId: "string",
205
173
  * payerName: "string",
206
- * payerId: "string",
207
- * rxBin: "string",
208
- * rxPcn: "string",
209
- * imageUrlFront: "string",
210
- * imageUrlBack: "string",
211
- * emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
212
- * groupNumber: "string",
213
- * planName: "string",
214
- * planType: CandidApi.SourceOfPaymentCode.SelfPay,
215
- * insuranceType: CandidApi.InsuranceTypeCode.C01
174
+ * payerId: "string"
216
175
  * },
217
176
  * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
218
- * dateOfBirth: "2023-01-15",
219
- * address: {
220
- * address1: "123 Main St",
221
- * address2: "Apt 1",
222
- * city: "New York",
223
- * state: CandidApi.State.Ny,
224
- * zipCode: "10001",
225
- * zipPlusFourCode: "1234"
226
- * },
227
177
  * firstName: "string",
228
178
  * lastName: "string",
229
179
  * gender: CandidApi.Gender.Male
@@ -294,10 +244,7 @@ export declare class V4 {
294
244
  * state: CandidApi.State.Ny,
295
245
  * zipCode: "10001",
296
246
  * zipPlusFourCode: "1234"
297
- * },
298
- * firstName: "string",
299
- * lastName: "string",
300
- * organizationName: "string"
247
+ * }
301
248
  * },
302
249
  * testResults: [{
303
250
  * value: 1.1,
@@ -451,9 +398,7 @@ export declare class V4 {
451
398
  * taxId: "string",
452
399
  * npi: "string",
453
400
  * taxonomyCode: "string",
454
- * firstName: "string",
455
- * lastName: "string",
456
- * organizationName: "string"
401
+ * providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
457
402
  * },
458
403
  * renderingProvider: {
459
404
  * npi: "string",
@@ -465,10 +410,7 @@ export declare class V4 {
465
410
  * state: CandidApi.State.Ny,
466
411
  * zipCode: "10001",
467
412
  * zipPlusFourCode: "1234"
468
- * },
469
- * firstName: "string",
470
- * lastName: "string",
471
- * organizationName: "string"
413
+ * }
472
414
  * },
473
415
  * initialReferringProvider: {
474
416
  * npi: "string",
@@ -481,10 +423,7 @@ export declare class V4 {
481
423
  * zipCode: "10001",
482
424
  * zipPlusFourCode: "1234"
483
425
  * },
484
- * qualifier: CandidApi.QualifierCode.Dq,
485
- * firstName: "string",
486
- * lastName: "string",
487
- * organizationName: "string"
426
+ * qualifier: CandidApi.QualifierCode.Dq
488
427
  * },
489
428
  * supervisingProvider: {
490
429
  * npi: "string",
@@ -496,10 +435,7 @@ export declare class V4 {
496
435
  * state: CandidApi.State.Ny,
497
436
  * zipCode: "10001",
498
437
  * zipPlusFourCode: "1234"
499
- * },
500
- * firstName: "string",
501
- * lastName: "string",
502
- * organizationName: "string"
438
+ * }
503
439
  * },
504
440
  * serviceFacility: {
505
441
  * organizationName: "string",
@@ -577,10 +513,7 @@ export declare class V4 {
577
513
  * state: CandidApi.State.Ny,
578
514
  * zipCode: "10001",
579
515
  * zipPlusFourCode: "1234"
580
- * },
581
- * firstName: "string",
582
- * lastName: "string",
583
- * organizationName: "string"
516
+ * }
584
517
  * },
585
518
  * testResults: [{
586
519
  * value: 1.1,
@@ -681,20 +614,14 @@ export declare class V4 {
681
614
  *
682
615
  * @example
683
616
  * await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
617
+ * diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
618
+ * placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
619
+ * benefitsAssignedToProvider: true,
684
620
  * priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
685
621
  * externalId: CandidApi.EncounterExternalId("string"),
686
622
  * dateOfService: "2023-01-15",
687
- * diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
688
- * tagIds: [CandidApi.TagId("string")],
689
- * clinicalNotes: [{
690
- * category: CandidApi.encounters.v4.NoteCategory.Clinical,
691
- * notes: [{
692
- * text: "string",
693
- * authorName: "string",
694
- * authorNpi: CandidApi.Npi("string"),
695
- * timestamp: new Date("2024-01-15T09:30:00.000Z")
696
- * }]
697
- * }],
623
+ * tagIds: [],
624
+ * clinicalNotes: [],
698
625
  * payToAddress: {
699
626
  * address1: "123 Main St",
700
627
  * address2: "Apt 1",
@@ -706,37 +633,17 @@ export declare class V4 {
706
633
  * billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
707
634
  * responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
708
635
  * providerAcceptsAssignment: true,
709
- * benefitsAssignedToProvider: true,
710
636
  * synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
711
637
  * placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
712
- * placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
713
638
  * appointmentType: "string",
714
639
  * endDateOfService: "2023-01-15",
715
640
  * subscriberPrimary: {
716
641
  * insuranceCard: {
717
642
  * memberId: "string",
718
643
  * payerName: "string",
719
- * payerId: "string",
720
- * rxBin: "string",
721
- * rxPcn: "string",
722
- * imageUrlFront: "string",
723
- * imageUrlBack: "string",
724
- * emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
725
- * groupNumber: "string",
726
- * planName: "string",
727
- * planType: CandidApi.SourceOfPaymentCode.SelfPay,
728
- * insuranceType: CandidApi.InsuranceTypeCode.C01
644
+ * payerId: "string"
729
645
  * },
730
646
  * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
731
- * dateOfBirth: "2023-01-15",
732
- * address: {
733
- * address1: "123 Main St",
734
- * address2: "Apt 1",
735
- * city: "New York",
736
- * state: CandidApi.State.Ny,
737
- * zipCode: "10001",
738
- * zipPlusFourCode: "1234"
739
- * },
740
647
  * firstName: "string",
741
648
  * lastName: "string",
742
649
  * gender: CandidApi.Gender.Male
@@ -745,27 +652,9 @@ export declare class V4 {
745
652
  * insuranceCard: {
746
653
  * memberId: "string",
747
654
  * payerName: "string",
748
- * payerId: "string",
749
- * rxBin: "string",
750
- * rxPcn: "string",
751
- * imageUrlFront: "string",
752
- * imageUrlBack: "string",
753
- * emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
754
- * groupNumber: "string",
755
- * planName: "string",
756
- * planType: CandidApi.SourceOfPaymentCode.SelfPay,
757
- * insuranceType: CandidApi.InsuranceTypeCode.C01
655
+ * payerId: "string"
758
656
  * },
759
657
  * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
760
- * dateOfBirth: "2023-01-15",
761
- * address: {
762
- * address1: "123 Main St",
763
- * address2: "Apt 1",
764
- * city: "New York",
765
- * state: CandidApi.State.Ny,
766
- * zipCode: "10001",
767
- * zipPlusFourCode: "1234"
768
- * },
769
658
  * firstName: "string",
770
659
  * lastName: "string",
771
660
  * gender: CandidApi.Gender.Male
@@ -777,43 +666,9 @@ export declare class V4 {
777
666
  * onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
778
667
  * lastMenstrualPeriodDate: "2023-01-15",
779
668
  * delayReasonCode: CandidApi.DelayReasonCode.C1,
780
- * patient: {
781
- * firstName: "string",
782
- * lastName: "string",
783
- * gender: CandidApi.Gender.Male,
784
- * externalId: "string",
785
- * dateOfBirth: "2023-01-15",
786
- * address: {
787
- * address1: "123 Main St",
788
- * address2: "Apt 1",
789
- * city: "New York",
790
- * state: CandidApi.State.Ny,
791
- * zipCode: "10001",
792
- * zipPlusFourCode: "1234"
793
- * },
794
- * phoneNumbers: [{
795
- * number: "1234567890",
796
- * type: CandidApi.PhoneNumberType.Home
797
- * }],
798
- * phoneConsent: true,
799
- * email: CandidApi.Email("johndoe@joincandidhealth.com"),
800
- * emailConsent: true,
801
- * nonInsurancePayers: [CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
802
- * nonInsurancePayersInfo: [{
803
- * nonInsurancePayerId: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
804
- * memberId: "string"
805
- * }]
806
- * },
669
+ * patient: {},
807
670
  * patientAuthorizedRelease: true,
808
- * schemaInstances: [{
809
- * schemaId: CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"),
810
- * content: {
811
- * "provider_category": "internist",
812
- * "is_urgent_care": true,
813
- * "bmi": 24.2,
814
- * "age": 38
815
- * }
816
- * }],
671
+ * schemaInstances: [],
817
672
  * vitals: {
818
673
  * heightIn: 70,
819
674
  * weightLbs: 165,
@@ -823,29 +678,8 @@ export declare class V4 {
823
678
  * hemoglobinGdl: 15.1,
824
679
  * hematocritPct: 51.2
825
680
  * },
826
- * existingMedications: [{
827
- * name: "Lisinopril",
828
- * rxCui: CandidApi.encounters.v4.RxCui("860975"),
829
- * dosage: "10mg",
830
- * dosageForm: "Tablet",
831
- * frequency: "Once Daily",
832
- * asNeeded: true
833
- * }],
834
- * renderingProvider: {
835
- * npi: "string",
836
- * taxonomyCode: "string",
837
- * address: {
838
- * address1: "123 Main St",
839
- * address2: "Apt 1",
840
- * city: "New York",
841
- * state: CandidApi.State.Ny,
842
- * zipCode: "10001",
843
- * zipPlusFourCode: "1234"
844
- * },
845
- * firstName: "string",
846
- * lastName: "string",
847
- * organizationName: "string"
848
- * },
681
+ * existingMedications: [],
682
+ * renderingProvider: {},
849
683
  * serviceFacility: {
850
684
  * organizationName: "Test Organization",
851
685
  * address: {
@@ -857,89 +691,11 @@ export declare class V4 {
857
691
  * zipPlusFourCode: "1234"
858
692
  * }
859
693
  * },
860
- * guarantor: {
861
- * firstName: "string",
862
- * lastName: "string",
863
- * externalId: "string",
864
- * dateOfBirth: "2023-01-15",
865
- * address: {
866
- * address1: "123 Main St",
867
- * address2: "Apt 1",
868
- * city: "New York",
869
- * state: CandidApi.State.Ny,
870
- * zipCode: "10001",
871
- * zipPlusFourCode: "1234"
872
- * },
873
- * phoneNumbers: [{
874
- * number: "1234567890",
875
- * type: CandidApi.PhoneNumberType.Home
876
- * }],
877
- * phoneConsent: true,
878
- * email: CandidApi.Email("johndoe@joincandidhealth.com"),
879
- * emailConsent: true
880
- * },
881
- * billingProvider: {
882
- * address: {
883
- * address1: "123 Main St",
884
- * address2: "Apt 1",
885
- * city: "New York",
886
- * state: CandidApi.State.Ny,
887
- * zipCode: "10001",
888
- * zipPlusFourCode: "1234"
889
- * },
890
- * taxId: "string",
891
- * npi: "string",
892
- * taxonomyCode: "string",
893
- * firstName: "string",
894
- * lastName: "string",
895
- * organizationName: "string"
896
- * },
897
- * supervisingProvider: {
898
- * npi: "string",
899
- * taxonomyCode: "string",
900
- * address: {
901
- * address1: "123 Main St",
902
- * address2: "Apt 1",
903
- * city: "New York",
904
- * state: CandidApi.State.Ny,
905
- * zipCode: "10001",
906
- * zipPlusFourCode: "1234"
907
- * },
908
- * firstName: "string",
909
- * lastName: "string",
910
- * organizationName: "string"
911
- * },
912
- * referringProvider: {
913
- * npi: "string",
914
- * taxonomyCode: "string",
915
- * address: {
916
- * address1: "123 Main St",
917
- * address2: "Apt 1",
918
- * city: "New York",
919
- * state: CandidApi.State.Ny,
920
- * zipCode: "10001",
921
- * zipPlusFourCode: "1234"
922
- * },
923
- * firstName: "string",
924
- * lastName: "string",
925
- * organizationName: "string"
926
- * },
927
- * initialReferringProvider: {
928
- * npi: "string",
929
- * taxonomyCode: "string",
930
- * address: {
931
- * address1: "123 Main St",
932
- * address2: "Apt 1",
933
- * city: "New York",
934
- * state: CandidApi.State.Ny,
935
- * zipCode: "10001",
936
- * zipPlusFourCode: "1234"
937
- * },
938
- * qualifier: CandidApi.QualifierCode.Dq,
939
- * firstName: "string",
940
- * lastName: "string",
941
- * organizationName: "string"
942
- * },
694
+ * guarantor: {},
695
+ * billingProvider: {},
696
+ * supervisingProvider: {},
697
+ * referringProvider: {},
698
+ * initialReferringProvider: {},
943
699
  * referralNumber: "string"
944
700
  * })
945
701
  */