candidhealth 0.38.1 → 0.39.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 (342) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +67 -62
  3. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  4. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  5. package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +2 -206
  6. package/api/resources/chargeCapture/resources/v1/client/Client.js +7 -211
  7. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -103
  8. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -103
  9. package/api/resources/chargeCaptureBundles/client/Client.d.ts +26 -0
  10. package/api/resources/chargeCaptureBundles/client/Client.js +17 -0
  11. package/api/resources/chargeCaptureBundles/client/index.d.ts +1 -0
  12. package/api/resources/chargeCaptureBundles/client/index.js +2 -0
  13. package/api/resources/chargeCaptureBundles/index.d.ts +2 -0
  14. package/api/resources/chargeCaptureBundles/index.js +18 -0
  15. package/api/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
  16. package/api/resources/chargeCaptureBundles/resources/index.js +27 -0
  17. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +57 -0
  18. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +270 -0
  19. package/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +28 -0
  20. package/api/resources/chargeCaptureBundles/resources/v1/client/get.js +58 -0
  21. package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +28 -0
  22. package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +58 -0
  23. package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +4 -0
  24. package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +33 -0
  25. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +46 -0
  26. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.js +5 -0
  27. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +1 -0
  28. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.js +2 -0
  29. package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +28 -0
  30. package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +58 -0
  31. package/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
  32. package/api/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
  33. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +22 -0
  34. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +5 -0
  35. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +17 -0
  36. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +5 -0
  37. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +7 -0
  38. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +5 -0
  39. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
  40. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +12 -0
  41. package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
  42. package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
  43. package/api/resources/commons/types/ChargeCaptureBundleId.d.ts +8 -0
  44. package/api/resources/commons/types/ChargeCaptureBundleId.js +10 -0
  45. package/api/resources/commons/types/NetworkType.d.ts +9 -1
  46. package/api/resources/commons/types/NetworkType.js +2 -0
  47. package/api/resources/commons/types/NotImplementedErrorMessage.d.ts +6 -0
  48. package/api/resources/commons/types/NotImplementedErrorMessage.js +5 -0
  49. package/api/resources/commons/types/index.d.ts +2 -0
  50. package/api/resources/commons/types/index.js +2 -0
  51. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  52. package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  53. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  54. package/api/resources/diagnoses/client/Client.js +3 -3
  55. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  56. package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +66 -8
  57. package/api/resources/encounterProviders/resources/v2/client/Client.js +78 -20
  58. package/api/resources/encounters/resources/v4/client/Client.d.ts +83 -95
  59. package/api/resources/encounters/resources/v4/client/Client.js +88 -100
  60. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +62 -8
  61. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +20 -5
  62. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -82
  63. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  64. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  65. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  66. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  67. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  68. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  69. package/api/resources/guarantor/resources/v1/client/Client.d.ts +21 -1
  70. package/api/resources/guarantor/resources/v1/client/Client.js +24 -4
  71. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  72. package/api/resources/index.d.ts +1 -0
  73. package/api/resources/index.js +2 -1
  74. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  75. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  76. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  77. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  78. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  79. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  80. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  81. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  82. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  83. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  84. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  85. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  86. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  87. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +2 -2
  88. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
  89. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +4 -2
  90. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
  91. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +10 -0
  92. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +5 -0
  93. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
  94. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +4 -3
  95. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +3 -2
  96. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  97. package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -2
  98. package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +0 -1
  99. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
  100. package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +7 -0
  101. package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +5 -0
  102. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
  103. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
  104. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  105. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  106. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  107. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  108. package/api/resources/serviceFacility/client/Client.js +1 -1
  109. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +4 -1
  110. package/api/resources/serviceLines/resources/v2/client/Client.js +7 -4
  111. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  112. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  113. package/api/resources/x12/resources/v1/types/Rarc.d.ts +3 -1
  114. package/api/resources/x12/resources/v1/types/Rarc.js +2 -0
  115. package/dist/Client.d.ts +3 -0
  116. package/dist/Client.js +67 -62
  117. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  118. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  119. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +2 -206
  120. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +7 -211
  121. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -103
  122. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -103
  123. package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +26 -0
  124. package/dist/api/resources/chargeCaptureBundles/client/Client.js +17 -0
  125. package/dist/api/resources/chargeCaptureBundles/client/index.d.ts +1 -0
  126. package/dist/api/resources/chargeCaptureBundles/client/index.js +2 -0
  127. package/dist/api/resources/chargeCaptureBundles/index.d.ts +2 -0
  128. package/dist/api/resources/chargeCaptureBundles/index.js +18 -0
  129. package/dist/api/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
  130. package/dist/api/resources/chargeCaptureBundles/resources/index.js +27 -0
  131. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +57 -0
  132. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +270 -0
  133. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +28 -0
  134. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +58 -0
  135. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +28 -0
  136. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +58 -0
  137. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +4 -0
  138. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +33 -0
  139. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +46 -0
  140. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.js +5 -0
  141. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +1 -0
  142. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.js +2 -0
  143. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +28 -0
  144. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +58 -0
  145. package/dist/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
  146. package/dist/api/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
  147. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +22 -0
  148. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +5 -0
  149. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +17 -0
  150. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +5 -0
  151. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +7 -0
  152. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +5 -0
  153. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
  154. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +12 -0
  155. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
  156. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
  157. package/dist/api/resources/commons/types/ChargeCaptureBundleId.d.ts +8 -0
  158. package/dist/api/resources/commons/types/ChargeCaptureBundleId.js +10 -0
  159. package/dist/api/resources/commons/types/NetworkType.d.ts +9 -1
  160. package/dist/api/resources/commons/types/NetworkType.js +2 -0
  161. package/dist/api/resources/commons/types/NotImplementedErrorMessage.d.ts +6 -0
  162. package/dist/api/resources/commons/types/NotImplementedErrorMessage.js +5 -0
  163. package/dist/api/resources/commons/types/index.d.ts +2 -0
  164. package/dist/api/resources/commons/types/index.js +2 -0
  165. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  166. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  167. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  168. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  169. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  170. package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +66 -8
  171. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +78 -20
  172. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +83 -95
  173. package/dist/api/resources/encounters/resources/v4/client/Client.js +88 -100
  174. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +62 -8
  175. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +20 -5
  176. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -82
  177. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  178. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  179. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  180. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  181. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  182. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  183. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +21 -1
  184. package/dist/api/resources/guarantor/resources/v1/client/Client.js +24 -4
  185. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  186. package/dist/api/resources/index.d.ts +1 -0
  187. package/dist/api/resources/index.js +2 -1
  188. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  189. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  190. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  191. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  192. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  193. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  194. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  195. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  196. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  197. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  198. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  199. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  200. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  201. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +2 -2
  202. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
  203. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +4 -2
  204. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
  205. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +10 -0
  206. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +5 -0
  207. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
  208. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +4 -3
  209. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +3 -2
  210. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  211. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -2
  212. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +0 -1
  213. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
  214. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +7 -0
  215. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +5 -0
  216. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
  217. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
  218. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  219. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  220. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  221. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  222. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  223. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +4 -1
  224. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +7 -4
  225. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  226. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  227. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +3 -1
  228. package/dist/api/resources/x12/resources/v1/types/Rarc.js +2 -0
  229. package/dist/serialization/resources/chargeCaptureBundles/index.d.ts +1 -0
  230. package/dist/serialization/resources/chargeCaptureBundles/index.js +17 -0
  231. package/dist/serialization/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
  232. package/dist/serialization/resources/chargeCaptureBundles/resources/index.js +27 -0
  233. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +15 -0
  234. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +61 -0
  235. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +15 -0
  236. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +61 -0
  237. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +3 -0
  238. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +29 -0
  239. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +15 -0
  240. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +61 -0
  241. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
  242. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
  243. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +18 -0
  244. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +39 -0
  245. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +21 -0
  246. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +42 -0
  247. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +14 -0
  248. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +37 -0
  249. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
  250. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +31 -0
  251. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
  252. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
  253. package/dist/serialization/resources/commons/types/ChargeCaptureBundleId.d.ts +10 -0
  254. package/dist/serialization/resources/commons/types/ChargeCaptureBundleId.js +35 -0
  255. package/dist/serialization/resources/commons/types/NetworkType.d.ts +1 -1
  256. package/dist/serialization/resources/commons/types/NetworkType.js +2 -0
  257. package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +12 -0
  258. package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.js +33 -0
  259. package/dist/serialization/resources/commons/types/index.d.ts +2 -0
  260. package/dist/serialization/resources/commons/types/index.js +2 -0
  261. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  262. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  263. package/dist/serialization/resources/index.d.ts +1 -0
  264. package/dist/serialization/resources/index.js +2 -1
  265. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  266. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
  267. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +16 -0
  268. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +37 -0
  269. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +2 -0
  270. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -0
  271. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  272. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
  273. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  274. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
  275. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
  276. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +1 -1
  277. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
  278. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +3 -1
  279. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +13 -0
  280. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +34 -0
  281. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
  282. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
  283. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  284. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +2 -0
  285. package/package.json +1 -1
  286. package/reference.md +314 -299
  287. package/serialization/resources/chargeCaptureBundles/index.d.ts +1 -0
  288. package/serialization/resources/chargeCaptureBundles/index.js +17 -0
  289. package/serialization/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
  290. package/serialization/resources/chargeCaptureBundles/resources/index.js +27 -0
  291. package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +15 -0
  292. package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +61 -0
  293. package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +15 -0
  294. package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +61 -0
  295. package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +3 -0
  296. package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +29 -0
  297. package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +15 -0
  298. package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +61 -0
  299. package/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
  300. package/serialization/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
  301. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +18 -0
  302. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +39 -0
  303. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +21 -0
  304. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +42 -0
  305. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +14 -0
  306. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +37 -0
  307. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
  308. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +31 -0
  309. package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
  310. package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
  311. package/serialization/resources/commons/types/ChargeCaptureBundleId.d.ts +10 -0
  312. package/serialization/resources/commons/types/ChargeCaptureBundleId.js +35 -0
  313. package/serialization/resources/commons/types/NetworkType.d.ts +1 -1
  314. package/serialization/resources/commons/types/NetworkType.js +2 -0
  315. package/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +12 -0
  316. package/serialization/resources/commons/types/NotImplementedErrorMessage.js +33 -0
  317. package/serialization/resources/commons/types/index.d.ts +2 -0
  318. package/serialization/resources/commons/types/index.js +2 -0
  319. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  320. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  321. package/serialization/resources/index.d.ts +1 -0
  322. package/serialization/resources/index.js +2 -1
  323. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  324. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
  325. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +16 -0
  326. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +37 -0
  327. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +2 -0
  328. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -0
  329. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  330. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
  331. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  332. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
  333. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
  334. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +1 -1
  335. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
  336. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +3 -1
  337. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +13 -0
  338. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +34 -0
  339. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
  340. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
  341. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  342. package/serialization/resources/x12/resources/v1/types/Rarc.js +2 -0
