candidhealth 0.34.1 → 0.34.2

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 (844) hide show
  1. package/Client.d.ts +0 -9
  2. package/Client.js +6 -21
  3. package/README.md +1 -1
  4. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  5. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  6. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  7. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  8. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  9. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  10. package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
  11. package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
  12. package/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  13. package/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
  14. package/api/resources/encounters/resources/v4/client/Client.d.ts +107 -6
  15. package/api/resources/encounters/resources/v4/client/Client.js +114 -11
  16. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
  17. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
  18. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -8
  19. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +3 -2
  20. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +141 -0
  21. package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  22. package/api/resources/encounters/resources/v4/client/update.js +11 -0
  23. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +0 -2
  24. package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
  25. package/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +6 -0
  26. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  27. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  28. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  29. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  30. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  31. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  32. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  33. package/api/resources/guarantor/resources/v1/client/Client.d.ts +1 -1
  34. package/api/resources/guarantor/resources/v1/client/Client.js +4 -4
  35. package/api/resources/guarantor/resources/v1/client/index.d.ts +0 -1
  36. package/api/resources/guarantor/resources/v1/client/index.js +0 -4
  37. package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
  38. package/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  39. package/api/resources/guarantor/resources/v1/types/index.js +1 -0
  40. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  41. package/api/resources/index.d.ts +0 -4
  42. package/api/resources/index.js +1 -5
  43. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  44. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  45. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  46. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  47. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  48. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  49. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  50. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  51. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  52. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  53. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  54. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  55. package/api/resources/payers/resources/v3/types/Payer.d.ts +13 -1
  56. package/api/resources/payers/resources/v3/types/PayerPage.d.ts +5 -1
  57. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +72 -0
  58. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +77 -5
  59. package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
  60. package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -0
  61. package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  62. package/api/resources/preEncounter/resources/common/types/index.js +1 -0
  63. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +46 -8
  64. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +54 -16
  65. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +12 -0
  66. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +14 -0
  67. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
  68. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +9 -0
  69. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +11 -0
  70. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
  71. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
  72. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -0
  73. package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
  74. package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
  75. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +2 -0
  76. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +2 -0
  77. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
  78. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
  79. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  80. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +272 -66
  81. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +280 -74
  82. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +136 -33
  83. package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +15 -0
  84. package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +7 -0
  85. package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +9 -0
  86. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  87. package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
  88. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
  89. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
  90. package/api/resources/serviceFacility/client/Client.d.ts +2 -3
  91. package/api/resources/serviceFacility/client/Client.js +3 -4
  92. package/api/resources/serviceFacility/client/index.d.ts +0 -1
  93. package/api/resources/serviceFacility/client/index.js +0 -4
  94. package/api/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +3 -8
  95. package/api/resources/serviceFacility/types/index.d.ts +1 -0
  96. package/api/resources/serviceFacility/types/index.js +1 -0
  97. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  98. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  99. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  100. package/dist/Client.d.ts +0 -9
  101. package/dist/Client.js +6 -21
  102. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  103. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  104. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  105. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  106. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  107. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  108. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
  109. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
  110. package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  111. package/dist/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
  112. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +107 -6
  113. package/dist/api/resources/encounters/resources/v4/client/Client.js +114 -11
  114. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
  115. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
  116. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -8
  117. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +3 -2
  118. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +141 -0
  119. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  120. package/dist/api/resources/encounters/resources/v4/client/update.js +11 -0
  121. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +0 -2
  122. package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
  123. package/dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +6 -0
  124. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  125. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  126. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  127. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  128. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  129. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  130. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  131. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +1 -1
  132. package/dist/api/resources/guarantor/resources/v1/client/Client.js +4 -4
  133. package/dist/api/resources/guarantor/resources/v1/client/index.d.ts +0 -1
  134. package/dist/api/resources/guarantor/resources/v1/client/index.js +0 -4
  135. package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
  136. package/dist/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  137. package/dist/api/resources/guarantor/resources/v1/types/index.js +1 -0
  138. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  139. package/dist/api/resources/index.d.ts +0 -4
  140. package/dist/api/resources/index.js +1 -5
  141. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  142. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  143. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  144. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  145. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  146. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  147. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  148. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  149. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  150. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  151. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  152. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  153. package/dist/api/resources/payers/resources/v3/types/Payer.d.ts +13 -1
  154. package/dist/api/resources/payers/resources/v3/types/PayerPage.d.ts +5 -1
  155. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +72 -0
  156. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +77 -5
  157. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
  158. package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -0
  159. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  160. package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -0
  161. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +46 -8
  162. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +54 -16
  163. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +12 -0
  164. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +14 -0
  165. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
  166. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +9 -0
  167. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +11 -0
  168. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
  169. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
  170. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -0
  171. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
  172. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
  173. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +2 -0
  174. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +2 -0
  175. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
  176. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
  177. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  178. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +272 -66
  179. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +280 -74
  180. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +136 -33
  181. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +15 -0
  182. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +7 -0
  183. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +9 -0
  184. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  185. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
  186. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
  187. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
  188. package/dist/api/resources/serviceFacility/client/Client.d.ts +2 -3
  189. package/dist/api/resources/serviceFacility/client/Client.js +3 -4
  190. package/dist/api/resources/serviceFacility/client/index.d.ts +0 -1
  191. package/dist/api/resources/serviceFacility/client/index.js +0 -4
  192. package/dist/api/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +3 -8
  193. package/dist/api/resources/serviceFacility/types/index.d.ts +1 -0
  194. package/dist/api/resources/serviceFacility/types/index.js +1 -0
  195. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  196. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  197. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  198. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
  199. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -1
  200. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
  201. package/dist/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +8 -6
  202. package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  203. package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
  204. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
  205. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
  206. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
  207. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
  208. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +14 -0
  209. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +14 -0
  210. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  211. package/dist/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  212. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +0 -1
  213. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +0 -1
  214. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
  215. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
  216. package/dist/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +12 -0
  217. package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +3 -3
  218. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  219. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  220. package/dist/serialization/resources/guarantor/resources/v1/client/index.d.ts +0 -1
  221. package/dist/serialization/resources/guarantor/resources/v1/client/index.js +0 -4
  222. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
  223. package/dist/serialization/resources/guarantor/resources/v1/{client/requests → types}/GuarantorUpdate.js +4 -4
  224. package/dist/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  225. package/dist/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
  226. package/dist/serialization/resources/index.d.ts +0 -4
  227. package/dist/serialization/resources/index.js +1 -5
  228. package/dist/serialization/resources/payers/resources/v3/types/Payer.d.ts +4 -0
  229. package/dist/serialization/resources/payers/resources/v3/types/Payer.js +4 -0
  230. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
  231. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +2 -0
  232. package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
  233. package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +6 -8
  234. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  235. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  236. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +10 -0
  237. package/dist/serialization/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js → preEncounter/resources/coverages/resources/v1/types/BenefitType.js} +10 -3
  238. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
  239. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +40 -0
  240. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
  241. package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js → preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js} +3 -3
  242. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
  243. package/{serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js → dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js} +3 -3
  244. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
  245. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
  246. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
  247. package/dist/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +7 -6
  248. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
  249. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +2 -0
  250. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -0
  251. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +3 -0
  252. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +3 -0
  253. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -0
  254. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
  255. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
  256. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +24 -0
  257. package/dist/serialization/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +16 -8
  258. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
  259. package/{serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js → dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js} +3 -3
  260. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
  261. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
  262. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
  263. package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → preEncounter/resources/patients/resources/v1/types/Referral.js} +9 -6
  264. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
  265. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
  266. package/dist/serialization/resources/serviceFacility/index.d.ts +0 -1
  267. package/dist/serialization/resources/serviceFacility/index.js +0 -1
  268. package/dist/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +5 -5
  269. package/dist/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.js +2 -2
  270. package/dist/serialization/resources/serviceFacility/types/index.d.ts +1 -0
  271. package/dist/serialization/resources/serviceFacility/types/index.js +1 -0
  272. package/package.json +1 -1
  273. package/reference.md +608 -1197
  274. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
  275. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -1
  276. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
  277. package/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +8 -6
  278. package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  279. package/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
  280. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
  281. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
  282. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
  283. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
  284. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +14 -0
  285. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +14 -0
  286. package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  287. package/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  288. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +0 -1
  289. package/serialization/resources/encounters/resources/v4/types/Encounter.js +0 -1
  290. package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
  291. package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
  292. package/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +12 -0
  293. package/serialization/resources/{thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +3 -3
  294. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  295. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  296. package/serialization/resources/guarantor/resources/v1/client/index.d.ts +0 -1
  297. package/serialization/resources/guarantor/resources/v1/client/index.js +0 -4
  298. package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
  299. package/serialization/resources/guarantor/resources/v1/{client/requests → types}/GuarantorUpdate.js +4 -4
  300. package/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  301. package/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
  302. package/serialization/resources/index.d.ts +0 -4
  303. package/serialization/resources/index.js +1 -5
  304. package/serialization/resources/payers/resources/v3/types/Payer.d.ts +4 -0
  305. package/serialization/resources/payers/resources/v3/types/Payer.js +4 -0
  306. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
  307. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +2 -0
  308. package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
  309. package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +36 -0
  310. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  311. package/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  312. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +10 -0
  313. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +38 -0
  314. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
  315. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +40 -0
  316. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
  317. package/{dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js → serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js} +3 -3
  318. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
  319. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +31 -0
  320. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
  321. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
  322. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
  323. package/{dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js → serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +7 -6
  324. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
  325. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +2 -0
  326. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -0
  327. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +3 -0
  328. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +3 -0
  329. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -0
  330. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
  331. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
  332. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +24 -0
  333. package/{dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +16 -13
  334. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
  335. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +31 -0
  336. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
  337. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
  338. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
  339. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +38 -0
  340. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
  341. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
  342. package/serialization/resources/serviceFacility/index.d.ts +0 -1
  343. package/serialization/resources/serviceFacility/index.js +0 -1
  344. package/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +5 -5
  345. package/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.js +2 -2
  346. package/serialization/resources/serviceFacility/types/index.d.ts +1 -0
  347. package/serialization/resources/serviceFacility/types/index.js +1 -0
  348. package/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -44
  349. package/api/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
  350. package/api/resources/guarantor/resources/v1/client/requests/index.js +0 -2
  351. package/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
  352. package/api/resources/serviceFacility/client/requests/index.js +0 -2
  353. package/api/resources/thirdPartyPayerPayments/client/Client.d.ts +0 -26
  354. package/api/resources/thirdPartyPayerPayments/client/Client.js +0 -17
  355. package/api/resources/thirdPartyPayerPayments/client/index.d.ts +0 -1
  356. package/api/resources/thirdPartyPayerPayments/client/index.js +0 -2
  357. package/api/resources/thirdPartyPayerPayments/index.d.ts +0 -2
  358. package/api/resources/thirdPartyPayerPayments/index.js +0 -18
  359. package/api/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
  360. package/api/resources/thirdPartyPayerPayments/resources/index.js +0 -27
  361. package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +0 -104
  362. package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +0 -428
  363. package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -34
  364. package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -69
  365. package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -34
  366. package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -69
  367. package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -28
  368. package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -58
  369. package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -28
  370. package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -58
  371. package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
  372. package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
  373. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +0 -34
  374. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -23
  375. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -2
  376. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -2
  377. package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -34
  378. package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -69
  379. package/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
  380. package/api/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
  381. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -14
  382. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -13
  383. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -8
  384. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -10
  385. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -8
  386. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -10
  387. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -7
  388. package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
  389. package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
  390. package/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +0 -26
  391. package/api/resources/thirdPartyPayerRefunds/client/Client.js +0 -17
  392. package/api/resources/thirdPartyPayerRefunds/client/index.d.ts +0 -1
  393. package/api/resources/thirdPartyPayerRefunds/client/index.js +0 -2
  394. package/api/resources/thirdPartyPayerRefunds/index.d.ts +0 -2
  395. package/api/resources/thirdPartyPayerRefunds/index.js +0 -18
  396. package/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
  397. package/api/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
  398. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +0 -115
  399. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +0 -439
  400. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -34
  401. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -69
  402. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -34
  403. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -69
  404. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -28
  405. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -58
  406. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -28
  407. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -58
  408. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
  409. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
  410. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +0 -34
  411. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -28
  412. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -2
  413. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -2
  414. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -34
  415. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -69
  416. package/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
  417. package/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
  418. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -14
  419. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -13
  420. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -8
  421. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -10
  422. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -8
  423. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +0 -10
  424. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -7
  425. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
  426. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
  427. package/api/resources/thirdPartyPayers/client/Client.d.ts +0 -26
  428. package/api/resources/thirdPartyPayers/client/Client.js +0 -17
  429. package/api/resources/thirdPartyPayers/client/index.d.ts +0 -1
  430. package/api/resources/thirdPartyPayers/client/index.js +0 -2
  431. package/api/resources/thirdPartyPayers/index.d.ts +0 -2
  432. package/api/resources/thirdPartyPayers/index.js +0 -18
  433. package/api/resources/thirdPartyPayers/resources/index.d.ts +0 -1
  434. package/api/resources/thirdPartyPayers/resources/index.js +0 -27
  435. package/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +0 -97
  436. package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +0 -469
  437. package/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -34
  438. package/api/resources/thirdPartyPayers/resources/v1/client/create.js +0 -69
  439. package/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -28
  440. package/api/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -58
  441. package/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -28
  442. package/api/resources/thirdPartyPayers/resources/v1/client/get.js +0 -58
  443. package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -28
  444. package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -58
  445. package/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -7
  446. package/api/resources/thirdPartyPayers/resources/v1/client/index.js +0 -36
  447. package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +0 -28
  448. package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +0 -1
  449. package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +0 -2
  450. package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -28
  451. package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -58
  452. package/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -34
  453. package/api/resources/thirdPartyPayers/resources/v1/client/update.js +0 -69
  454. package/api/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
  455. package/api/resources/thirdPartyPayers/resources/v1/index.js +0 -18
  456. package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -11
  457. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -11
  458. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
  459. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
  460. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -5
  461. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -8
  462. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -10
  463. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -7
  464. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -5
  465. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
  466. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +0 -12
  467. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -10
  468. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -5
  469. package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -6
  470. package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +0 -5
  471. package/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
  472. package/api/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
  473. package/dist/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -44
  474. package/dist/api/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
  475. package/dist/api/resources/guarantor/resources/v1/client/requests/index.js +0 -2
  476. package/dist/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
  477. package/dist/api/resources/serviceFacility/client/requests/index.js +0 -2
  478. package/dist/api/resources/thirdPartyPayerPayments/client/Client.d.ts +0 -26
  479. package/dist/api/resources/thirdPartyPayerPayments/client/Client.js +0 -17
  480. package/dist/api/resources/thirdPartyPayerPayments/client/index.d.ts +0 -1
  481. package/dist/api/resources/thirdPartyPayerPayments/client/index.js +0 -2
  482. package/dist/api/resources/thirdPartyPayerPayments/index.d.ts +0 -2
  483. package/dist/api/resources/thirdPartyPayerPayments/index.js +0 -18
  484. package/dist/api/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
  485. package/dist/api/resources/thirdPartyPayerPayments/resources/index.js +0 -27
  486. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +0 -104
  487. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +0 -428
  488. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -34
  489. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -69
  490. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -34
  491. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -69
  492. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -28
  493. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -58
  494. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -28
  495. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -58
  496. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
  497. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
  498. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +0 -34
  499. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +0 -5
  500. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -23
  501. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +0 -5
  502. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -2
  503. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -2
  504. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -34
  505. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -69
  506. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
  507. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
  508. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -14
  509. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -5
  510. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -13
  511. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +0 -5
  512. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -8
  513. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -10
  514. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -8
  515. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -10
  516. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -7
  517. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -5
  518. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
  519. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
  520. package/dist/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +0 -26
  521. package/dist/api/resources/thirdPartyPayerRefunds/client/Client.js +0 -17
  522. package/dist/api/resources/thirdPartyPayerRefunds/client/index.d.ts +0 -1
  523. package/dist/api/resources/thirdPartyPayerRefunds/client/index.js +0 -2
  524. package/dist/api/resources/thirdPartyPayerRefunds/index.d.ts +0 -2
  525. package/dist/api/resources/thirdPartyPayerRefunds/index.js +0 -18
  526. package/dist/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
  527. package/dist/api/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
  528. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +0 -115
  529. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +0 -439
  530. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -34
  531. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -69
  532. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -34
  533. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -69
  534. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -28
  535. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -58
  536. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -28
  537. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -58
  538. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
  539. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
  540. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +0 -34
  541. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +0 -5
  542. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -28
  543. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -5
  544. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -2
  545. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -2
  546. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -34
  547. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -69
  548. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
  549. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
  550. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -14
  551. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -5
  552. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -13
  553. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -5
  554. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -8
  555. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -10
  556. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -8
  557. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +0 -10
  558. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -7
  559. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +0 -5
  560. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
  561. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
  562. package/dist/api/resources/thirdPartyPayers/client/Client.d.ts +0 -26
  563. package/dist/api/resources/thirdPartyPayers/client/Client.js +0 -17
  564. package/dist/api/resources/thirdPartyPayers/client/index.d.ts +0 -1
  565. package/dist/api/resources/thirdPartyPayers/client/index.js +0 -2
  566. package/dist/api/resources/thirdPartyPayers/index.d.ts +0 -2
  567. package/dist/api/resources/thirdPartyPayers/index.js +0 -18
  568. package/dist/api/resources/thirdPartyPayers/resources/index.d.ts +0 -1
  569. package/dist/api/resources/thirdPartyPayers/resources/index.js +0 -27
  570. package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +0 -97
  571. package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +0 -469
  572. package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -34
  573. package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.js +0 -69
  574. package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -28
  575. package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -58
  576. package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -28
  577. package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.js +0 -58
  578. package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -28
  579. package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -58
  580. package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -7
  581. package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.js +0 -36
  582. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +0 -28
  583. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +0 -5
  584. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +0 -1
  585. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +0 -2
  586. package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -28
  587. package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -58
  588. package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -34
  589. package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.js +0 -69
  590. package/dist/api/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
  591. package/dist/api/resources/thirdPartyPayers/resources/v1/index.js +0 -18
  592. package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -11
  593. package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +0 -5
  594. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -11
  595. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +0 -5
  596. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
  597. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -5
  598. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
  599. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -5
  600. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -8
  601. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -10
  602. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -7
  603. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -5
  604. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
  605. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +0 -12
  606. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -10
  607. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -5
  608. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -6
  609. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +0 -5
  610. package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
  611. package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
  612. package/dist/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -23
  613. package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
  614. package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.js +0 -5
  615. package/dist/serialization/resources/serviceFacility/client/index.d.ts +0 -1
  616. package/dist/serialization/resources/serviceFacility/client/index.js +0 -17
  617. package/dist/serialization/resources/serviceFacility/client/requests/index.d.ts +0 -1
  618. package/dist/serialization/resources/serviceFacility/client/requests/index.js +0 -5
  619. package/dist/serialization/resources/thirdPartyPayerPayments/index.d.ts +0 -1
  620. package/dist/serialization/resources/thirdPartyPayerPayments/index.js +0 -17
  621. package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
  622. package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.js +0 -27
  623. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -20
  624. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -67
  625. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -20
  626. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -67
  627. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -15
  628. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -61
  629. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -15
  630. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -61
  631. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
  632. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
  633. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -16
  634. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -1
  635. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -5
  636. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -20
  637. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -67
  638. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
  639. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
  640. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -23
  641. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -44
  642. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -21
  643. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -10
  644. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -10
  645. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -14
  646. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -37
  647. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
  648. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
  649. package/dist/serialization/resources/thirdPartyPayerRefunds/index.d.ts +0 -1
  650. package/dist/serialization/resources/thirdPartyPayerRefunds/index.js +0 -17
  651. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
  652. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
  653. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -20
  654. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -67
  655. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -20
  656. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -67
  657. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -15
  658. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -61
  659. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -15
  660. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -61
  661. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
  662. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
  663. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -18
  664. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -39
  665. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -1
  666. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -5
  667. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -20
  668. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -67
  669. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
  670. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
  671. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -24
  672. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -45
  673. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -22
  674. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -43
  675. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -10
  676. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -10
  677. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -14
  678. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
  679. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
  680. package/dist/serialization/resources/thirdPartyPayers/index.d.ts +0 -1
  681. package/dist/serialization/resources/thirdPartyPayers/index.js +0 -17
  682. package/dist/serialization/resources/thirdPartyPayers/resources/index.d.ts +0 -1
  683. package/dist/serialization/resources/thirdPartyPayers/resources/index.js +0 -27
  684. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -20
  685. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +0 -67
  686. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -15
  687. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -61
  688. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -15
  689. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +0 -61
  690. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -15
  691. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -61
  692. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -6
  693. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +0 -32
  694. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -15
  695. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -61
  696. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -20
  697. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +0 -67
  698. package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
  699. package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.js +0 -18
  700. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -14
  701. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -17
  702. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
  703. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -41
  704. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
  705. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -41
  706. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -10
  707. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -35
  708. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -14
  709. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -37
  710. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
  711. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -16
  712. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -37
  713. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -12
  714. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
  715. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
  716. package/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -23
  717. package/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
  718. package/serialization/resources/guarantor/resources/v1/client/requests/index.js +0 -5
  719. package/serialization/resources/serviceFacility/client/index.d.ts +0 -1
  720. package/serialization/resources/serviceFacility/client/index.js +0 -17
  721. package/serialization/resources/serviceFacility/client/requests/index.d.ts +0 -1
  722. package/serialization/resources/serviceFacility/client/requests/index.js +0 -5
  723. package/serialization/resources/thirdPartyPayerPayments/index.d.ts +0 -1
  724. package/serialization/resources/thirdPartyPayerPayments/index.js +0 -17
  725. package/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
  726. package/serialization/resources/thirdPartyPayerPayments/resources/index.js +0 -27
  727. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -20
  728. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -67
  729. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -20
  730. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -67
  731. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -15
  732. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -61
  733. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -15
  734. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -61
  735. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
  736. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
  737. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -16
  738. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +0 -37
  739. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -1
  740. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -5
  741. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -20
  742. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -67
  743. package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
  744. package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
  745. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -23
  746. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -44
  747. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -21
  748. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +0 -42
  749. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -10
  750. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -35
  751. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -10
  752. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -31
  753. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -14
  754. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -37
  755. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
  756. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
  757. package/serialization/resources/thirdPartyPayerRefunds/index.d.ts +0 -1
  758. package/serialization/resources/thirdPartyPayerRefunds/index.js +0 -17
  759. package/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
  760. package/serialization/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
  761. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -20
  762. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -67
  763. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -20
  764. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -67
  765. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -15
  766. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -61
  767. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -15
  768. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -61
  769. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
  770. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
  771. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -18
  772. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -39
  773. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -1
  774. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -5
  775. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -20
  776. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -67
  777. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
  778. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
  779. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -24
  780. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -45
  781. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -22
  782. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -43
  783. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -10
  784. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -35
  785. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -10
  786. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -14
  787. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
  788. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
  789. package/serialization/resources/thirdPartyPayers/index.d.ts +0 -1
  790. package/serialization/resources/thirdPartyPayers/index.js +0 -17
  791. package/serialization/resources/thirdPartyPayers/resources/index.d.ts +0 -1
  792. package/serialization/resources/thirdPartyPayers/resources/index.js +0 -27
  793. package/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -20
  794. package/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +0 -67
  795. package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -15
  796. package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -61
  797. package/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -15
  798. package/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +0 -61
  799. package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -15
  800. package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -61
  801. package/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -6
  802. package/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +0 -32
  803. package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -15
  804. package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -61
  805. package/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -20
  806. package/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +0 -67
  807. package/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
  808. package/serialization/resources/thirdPartyPayers/resources/v1/index.js +0 -18
  809. package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -14
  810. package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +0 -35
  811. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -17
  812. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +0 -38
  813. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
  814. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -41
  815. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
  816. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -41
  817. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -10
  818. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -35
  819. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -14
  820. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -37
  821. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
  822. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -16
  823. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -37
  824. package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -12
  825. package/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
  826. package/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
  827. /package/api/resources/{guarantor/resources/v1/client/requests/GuarantorUpdate.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
  828. /package/api/resources/{serviceFacility/client/requests/EncounterServiceFacilityUpdate.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
  829. /package/{dist/api/resources/guarantor/resources/v1/client/requests → api/resources/guarantor/resources/v1/types}/GuarantorUpdate.js +0 -0
  830. /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
  831. /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
  832. /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
  833. /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
  834. /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js → preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
  835. /package/{dist/api/resources/serviceFacility/client/requests → api/resources/serviceFacility/types}/EncounterServiceFacilityUpdate.js +0 -0
  836. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js → dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
  837. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js → dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
  838. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js → dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js} +0 -0
  839. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js → dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
  840. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
  841. /package/{api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
  842. /package/{api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
  843. /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
  844. /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js → dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js} +0 -0
package/reference.md CHANGED
@@ -1935,6 +1935,8 @@ await client.encounters.v4.create({
1935
1935
  organizationName: "string",
1936
1936
  },
1937
1937
  renderingProvider: {
1938
+ npi: "string",
1939
+ taxonomyCode: "string",
1938
1940
  address: {
1939
1941
  address1: "123 Main St",
1940
1942
  address2: "Apt 1",
@@ -1943,8 +1945,6 @@ await client.encounters.v4.create({
1943
1945
  zipCode: "10001",
1944
1946
  zipPlusFourCode: "1234",
1945
1947
  },
1946
- npi: "string",
1947
- taxonomyCode: "string",
1948
1948
  firstName: "string",
1949
1949
  lastName: "string",
1950
1950
  organizationName: "string",
@@ -2066,7 +2066,6 @@ await client.encounters.v4.create({
2066
2066
  gender: CandidApi.Gender.Male,
2067
2067
  },
2068
2068
  priorAuthorizationNumber: CandidApi.PriorAuthorizationNumber("string"),
2069
- appointmentType: "string",
2070
2069
  responsibleParty: CandidApi.ResponsiblePartyType.InsurancePay,
2071
2070
  diagnoses: [
2072
2071
  {
@@ -2214,6 +2213,7 @@ await client.encounters.v4.create({
2214
2213
  patientAuthorizedRelease: true,
2215
2214
  benefitsAssignedToProvider: true,
2216
2215
  providerAcceptsAssignment: true,
2216
+ appointmentType: "string",
2217
2217
  existingMedications: [
2218
2218
  {
2219
2219
  name: "Lisinopril",
@@ -2332,7 +2332,6 @@ where applicable. In particular, the following fields are populated from the pat
2332
2332
  - Subscriber Primary
2333
2333
  - Subscriber Secondary
2334
2334
  - Prior Authorization Number
2335
- - Appointment Type
2336
2335
  - Responsible Party
2337
2336
  - Guarantor
2338
2337
 
@@ -2373,6 +2372,8 @@ await client.encounters.v4.createFromPreEncounterPatient({
2373
2372
  organizationName: "string",
2374
2373
  },
2375
2374
  renderingProvider: {
2375
+ npi: "string",
2376
+ taxonomyCode: "string",
2376
2377
  address: {
2377
2378
  address1: "123 Main St",
2378
2379
  address2: "Apt 1",
@@ -2381,8 +2382,6 @@ await client.encounters.v4.createFromPreEncounterPatient({
2381
2382
  zipCode: "10001",
2382
2383
  zipPlusFourCode: "1234",
2383
2384
  },
2384
- npi: "string",
2385
- taxonomyCode: "string",
2386
2385
  firstName: "string",
2387
2386
  lastName: "string",
2388
2387
  organizationName: "string",
@@ -2553,6 +2552,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
2553
2552
  patientAuthorizedRelease: true,
2554
2553
  benefitsAssignedToProvider: true,
2555
2554
  providerAcceptsAssignment: true,
2555
+ appointmentType: "string",
2556
2556
  existingMedications: [
2557
2557
  {
2558
2558
  name: "Lisinopril",
@@ -2807,6 +2807,111 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
2807
2807
  hemoglobinGdl: 15.1,
2808
2808
  hematocritPct: 51.2,
2809
2809
  },
2810
+ existingMedications: [
2811
+ {
2812
+ name: "Lisinopril",
2813
+ rxCui: CandidApi.RxCui("860975"),
2814
+ dosage: "10mg",
2815
+ dosageForm: "Tablet",
2816
+ frequency: "Once Daily",
2817
+ asNeeded: true,
2818
+ },
2819
+ ],
2820
+ renderingProvider: {
2821
+ npi: "string",
2822
+ taxonomyCode: "string",
2823
+ address: {
2824
+ address1: "123 Main St",
2825
+ address2: "Apt 1",
2826
+ city: "New York",
2827
+ state: CandidApi.State.Ny,
2828
+ zipCode: "10001",
2829
+ zipPlusFourCode: "1234",
2830
+ },
2831
+ firstName: "string",
2832
+ lastName: "string",
2833
+ organizationName: "string",
2834
+ },
2835
+ serviceFacility: {
2836
+ organizationName: "Test Organization",
2837
+ address: {
2838
+ address1: "123 Main St",
2839
+ address2: "Apt 1",
2840
+ city: "New York",
2841
+ state: CandidApi.State.Ny,
2842
+ zipCode: "10001",
2843
+ zipPlusFourCode: "1234",
2844
+ },
2845
+ },
2846
+ guarantor: {
2847
+ firstName: "string",
2848
+ lastName: "string",
2849
+ externalId: "string",
2850
+ dateOfBirth: "2023-01-15",
2851
+ address: {
2852
+ address1: "123 Main St",
2853
+ address2: "Apt 1",
2854
+ city: "New York",
2855
+ state: CandidApi.State.Ny,
2856
+ zipCode: "10001",
2857
+ zipPlusFourCode: "1234",
2858
+ },
2859
+ phoneNumbers: [
2860
+ {
2861
+ number: "1234567890",
2862
+ type: CandidApi.PhoneNumberType.Home,
2863
+ },
2864
+ ],
2865
+ phoneConsent: true,
2866
+ email: CandidApi.Email("johndoe@joincandidhealth.com"),
2867
+ emailConsent: true,
2868
+ },
2869
+ supervisingProvider: {
2870
+ npi: "string",
2871
+ taxonomyCode: "string",
2872
+ address: {
2873
+ address1: "123 Main St",
2874
+ address2: "Apt 1",
2875
+ city: "New York",
2876
+ state: CandidApi.State.Ny,
2877
+ zipCode: "10001",
2878
+ zipPlusFourCode: "1234",
2879
+ },
2880
+ firstName: "string",
2881
+ lastName: "string",
2882
+ organizationName: "string",
2883
+ },
2884
+ referringProvider: {
2885
+ npi: "string",
2886
+ taxonomyCode: "string",
2887
+ address: {
2888
+ address1: "123 Main St",
2889
+ address2: "Apt 1",
2890
+ city: "New York",
2891
+ state: CandidApi.State.Ny,
2892
+ zipCode: "10001",
2893
+ zipPlusFourCode: "1234",
2894
+ },
2895
+ firstName: "string",
2896
+ lastName: "string",
2897
+ organizationName: "string",
2898
+ },
2899
+ initialReferringProvider: {
2900
+ npi: "string",
2901
+ taxonomyCode: "string",
2902
+ address: {
2903
+ address1: "123 Main St",
2904
+ address2: "Apt 1",
2905
+ city: "New York",
2906
+ state: CandidApi.State.Ny,
2907
+ zipCode: "10001",
2908
+ zipPlusFourCode: "1234",
2909
+ },
2910
+ qualifier: CandidApi.QualifierCode.Dq,
2911
+ firstName: "string",
2912
+ lastName: "string",
2913
+ organizationName: "string",
2914
+ },
2810
2915
  });
2811
2916
  ```
2812
2917
 
@@ -4191,7 +4296,7 @@ await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-
4191
4296
  <dl>
4192
4297
  <dd>
4193
4298
 
4194
- **request:** `CandidApi.guarantor.v1.GuarantorUpdate`
4299
+ **request:** `CandidApi.GuarantorUpdate`
4195
4300
 
4196
4301
  </dd>
4197
4302
  </dl>
@@ -8490,9 +8595,9 @@ await client.tasks.v3.update(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ff
8490
8595
  </dl>
8491
8596
  </details>
8492
8597
 
8493
- ## ThirdPartyPayerPayments V1
8598
+ ## WriteOffs V1
8494
8599
 
8495
- <details><summary><code>client.thirdPartyPayerPayments.v1.<a href="/src/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerPaymentsPage, CandidApi.thirdPartyPayerPayments.v1.getMulti.Error></code></summary>
8600
+ <details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.WriteOffsPage, CandidApi.writeOffs.v1.getMulti.Error></code></summary>
8496
8601
  <dl>
8497
8602
  <dd>
8498
8603
 
@@ -8504,7 +8609,7 @@ await client.tasks.v3.update(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ff
8504
8609
  <dl>
8505
8610
  <dd>
8506
8611
 
8507
- Returns all third party payer payments
8612
+ Returns all write-offs satisfying the search criteria.
8508
8613
 
8509
8614
  </dd>
8510
8615
  </dl>
@@ -8520,14 +8625,17 @@ Returns all third party payer payments
8520
8625
  <dd>
8521
8626
 
8522
8627
  ```typescript
8523
- await client.thirdPartyPayerPayments.v1.getMulti({
8628
+ await client.writeOffs.v1.getMulti({
8524
8629
  limit: 1,
8525
- thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8526
- checkNumber: "string",
8527
- invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8528
- sort: CandidApi.ThirdPartyPayerPaymentSortField.AmountCents,
8630
+ patientExternalId: CandidApi.PatientExternalId("string"),
8631
+ payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8632
+ serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8633
+ claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8634
+ billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8635
+ sort: CandidApi.WriteOffSortField.AmountCents,
8529
8636
  sortDirection: CandidApi.SortDirection.Asc,
8530
8637
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
8638
+ accountTypes: CandidApi.AccountType.Patient,
8531
8639
  });
8532
8640
  ```
8533
8641
 
@@ -8544,7 +8652,7 @@ await client.thirdPartyPayerPayments.v1.getMulti({
8544
8652
  <dl>
8545
8653
  <dd>
8546
8654
 
8547
- **request:** `CandidApi.thirdPartyPayerPayments.v1.GetMultiThirdPartyPayerPaymentRequest`
8655
+ **request:** `CandidApi.writeOffs.v1.GetMultiWriteOffsRequest`
8548
8656
 
8549
8657
  </dd>
8550
8658
  </dl>
@@ -8563,7 +8671,7 @@ await client.thirdPartyPayerPayments.v1.getMulti({
8563
8671
  </dl>
8564
8672
  </details>
8565
8673
 
8566
- <details><summary><code>client.thirdPartyPayerPayments.v1.<a href="/src/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.ts">get</a>(thirdPartyPayerPaymentId) -> core.APIResponse<CandidApi.ThirdPartyPayerPayment, CandidApi.thirdPartyPayerPayments.v1.get.Error></code></summary>
8674
+ <details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">get</a>(writeOffId) -> core.APIResponse<CandidApi.WriteOff, CandidApi.writeOffs.v1.get.Error></code></summary>
8567
8675
  <dl>
8568
8676
  <dd>
8569
8677
 
@@ -8575,7 +8683,7 @@ await client.thirdPartyPayerPayments.v1.getMulti({
8575
8683
  <dl>
8576
8684
  <dd>
8577
8685
 
8578
- Retrieves a previously created third party payer payment by its `third_party_payer_payment_id`.
8686
+ Retrieves a previously created write off by its `write_off_id`.
8579
8687
 
8580
8688
  </dd>
8581
8689
  </dl>
@@ -8591,7 +8699,7 @@ Retrieves a previously created third party payer payment by its `third_party_pay
8591
8699
  <dd>
8592
8700
 
8593
8701
  ```typescript
8594
- await client.thirdPartyPayerPayments.v1.get(CandidApi.ThirdPartyPayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
8702
+ await client.writeOffs.v1.get(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
8595
8703
  ```
8596
8704
 
8597
8705
  </dd>
@@ -8607,7 +8715,7 @@ await client.thirdPartyPayerPayments.v1.get(CandidApi.ThirdPartyPayerPaymentId("
8607
8715
  <dl>
8608
8716
  <dd>
8609
8717
 
8610
- **thirdPartyPayerPaymentId:** `CandidApi.ThirdPartyPayerPaymentId`
8718
+ **writeOffId:** `CandidApi.WriteOffId`
8611
8719
 
8612
8720
  </dd>
8613
8721
  </dl>
@@ -8626,10 +8734,26 @@ await client.thirdPartyPayerPayments.v1.get(CandidApi.ThirdPartyPayerPaymentId("
8626
8734
  </dl>
8627
8735
  </details>
8628
8736
 
8629
- <details><summary><code>client.thirdPartyPayerPayments.v1.<a href="/src/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerPayment, CandidApi.thirdPartyPayerPayments.v1.create.Error></code></summary>
8737
+ <details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.CreateWriteOffsResponse, CandidApi.writeOffs.v1.create.Error></code></summary>
8738
+ <dl>
8739
+ <dd>
8740
+
8741
+ #### 📝 Description
8742
+
8743
+ <dl>
8744
+ <dd>
8745
+
8630
8746
  <dl>
8631
8747
  <dd>
8632
8748
 
8749
+ Creates one or many write-offs applied toward a specific service line,
8750
+ claim, or billing provider.
8751
+
8752
+ </dd>
8753
+ </dl>
8754
+ </dd>
8755
+ </dl>
8756
+
8633
8757
  #### 🔌 Usage
8634
8758
 
8635
8759
  <dl>
@@ -8639,22 +8763,17 @@ await client.thirdPartyPayerPayments.v1.get(CandidApi.ThirdPartyPayerPaymentId("
8639
8763
  <dd>
8640
8764
 
8641
8765
  ```typescript
8642
- await client.thirdPartyPayerPayments.v1.create({
8643
- thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8644
- amountCents: 1,
8645
- paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8646
- paymentNote: "string",
8647
- checkNumber: "string",
8648
- allocations: [
8766
+ await client.writeOffs.v1.create({
8767
+ writeOffs: [
8649
8768
  {
8769
+ type: "patient",
8770
+ writeOffTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8771
+ writeOffNote: "string",
8772
+ writeOffReason: CandidApi.PatientWriteOffReason.SmallBalance,
8773
+ serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8650
8774
  amountCents: 1,
8651
- target: {
8652
- type: "service_line_by_id",
8653
- value: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8654
- },
8655
8775
  },
8656
8776
  ],
8657
- invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8658
8777
  });
8659
8778
  ```
8660
8779
 
@@ -8671,7 +8790,7 @@ await client.thirdPartyPayerPayments.v1.create({
8671
8790
  <dl>
8672
8791
  <dd>
8673
8792
 
8674
- **request:** `CandidApi.ThirdPartyPayerPaymentCreate`
8793
+ **request:** `CandidApi.writeOffs.v1.CreateWriteOffsRequest`
8675
8794
 
8676
8795
  </dd>
8677
8796
  </dl>
@@ -8690,11 +8809,11 @@ await client.thirdPartyPayerPayments.v1.create({
8690
8809
  </dl>
8691
8810
  </details>
8692
8811
 
8693
- <details><summary><code>client.thirdPartyPayerPayments.v1.<a href="/src/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.ts">update</a>(thirdPartyPayerPaymentId, { ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerPayment, CandidApi.thirdPartyPayerPayments.v1.update.Error></code></summary>
8812
+ <details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">revert</a>(writeOffId) -> core.APIResponse<CandidApi.WriteOff, CandidApi.writeOffs.v1.revert.Error></code></summary>
8694
8813
  <dl>
8695
8814
  <dd>
8696
8815
 
8697
- #### 🔌 Usage
8816
+ #### 📝 Description
8698
8817
 
8699
8818
  <dl>
8700
8819
  <dd>
@@ -8702,29 +8821,14 @@ await client.thirdPartyPayerPayments.v1.create({
8702
8821
  <dl>
8703
8822
  <dd>
8704
8823
 
8705
- ```typescript
8706
- await client.thirdPartyPayerPayments.v1.update(
8707
- CandidApi.ThirdPartyPayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8708
- {
8709
- paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8710
- paymentNote: {
8711
- type: "set",
8712
- value: "string",
8713
- },
8714
- invoiceId: {
8715
- type: "set",
8716
- value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8717
- },
8718
- }
8719
- );
8720
- ```
8824
+ Reverts a write off given a `write_off_id`.
8721
8825
 
8722
8826
  </dd>
8723
8827
  </dl>
8724
8828
  </dd>
8725
8829
  </dl>
8726
8830
 
8727
- #### ⚙️ Parameters
8831
+ #### 🔌 Usage
8728
8832
 
8729
8833
  <dl>
8730
8834
  <dd>
@@ -8732,15 +8836,24 @@ await client.thirdPartyPayerPayments.v1.update(
8732
8836
  <dl>
8733
8837
  <dd>
8734
8838
 
8735
- **thirdPartyPayerPaymentId:** `CandidApi.ThirdPartyPayerPaymentId`
8839
+ ```typescript
8840
+ await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
8841
+ ```
8736
8842
 
8737
8843
  </dd>
8738
8844
  </dl>
8845
+ </dd>
8846
+ </dl>
8847
+
8848
+ #### ⚙️ Parameters
8849
+
8850
+ <dl>
8851
+ <dd>
8739
8852
 
8740
8853
  <dl>
8741
8854
  <dd>
8742
8855
 
8743
- **request:** `CandidApi.thirdPartyPayerPayments.v1.UpdateThirdPartyPayerPaymentRequest`
8856
+ **writeOffId:** `CandidApi.WriteOffId`
8744
8857
 
8745
8858
  </dd>
8746
8859
  </dl>
@@ -8759,7 +8872,9 @@ await client.thirdPartyPayerPayments.v1.update(
8759
8872
  </dl>
8760
8873
  </details>
8761
8874
 
8762
- <details><summary><code>client.thirdPartyPayerPayments.v1.<a href="/src/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.ts">delete</a>(thirdPartyPayerPaymentId) -> core.APIResponse<void, CandidApi.thirdPartyPayerPayments.v1.delete.Error></code></summary>
8875
+ ## PreEncounter Appointments V1
8876
+
8877
+ <details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.create.Error></code></summary>
8763
8878
  <dl>
8764
8879
  <dd>
8765
8880
 
@@ -8771,7 +8886,7 @@ await client.thirdPartyPayerPayments.v1.update(
8771
8886
  <dl>
8772
8887
  <dd>
8773
8888
 
8774
- Deletes the third party payer payment record matching the provided `third_party_payer_payment_id`.
8889
+ Adds an appointment. VersionConflictError is returned when the placer_appointment_id is already in use.
8775
8890
 
8776
8891
  </dd>
8777
8892
  </dl>
@@ -8787,9 +8902,67 @@ Deletes the third party payer payment record matching the provided `third_party_
8787
8902
  <dd>
8788
8903
 
8789
8904
  ```typescript
8790
- await client.thirdPartyPayerPayments.v1.delete(
8791
- CandidApi.ThirdPartyPayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
8792
- );
8905
+ await client.preEncounter.appointments.v1.create({
8906
+ patientId: CandidApi.PatientId("string"),
8907
+ startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8908
+ status: CandidApi.AppointmentStatus.Pending,
8909
+ serviceDuration: 1,
8910
+ services: [
8911
+ {
8912
+ universalServiceIdentifier: CandidApi.UniversalServiceIdentifier.MdVisit,
8913
+ startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8914
+ },
8915
+ ],
8916
+ placerAppointmentId: "string",
8917
+ attendingDoctor: {
8918
+ name: {
8919
+ family: "string",
8920
+ given: ["string"],
8921
+ use: CandidApi.NameUse.Usual,
8922
+ period: {
8923
+ start: {
8924
+ key: "value",
8925
+ },
8926
+ end: {
8927
+ key: "value",
8928
+ },
8929
+ },
8930
+ },
8931
+ type: CandidApi.ExternalProviderType.Primary,
8932
+ npi: "string",
8933
+ telecoms: [
8934
+ {
8935
+ value: "string",
8936
+ use: CandidApi.ContactPointUse.Home,
8937
+ period: {
8938
+ key: "value",
8939
+ },
8940
+ },
8941
+ ],
8942
+ addresses: [
8943
+ {
8944
+ key: "value",
8945
+ },
8946
+ ],
8947
+ period: {
8948
+ start: {
8949
+ key: "value",
8950
+ },
8951
+ end: {
8952
+ key: "value",
8953
+ },
8954
+ },
8955
+ canonicalId: CandidApi.CanonicalProviderId("string"),
8956
+ },
8957
+ estimatedCopayCents: 1,
8958
+ estimatedPatientResponsibilityCents: 1,
8959
+ patientDepositCents: 1,
8960
+ checkedInTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8961
+ notes: "string",
8962
+ locationResourceId: "string",
8963
+ automatedEligibilityCheckComplete: true,
8964
+ workQueue: CandidApi.AppointmentWorkQueue.EmergentIssue,
8965
+ });
8793
8966
  ```
8794
8967
 
8795
8968
  </dd>
@@ -8805,7 +8978,7 @@ await client.thirdPartyPayerPayments.v1.delete(
8805
8978
  <dl>
8806
8979
  <dd>
8807
8980
 
8808
- **thirdPartyPayerPaymentId:** `CandidApi.ThirdPartyPayerPaymentId`
8981
+ **request:** `CandidApi.MutableAppointment`
8809
8982
 
8810
8983
  </dd>
8811
8984
  </dl>
@@ -8824,1068 +8997,7 @@ await client.thirdPartyPayerPayments.v1.delete(
8824
8997
  </dl>
8825
8998
  </details>
8826
8999
 
8827
- ## ThirdPartyPayerRefunds V1
8828
-
8829
- <details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerRefundsPage, CandidApi.thirdPartyPayerRefunds.v1.getMulti.Error></code></summary>
8830
- <dl>
8831
- <dd>
8832
-
8833
- #### 📝 Description
8834
-
8835
- <dl>
8836
- <dd>
8837
-
8838
- <dl>
8839
- <dd>
8840
-
8841
- Returns all third party payer refunds satisfying the search criteria
8842
-
8843
- </dd>
8844
- </dl>
8845
- </dd>
8846
- </dl>
8847
-
8848
- #### 🔌 Usage
8849
-
8850
- <dl>
8851
- <dd>
8852
-
8853
- <dl>
8854
- <dd>
8855
-
8856
- ```typescript
8857
- await client.thirdPartyPayerRefunds.v1.getMulti({
8858
- limit: 1,
8859
- thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8860
- checkNumber: "string",
8861
- invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8862
- sort: CandidApi.ThirdPartyPayerRefundSortField.AmountCents,
8863
- sortDirection: CandidApi.SortDirection.Asc,
8864
- pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
8865
- });
8866
- ```
8867
-
8868
- </dd>
8869
- </dl>
8870
- </dd>
8871
- </dl>
8872
-
8873
- #### ⚙️ Parameters
8874
-
8875
- <dl>
8876
- <dd>
8877
-
8878
- <dl>
8879
- <dd>
8880
-
8881
- **request:** `CandidApi.thirdPartyPayerRefunds.v1.GetMultiThirdPartyPayerRefundsRequest`
8882
-
8883
- </dd>
8884
- </dl>
8885
-
8886
- <dl>
8887
- <dd>
8888
-
8889
- **requestOptions:** `V1.RequestOptions`
8890
-
8891
- </dd>
8892
- </dl>
8893
- </dd>
8894
- </dl>
8895
-
8896
- </dd>
8897
- </dl>
8898
- </details>
8899
-
8900
- <details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">get</a>(thirdPartyPayerRefundId) -> core.APIResponse<CandidApi.ThirdPartyPayerRefund, CandidApi.thirdPartyPayerRefunds.v1.get.Error></code></summary>
8901
- <dl>
8902
- <dd>
8903
-
8904
- #### 📝 Description
8905
-
8906
- <dl>
8907
- <dd>
8908
-
8909
- <dl>
8910
- <dd>
8911
-
8912
- Retrieves a previously created third party payer refund by its `third_party_payer_refund_id`.
8913
-
8914
- </dd>
8915
- </dl>
8916
- </dd>
8917
- </dl>
8918
-
8919
- #### 🔌 Usage
8920
-
8921
- <dl>
8922
- <dd>
8923
-
8924
- <dl>
8925
- <dd>
8926
-
8927
- ```typescript
8928
- await client.thirdPartyPayerRefunds.v1.get(CandidApi.ThirdPartyPayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
8929
- ```
8930
-
8931
- </dd>
8932
- </dl>
8933
- </dd>
8934
- </dl>
8935
-
8936
- #### ⚙️ Parameters
8937
-
8938
- <dl>
8939
- <dd>
8940
-
8941
- <dl>
8942
- <dd>
8943
-
8944
- **thirdPartyPayerRefundId:** `CandidApi.ThirdPartyPayerRefundId`
8945
-
8946
- </dd>
8947
- </dl>
8948
-
8949
- <dl>
8950
- <dd>
8951
-
8952
- **requestOptions:** `V1.RequestOptions`
8953
-
8954
- </dd>
8955
- </dl>
8956
- </dd>
8957
- </dl>
8958
-
8959
- </dd>
8960
- </dl>
8961
- </details>
8962
-
8963
- <details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerRefund, CandidApi.thirdPartyPayerRefunds.v1.create.Error></code></summary>
8964
- <dl>
8965
- <dd>
8966
-
8967
- #### 📝 Description
8968
-
8969
- <dl>
8970
- <dd>
8971
-
8972
- <dl>
8973
- <dd>
8974
-
8975
- Creates a new third party payer refund record and returns the newly created `ThirdPartyPayerRefund` object.
8976
- The allocations can describe whether the refund is being applied toward a specific service line,
8977
- claim, or billing provider.
8978
-
8979
- </dd>
8980
- </dl>
8981
- </dd>
8982
- </dl>
8983
-
8984
- #### 🔌 Usage
8985
-
8986
- <dl>
8987
- <dd>
8988
-
8989
- <dl>
8990
- <dd>
8991
-
8992
- ```typescript
8993
- await client.thirdPartyPayerRefunds.v1.create({
8994
- thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8995
- invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8996
- amountCents: 1,
8997
- refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8998
- refundNote: "string",
8999
- allocations: [
9000
- {
9001
- amountCents: 1,
9002
- target: {
9003
- type: "service_line_by_id",
9004
- value: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9005
- },
9006
- },
9007
- ],
9008
- refundReason: CandidApi.RefundReason.Overcharged,
9009
- });
9010
- ```
9011
-
9012
- </dd>
9013
- </dl>
9014
- </dd>
9015
- </dl>
9016
-
9017
- #### ⚙️ Parameters
9018
-
9019
- <dl>
9020
- <dd>
9021
-
9022
- <dl>
9023
- <dd>
9024
-
9025
- **request:** `CandidApi.ThirdPartyPayerRefundCreate`
9026
-
9027
- </dd>
9028
- </dl>
9029
-
9030
- <dl>
9031
- <dd>
9032
-
9033
- **requestOptions:** `V1.RequestOptions`
9034
-
9035
- </dd>
9036
- </dl>
9037
- </dd>
9038
- </dl>
9039
-
9040
- </dd>
9041
- </dl>
9042
- </details>
9043
-
9044
- <details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">update</a>(thirdPartyPayerRefundId, { ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerRefund, CandidApi.thirdPartyPayerRefunds.v1.update.Error></code></summary>
9045
- <dl>
9046
- <dd>
9047
-
9048
- #### 📝 Description
9049
-
9050
- <dl>
9051
- <dd>
9052
-
9053
- <dl>
9054
- <dd>
9055
-
9056
- Updates the third party payer refund record matching the provided third_party_payer_refund_id. If updating the refund amount,
9057
- then the allocations must be appropriately updated as well.
9058
-
9059
- </dd>
9060
- </dl>
9061
- </dd>
9062
- </dl>
9063
-
9064
- #### 🔌 Usage
9065
-
9066
- <dl>
9067
- <dd>
9068
-
9069
- <dl>
9070
- <dd>
9071
-
9072
- ```typescript
9073
- await client.thirdPartyPayerRefunds.v1.update(
9074
- CandidApi.ThirdPartyPayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9075
- {
9076
- refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9077
- refundNote: {
9078
- type: "set",
9079
- value: "string",
9080
- },
9081
- refundReason: {
9082
- type: "set",
9083
- value: CandidApi.RefundReason.Overcharged,
9084
- },
9085
- invoiceId: {
9086
- type: "set",
9087
- value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9088
- },
9089
- }
9090
- );
9091
- ```
9092
-
9093
- </dd>
9094
- </dl>
9095
- </dd>
9096
- </dl>
9097
-
9098
- #### ⚙️ Parameters
9099
-
9100
- <dl>
9101
- <dd>
9102
-
9103
- <dl>
9104
- <dd>
9105
-
9106
- **thirdPartyPayerRefundId:** `CandidApi.ThirdPartyPayerRefundId`
9107
-
9108
- </dd>
9109
- </dl>
9110
-
9111
- <dl>
9112
- <dd>
9113
-
9114
- **request:** `CandidApi.thirdPartyPayerRefunds.v1.ThirdPartyPayerRefundUpdate`
9115
-
9116
- </dd>
9117
- </dl>
9118
-
9119
- <dl>
9120
- <dd>
9121
-
9122
- **requestOptions:** `V1.RequestOptions`
9123
-
9124
- </dd>
9125
- </dl>
9126
- </dd>
9127
- </dl>
9128
-
9129
- </dd>
9130
- </dl>
9131
- </details>
9132
-
9133
- <details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">delete</a>(thirdPartyPayerRefundId) -> core.APIResponse<void, CandidApi.thirdPartyPayerRefunds.v1.delete.Error></code></summary>
9134
- <dl>
9135
- <dd>
9136
-
9137
- #### 📝 Description
9138
-
9139
- <dl>
9140
- <dd>
9141
-
9142
- <dl>
9143
- <dd>
9144
-
9145
- Deletes the third party payer refund record matching the provided `third_party_payer_refund_id`.
9146
-
9147
- </dd>
9148
- </dl>
9149
- </dd>
9150
- </dl>
9151
-
9152
- #### 🔌 Usage
9153
-
9154
- <dl>
9155
- <dd>
9156
-
9157
- <dl>
9158
- <dd>
9159
-
9160
- ```typescript
9161
- await client.thirdPartyPayerRefunds.v1.delete(
9162
- CandidApi.ThirdPartyPayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
9163
- );
9164
- ```
9165
-
9166
- </dd>
9167
- </dl>
9168
- </dd>
9169
- </dl>
9170
-
9171
- #### ⚙️ Parameters
9172
-
9173
- <dl>
9174
- <dd>
9175
-
9176
- <dl>
9177
- <dd>
9178
-
9179
- **thirdPartyPayerRefundId:** `CandidApi.ThirdPartyPayerRefundId`
9180
-
9181
- </dd>
9182
- </dl>
9183
-
9184
- <dl>
9185
- <dd>
9186
-
9187
- **requestOptions:** `V1.RequestOptions`
9188
-
9189
- </dd>
9190
- </dl>
9191
- </dd>
9192
- </dl>
9193
-
9194
- </dd>
9195
- </dl>
9196
- </details>
9197
-
9198
- ## ThirdPartyPayers V1
9199
-
9200
- <details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayer, CandidApi.thirdPartyPayers.v1.create.Error></code></summary>
9201
- <dl>
9202
- <dd>
9203
-
9204
- #### 🔌 Usage
9205
-
9206
- <dl>
9207
- <dd>
9208
-
9209
- <dl>
9210
- <dd>
9211
-
9212
- ```typescript
9213
- await client.thirdPartyPayers.v1.create({
9214
- name: "string",
9215
- description: "string",
9216
- category: "string",
9217
- });
9218
- ```
9219
-
9220
- </dd>
9221
- </dl>
9222
- </dd>
9223
- </dl>
9224
-
9225
- #### ⚙️ Parameters
9226
-
9227
- <dl>
9228
- <dd>
9229
-
9230
- <dl>
9231
- <dd>
9232
-
9233
- **request:** `CandidApi.CreateThirdPartyPayerRequest`
9234
-
9235
- </dd>
9236
- </dl>
9237
-
9238
- <dl>
9239
- <dd>
9240
-
9241
- **requestOptions:** `V1.RequestOptions`
9242
-
9243
- </dd>
9244
- </dl>
9245
- </dd>
9246
- </dl>
9247
-
9248
- </dd>
9249
- </dl>
9250
- </details>
9251
-
9252
- <details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">toggleEnablement</a>(thirdPartyPayerId, { ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayer, CandidApi.thirdPartyPayers.v1.toggleEnablement.Error></code></summary>
9253
- <dl>
9254
- <dd>
9255
-
9256
- #### 🔌 Usage
9257
-
9258
- <dl>
9259
- <dd>
9260
-
9261
- <dl>
9262
- <dd>
9263
-
9264
- ```typescript
9265
- await client.thirdPartyPayers.v1.toggleEnablement(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
9266
- enabled: true,
9267
- });
9268
- ```
9269
-
9270
- </dd>
9271
- </dl>
9272
- </dd>
9273
- </dl>
9274
-
9275
- #### ⚙️ Parameters
9276
-
9277
- <dl>
9278
- <dd>
9279
-
9280
- <dl>
9281
- <dd>
9282
-
9283
- **thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
9284
-
9285
- </dd>
9286
- </dl>
9287
-
9288
- <dl>
9289
- <dd>
9290
-
9291
- **request:** `CandidApi.ToggleThirdPartyPayerEnablementRequest`
9292
-
9293
- </dd>
9294
- </dl>
9295
-
9296
- <dl>
9297
- <dd>
9298
-
9299
- **requestOptions:** `V1.RequestOptions`
9300
-
9301
- </dd>
9302
- </dl>
9303
- </dd>
9304
- </dl>
9305
-
9306
- </dd>
9307
- </dl>
9308
- </details>
9309
-
9310
- <details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerPage, CandidApi.thirdPartyPayers.v1.getMulti.Error></code></summary>
9311
- <dl>
9312
- <dd>
9313
-
9314
- #### 🔌 Usage
9315
-
9316
- <dl>
9317
- <dd>
9318
-
9319
- <dl>
9320
- <dd>
9321
-
9322
- ```typescript
9323
- await client.thirdPartyPayers.v1.getMulti({
9324
- name: "string",
9325
- category: "string",
9326
- enabled: true,
9327
- sort: CandidApi.ThirdPartyPayerSortField.Name,
9328
- sortDirection: CandidApi.SortDirection.Asc,
9329
- limit: 1,
9330
- pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
9331
- });
9332
- ```
9333
-
9334
- </dd>
9335
- </dl>
9336
- </dd>
9337
- </dl>
9338
-
9339
- #### ⚙️ Parameters
9340
-
9341
- <dl>
9342
- <dd>
9343
-
9344
- <dl>
9345
- <dd>
9346
-
9347
- **request:** `CandidApi.thirdPartyPayers.v1.GetMultiThirdPartyPayersRequest`
9348
-
9349
- </dd>
9350
- </dl>
9351
-
9352
- <dl>
9353
- <dd>
9354
-
9355
- **requestOptions:** `V1.RequestOptions`
9356
-
9357
- </dd>
9358
- </dl>
9359
- </dd>
9360
- </dl>
9361
-
9362
- </dd>
9363
- </dl>
9364
- </details>
9365
-
9366
- <details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">get</a>(thirdPartyPayerId) -> core.APIResponse<CandidApi.ThirdPartyPayer, CandidApi.thirdPartyPayers.v1.get.Error></code></summary>
9367
- <dl>
9368
- <dd>
9369
-
9370
- #### 🔌 Usage
9371
-
9372
- <dl>
9373
- <dd>
9374
-
9375
- <dl>
9376
- <dd>
9377
-
9378
- ```typescript
9379
- await client.thirdPartyPayers.v1.get(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
9380
- ```
9381
-
9382
- </dd>
9383
- </dl>
9384
- </dd>
9385
- </dl>
9386
-
9387
- #### ⚙️ Parameters
9388
-
9389
- <dl>
9390
- <dd>
9391
-
9392
- <dl>
9393
- <dd>
9394
-
9395
- **thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
9396
-
9397
- </dd>
9398
- </dl>
9399
-
9400
- <dl>
9401
- <dd>
9402
-
9403
- **requestOptions:** `V1.RequestOptions`
9404
-
9405
- </dd>
9406
- </dl>
9407
- </dd>
9408
- </dl>
9409
-
9410
- </dd>
9411
- </dl>
9412
- </details>
9413
-
9414
- <details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">update</a>(thirdPartyPayerId, { ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayer, CandidApi.thirdPartyPayers.v1.update.Error></code></summary>
9415
- <dl>
9416
- <dd>
9417
-
9418
- #### 🔌 Usage
9419
-
9420
- <dl>
9421
- <dd>
9422
-
9423
- <dl>
9424
- <dd>
9425
-
9426
- ```typescript
9427
- await client.thirdPartyPayers.v1.update(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
9428
- name: "string",
9429
- description: {
9430
- type: "remove",
9431
- },
9432
- category: {
9433
- type: "remove",
9434
- },
9435
- });
9436
- ```
9437
-
9438
- </dd>
9439
- </dl>
9440
- </dd>
9441
- </dl>
9442
-
9443
- #### ⚙️ Parameters
9444
-
9445
- <dl>
9446
- <dd>
9447
-
9448
- <dl>
9449
- <dd>
9450
-
9451
- **thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
9452
-
9453
- </dd>
9454
- </dl>
9455
-
9456
- <dl>
9457
- <dd>
9458
-
9459
- **request:** `CandidApi.ThirdPartyPayerUpdateRequest`
9460
-
9461
- </dd>
9462
- </dl>
9463
-
9464
- <dl>
9465
- <dd>
9466
-
9467
- **requestOptions:** `V1.RequestOptions`
9468
-
9469
- </dd>
9470
- </dl>
9471
- </dd>
9472
- </dl>
9473
-
9474
- </dd>
9475
- </dl>
9476
- </details>
9477
-
9478
- <details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">delete</a>(thirdPartyPayerId) -> core.APIResponse<void, CandidApi.thirdPartyPayers.v1.delete.Error></code></summary>
9479
- <dl>
9480
- <dd>
9481
-
9482
- #### 🔌 Usage
9483
-
9484
- <dl>
9485
- <dd>
9486
-
9487
- <dl>
9488
- <dd>
9489
-
9490
- ```typescript
9491
- await client.thirdPartyPayers.v1.delete(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
9492
- ```
9493
-
9494
- </dd>
9495
- </dl>
9496
- </dd>
9497
- </dl>
9498
-
9499
- #### ⚙️ Parameters
9500
-
9501
- <dl>
9502
- <dd>
9503
-
9504
- <dl>
9505
- <dd>
9506
-
9507
- **thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
9508
-
9509
- </dd>
9510
- </dl>
9511
-
9512
- <dl>
9513
- <dd>
9514
-
9515
- **requestOptions:** `V1.RequestOptions`
9516
-
9517
- </dd>
9518
- </dl>
9519
- </dd>
9520
- </dl>
9521
-
9522
- </dd>
9523
- </dl>
9524
- </details>
9525
-
9526
- ## WriteOffs V1
9527
-
9528
- <details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.WriteOffsPage, CandidApi.writeOffs.v1.getMulti.Error></code></summary>
9529
- <dl>
9530
- <dd>
9531
-
9532
- #### 📝 Description
9533
-
9534
- <dl>
9535
- <dd>
9536
-
9537
- <dl>
9538
- <dd>
9539
-
9540
- Returns all write-offs satisfying the search criteria.
9541
-
9542
- </dd>
9543
- </dl>
9544
- </dd>
9545
- </dl>
9546
-
9547
- #### 🔌 Usage
9548
-
9549
- <dl>
9550
- <dd>
9551
-
9552
- <dl>
9553
- <dd>
9554
-
9555
- ```typescript
9556
- await client.writeOffs.v1.getMulti({
9557
- limit: 1,
9558
- patientExternalId: CandidApi.PatientExternalId("string"),
9559
- payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9560
- serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9561
- claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9562
- billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9563
- sort: CandidApi.WriteOffSortField.AmountCents,
9564
- sortDirection: CandidApi.SortDirection.Asc,
9565
- pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
9566
- accountTypes: CandidApi.AccountType.Patient,
9567
- });
9568
- ```
9569
-
9570
- </dd>
9571
- </dl>
9572
- </dd>
9573
- </dl>
9574
-
9575
- #### ⚙️ Parameters
9576
-
9577
- <dl>
9578
- <dd>
9579
-
9580
- <dl>
9581
- <dd>
9582
-
9583
- **request:** `CandidApi.writeOffs.v1.GetMultiWriteOffsRequest`
9584
-
9585
- </dd>
9586
- </dl>
9587
-
9588
- <dl>
9589
- <dd>
9590
-
9591
- **requestOptions:** `V1.RequestOptions`
9592
-
9593
- </dd>
9594
- </dl>
9595
- </dd>
9596
- </dl>
9597
-
9598
- </dd>
9599
- </dl>
9600
- </details>
9601
-
9602
- <details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">get</a>(writeOffId) -> core.APIResponse<CandidApi.WriteOff, CandidApi.writeOffs.v1.get.Error></code></summary>
9603
- <dl>
9604
- <dd>
9605
-
9606
- #### 📝 Description
9607
-
9608
- <dl>
9609
- <dd>
9610
-
9611
- <dl>
9612
- <dd>
9613
-
9614
- Retrieves a previously created write off by its `write_off_id`.
9615
-
9616
- </dd>
9617
- </dl>
9618
- </dd>
9619
- </dl>
9620
-
9621
- #### 🔌 Usage
9622
-
9623
- <dl>
9624
- <dd>
9625
-
9626
- <dl>
9627
- <dd>
9628
-
9629
- ```typescript
9630
- await client.writeOffs.v1.get(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
9631
- ```
9632
-
9633
- </dd>
9634
- </dl>
9635
- </dd>
9636
- </dl>
9637
-
9638
- #### ⚙️ Parameters
9639
-
9640
- <dl>
9641
- <dd>
9642
-
9643
- <dl>
9644
- <dd>
9645
-
9646
- **writeOffId:** `CandidApi.WriteOffId`
9647
-
9648
- </dd>
9649
- </dl>
9650
-
9651
- <dl>
9652
- <dd>
9653
-
9654
- **requestOptions:** `V1.RequestOptions`
9655
-
9656
- </dd>
9657
- </dl>
9658
- </dd>
9659
- </dl>
9660
-
9661
- </dd>
9662
- </dl>
9663
- </details>
9664
-
9665
- <details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.CreateWriteOffsResponse, CandidApi.writeOffs.v1.create.Error></code></summary>
9666
- <dl>
9667
- <dd>
9668
-
9669
- #### 📝 Description
9670
-
9671
- <dl>
9672
- <dd>
9673
-
9674
- <dl>
9675
- <dd>
9676
-
9677
- Creates one or many write-offs applied toward a specific service line,
9678
- claim, or billing provider.
9679
-
9680
- </dd>
9681
- </dl>
9682
- </dd>
9683
- </dl>
9684
-
9685
- #### 🔌 Usage
9686
-
9687
- <dl>
9688
- <dd>
9689
-
9690
- <dl>
9691
- <dd>
9692
-
9693
- ```typescript
9694
- await client.writeOffs.v1.create({
9695
- writeOffs: [
9696
- {
9697
- type: "patient",
9698
- writeOffTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9699
- writeOffNote: "string",
9700
- writeOffReason: CandidApi.PatientWriteOffReason.SmallBalance,
9701
- serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9702
- amountCents: 1,
9703
- },
9704
- ],
9705
- });
9706
- ```
9707
-
9708
- </dd>
9709
- </dl>
9710
- </dd>
9711
- </dl>
9712
-
9713
- #### ⚙️ Parameters
9714
-
9715
- <dl>
9716
- <dd>
9717
-
9718
- <dl>
9719
- <dd>
9720
-
9721
- **request:** `CandidApi.writeOffs.v1.CreateWriteOffsRequest`
9722
-
9723
- </dd>
9724
- </dl>
9725
-
9726
- <dl>
9727
- <dd>
9728
-
9729
- **requestOptions:** `V1.RequestOptions`
9730
-
9731
- </dd>
9732
- </dl>
9733
- </dd>
9734
- </dl>
9735
-
9736
- </dd>
9737
- </dl>
9738
- </details>
9739
-
9740
- <details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">revert</a>(writeOffId) -> core.APIResponse<CandidApi.WriteOff, CandidApi.writeOffs.v1.revert.Error></code></summary>
9741
- <dl>
9742
- <dd>
9743
-
9744
- #### 📝 Description
9745
-
9746
- <dl>
9747
- <dd>
9748
-
9749
- <dl>
9750
- <dd>
9751
-
9752
- Reverts a write off given a `write_off_id`.
9753
-
9754
- </dd>
9755
- </dl>
9756
- </dd>
9757
- </dl>
9758
-
9759
- #### 🔌 Usage
9760
-
9761
- <dl>
9762
- <dd>
9763
-
9764
- <dl>
9765
- <dd>
9766
-
9767
- ```typescript
9768
- await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
9769
- ```
9770
-
9771
- </dd>
9772
- </dl>
9773
- </dd>
9774
- </dl>
9775
-
9776
- #### ⚙️ Parameters
9777
-
9778
- <dl>
9779
- <dd>
9780
-
9781
- <dl>
9782
- <dd>
9783
-
9784
- **writeOffId:** `CandidApi.WriteOffId`
9785
-
9786
- </dd>
9787
- </dl>
9788
-
9789
- <dl>
9790
- <dd>
9791
-
9792
- **requestOptions:** `V1.RequestOptions`
9793
-
9794
- </dd>
9795
- </dl>
9796
- </dd>
9797
- </dl>
9798
-
9799
- </dd>
9800
- </dl>
9801
- </details>
9802
-
9803
- ## PreEncounter Appointments V1
9804
-
9805
- <details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.create.Error></code></summary>
9806
- <dl>
9807
- <dd>
9808
-
9809
- #### 📝 Description
9810
-
9811
- <dl>
9812
- <dd>
9813
-
9814
- <dl>
9815
- <dd>
9816
-
9817
- Adds an appointment. VersionConflictError is returned when the placer_appointment_id is already in use.
9818
-
9819
- </dd>
9820
- </dl>
9821
- </dd>
9822
- </dl>
9823
-
9824
- #### 🔌 Usage
9825
-
9826
- <dl>
9827
- <dd>
9828
-
9829
- <dl>
9830
- <dd>
9831
-
9832
- ```typescript
9833
- await client.preEncounter.appointments.v1.create({
9834
- patientId: CandidApi.PatientId("string"),
9835
- startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9836
- status: CandidApi.AppointmentStatus.Pending,
9837
- serviceDuration: 1,
9838
- services: [
9839
- {
9840
- universalServiceIdentifier: CandidApi.UniversalServiceIdentifier.MdVisit,
9841
- startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9842
- },
9843
- ],
9844
- placerAppointmentId: "string",
9845
- estimatedCopayCents: 1,
9846
- estimatedPatientResponsibilityCents: 1,
9847
- patientDepositCents: 1,
9848
- checkedInTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9849
- notes: "string",
9850
- locationResourceId: "string",
9851
- automatedEligibilityCheckComplete: true,
9852
- workQueue: CandidApi.AppointmentWorkQueue.EmergentIssue,
9853
- });
9854
- ```
9855
-
9856
- </dd>
9857
- </dl>
9858
- </dd>
9859
- </dl>
9860
-
9861
- #### ⚙️ Parameters
9862
-
9863
- <dl>
9864
- <dd>
9865
-
9866
- <dl>
9867
- <dd>
9868
-
9869
- **request:** `CandidApi.MutableAppointment`
9870
-
9871
- </dd>
9872
- </dl>
9873
-
9874
- <dl>
9875
- <dd>
9876
-
9877
- **requestOptions:** `V1.RequestOptions`
9878
-
9879
- </dd>
9880
- </dl>
9881
- </dd>
9882
- </dl>
9883
-
9884
- </dd>
9885
- </dl>
9886
- </details>
9887
-
9888
- <details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.get.Error></code></summary>
9000
+ <details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.get.Error></code></summary>
9889
9001
  <dl>
9890
9002
  <dd>
9891
9003
 
@@ -10051,6 +9163,46 @@ await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("string
10051
9163
  },
10052
9164
  ],
10053
9165
  placerAppointmentId: "string",
9166
+ attendingDoctor: {
9167
+ name: {
9168
+ family: "string",
9169
+ given: ["string"],
9170
+ use: CandidApi.NameUse.Usual,
9171
+ period: {
9172
+ start: {
9173
+ key: "value",
9174
+ },
9175
+ end: {
9176
+ key: "value",
9177
+ },
9178
+ },
9179
+ },
9180
+ type: CandidApi.ExternalProviderType.Primary,
9181
+ npi: "string",
9182
+ telecoms: [
9183
+ {
9184
+ value: "string",
9185
+ use: CandidApi.ContactPointUse.Home,
9186
+ period: {
9187
+ key: "value",
9188
+ },
9189
+ },
9190
+ ],
9191
+ addresses: [
9192
+ {
9193
+ key: "value",
9194
+ },
9195
+ ],
9196
+ period: {
9197
+ start: {
9198
+ key: "value",
9199
+ },
9200
+ end: {
9201
+ key: "value",
9202
+ },
9203
+ },
9204
+ canonicalId: CandidApi.CanonicalProviderId("string"),
9205
+ },
10054
9206
  estimatedCopayCents: 1,
10055
9207
  estimatedPatientResponsibilityCents: 1,
10056
9208
  patientDepositCents: 1,
@@ -10219,8 +9371,12 @@ await client.preEncounter.coverages.v1.create({
10219
9371
  given: ["string"],
10220
9372
  use: CandidApi.NameUse.Usual,
10221
9373
  period: {
10222
- start: "2023-01-15",
10223
- end: "2023-01-15",
9374
+ start: {
9375
+ key: "value",
9376
+ },
9377
+ end: {
9378
+ key: "value",
9379
+ },
10224
9380
  },
10225
9381
  },
10226
9382
  dateOfBirth: "2023-01-15",
@@ -10232,13 +9388,23 @@ await client.preEncounter.coverages.v1.create({
10232
9388
  memberId: "string",
10233
9389
  payerId: CandidApi.PayerId("string"),
10234
9390
  payerName: "string",
9391
+ additionalPayerInformation: {
9392
+ availityEligibilityId: "string",
9393
+ availityPayerId: "string",
9394
+ availityPayerName: "string",
9395
+ availityRemittancePayerId: "string",
9396
+ },
10235
9397
  groupNumber: "string",
10236
9398
  name: "string",
10237
9399
  planType: CandidApi.NetworkType.SelfPay,
10238
9400
  type: CandidApi.InsuranceTypeCode.C01,
10239
9401
  period: {
10240
- start: "2023-01-15",
10241
- end: "2023-01-15",
9402
+ start: {
9403
+ key: "value",
9404
+ },
9405
+ end: {
9406
+ key: "value",
9407
+ },
10242
9408
  },
10243
9409
  insuranceCardImageLocator: "string",
10244
9410
  },
@@ -10252,6 +9418,11 @@ await client.preEncounter.coverages.v1.create({
10252
9418
  initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
10253
9419
  },
10254
9420
  ],
9421
+ latestEligibilityCheck: {
9422
+ checkId: "string",
9423
+ status: CandidApi.EligibilityStatus.Active,
9424
+ initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
9425
+ },
10255
9426
  benefits: {
10256
9427
  planCoverage: {
10257
9428
  key: "value",
@@ -10331,8 +9502,12 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
10331
9502
  given: ["string"],
10332
9503
  use: CandidApi.NameUse.Usual,
10333
9504
  period: {
10334
- start: "2023-01-15",
10335
- end: "2023-01-15",
9505
+ start: {
9506
+ key: "value",
9507
+ },
9508
+ end: {
9509
+ key: "value",
9510
+ },
10336
9511
  },
10337
9512
  },
10338
9513
  dateOfBirth: "2023-01-15",
@@ -10344,13 +9519,23 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
10344
9519
  memberId: "string",
10345
9520
  payerId: CandidApi.PayerId("string"),
10346
9521
  payerName: "string",
9522
+ additionalPayerInformation: {
9523
+ availityEligibilityId: "string",
9524
+ availityPayerId: "string",
9525
+ availityPayerName: "string",
9526
+ availityRemittancePayerId: "string",
9527
+ },
10347
9528
  groupNumber: "string",
10348
9529
  name: "string",
10349
9530
  planType: CandidApi.NetworkType.SelfPay,
10350
9531
  type: CandidApi.InsuranceTypeCode.C01,
10351
9532
  period: {
10352
- start: "2023-01-15",
10353
- end: "2023-01-15",
9533
+ start: {
9534
+ key: "value",
9535
+ },
9536
+ end: {
9537
+ key: "value",
9538
+ },
10354
9539
  },
10355
9540
  insuranceCardImageLocator: "string",
10356
9541
  },
@@ -10364,6 +9549,11 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
10364
9549
  initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
10365
9550
  },
10366
9551
  ],
9552
+ latestEligibilityCheck: {
9553
+ checkId: "string",
9554
+ status: CandidApi.EligibilityStatus.Active,
9555
+ initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
9556
+ },
10367
9557
  benefits: {
10368
9558
  planCoverage: {
10369
9559
  key: "value",
@@ -11006,8 +10196,12 @@ await client.preEncounter.patients.v1.create({
11006
10196
  given: ["string"],
11007
10197
  use: CandidApi.NameUse.Usual,
11008
10198
  period: {
11009
- start: "2023-01-15",
11010
- end: "2023-01-15",
10199
+ start: {
10200
+ key: "value",
10201
+ },
10202
+ end: {
10203
+ key: "value",
10204
+ },
11011
10205
  },
11012
10206
  },
11013
10207
  otherNames: [
@@ -11016,8 +10210,12 @@ await client.preEncounter.patients.v1.create({
11016
10210
  given: ["string"],
11017
10211
  use: CandidApi.NameUse.Usual,
11018
10212
  period: {
11019
- start: "2023-01-15",
11020
- end: "2023-01-15",
10213
+ start: {
10214
+ key: "value",
10215
+ },
10216
+ end: {
10217
+ key: "value",
10218
+ },
11021
10219
  },
11022
10220
  },
11023
10221
  ],
@@ -11040,8 +10238,12 @@ await client.preEncounter.patients.v1.create({
11040
10238
  postalCode: "string",
11041
10239
  country: "string",
11042
10240
  period: {
11043
- start: "2023-01-15",
11044
- end: "2023-01-15",
10241
+ start: {
10242
+ key: "value",
10243
+ },
10244
+ end: {
10245
+ key: "value",
10246
+ },
11045
10247
  },
11046
10248
  },
11047
10249
  otherAddresses: [
@@ -11053,8 +10255,12 @@ await client.preEncounter.patients.v1.create({
11053
10255
  postalCode: "string",
11054
10256
  country: "string",
11055
10257
  period: {
11056
- start: "2023-01-15",
11057
- end: "2023-01-15",
10258
+ start: {
10259
+ key: "value",
10260
+ },
10261
+ end: {
10262
+ key: "value",
10263
+ },
11058
10264
  },
11059
10265
  },
11060
10266
  ],
@@ -11062,8 +10268,7 @@ await client.preEncounter.patients.v1.create({
11062
10268
  value: "string",
11063
10269
  use: CandidApi.ContactPointUse.Home,
11064
10270
  period: {
11065
- start: "2023-01-15",
11066
- end: "2023-01-15",
10271
+ key: "value",
11067
10272
  },
11068
10273
  },
11069
10274
  otherTelecoms: [
@@ -11071,8 +10276,7 @@ await client.preEncounter.patients.v1.create({
11071
10276
  value: "string",
11072
10277
  use: CandidApi.ContactPointUse.Home,
11073
10278
  period: {
11074
- start: "2023-01-15",
11075
- end: "2023-01-15",
10279
+ key: "value",
11076
10280
  },
11077
10281
  },
11078
10282
  ],
@@ -11092,8 +10296,12 @@ await client.preEncounter.patients.v1.create({
11092
10296
  given: ["string"],
11093
10297
  use: CandidApi.NameUse.Usual,
11094
10298
  period: {
11095
- start: "2023-01-15",
11096
- end: "2023-01-15",
10299
+ start: {
10300
+ key: "value",
10301
+ },
10302
+ end: {
10303
+ key: "value",
10304
+ },
11097
10305
  },
11098
10306
  },
11099
10307
  telecoms: [
@@ -11101,8 +10309,7 @@ await client.preEncounter.patients.v1.create({
11101
10309
  value: "string",
11102
10310
  use: CandidApi.ContactPointUse.Home,
11103
10311
  period: {
11104
- start: "2023-01-15",
11105
- end: "2023-01-15",
10312
+ key: "value",
11106
10313
  },
11107
10314
  },
11108
10315
  ],
@@ -11115,14 +10322,22 @@ await client.preEncounter.patients.v1.create({
11115
10322
  postalCode: "string",
11116
10323
  country: "string",
11117
10324
  period: {
11118
- start: "2023-01-15",
11119
- end: "2023-01-15",
10325
+ start: {
10326
+ key: "value",
10327
+ },
10328
+ end: {
10329
+ key: "value",
10330
+ },
11120
10331
  },
11121
10332
  },
11122
10333
  ],
11123
10334
  period: {
11124
- start: "2023-01-15",
11125
- end: "2023-01-15",
10335
+ start: {
10336
+ key: "value",
10337
+ },
10338
+ end: {
10339
+ key: "value",
10340
+ },
11126
10341
  },
11127
10342
  hipaaAuthorization: true,
11128
10343
  },
@@ -11134,8 +10349,12 @@ await client.preEncounter.patients.v1.create({
11134
10349
  given: ["string"],
11135
10350
  use: CandidApi.NameUse.Usual,
11136
10351
  period: {
11137
- start: "2023-01-15",
11138
- end: "2023-01-15",
10352
+ start: {
10353
+ key: "value",
10354
+ },
10355
+ end: {
10356
+ key: "value",
10357
+ },
11139
10358
  },
11140
10359
  },
11141
10360
  type: CandidApi.ExternalProviderType.Primary,
@@ -11145,8 +10364,7 @@ await client.preEncounter.patients.v1.create({
11145
10364
  value: "string",
11146
10365
  use: CandidApi.ContactPointUse.Home,
11147
10366
  period: {
11148
- start: "2023-01-15",
11149
- end: "2023-01-15",
10367
+ key: "value",
11150
10368
  },
11151
10369
  },
11152
10370
  ],
@@ -11156,8 +10374,12 @@ await client.preEncounter.patients.v1.create({
11156
10374
  },
11157
10375
  ],
11158
10376
  period: {
11159
- start: "2023-01-15",
11160
- end: "2023-01-15",
10377
+ start: {
10378
+ key: "value",
10379
+ },
10380
+ end: {
10381
+ key: "value",
10382
+ },
11161
10383
  },
11162
10384
  canonicalId: CandidApi.CanonicalProviderId("string"),
11163
10385
  },
@@ -11172,16 +10394,19 @@ await client.preEncounter.patients.v1.create({
11172
10394
  given: ["string"],
11173
10395
  use: CandidApi.NameUse.Usual,
11174
10396
  period: {
11175
- start: "2023-01-15",
11176
- end: "2023-01-15",
10397
+ start: {
10398
+ key: "value",
10399
+ },
10400
+ end: {
10401
+ key: "value",
10402
+ },
11177
10403
  },
11178
10404
  },
11179
10405
  telecom: {
11180
10406
  value: "string",
11181
10407
  use: CandidApi.ContactPointUse.Home,
11182
10408
  period: {
11183
- start: "2023-01-15",
11184
- end: "2023-01-15",
10409
+ key: "value",
11185
10410
  },
11186
10411
  },
11187
10412
  email: "string",
@@ -11194,12 +10419,88 @@ await client.preEncounter.patients.v1.create({
11194
10419
  postalCode: "string",
11195
10420
  country: "string",
11196
10421
  period: {
11197
- start: "2023-01-15",
11198
- end: "2023-01-15",
10422
+ start: {
10423
+ key: "value",
10424
+ },
10425
+ end: {
10426
+ key: "value",
10427
+ },
11199
10428
  },
11200
10429
  },
11201
10430
  },
11202
10431
  selfPay: true,
10432
+ authorizations: [
10433
+ {
10434
+ payerId: CandidApi.PayerId("string"),
10435
+ payerName: "string",
10436
+ additionalPayerInformation: {
10437
+ key: "value",
10438
+ },
10439
+ authorizationNumber: "string",
10440
+ cptCode: "string",
10441
+ units: CandidApi.AuthorizationUnit.Visit,
10442
+ quantity: {
10443
+ key: "value",
10444
+ },
10445
+ period: {
10446
+ key: "value",
10447
+ },
10448
+ notes: {
10449
+ key: "value",
10450
+ },
10451
+ },
10452
+ ],
10453
+ referrals: [
10454
+ {
10455
+ provider: {
10456
+ name: {
10457
+ family: "string",
10458
+ given: ["string"],
10459
+ use: CandidApi.NameUse.Usual,
10460
+ period: {
10461
+ start: {
10462
+ key: "value",
10463
+ },
10464
+ end: {
10465
+ key: "value",
10466
+ },
10467
+ },
10468
+ },
10469
+ type: CandidApi.ExternalProviderType.Primary,
10470
+ npi: "string",
10471
+ telecoms: [
10472
+ {
10473
+ value: "string",
10474
+ use: CandidApi.ContactPointUse.Home,
10475
+ period: {
10476
+ key: "value",
10477
+ },
10478
+ },
10479
+ ],
10480
+ addresses: [
10481
+ {
10482
+ key: "value",
10483
+ },
10484
+ ],
10485
+ period: {
10486
+ start: {
10487
+ key: "value",
10488
+ },
10489
+ end: {
10490
+ key: "value",
10491
+ },
10492
+ },
10493
+ canonicalId: CandidApi.CanonicalProviderId("string"),
10494
+ },
10495
+ referralNumber: "string",
10496
+ period: {
10497
+ key: "value",
10498
+ },
10499
+ notes: {
10500
+ key: "value",
10501
+ },
10502
+ },
10503
+ ],
11203
10504
  },
11204
10505
  });
11205
10506
  ```
@@ -11465,8 +10766,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11465
10766
  given: ["string"],
11466
10767
  use: CandidApi.NameUse.Usual,
11467
10768
  period: {
11468
- start: "2023-01-15",
11469
- end: "2023-01-15",
10769
+ start: {
10770
+ key: "value",
10771
+ },
10772
+ end: {
10773
+ key: "value",
10774
+ },
11470
10775
  },
11471
10776
  },
11472
10777
  otherNames: [
@@ -11475,8 +10780,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11475
10780
  given: ["string"],
11476
10781
  use: CandidApi.NameUse.Usual,
11477
10782
  period: {
11478
- start: "2023-01-15",
11479
- end: "2023-01-15",
10783
+ start: {
10784
+ key: "value",
10785
+ },
10786
+ end: {
10787
+ key: "value",
10788
+ },
11480
10789
  },
11481
10790
  },
11482
10791
  ],
@@ -11499,8 +10808,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11499
10808
  postalCode: "string",
11500
10809
  country: "string",
11501
10810
  period: {
11502
- start: "2023-01-15",
11503
- end: "2023-01-15",
10811
+ start: {
10812
+ key: "value",
10813
+ },
10814
+ end: {
10815
+ key: "value",
10816
+ },
11504
10817
  },
11505
10818
  },
11506
10819
  otherAddresses: [
@@ -11512,8 +10825,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11512
10825
  postalCode: "string",
11513
10826
  country: "string",
11514
10827
  period: {
11515
- start: "2023-01-15",
11516
- end: "2023-01-15",
10828
+ start: {
10829
+ key: "value",
10830
+ },
10831
+ end: {
10832
+ key: "value",
10833
+ },
11517
10834
  },
11518
10835
  },
11519
10836
  ],
@@ -11521,8 +10838,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11521
10838
  value: "string",
11522
10839
  use: CandidApi.ContactPointUse.Home,
11523
10840
  period: {
11524
- start: "2023-01-15",
11525
- end: "2023-01-15",
10841
+ key: "value",
11526
10842
  },
11527
10843
  },
11528
10844
  otherTelecoms: [
@@ -11530,8 +10846,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11530
10846
  value: "string",
11531
10847
  use: CandidApi.ContactPointUse.Home,
11532
10848
  period: {
11533
- start: "2023-01-15",
11534
- end: "2023-01-15",
10849
+ key: "value",
11535
10850
  },
11536
10851
  },
11537
10852
  ],
@@ -11551,8 +10866,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11551
10866
  given: ["string"],
11552
10867
  use: CandidApi.NameUse.Usual,
11553
10868
  period: {
11554
- start: "2023-01-15",
11555
- end: "2023-01-15",
10869
+ start: {
10870
+ key: "value",
10871
+ },
10872
+ end: {
10873
+ key: "value",
10874
+ },
11556
10875
  },
11557
10876
  },
11558
10877
  telecoms: [
@@ -11560,8 +10879,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11560
10879
  value: "string",
11561
10880
  use: CandidApi.ContactPointUse.Home,
11562
10881
  period: {
11563
- start: "2023-01-15",
11564
- end: "2023-01-15",
10882
+ key: "value",
11565
10883
  },
11566
10884
  },
11567
10885
  ],
@@ -11574,14 +10892,22 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11574
10892
  postalCode: "string",
11575
10893
  country: "string",
11576
10894
  period: {
11577
- start: "2023-01-15",
11578
- end: "2023-01-15",
10895
+ start: {
10896
+ key: "value",
10897
+ },
10898
+ end: {
10899
+ key: "value",
10900
+ },
11579
10901
  },
11580
10902
  },
11581
10903
  ],
11582
10904
  period: {
11583
- start: "2023-01-15",
11584
- end: "2023-01-15",
10905
+ start: {
10906
+ key: "value",
10907
+ },
10908
+ end: {
10909
+ key: "value",
10910
+ },
11585
10911
  },
11586
10912
  hipaaAuthorization: true,
11587
10913
  },
@@ -11593,8 +10919,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11593
10919
  given: ["string"],
11594
10920
  use: CandidApi.NameUse.Usual,
11595
10921
  period: {
11596
- start: "2023-01-15",
11597
- end: "2023-01-15",
10922
+ start: {
10923
+ key: "value",
10924
+ },
10925
+ end: {
10926
+ key: "value",
10927
+ },
11598
10928
  },
11599
10929
  },
11600
10930
  type: CandidApi.ExternalProviderType.Primary,
@@ -11604,8 +10934,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11604
10934
  value: "string",
11605
10935
  use: CandidApi.ContactPointUse.Home,
11606
10936
  period: {
11607
- start: "2023-01-15",
11608
- end: "2023-01-15",
10937
+ key: "value",
11609
10938
  },
11610
10939
  },
11611
10940
  ],
@@ -11615,8 +10944,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11615
10944
  },
11616
10945
  ],
11617
10946
  period: {
11618
- start: "2023-01-15",
11619
- end: "2023-01-15",
10947
+ start: {
10948
+ key: "value",
10949
+ },
10950
+ end: {
10951
+ key: "value",
10952
+ },
11620
10953
  },
11621
10954
  canonicalId: CandidApi.CanonicalProviderId("string"),
11622
10955
  },
@@ -11631,16 +10964,19 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11631
10964
  given: ["string"],
11632
10965
  use: CandidApi.NameUse.Usual,
11633
10966
  period: {
11634
- start: "2023-01-15",
11635
- end: "2023-01-15",
10967
+ start: {
10968
+ key: "value",
10969
+ },
10970
+ end: {
10971
+ key: "value",
10972
+ },
11636
10973
  },
11637
10974
  },
11638
10975
  telecom: {
11639
10976
  value: "string",
11640
10977
  use: CandidApi.ContactPointUse.Home,
11641
10978
  period: {
11642
- start: "2023-01-15",
11643
- end: "2023-01-15",
10979
+ key: "value",
11644
10980
  },
11645
10981
  },
11646
10982
  email: "string",
@@ -11653,12 +10989,88 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11653
10989
  postalCode: "string",
11654
10990
  country: "string",
11655
10991
  period: {
11656
- start: "2023-01-15",
11657
- end: "2023-01-15",
10992
+ start: {
10993
+ key: "value",
10994
+ },
10995
+ end: {
10996
+ key: "value",
10997
+ },
11658
10998
  },
11659
10999
  },
11660
11000
  },
11661
11001
  selfPay: true,
11002
+ authorizations: [
11003
+ {
11004
+ payerId: CandidApi.PayerId("string"),
11005
+ payerName: "string",
11006
+ additionalPayerInformation: {
11007
+ key: "value",
11008
+ },
11009
+ authorizationNumber: "string",
11010
+ cptCode: "string",
11011
+ units: CandidApi.AuthorizationUnit.Visit,
11012
+ quantity: {
11013
+ key: "value",
11014
+ },
11015
+ period: {
11016
+ key: "value",
11017
+ },
11018
+ notes: {
11019
+ key: "value",
11020
+ },
11021
+ },
11022
+ ],
11023
+ referrals: [
11024
+ {
11025
+ provider: {
11026
+ name: {
11027
+ family: "string",
11028
+ given: ["string"],
11029
+ use: CandidApi.NameUse.Usual,
11030
+ period: {
11031
+ start: {
11032
+ key: "value",
11033
+ },
11034
+ end: {
11035
+ key: "value",
11036
+ },
11037
+ },
11038
+ },
11039
+ type: CandidApi.ExternalProviderType.Primary,
11040
+ npi: "string",
11041
+ telecoms: [
11042
+ {
11043
+ value: "string",
11044
+ use: CandidApi.ContactPointUse.Home,
11045
+ period: {
11046
+ key: "value",
11047
+ },
11048
+ },
11049
+ ],
11050
+ addresses: [
11051
+ {
11052
+ key: "value",
11053
+ },
11054
+ ],
11055
+ period: {
11056
+ start: {
11057
+ key: "value",
11058
+ },
11059
+ end: {
11060
+ key: "value",
11061
+ },
11062
+ },
11063
+ canonicalId: CandidApi.CanonicalProviderId("string"),
11064
+ },
11065
+ referralNumber: "string",
11066
+ period: {
11067
+ key: "value",
11068
+ },
11069
+ notes: {
11070
+ key: "value",
11071
+ },
11072
+ },
11073
+ ],
11662
11074
  });
11663
11075
  ```
11664
11076
 
@@ -11928,8 +11340,7 @@ await client.preEncounter.patients.v1.scan({
11928
11340
 
11929
11341
  ```typescript
11930
11342
  await client.serviceFacility.update(CandidApi.ServiceFacilityId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
11931
- organizationName: "string",
11932
- npi: "string",
11343
+ organizationName: "Test Organization",
11933
11344
  address: {
11934
11345
  address1: "123 Main St",
11935
11346
  address2: "Apt 1",