@@ -93,7 +93,10 @@ export declare class V4 {
93
93
  * taxId: "string",
94
94
  * npi: "string",
95
95
  * taxonomyCode: "string",
96
- * providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
96
+ * providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
97
+ * firstName: "string",
98
+ * lastName: "string",
99
+ * organizationName: "string"
97
100
  * },
98
101
  * renderingProvider: {
99
102
  * npi: "string",
@@ -105,7 +108,10 @@ export declare class V4 {
105
108
  * state: CandidApi.State.Ny,
106
109
  * zipCode: "10001",
107
110
  * zipPlusFourCode: "1234"
108
- * }
111
+ * },
112
+ * firstName: "string",
113
+ * lastName: "string",
114
+ * organizationName: "string"
109
115
  * },
110
116
  * referringProvider: {
111
117
  * npi: "string",
@@ -117,7 +123,10 @@ export declare class V4 {
117
123
  * state: CandidApi.State.Ny,
118
124
  * zipCode: "10001",
119
125
  * zipPlusFourCode: "1234"
120
- * }
126
+ * },
127
+ * firstName: "string",
128
+ * lastName: "string",
129
+ * organizationName: "string"
121
130
  * },
122
131
  * initialReferringProvider: {
123
132
  * npi: "string",
@@ -130,7 +139,10 @@ export declare class V4 {
130
139
  * zipCode: "10001",
131
140
  * zipPlusFourCode: "1234"
132
141
  * },
133
- * qualifier: CandidApi.QualifierCode.Dq
142
+ * qualifier: CandidApi.QualifierCode.Dq,
143
+ * firstName: "string",
144
+ * lastName: "string",
145
+ * organizationName: "string"
134
146
  * },
135
147
  * supervisingProvider: {
136
148
  * npi: "string",
@@ -142,7 +154,10 @@ export declare class V4 {
142
154
  * state: CandidApi.State.Ny,
143
155
  * zipCode: "10001",
144
156
  * zipPlusFourCode: "1234"
145
- * }
157
+ * },
158
+ * firstName: "string",
159
+ * lastName: "string",
160
+ * organizationName: "string"
146
161
  * },
147
162
  * serviceFacility: {
148
163
  * organizationName: "string",
@@ -161,9 +176,27 @@ export declare class V4 {
161
176
  * insuranceCard: {
162
177
  * memberId: "string",
163
178
  * payerName: "string",
164
- * payerId: "string"
179
+ * payerId: "string",
180
+ * rxBin: "string",
181
+ * rxPcn: "string",
182
+ * imageUrlFront: "string",
183
+ * imageUrlBack: "string",
184
+ * emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
185
+ * groupNumber: "string",
186
+ * planName: "string",
187
+ * planType: CandidApi.SourceOfPaymentCode.SelfPay,
188
+ * insuranceType: CandidApi.InsuranceTypeCode.C01
165
189
  * },
166
190
  * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
191
+ * dateOfBirth: "2023-01-15",
192
+ * address: {
193
+ * address1: "123 Main St",
194
+ * address2: "Apt 1",
195
+ * city: "New York",
196
+ * state: CandidApi.State.Ny,
197
+ * zipCode: "10001",
198
+ * zipPlusFourCode: "1234"
199
+ * },
167
200
  * firstName: "string",
168
201
  * lastName: "string",
169
202
  * gender: CandidApi.Gender.Male
@@ -172,9 +205,27 @@ export declare class V4 {
172
205
  * insuranceCard: {
173
206
  * memberId: "string",
174
207
  * payerName: "string",
175
- * payerId: "string"
208
+ * payerId: "string",
209
+ * rxBin: "string",
210
+ * rxPcn: "string",
211
+ * imageUrlFront: "string",
212
+ * imageUrlBack: "string",
213
+ * emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
214
+ * groupNumber: "string",
215
+ * planName: "string",
216
+ * planType: CandidApi.SourceOfPaymentCode.SelfPay,
217
+ * insuranceType: CandidApi.InsuranceTypeCode.C01
176
218
  * },
177
219
  * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
220
+ * dateOfBirth: "2023-01-15",
221
+ * address: {
222
+ * address1: "123 Main St",
223
+ * address2: "Apt 1",
224
+ * city: "New York",
225
+ * state: CandidApi.State.Ny,
226
+ * zipCode: "10001",
227
+ * zipPlusFourCode: "1234"
228
+ * },
178
229
  * firstName: "string",
179
230
  * lastName: "string",
180
231
  * gender: CandidApi.Gender.Male
@@ -245,7 +296,10 @@ export declare class V4 {
245
296
  * state: CandidApi.State.Ny,
246
297
  * zipCode: "10001",
247
298
  * zipPlusFourCode: "1234"
248
- * }
299
+ * },
300
+ * firstName: "string",
301
+ * lastName: "string",
302
+ * organizationName: "string"
249
303
  * },
250
304
  * testResults: [{
251
305
  * value: 1.1,
@@ -399,7 +453,10 @@ export declare class V4 {
399
453
  * taxId: "string",
400
454
  * npi: "string",
401
455
  * taxonomyCode: "string",
402
- * providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
456
+ * providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
457
+ * firstName: "string",
458
+ * lastName: "string",
459
+ * organizationName: "string"
403
460
  * },
404
461
  * renderingProvider: {
405
462
  * npi: "string",
@@ -411,7 +468,10 @@ export declare class V4 {
411
468
  * state: CandidApi.State.Ny,
412
469
  * zipCode: "10001",
413
470
  * zipPlusFourCode: "1234"
414
- * }
471
+ * },
472
+ * firstName: "string",
473
+ * lastName: "string",
474
+ * organizationName: "string"
415
475
  * },
416
476
  * initialReferringProvider: {
417
477
  * npi: "string",
@@ -424,7 +484,10 @@ export declare class V4 {
424
484
  * zipCode: "10001",
425
485
  * zipPlusFourCode: "1234"
426
486
  * },
427
- * qualifier: CandidApi.QualifierCode.Dq
487
+ * qualifier: CandidApi.QualifierCode.Dq,
488
+ * firstName: "string",
489
+ * lastName: "string",
490
+ * organizationName: "string"
428
491
  * },
429
492
  * supervisingProvider: {
430
493
  * npi: "string",
@@ -436,7 +499,10 @@ export declare class V4 {
436
499
  * state: CandidApi.State.Ny,
437
500
  * zipCode: "10001",
438
501
  * zipPlusFourCode: "1234"
439
- * }
502
+ * },
503
+ * firstName: "string",
504
+ * lastName: "string",
505
+ * organizationName: "string"
440
506
  * },
441
507
  * serviceFacility: {
442
508
  * organizationName: "string",
@@ -515,7 +581,10 @@ export declare class V4 {
515
581
  * state: CandidApi.State.Ny,
516
582
  * zipCode: "10001",
517
583
  * zipPlusFourCode: "1234"
518
- * }
584
+ * },
585
+ * firstName: "string",
586
+ * lastName: "string",
587
+ * organizationName: "string"
519
588
  * },
520
589
  * testResults: [{
521
590
  * value: 1.1,
@@ -617,88 +686,7 @@ export declare class V4 {
617
686
  * @example
618
687
  * await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
619
688
  * diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
620
- * placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
621
- * benefitsAssignedToProvider: true,
622
- * priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
623
- * externalId: CandidApi.EncounterExternalId("string"),
624
- * dateOfService: "2023-01-15",
625
- * tagIds: [],
626
- * clinicalNotes: [],
627
- * payToAddress: {
628
- * address1: "123 Main St",
629
- * address2: "Apt 1",
630
- * city: "New York",
631
- * state: CandidApi.State.Ny,
632
- * zipCode: "10001",
633
- * zipPlusFourCode: "1234"
634
- * },
635
- * billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
636
- * responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
637
- * providerAcceptsAssignment: true,
638
- * synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
639
- * placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
640
- * appointmentType: "string",
641
- * endDateOfService: "2023-01-15",
642
- * subscriberPrimary: {
643
- * insuranceCard: {
644
- * memberId: "string",
645
- * payerName: "string",
646
- * payerId: "string"
647
- * },
648
- * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
649
- * firstName: "string",
650
- * lastName: "string",
651
- * gender: CandidApi.Gender.Male
652
- * },
653
- * subscriberSecondary: {
654
- * insuranceCard: {
655
- * memberId: "string",
656
- * payerName: "string",
657
- * payerId: "string"
658
- * },
659
- * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
660
- * firstName: "string",
661
- * lastName: "string",
662
- * gender: CandidApi.Gender.Male
663
- * },
664
- * additionalInformation: "string",
665
- * serviceAuthorizationExceptionCode: CandidApi.encounters.v4.ServiceAuthorizationExceptionCode.C1,
666
- * admissionDate: "2023-01-15",
667
- * dischargeDate: "2023-01-15",
668
- * onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
669
- * lastMenstrualPeriodDate: "2023-01-15",
670
- * delayReasonCode: CandidApi.DelayReasonCode.C1,
671
- * patient: {},
672
- * patientAuthorizedRelease: true,
673
- * schemaInstances: [],
674
- * vitals: {
675
- * heightIn: 70,
676
- * weightLbs: 165,
677
- * bloodPressureSystolicMmhg: 115,
678
- * bloodPressureDiastolicMmhg: 85,
679
- * bodyTemperatureF: 98,
680
- * hemoglobinGdl: 15.1,
681
- * hematocritPct: 51.2
682
- * },
683
- * existingMedications: [],
684
- * renderingProvider: {},
685
- * serviceFacility: {
686
- * organizationName: "Test Organization",
687
- * address: {
688
- * address1: "123 Main St",
689
- * address2: "Apt 1",
690
- * city: "New York",
691
- * state: CandidApi.State.Ny,
692
- * zipCode: "10001",
693
- * zipPlusFourCode: "1234"
694
- * }
695
- * },
696
- * guarantor: {},
697
- * billingProvider: {},
698
- * supervisingProvider: {},
699
- * referringProvider: {},
700
- * initialReferringProvider: {},
701
- * referralNumber: "string"
689
+ * placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy
702
690
  * })
703
691
  */
704
692
  update(encounterId: CandidApi.EncounterId, request?: CandidApi.encounters.v4.EncounterUpdate, requestOptions?: V4.RequestOptions): Promise<core.APIResponse<CandidApi.encounters.v4.Encounter, CandidApi.encounters.v4.update.Error>>;
@@ -132,7 +132,7 @@ class V4 {
132
132
  Authorization: yield this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "candidhealth",
135
- "X-Fern-SDK-Version": "0.38.1",
135
+ "X-Fern-SDK-Version": "0.39.0",
136
136
  "X-Fern-Runtime": core.RUNTIME.type,
137
137
  "X-Fern-Runtime-Version": core.RUNTIME.version,
138
138
  },
@@ -178,7 +178,7 @@ class V4 {
178
178
  Authorization: yield this._getAuthorizationHeader(),
179
179
  "X-Fern-Language": "JavaScript",
180
180
  "X-Fern-SDK-Name": "candidhealth",
181
- "X-Fern-SDK-Version": "0.38.1",
181
+ "X-Fern-SDK-Version": "0.39.0",
182
182
  "X-Fern-Runtime": core.RUNTIME.type,
183
183
  "X-Fern-Runtime-Version": core.RUNTIME.version,
184
184
  },
@@ -250,7 +250,10 @@ class V4 {
250
250
  * taxId: "string",
251
251
  * npi: "string",
252
252
  * taxonomyCode: "string",
253
- * providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
253
+ * providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
254
+ * firstName: "string",
255
+ * lastName: "string",
256
+ * organizationName: "string"
254
257
  * },
255
258
  * renderingProvider: {
256
259
  * npi: "string",
@@ -262,7 +265,10 @@ class V4 {
262
265
  * state: CandidApi.State.Ny,
263
266
  * zipCode: "10001",
264
267
  * zipPlusFourCode: "1234"
265
- * }
268
+ * },
269
+ * firstName: "string",
270
+ * lastName: "string",
271
+ * organizationName: "string"
266
272
  * },
267
273
  * referringProvider: {
268
274
  * npi: "string",
@@ -274,7 +280,10 @@ class V4 {
274
280
  * state: CandidApi.State.Ny,
275
281
  * zipCode: "10001",
276
282
  * zipPlusFourCode: "1234"
277
- * }
283
+ * },
284
+ * firstName: "string",
285
+ * lastName: "string",
286
+ * organizationName: "string"
278
287
  * },
279
288
  * initialReferringProvider: {
280
289
  * npi: "string",
@@ -287,7 +296,10 @@ class V4 {
287
296
  * zipCode: "10001",
288
297
  * zipPlusFourCode: "1234"
289
298
  * },
290
- * qualifier: CandidApi.QualifierCode.Dq
299
+ * qualifier: CandidApi.QualifierCode.Dq,
300
+ * firstName: "string",
301
+ * lastName: "string",
302
+ * organizationName: "string"
291
303
  * },
292
304
  * supervisingProvider: {
293
305
  * npi: "string",
@@ -299,7 +311,10 @@ class V4 {
299
311
  * state: CandidApi.State.Ny,
300
312
  * zipCode: "10001",
301
313
  * zipPlusFourCode: "1234"
302
- * }
314
+ * },
315
+ * firstName: "string",
316
+ * lastName: "string",
317
+ * organizationName: "string"
303
318
  * },
304
319
  * serviceFacility: {
305
320
  * organizationName: "string",
@@ -318,9 +333,27 @@ class V4 {
318
333
  * insuranceCard: {
319
334
  * memberId: "string",
320
335
  * payerName: "string",
321
- * payerId: "string"
336
+ * payerId: "string",
337
+ * rxBin: "string",
338
+ * rxPcn: "string",
339
+ * imageUrlFront: "string",
340
+ * imageUrlBack: "string",
341
+ * emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
342
+ * groupNumber: "string",
343
+ * planName: "string",
344
+ * planType: CandidApi.SourceOfPaymentCode.SelfPay,
345
+ * insuranceType: CandidApi.InsuranceTypeCode.C01
322
346
  * },
323
347
  * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
348
+ * dateOfBirth: "2023-01-15",
349
+ * address: {
350
+ * address1: "123 Main St",
351
+ * address2: "Apt 1",
352
+ * city: "New York",
353
+ * state: CandidApi.State.Ny,
354
+ * zipCode: "10001",
355
+ * zipPlusFourCode: "1234"
356
+ * },
324
357
  * firstName: "string",
325
358
  * lastName: "string",
326
359
  * gender: CandidApi.Gender.Male
@@ -329,9 +362,27 @@ class V4 {
329
362
  * insuranceCard: {
330
363
  * memberId: "string",
331
364
  * payerName: "string",
332
- * payerId: "string"
365
+ * payerId: "string",
366
+ * rxBin: "string",
367
+ * rxPcn: "string",
368
+ * imageUrlFront: "string",
369
+ * imageUrlBack: "string",
370
+ * emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
371
+ * groupNumber: "string",
372
+ * planName: "string",
373
+ * planType: CandidApi.SourceOfPaymentCode.SelfPay,
374
+ * insuranceType: CandidApi.InsuranceTypeCode.C01
333
375
  * },
334
376
  * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
377
+ * dateOfBirth: "2023-01-15",
378
+ * address: {
379
+ * address1: "123 Main St",
380
+ * address2: "Apt 1",
381
+ * city: "New York",
382
+ * state: CandidApi.State.Ny,
383
+ * zipCode: "10001",
384
+ * zipPlusFourCode: "1234"
385
+ * },
335
386
  * firstName: "string",
336
387
  * lastName: "string",
337
388
  * gender: CandidApi.Gender.Male
@@ -402,7 +453,10 @@ class V4 {
402
453
  * state: CandidApi.State.Ny,
403
454
  * zipCode: "10001",
404
455
  * zipPlusFourCode: "1234"
405
- * }
456
+ * },
457
+ * firstName: "string",
458
+ * lastName: "string",
459
+ * organizationName: "string"
406
460
  * },
407
461
  * testResults: [{
408
462
  * value: 1.1,
@@ -528,7 +582,7 @@ class V4 {
528
582
  Authorization: yield this._getAuthorizationHeader(),
529
583
  "X-Fern-Language": "JavaScript",
530
584
  "X-Fern-SDK-Name": "candidhealth",
531
- "X-Fern-SDK-Version": "0.38.1",
585
+ "X-Fern-SDK-Version": "0.39.0",
532
586
  "X-Fern-Runtime": core.RUNTIME.type,
533
587
  "X-Fern-Runtime-Version": core.RUNTIME.version,
534
588
  },
@@ -615,7 +669,10 @@ class V4 {
615
669
  * taxId: "string",
616
670
  * npi: "string",
617
671
  * taxonomyCode: "string",
618
- * providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
672
+ * providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
673
+ * firstName: "string",
674
+ * lastName: "string",
675
+ * organizationName: "string"
619
676
  * },
620
677
  * renderingProvider: {
621
678
  * npi: "string",
@@ -627,7 +684,10 @@ class V4 {
627
684
  * state: CandidApi.State.Ny,
628
685
  * zipCode: "10001",
629
686
  * zipPlusFourCode: "1234"
630
- * }
687
+ * },
688
+ * firstName: "string",
689
+ * lastName: "string",
690
+ * organizationName: "string"
631
691
  * },
632
692
  * initialReferringProvider: {
633
693
  * npi: "string",
@@ -640,7 +700,10 @@ class V4 {
640
700
  * zipCode: "10001",
641
701
  * zipPlusFourCode: "1234"
642
702
  * },
643
- * qualifier: CandidApi.QualifierCode.Dq
703
+ * qualifier: CandidApi.QualifierCode.Dq,
704
+ * firstName: "string",
705
+ * lastName: "string",
706
+ * organizationName: "string"
644
707
  * },
645
708
  * supervisingProvider: {
646
709
  * npi: "string",
@@ -652,7 +715,10 @@ class V4 {
652
715
  * state: CandidApi.State.Ny,
653
716
  * zipCode: "10001",
654
717
  * zipPlusFourCode: "1234"
655
- * }
718
+ * },
719
+ * firstName: "string",
720
+ * lastName: "string",
721
+ * organizationName: "string"
656
722
  * },
657
723
  * serviceFacility: {
658
724
  * organizationName: "string",
@@ -731,7 +797,10 @@ class V4 {
731
797
  * state: CandidApi.State.Ny,
732
798
  * zipCode: "10001",
733
799
  * zipPlusFourCode: "1234"
734
- * }
800
+ * },
801
+ * firstName: "string",
802
+ * lastName: "string",
803
+ * organizationName: "string"
735
804
  * },
736
805
  * testResults: [{
737
806
  * value: 1.1,
@@ -835,7 +904,7 @@ class V4 {
835
904
  Authorization: yield this._getAuthorizationHeader(),
836
905
  "X-Fern-Language": "JavaScript",
837
906
  "X-Fern-SDK-Name": "candidhealth",
838
- "X-Fern-SDK-Version": "0.38.1",
907
+ "X-Fern-SDK-Version": "0.39.0",
839
908
  "X-Fern-Runtime": core.RUNTIME.type,
840
909
  "X-Fern-Runtime-Version": core.RUNTIME.version,
841
910
  },
@@ -891,88 +960,7 @@ class V4 {
891
960
  * @example
892
961
  * await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
893
962
  * diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
894
- * placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
895
- * benefitsAssignedToProvider: true,
896
- * priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
897
- * externalId: CandidApi.EncounterExternalId("string"),
898
- * dateOfService: "2023-01-15",
899
- * tagIds: [],
900
- * clinicalNotes: [],
901
- * payToAddress: {
902
- * address1: "123 Main St",
903
- * address2: "Apt 1",
904
- * city: "New York",
905
- * state: CandidApi.State.Ny,
906
- * zipCode: "10001",
907
- * zipPlusFourCode: "1234"
908
- * },
909
- * billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
910
- * responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
911
- * providerAcceptsAssignment: true,
912
- * synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
913
- * placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
914
- * appointmentType: "string",
915
- * endDateOfService: "2023-01-15",
916
- * subscriberPrimary: {
917
- * insuranceCard: {
918
- * memberId: "string",
919
- * payerName: "string",
920
- * payerId: "string"
921
- * },
922
- * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
923
- * firstName: "string",
924
- * lastName: "string",
925
- * gender: CandidApi.Gender.Male
926
- * },
927
- * subscriberSecondary: {
928
- * insuranceCard: {
929
- * memberId: "string",
930
- * payerName: "string",
931
- * payerId: "string"
932
- * },
933
- * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
934
- * firstName: "string",
935
- * lastName: "string",
936
- * gender: CandidApi.Gender.Male
937
- * },
938
- * additionalInformation: "string",
939
- * serviceAuthorizationExceptionCode: CandidApi.encounters.v4.ServiceAuthorizationExceptionCode.C1,
940
- * admissionDate: "2023-01-15",
941
- * dischargeDate: "2023-01-15",
942
- * onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
943
- * lastMenstrualPeriodDate: "2023-01-15",
944
- * delayReasonCode: CandidApi.DelayReasonCode.C1,
945
- * patient: {},
946
- * patientAuthorizedRelease: true,
947
- * schemaInstances: [],
948
- * vitals: {
949
- * heightIn: 70,
950
- * weightLbs: 165,
951
- * bloodPressureSystolicMmhg: 115,
952
- * bloodPressureDiastolicMmhg: 85,
953
- * bodyTemperatureF: 98,
954
- * hemoglobinGdl: 15.1,
955
- * hematocritPct: 51.2
956
- * },
957
- * existingMedications: [],
958
- * renderingProvider: {},
959
- * serviceFacility: {
960
- * organizationName: "Test Organization",
961
- * address: {
962
- * address1: "123 Main St",
963
- * address2: "Apt 1",
964
- * city: "New York",
965
- * state: CandidApi.State.Ny,
966
- * zipCode: "10001",
967
- * zipPlusFourCode: "1234"
968
- * }
969
- * },
970
- * guarantor: {},
971
- * billingProvider: {},
972
- * supervisingProvider: {},
973
- * referringProvider: {},
974
- * initialReferringProvider: {},
975
- * referralNumber: "string"
963
+ * placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy
976
964
  * })
977
965
  */
978
966
  update(encounterId, request = {}, requestOptions) {
@@ -986,7 +974,7 @@ class V4 {
986
974
  Authorization: yield this._getAuthorizationHeader(),
987
975
  "X-Fern-Language": "JavaScript",
988
976
  "X-Fern-SDK-Name": "candidhealth",
989
- "X-Fern-SDK-Version": "0.38.1",
977
+ "X-Fern-SDK-Version": "0.39.0",
990
978
  "X-Fern-Runtime": core.RUNTIME.type,
991
979
  "X-Fern-Runtime-Version": core.RUNTIME.version,
992
980
  },