candidhealth 0.34.0 → 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 (858) 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 +130 -6
  15. package/api/resources/encounters/resources/v4/client/Client.js +137 -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 +170 -1
  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/individual/types/PatientUpdate.d.ts +21 -0
  44. package/api/resources/individual/types/index.d.ts +1 -0
  45. package/api/resources/individual/types/index.js +1 -0
  46. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  47. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  48. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  49. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  50. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  51. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  52. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  53. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  54. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  55. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  56. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  57. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  58. package/api/resources/payers/resources/v3/types/Payer.d.ts +13 -1
  59. package/api/resources/payers/resources/v3/types/PayerPage.d.ts +5 -1
  60. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +72 -0
  61. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +77 -5
  62. package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
  63. package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -0
  64. package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  65. package/api/resources/preEncounter/resources/common/types/index.js +1 -0
  66. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +46 -8
  67. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +54 -16
  68. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +12 -0
  69. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +14 -0
  70. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
  71. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +9 -0
  72. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +11 -0
  73. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
  74. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
  75. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -0
  76. package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
  77. package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
  78. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +2 -0
  79. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +2 -0
  80. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
  81. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
  82. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  83. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +272 -66
  84. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +280 -74
  85. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +136 -33
  86. package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +15 -0
  87. package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +7 -0
  88. package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +9 -0
  89. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  90. package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
  91. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
  92. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
  93. package/api/resources/serviceFacility/client/Client.d.ts +2 -3
  94. package/api/resources/serviceFacility/client/Client.js +3 -4
  95. package/api/resources/serviceFacility/client/index.d.ts +0 -1
  96. package/api/resources/serviceFacility/client/index.js +0 -4
  97. package/api/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +3 -8
  98. package/api/resources/serviceFacility/types/index.d.ts +1 -0
  99. package/api/resources/serviceFacility/types/index.js +1 -0
  100. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  101. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  102. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  103. package/dist/Client.d.ts +0 -9
  104. package/dist/Client.js +6 -21
  105. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  106. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  107. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  108. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  109. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  110. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  111. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
  112. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
  113. package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  114. package/dist/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
  115. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +130 -6
  116. package/dist/api/resources/encounters/resources/v4/client/Client.js +137 -11
  117. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
  118. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
  119. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -8
  120. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +3 -2
  121. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +170 -1
  122. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  123. package/dist/api/resources/encounters/resources/v4/client/update.js +11 -0
  124. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +0 -2
  125. package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
  126. package/dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +6 -0
  127. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  128. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  129. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  130. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  131. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  132. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  133. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  134. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +1 -1
  135. package/dist/api/resources/guarantor/resources/v1/client/Client.js +4 -4
  136. package/dist/api/resources/guarantor/resources/v1/client/index.d.ts +0 -1
  137. package/dist/api/resources/guarantor/resources/v1/client/index.js +0 -4
  138. package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
  139. package/dist/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  140. package/dist/api/resources/guarantor/resources/v1/types/index.js +1 -0
  141. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  142. package/dist/api/resources/index.d.ts +0 -4
  143. package/dist/api/resources/index.js +1 -5
  144. package/dist/api/resources/individual/types/PatientUpdate.d.ts +21 -0
  145. package/dist/api/resources/individual/types/index.d.ts +1 -0
  146. package/dist/api/resources/individual/types/index.js +1 -0
  147. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  148. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  149. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  150. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  151. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  152. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  153. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  154. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  155. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  156. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  157. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  158. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  159. package/dist/api/resources/payers/resources/v3/types/Payer.d.ts +13 -1
  160. package/dist/api/resources/payers/resources/v3/types/PayerPage.d.ts +5 -1
  161. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +72 -0
  162. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +77 -5
  163. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
  164. package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -0
  165. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  166. package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -0
  167. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +46 -8
  168. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +54 -16
  169. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +12 -0
  170. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +14 -0
  171. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
  172. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +9 -0
  173. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +11 -0
  174. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
  175. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
  176. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -0
  177. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
  178. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
  179. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +2 -0
  180. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +2 -0
  181. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
  182. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
  183. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  184. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +272 -66
  185. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +280 -74
  186. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +136 -33
  187. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +15 -0
  188. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +7 -0
  189. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +9 -0
  190. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  191. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
  192. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
  193. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
  194. package/dist/api/resources/serviceFacility/client/Client.d.ts +2 -3
  195. package/dist/api/resources/serviceFacility/client/Client.js +3 -4
  196. package/dist/api/resources/serviceFacility/client/index.d.ts +0 -1
  197. package/dist/api/resources/serviceFacility/client/index.js +0 -4
  198. package/dist/api/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +3 -8
  199. package/dist/api/resources/serviceFacility/types/index.d.ts +1 -0
  200. package/dist/api/resources/serviceFacility/types/index.js +1 -0
  201. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  202. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  203. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  204. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
  205. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -1
  206. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
  207. package/dist/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +8 -6
  208. package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  209. package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
  210. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
  211. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
  212. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
  213. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
  214. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +16 -0
  215. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +16 -0
  216. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  217. package/dist/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  218. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +0 -1
  219. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +0 -1
  220. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
  221. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
  222. package/dist/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +12 -0
  223. package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +3 -3
  224. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  225. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  226. package/dist/serialization/resources/guarantor/resources/v1/client/index.d.ts +0 -1
  227. package/dist/serialization/resources/guarantor/resources/v1/client/index.js +0 -4
  228. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
  229. package/dist/serialization/resources/guarantor/resources/v1/{client/requests → types}/GuarantorUpdate.js +4 -4
  230. package/dist/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  231. package/dist/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
  232. package/dist/serialization/resources/index.d.ts +0 -4
  233. package/dist/serialization/resources/index.js +1 -5
  234. package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +27 -0
  235. package/dist/serialization/resources/individual/types/PatientUpdate.js +48 -0
  236. package/dist/serialization/resources/individual/types/index.d.ts +1 -0
  237. package/dist/serialization/resources/individual/types/index.js +1 -0
  238. package/dist/serialization/resources/payers/resources/v3/types/Payer.d.ts +4 -0
  239. package/dist/serialization/resources/payers/resources/v3/types/Payer.js +4 -0
  240. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
  241. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +2 -0
  242. package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
  243. package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +6 -8
  244. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  245. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  246. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +10 -0
  247. package/dist/serialization/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js → preEncounter/resources/coverages/resources/v1/types/BenefitType.js} +10 -3
  248. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
  249. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +40 -0
  250. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
  251. package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js → preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js} +3 -3
  252. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
  253. package/{serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js → dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js} +3 -3
  254. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
  255. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
  256. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
  257. package/dist/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +7 -6
  258. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
  259. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +2 -0
  260. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -0
  261. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +3 -0
  262. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +3 -0
  263. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -0
  264. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
  265. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
  266. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +24 -0
  267. package/dist/serialization/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +16 -8
  268. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
  269. package/{serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js → dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js} +3 -3
  270. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
  271. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
  272. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
  273. package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → preEncounter/resources/patients/resources/v1/types/Referral.js} +9 -6
  274. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
  275. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
  276. package/dist/serialization/resources/serviceFacility/index.d.ts +0 -1
  277. package/dist/serialization/resources/serviceFacility/index.js +0 -1
  278. package/dist/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +5 -5
  279. package/dist/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.js +2 -2
  280. package/dist/serialization/resources/serviceFacility/types/index.d.ts +1 -0
  281. package/dist/serialization/resources/serviceFacility/types/index.js +1 -0
  282. package/package.json +1 -1
  283. package/reference.md +589 -1153
  284. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
  285. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -1
  286. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
  287. package/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +8 -6
  288. package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  289. package/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
  290. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
  291. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
  292. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
  293. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
  294. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +16 -0
  295. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +16 -0
  296. package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  297. package/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  298. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +0 -1
  299. package/serialization/resources/encounters/resources/v4/types/Encounter.js +0 -1
  300. package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
  301. package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
  302. package/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +12 -0
  303. package/serialization/resources/{thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +3 -3
  304. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  305. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  306. package/serialization/resources/guarantor/resources/v1/client/index.d.ts +0 -1
  307. package/serialization/resources/guarantor/resources/v1/client/index.js +0 -4
  308. package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
  309. package/serialization/resources/guarantor/resources/v1/{client/requests → types}/GuarantorUpdate.js +4 -4
  310. package/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  311. package/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
  312. package/serialization/resources/index.d.ts +0 -4
  313. package/serialization/resources/index.js +1 -5
  314. package/serialization/resources/individual/types/PatientUpdate.d.ts +27 -0
  315. package/serialization/resources/individual/types/PatientUpdate.js +48 -0
  316. package/serialization/resources/individual/types/index.d.ts +1 -0
  317. package/serialization/resources/individual/types/index.js +1 -0
  318. package/serialization/resources/payers/resources/v3/types/Payer.d.ts +4 -0
  319. package/serialization/resources/payers/resources/v3/types/Payer.js +4 -0
  320. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
  321. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +2 -0
  322. package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
  323. package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +36 -0
  324. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  325. package/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  326. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +10 -0
  327. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +38 -0
  328. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
  329. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +40 -0
  330. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
  331. package/{dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js → serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js} +3 -3
  332. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
  333. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +31 -0
  334. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
  335. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
  336. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
  337. package/{dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js → serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +7 -6
  338. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
  339. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +2 -0
  340. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -0
  341. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +3 -0
  342. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +3 -0
  343. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -0
  344. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
  345. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
  346. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +24 -0
  347. package/{dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +16 -13
  348. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
  349. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +31 -0
  350. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
  351. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
  352. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
  353. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +38 -0
  354. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
  355. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
  356. package/serialization/resources/serviceFacility/index.d.ts +0 -1
  357. package/serialization/resources/serviceFacility/index.js +0 -1
  358. package/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +5 -5
  359. package/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.js +2 -2
  360. package/serialization/resources/serviceFacility/types/index.d.ts +1 -0
  361. package/serialization/resources/serviceFacility/types/index.js +1 -0
  362. package/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -44
  363. package/api/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
  364. package/api/resources/guarantor/resources/v1/client/requests/index.js +0 -2
  365. package/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
  366. package/api/resources/serviceFacility/client/requests/index.js +0 -2
  367. package/api/resources/thirdPartyPayerPayments/client/Client.d.ts +0 -26
  368. package/api/resources/thirdPartyPayerPayments/client/Client.js +0 -17
  369. package/api/resources/thirdPartyPayerPayments/client/index.d.ts +0 -1
  370. package/api/resources/thirdPartyPayerPayments/client/index.js +0 -2
  371. package/api/resources/thirdPartyPayerPayments/index.d.ts +0 -2
  372. package/api/resources/thirdPartyPayerPayments/index.js +0 -18
  373. package/api/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
  374. package/api/resources/thirdPartyPayerPayments/resources/index.js +0 -27
  375. package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +0 -104
  376. package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +0 -428
  377. package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -34
  378. package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -69
  379. package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -34
  380. package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -69
  381. package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -28
  382. package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -58
  383. package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -28
  384. package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -58
  385. package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
  386. package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
  387. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +0 -34
  388. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -23
  389. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -2
  390. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -2
  391. package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -34
  392. package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -69
  393. package/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
  394. package/api/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
  395. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -14
  396. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -13
  397. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -8
  398. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -10
  399. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -8
  400. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -10
  401. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -7
  402. package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
  403. package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
  404. package/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +0 -26
  405. package/api/resources/thirdPartyPayerRefunds/client/Client.js +0 -17
  406. package/api/resources/thirdPartyPayerRefunds/client/index.d.ts +0 -1
  407. package/api/resources/thirdPartyPayerRefunds/client/index.js +0 -2
  408. package/api/resources/thirdPartyPayerRefunds/index.d.ts +0 -2
  409. package/api/resources/thirdPartyPayerRefunds/index.js +0 -18
  410. package/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
  411. package/api/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
  412. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +0 -115
  413. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +0 -439
  414. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -34
  415. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -69
  416. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -34
  417. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -69
  418. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -28
  419. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -58
  420. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -28
  421. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -58
  422. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
  423. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
  424. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +0 -34
  425. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -28
  426. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -2
  427. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -2
  428. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -34
  429. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -69
  430. package/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
  431. package/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
  432. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -14
  433. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -13
  434. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -8
  435. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -10
  436. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -8
  437. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +0 -10
  438. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -7
  439. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
  440. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
  441. package/api/resources/thirdPartyPayers/client/Client.d.ts +0 -26
  442. package/api/resources/thirdPartyPayers/client/Client.js +0 -17
  443. package/api/resources/thirdPartyPayers/client/index.d.ts +0 -1
  444. package/api/resources/thirdPartyPayers/client/index.js +0 -2
  445. package/api/resources/thirdPartyPayers/index.d.ts +0 -2
  446. package/api/resources/thirdPartyPayers/index.js +0 -18
  447. package/api/resources/thirdPartyPayers/resources/index.d.ts +0 -1
  448. package/api/resources/thirdPartyPayers/resources/index.js +0 -27
  449. package/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +0 -97
  450. package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +0 -469
  451. package/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -34
  452. package/api/resources/thirdPartyPayers/resources/v1/client/create.js +0 -69
  453. package/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -28
  454. package/api/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -58
  455. package/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -28
  456. package/api/resources/thirdPartyPayers/resources/v1/client/get.js +0 -58
  457. package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -28
  458. package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -58
  459. package/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -7
  460. package/api/resources/thirdPartyPayers/resources/v1/client/index.js +0 -36
  461. package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +0 -28
  462. package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +0 -1
  463. package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +0 -2
  464. package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -28
  465. package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -58
  466. package/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -34
  467. package/api/resources/thirdPartyPayers/resources/v1/client/update.js +0 -69
  468. package/api/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
  469. package/api/resources/thirdPartyPayers/resources/v1/index.js +0 -18
  470. package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -11
  471. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -11
  472. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
  473. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
  474. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -8
  475. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -10
  476. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -7
  477. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
  478. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +0 -12
  479. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -10
  480. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -5
  481. package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -6
  482. package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +0 -5
  483. package/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
  484. package/api/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
  485. package/dist/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -44
  486. package/dist/api/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
  487. package/dist/api/resources/guarantor/resources/v1/client/requests/index.js +0 -2
  488. package/dist/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
  489. package/dist/api/resources/serviceFacility/client/requests/index.js +0 -2
  490. package/dist/api/resources/thirdPartyPayerPayments/client/Client.d.ts +0 -26
  491. package/dist/api/resources/thirdPartyPayerPayments/client/Client.js +0 -17
  492. package/dist/api/resources/thirdPartyPayerPayments/client/index.d.ts +0 -1
  493. package/dist/api/resources/thirdPartyPayerPayments/client/index.js +0 -2
  494. package/dist/api/resources/thirdPartyPayerPayments/index.d.ts +0 -2
  495. package/dist/api/resources/thirdPartyPayerPayments/index.js +0 -18
  496. package/dist/api/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
  497. package/dist/api/resources/thirdPartyPayerPayments/resources/index.js +0 -27
  498. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +0 -104
  499. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +0 -428
  500. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -34
  501. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -69
  502. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -34
  503. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -69
  504. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -28
  505. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -58
  506. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -28
  507. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -58
  508. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
  509. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
  510. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +0 -34
  511. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +0 -5
  512. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -23
  513. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +0 -5
  514. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -2
  515. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -2
  516. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -34
  517. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -69
  518. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
  519. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
  520. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -14
  521. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -5
  522. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -13
  523. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +0 -5
  524. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -8
  525. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -10
  526. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -8
  527. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -10
  528. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -7
  529. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -5
  530. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
  531. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
  532. package/dist/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +0 -26
  533. package/dist/api/resources/thirdPartyPayerRefunds/client/Client.js +0 -17
  534. package/dist/api/resources/thirdPartyPayerRefunds/client/index.d.ts +0 -1
  535. package/dist/api/resources/thirdPartyPayerRefunds/client/index.js +0 -2
  536. package/dist/api/resources/thirdPartyPayerRefunds/index.d.ts +0 -2
  537. package/dist/api/resources/thirdPartyPayerRefunds/index.js +0 -18
  538. package/dist/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
  539. package/dist/api/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
  540. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +0 -115
  541. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +0 -439
  542. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -34
  543. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -69
  544. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -34
  545. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -69
  546. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -28
  547. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -58
  548. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -28
  549. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -58
  550. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
  551. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
  552. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +0 -34
  553. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +0 -5
  554. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -28
  555. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -5
  556. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -2
  557. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -2
  558. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -34
  559. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -69
  560. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
  561. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
  562. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -14
  563. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -5
  564. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -13
  565. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -5
  566. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -8
  567. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -10
  568. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -8
  569. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +0 -10
  570. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -7
  571. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +0 -5
  572. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
  573. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
  574. package/dist/api/resources/thirdPartyPayers/client/Client.d.ts +0 -26
  575. package/dist/api/resources/thirdPartyPayers/client/Client.js +0 -17
  576. package/dist/api/resources/thirdPartyPayers/client/index.d.ts +0 -1
  577. package/dist/api/resources/thirdPartyPayers/client/index.js +0 -2
  578. package/dist/api/resources/thirdPartyPayers/index.d.ts +0 -2
  579. package/dist/api/resources/thirdPartyPayers/index.js +0 -18
  580. package/dist/api/resources/thirdPartyPayers/resources/index.d.ts +0 -1
  581. package/dist/api/resources/thirdPartyPayers/resources/index.js +0 -27
  582. package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +0 -97
  583. package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +0 -469
  584. package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -34
  585. package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.js +0 -69
  586. package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -28
  587. package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -58
  588. package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -28
  589. package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.js +0 -58
  590. package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -28
  591. package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -58
  592. package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -7
  593. package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.js +0 -36
  594. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +0 -28
  595. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +0 -5
  596. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +0 -1
  597. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +0 -2
  598. package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -28
  599. package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -58
  600. package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -34
  601. package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.js +0 -69
  602. package/dist/api/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
  603. package/dist/api/resources/thirdPartyPayers/resources/v1/index.js +0 -18
  604. package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -11
  605. package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +0 -5
  606. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -11
  607. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +0 -5
  608. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
  609. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -5
  610. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
  611. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -5
  612. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -8
  613. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -10
  614. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -7
  615. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -5
  616. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
  617. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +0 -12
  618. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -10
  619. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -5
  620. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -6
  621. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +0 -5
  622. package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
  623. package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
  624. package/dist/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -23
  625. package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
  626. package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.js +0 -5
  627. package/dist/serialization/resources/serviceFacility/client/index.d.ts +0 -1
  628. package/dist/serialization/resources/serviceFacility/client/index.js +0 -17
  629. package/dist/serialization/resources/serviceFacility/client/requests/index.d.ts +0 -1
  630. package/dist/serialization/resources/serviceFacility/client/requests/index.js +0 -5
  631. package/dist/serialization/resources/thirdPartyPayerPayments/index.d.ts +0 -1
  632. package/dist/serialization/resources/thirdPartyPayerPayments/index.js +0 -17
  633. package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
  634. package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.js +0 -27
  635. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -20
  636. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -67
  637. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -20
  638. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -67
  639. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -15
  640. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -61
  641. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -15
  642. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -61
  643. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
  644. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
  645. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -16
  646. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -1
  647. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -5
  648. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -20
  649. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -67
  650. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
  651. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
  652. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -23
  653. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -44
  654. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -21
  655. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -10
  656. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -10
  657. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -14
  658. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -37
  659. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
  660. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
  661. package/dist/serialization/resources/thirdPartyPayerRefunds/index.d.ts +0 -1
  662. package/dist/serialization/resources/thirdPartyPayerRefunds/index.js +0 -17
  663. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
  664. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
  665. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -20
  666. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -67
  667. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -20
  668. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -67
  669. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -15
  670. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -61
  671. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -15
  672. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -61
  673. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
  674. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
  675. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -18
  676. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -39
  677. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -1
  678. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -5
  679. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -20
  680. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -67
  681. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
  682. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
  683. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -24
  684. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -45
  685. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -22
  686. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -43
  687. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -10
  688. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -10
  689. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -14
  690. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
  691. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
  692. package/dist/serialization/resources/thirdPartyPayers/index.d.ts +0 -1
  693. package/dist/serialization/resources/thirdPartyPayers/index.js +0 -17
  694. package/dist/serialization/resources/thirdPartyPayers/resources/index.d.ts +0 -1
  695. package/dist/serialization/resources/thirdPartyPayers/resources/index.js +0 -27
  696. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -20
  697. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +0 -67
  698. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -15
  699. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -61
  700. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -15
  701. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +0 -61
  702. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -15
  703. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -61
  704. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -6
  705. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +0 -32
  706. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -15
  707. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -61
  708. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -20
  709. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +0 -67
  710. package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
  711. package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.js +0 -18
  712. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -14
  713. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -17
  714. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
  715. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -41
  716. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
  717. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -41
  718. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -10
  719. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -35
  720. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -14
  721. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -37
  722. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
  723. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -16
  724. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -37
  725. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -12
  726. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
  727. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
  728. package/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -23
  729. package/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
  730. package/serialization/resources/guarantor/resources/v1/client/requests/index.js +0 -5
  731. package/serialization/resources/serviceFacility/client/index.d.ts +0 -1
  732. package/serialization/resources/serviceFacility/client/index.js +0 -17
  733. package/serialization/resources/serviceFacility/client/requests/index.d.ts +0 -1
  734. package/serialization/resources/serviceFacility/client/requests/index.js +0 -5
  735. package/serialization/resources/thirdPartyPayerPayments/index.d.ts +0 -1
  736. package/serialization/resources/thirdPartyPayerPayments/index.js +0 -17
  737. package/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
  738. package/serialization/resources/thirdPartyPayerPayments/resources/index.js +0 -27
  739. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -20
  740. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -67
  741. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -20
  742. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -67
  743. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -15
  744. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -61
  745. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -15
  746. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -61
  747. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
  748. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
  749. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -16
  750. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +0 -37
  751. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -1
  752. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -5
  753. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -20
  754. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -67
  755. package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
  756. package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
  757. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -23
  758. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -44
  759. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -21
  760. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +0 -42
  761. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -10
  762. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -35
  763. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -10
  764. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -31
  765. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -14
  766. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -37
  767. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
  768. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
  769. package/serialization/resources/thirdPartyPayerRefunds/index.d.ts +0 -1
  770. package/serialization/resources/thirdPartyPayerRefunds/index.js +0 -17
  771. package/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
  772. package/serialization/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
  773. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -20
  774. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -67
  775. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -20
  776. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -67
  777. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -15
  778. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -61
  779. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -15
  780. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -61
  781. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
  782. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
  783. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -18
  784. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -39
  785. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -1
  786. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -5
  787. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -20
  788. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -67
  789. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
  790. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
  791. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -24
  792. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -45
  793. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -22
  794. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -43
  795. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -10
  796. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -35
  797. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -10
  798. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -14
  799. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
  800. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
  801. package/serialization/resources/thirdPartyPayers/index.d.ts +0 -1
  802. package/serialization/resources/thirdPartyPayers/index.js +0 -17
  803. package/serialization/resources/thirdPartyPayers/resources/index.d.ts +0 -1
  804. package/serialization/resources/thirdPartyPayers/resources/index.js +0 -27
  805. package/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -20
  806. package/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +0 -67
  807. package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -15
  808. package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -61
  809. package/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -15
  810. package/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +0 -61
  811. package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -15
  812. package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -61
  813. package/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -6
  814. package/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +0 -32
  815. package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -15
  816. package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -61
  817. package/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -20
  818. package/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +0 -67
  819. package/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
  820. package/serialization/resources/thirdPartyPayers/resources/v1/index.js +0 -18
  821. package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -14
  822. package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +0 -35
  823. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -17
  824. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +0 -38
  825. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
  826. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -41
  827. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
  828. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -41
  829. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -10
  830. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -35
  831. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -14
  832. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -37
  833. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
  834. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -16
  835. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -37
  836. package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -12
  837. package/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
  838. package/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
  839. /package/api/resources/{guarantor/resources/v1/client/requests/GuarantorUpdate.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
  840. /package/api/resources/{serviceFacility/client/requests/EncounterServiceFacilityUpdate.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
  841. /package/{dist/api/resources/guarantor/resources/v1/client/requests → api/resources/guarantor/resources/v1/types}/GuarantorUpdate.js +0 -0
  842. /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js → individual/types/PatientUpdate.js} +0 -0
  843. /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
  844. /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js → preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
  845. /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
  846. /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
  847. /package/api/resources/{thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js → preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
  848. /package/{dist/api/resources/serviceFacility/client/requests → api/resources/serviceFacility/types}/EncounterServiceFacilityUpdate.js +0 -0
  849. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js → dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
  850. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js → dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
  851. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js → dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js} +0 -0
  852. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → dist/api/resources/individual/types/PatientUpdate.js} +0 -0
  853. /package/{api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js → dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
  854. /package/{api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
  855. /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
  856. /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
  857. /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
  858. /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.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",
@@ -2761,6 +2761,31 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
2761
2761
  onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
2762
2762
  lastMenstrualPeriodDate: "2023-01-15",
2763
2763
  delayReasonCode: CandidApi.DelayReasonCode.C1,
2764
+ patient: {
2765
+ firstName: "string",
2766
+ lastName: "string",
2767
+ gender: CandidApi.Gender.Male,
2768
+ externalId: "string",
2769
+ dateOfBirth: "2023-01-15",
2770
+ address: {
2771
+ address1: "123 Main St",
2772
+ address2: "Apt 1",
2773
+ city: "New York",
2774
+ state: CandidApi.State.Ny,
2775
+ zipCode: "10001",
2776
+ zipPlusFourCode: "1234",
2777
+ },
2778
+ phoneNumbers: [
2779
+ {
2780
+ number: "1234567890",
2781
+ type: CandidApi.PhoneNumberType.Home,
2782
+ },
2783
+ ],
2784
+ phoneConsent: true,
2785
+ email: CandidApi.Email("johndoe@joincandidhealth.com"),
2786
+ emailConsent: true,
2787
+ nonInsurancePayers: [CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
2788
+ },
2764
2789
  patientAuthorizedRelease: true,
2765
2790
  schemaInstances: [
2766
2791
  {
@@ -2782,6 +2807,111 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
2782
2807
  hemoglobinGdl: 15.1,
2783
2808
  hematocritPct: 51.2,
2784
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
+ },
2785
2915
  });
2786
2916
  ```
2787
2917
 
@@ -4166,7 +4296,7 @@ await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-
4166
4296
  <dl>
4167
4297
  <dd>
4168
4298
 
4169
- **request:** `CandidApi.guarantor.v1.GuarantorUpdate`
4299
+ **request:** `CandidApi.GuarantorUpdate`
4170
4300
 
4171
4301
  </dd>
4172
4302
  </dl>
@@ -8465,9 +8595,9 @@ await client.tasks.v3.update(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ff
8465
8595
  </dl>
8466
8596
  </details>
8467
8597
 
8468
- ## ThirdPartyPayerPayments V1
8598
+ ## WriteOffs V1
8469
8599
 
8470
- <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>
8471
8601
  <dl>
8472
8602
  <dd>
8473
8603
 
@@ -8479,7 +8609,7 @@ await client.tasks.v3.update(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ff
8479
8609
  <dl>
8480
8610
  <dd>
8481
8611
 
8482
- Returns all third party payer payments
8612
+ Returns all write-offs satisfying the search criteria.
8483
8613
 
8484
8614
  </dd>
8485
8615
  </dl>
@@ -8495,14 +8625,17 @@ Returns all third party payer payments
8495
8625
  <dd>
8496
8626
 
8497
8627
  ```typescript
8498
- await client.thirdPartyPayerPayments.v1.getMulti({
8628
+ await client.writeOffs.v1.getMulti({
8499
8629
  limit: 1,
8500
- thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8501
- checkNumber: "string",
8502
- invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8503
- 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,
8504
8636
  sortDirection: CandidApi.SortDirection.Asc,
8505
8637
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
8638
+ accountTypes: CandidApi.AccountType.Patient,
8506
8639
  });
8507
8640
  ```
8508
8641
 
@@ -8519,7 +8652,7 @@ await client.thirdPartyPayerPayments.v1.getMulti({
8519
8652
  <dl>
8520
8653
  <dd>
8521
8654
 
8522
- **request:** `CandidApi.thirdPartyPayerPayments.v1.GetMultiThirdPartyPayerPaymentRequest`
8655
+ **request:** `CandidApi.writeOffs.v1.GetMultiWriteOffsRequest`
8523
8656
 
8524
8657
  </dd>
8525
8658
  </dl>
@@ -8538,7 +8671,7 @@ await client.thirdPartyPayerPayments.v1.getMulti({
8538
8671
  </dl>
8539
8672
  </details>
8540
8673
 
8541
- <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>
8542
8675
  <dl>
8543
8676
  <dd>
8544
8677
 
@@ -8550,7 +8683,7 @@ await client.thirdPartyPayerPayments.v1.getMulti({
8550
8683
  <dl>
8551
8684
  <dd>
8552
8685
 
8553
- 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`.
8554
8687
 
8555
8688
  </dd>
8556
8689
  </dl>
@@ -8566,7 +8699,7 @@ Retrieves a previously created third party payer payment by its `third_party_pay
8566
8699
  <dd>
8567
8700
 
8568
8701
  ```typescript
8569
- 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"));
8570
8703
  ```
8571
8704
 
8572
8705
  </dd>
@@ -8582,7 +8715,7 @@ await client.thirdPartyPayerPayments.v1.get(CandidApi.ThirdPartyPayerPaymentId("
8582
8715
  <dl>
8583
8716
  <dd>
8584
8717
 
8585
- **thirdPartyPayerPaymentId:** `CandidApi.ThirdPartyPayerPaymentId`
8718
+ **writeOffId:** `CandidApi.WriteOffId`
8586
8719
 
8587
8720
  </dd>
8588
8721
  </dl>
@@ -8601,74 +8734,26 @@ await client.thirdPartyPayerPayments.v1.get(CandidApi.ThirdPartyPayerPaymentId("
8601
8734
  </dl>
8602
8735
  </details>
8603
8736
 
8604
- <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>
8605
- <dl>
8606
- <dd>
8607
-
8608
- #### 🔌 Usage
8609
-
8610
- <dl>
8611
- <dd>
8612
-
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>
8613
8738
  <dl>
8614
8739
  <dd>
8615
8740
 
8616
- ```typescript
8617
- await client.thirdPartyPayerPayments.v1.create({
8618
- thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8619
- amountCents: 1,
8620
- paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8621
- paymentNote: "string",
8622
- checkNumber: "string",
8623
- allocations: [
8624
- {
8625
- amountCents: 1,
8626
- target: {
8627
- type: "service_line_by_id",
8628
- value: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8629
- },
8630
- },
8631
- ],
8632
- invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8633
- });
8634
- ```
8635
-
8636
- </dd>
8637
- </dl>
8638
- </dd>
8639
- </dl>
8640
-
8641
- #### ⚙️ Parameters
8642
-
8643
- <dl>
8644
- <dd>
8741
+ #### 📝 Description
8645
8742
 
8646
8743
  <dl>
8647
8744
  <dd>
8648
8745
 
8649
- **request:** `CandidApi.ThirdPartyPayerPaymentCreate`
8650
-
8651
- </dd>
8652
- </dl>
8653
-
8654
8746
  <dl>
8655
8747
  <dd>
8656
8748
 
8657
- **requestOptions:** `V1.RequestOptions`
8749
+ Creates one or many write-offs applied toward a specific service line,
8750
+ claim, or billing provider.
8658
8751
 
8659
8752
  </dd>
8660
8753
  </dl>
8661
8754
  </dd>
8662
8755
  </dl>
8663
8756
 
8664
- </dd>
8665
- </dl>
8666
- </details>
8667
-
8668
- <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>
8669
- <dl>
8670
- <dd>
8671
-
8672
8757
  #### 🔌 Usage
8673
8758
 
8674
8759
  <dl>
@@ -8678,20 +8763,18 @@ await client.thirdPartyPayerPayments.v1.create({
8678
8763
  <dd>
8679
8764
 
8680
8765
  ```typescript
8681
- await client.thirdPartyPayerPayments.v1.update(
8682
- CandidApi.ThirdPartyPayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8683
- {
8684
- paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8685
- paymentNote: {
8686
- type: "set",
8687
- value: "string",
8688
- },
8689
- invoiceId: {
8690
- type: "set",
8691
- value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8766
+ await client.writeOffs.v1.create({
8767
+ writeOffs: [
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"),
8774
+ amountCents: 1,
8692
8775
  },
8693
- }
8694
- );
8776
+ ],
8777
+ });
8695
8778
  ```
8696
8779
 
8697
8780
  </dd>
@@ -8707,15 +8790,7 @@ await client.thirdPartyPayerPayments.v1.update(
8707
8790
  <dl>
8708
8791
  <dd>
8709
8792
 
8710
- **thirdPartyPayerPaymentId:** `CandidApi.ThirdPartyPayerPaymentId`
8711
-
8712
- </dd>
8713
- </dl>
8714
-
8715
- <dl>
8716
- <dd>
8717
-
8718
- **request:** `CandidApi.thirdPartyPayerPayments.v1.UpdateThirdPartyPayerPaymentRequest`
8793
+ **request:** `CandidApi.writeOffs.v1.CreateWriteOffsRequest`
8719
8794
 
8720
8795
  </dd>
8721
8796
  </dl>
@@ -8734,7 +8809,7 @@ await client.thirdPartyPayerPayments.v1.update(
8734
8809
  </dl>
8735
8810
  </details>
8736
8811
 
8737
- <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>
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>
8738
8813
  <dl>
8739
8814
  <dd>
8740
8815
 
@@ -8746,7 +8821,7 @@ await client.thirdPartyPayerPayments.v1.update(
8746
8821
  <dl>
8747
8822
  <dd>
8748
8823
 
8749
- Deletes the third party payer payment record matching the provided `third_party_payer_payment_id`.
8824
+ Reverts a write off given a `write_off_id`.
8750
8825
 
8751
8826
  </dd>
8752
8827
  </dl>
@@ -8762,9 +8837,7 @@ Deletes the third party payer payment record matching the provided `third_party_
8762
8837
  <dd>
8763
8838
 
8764
8839
  ```typescript
8765
- await client.thirdPartyPayerPayments.v1.delete(
8766
- CandidApi.ThirdPartyPayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
8767
- );
8840
+ await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
8768
8841
  ```
8769
8842
 
8770
8843
  </dd>
@@ -8780,7 +8853,7 @@ await client.thirdPartyPayerPayments.v1.delete(
8780
8853
  <dl>
8781
8854
  <dd>
8782
8855
 
8783
- **thirdPartyPayerPaymentId:** `CandidApi.ThirdPartyPayerPaymentId`
8856
+ **writeOffId:** `CandidApi.WriteOffId`
8784
8857
 
8785
8858
  </dd>
8786
8859
  </dl>
@@ -8799,9 +8872,9 @@ await client.thirdPartyPayerPayments.v1.delete(
8799
8872
  </dl>
8800
8873
  </details>
8801
8874
 
8802
- ## ThirdPartyPayerRefunds V1
8875
+ ## PreEncounter Appointments V1
8803
8876
 
8804
- <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>
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>
8805
8878
  <dl>
8806
8879
  <dd>
8807
8880
 
@@ -8813,983 +8886,7 @@ await client.thirdPartyPayerPayments.v1.delete(
8813
8886
  <dl>
8814
8887
  <dd>
8815
8888
 
8816
- Returns all third party payer refunds satisfying the search criteria
8817
-
8818
- </dd>
8819
- </dl>
8820
- </dd>
8821
- </dl>
8822
-
8823
- #### 🔌 Usage
8824
-
8825
- <dl>
8826
- <dd>
8827
-
8828
- <dl>
8829
- <dd>
8830
-
8831
- ```typescript
8832
- await client.thirdPartyPayerRefunds.v1.getMulti({
8833
- limit: 1,
8834
- thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8835
- checkNumber: "string",
8836
- invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8837
- sort: CandidApi.ThirdPartyPayerRefundSortField.AmountCents,
8838
- sortDirection: CandidApi.SortDirection.Asc,
8839
- pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
8840
- });
8841
- ```
8842
-
8843
- </dd>
8844
- </dl>
8845
- </dd>
8846
- </dl>
8847
-
8848
- #### ⚙️ Parameters
8849
-
8850
- <dl>
8851
- <dd>
8852
-
8853
- <dl>
8854
- <dd>
8855
-
8856
- **request:** `CandidApi.thirdPartyPayerRefunds.v1.GetMultiThirdPartyPayerRefundsRequest`
8857
-
8858
- </dd>
8859
- </dl>
8860
-
8861
- <dl>
8862
- <dd>
8863
-
8864
- **requestOptions:** `V1.RequestOptions`
8865
-
8866
- </dd>
8867
- </dl>
8868
- </dd>
8869
- </dl>
8870
-
8871
- </dd>
8872
- </dl>
8873
- </details>
8874
-
8875
- <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>
8876
- <dl>
8877
- <dd>
8878
-
8879
- #### 📝 Description
8880
-
8881
- <dl>
8882
- <dd>
8883
-
8884
- <dl>
8885
- <dd>
8886
-
8887
- Retrieves a previously created third party payer refund by its `third_party_payer_refund_id`.
8888
-
8889
- </dd>
8890
- </dl>
8891
- </dd>
8892
- </dl>
8893
-
8894
- #### 🔌 Usage
8895
-
8896
- <dl>
8897
- <dd>
8898
-
8899
- <dl>
8900
- <dd>
8901
-
8902
- ```typescript
8903
- await client.thirdPartyPayerRefunds.v1.get(CandidApi.ThirdPartyPayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
8904
- ```
8905
-
8906
- </dd>
8907
- </dl>
8908
- </dd>
8909
- </dl>
8910
-
8911
- #### ⚙️ Parameters
8912
-
8913
- <dl>
8914
- <dd>
8915
-
8916
- <dl>
8917
- <dd>
8918
-
8919
- **thirdPartyPayerRefundId:** `CandidApi.ThirdPartyPayerRefundId`
8920
-
8921
- </dd>
8922
- </dl>
8923
-
8924
- <dl>
8925
- <dd>
8926
-
8927
- **requestOptions:** `V1.RequestOptions`
8928
-
8929
- </dd>
8930
- </dl>
8931
- </dd>
8932
- </dl>
8933
-
8934
- </dd>
8935
- </dl>
8936
- </details>
8937
-
8938
- <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>
8939
- <dl>
8940
- <dd>
8941
-
8942
- #### 📝 Description
8943
-
8944
- <dl>
8945
- <dd>
8946
-
8947
- <dl>
8948
- <dd>
8949
-
8950
- Creates a new third party payer refund record and returns the newly created `ThirdPartyPayerRefund` object.
8951
- The allocations can describe whether the refund is being applied toward a specific service line,
8952
- claim, or billing provider.
8953
-
8954
- </dd>
8955
- </dl>
8956
- </dd>
8957
- </dl>
8958
-
8959
- #### 🔌 Usage
8960
-
8961
- <dl>
8962
- <dd>
8963
-
8964
- <dl>
8965
- <dd>
8966
-
8967
- ```typescript
8968
- await client.thirdPartyPayerRefunds.v1.create({
8969
- thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8970
- invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8971
- amountCents: 1,
8972
- refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8973
- refundNote: "string",
8974
- allocations: [
8975
- {
8976
- amountCents: 1,
8977
- target: {
8978
- type: "service_line_by_id",
8979
- value: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8980
- },
8981
- },
8982
- ],
8983
- refundReason: CandidApi.RefundReason.Overcharged,
8984
- });
8985
- ```
8986
-
8987
- </dd>
8988
- </dl>
8989
- </dd>
8990
- </dl>
8991
-
8992
- #### ⚙️ Parameters
8993
-
8994
- <dl>
8995
- <dd>
8996
-
8997
- <dl>
8998
- <dd>
8999
-
9000
- **request:** `CandidApi.ThirdPartyPayerRefundCreate`
9001
-
9002
- </dd>
9003
- </dl>
9004
-
9005
- <dl>
9006
- <dd>
9007
-
9008
- **requestOptions:** `V1.RequestOptions`
9009
-
9010
- </dd>
9011
- </dl>
9012
- </dd>
9013
- </dl>
9014
-
9015
- </dd>
9016
- </dl>
9017
- </details>
9018
-
9019
- <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>
9020
- <dl>
9021
- <dd>
9022
-
9023
- #### 📝 Description
9024
-
9025
- <dl>
9026
- <dd>
9027
-
9028
- <dl>
9029
- <dd>
9030
-
9031
- Updates the third party payer refund record matching the provided third_party_payer_refund_id. If updating the refund amount,
9032
- then the allocations must be appropriately updated as well.
9033
-
9034
- </dd>
9035
- </dl>
9036
- </dd>
9037
- </dl>
9038
-
9039
- #### 🔌 Usage
9040
-
9041
- <dl>
9042
- <dd>
9043
-
9044
- <dl>
9045
- <dd>
9046
-
9047
- ```typescript
9048
- await client.thirdPartyPayerRefunds.v1.update(
9049
- CandidApi.ThirdPartyPayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9050
- {
9051
- refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9052
- refundNote: {
9053
- type: "set",
9054
- value: "string",
9055
- },
9056
- refundReason: {
9057
- type: "set",
9058
- value: CandidApi.RefundReason.Overcharged,
9059
- },
9060
- invoiceId: {
9061
- type: "set",
9062
- value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9063
- },
9064
- }
9065
- );
9066
- ```
9067
-
9068
- </dd>
9069
- </dl>
9070
- </dd>
9071
- </dl>
9072
-
9073
- #### ⚙️ Parameters
9074
-
9075
- <dl>
9076
- <dd>
9077
-
9078
- <dl>
9079
- <dd>
9080
-
9081
- **thirdPartyPayerRefundId:** `CandidApi.ThirdPartyPayerRefundId`
9082
-
9083
- </dd>
9084
- </dl>
9085
-
9086
- <dl>
9087
- <dd>
9088
-
9089
- **request:** `CandidApi.thirdPartyPayerRefunds.v1.ThirdPartyPayerRefundUpdate`
9090
-
9091
- </dd>
9092
- </dl>
9093
-
9094
- <dl>
9095
- <dd>
9096
-
9097
- **requestOptions:** `V1.RequestOptions`
9098
-
9099
- </dd>
9100
- </dl>
9101
- </dd>
9102
- </dl>
9103
-
9104
- </dd>
9105
- </dl>
9106
- </details>
9107
-
9108
- <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>
9109
- <dl>
9110
- <dd>
9111
-
9112
- #### 📝 Description
9113
-
9114
- <dl>
9115
- <dd>
9116
-
9117
- <dl>
9118
- <dd>
9119
-
9120
- Deletes the third party payer refund record matching the provided `third_party_payer_refund_id`.
9121
-
9122
- </dd>
9123
- </dl>
9124
- </dd>
9125
- </dl>
9126
-
9127
- #### 🔌 Usage
9128
-
9129
- <dl>
9130
- <dd>
9131
-
9132
- <dl>
9133
- <dd>
9134
-
9135
- ```typescript
9136
- await client.thirdPartyPayerRefunds.v1.delete(
9137
- CandidApi.ThirdPartyPayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
9138
- );
9139
- ```
9140
-
9141
- </dd>
9142
- </dl>
9143
- </dd>
9144
- </dl>
9145
-
9146
- #### ⚙️ Parameters
9147
-
9148
- <dl>
9149
- <dd>
9150
-
9151
- <dl>
9152
- <dd>
9153
-
9154
- **thirdPartyPayerRefundId:** `CandidApi.ThirdPartyPayerRefundId`
9155
-
9156
- </dd>
9157
- </dl>
9158
-
9159
- <dl>
9160
- <dd>
9161
-
9162
- **requestOptions:** `V1.RequestOptions`
9163
-
9164
- </dd>
9165
- </dl>
9166
- </dd>
9167
- </dl>
9168
-
9169
- </dd>
9170
- </dl>
9171
- </details>
9172
-
9173
- ## ThirdPartyPayers V1
9174
-
9175
- <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>
9176
- <dl>
9177
- <dd>
9178
-
9179
- #### 🔌 Usage
9180
-
9181
- <dl>
9182
- <dd>
9183
-
9184
- <dl>
9185
- <dd>
9186
-
9187
- ```typescript
9188
- await client.thirdPartyPayers.v1.create({
9189
- name: "string",
9190
- description: "string",
9191
- category: "string",
9192
- });
9193
- ```
9194
-
9195
- </dd>
9196
- </dl>
9197
- </dd>
9198
- </dl>
9199
-
9200
- #### ⚙️ Parameters
9201
-
9202
- <dl>
9203
- <dd>
9204
-
9205
- <dl>
9206
- <dd>
9207
-
9208
- **request:** `CandidApi.CreateThirdPartyPayerRequest`
9209
-
9210
- </dd>
9211
- </dl>
9212
-
9213
- <dl>
9214
- <dd>
9215
-
9216
- **requestOptions:** `V1.RequestOptions`
9217
-
9218
- </dd>
9219
- </dl>
9220
- </dd>
9221
- </dl>
9222
-
9223
- </dd>
9224
- </dl>
9225
- </details>
9226
-
9227
- <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>
9228
- <dl>
9229
- <dd>
9230
-
9231
- #### 🔌 Usage
9232
-
9233
- <dl>
9234
- <dd>
9235
-
9236
- <dl>
9237
- <dd>
9238
-
9239
- ```typescript
9240
- await client.thirdPartyPayers.v1.toggleEnablement(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
9241
- enabled: true,
9242
- });
9243
- ```
9244
-
9245
- </dd>
9246
- </dl>
9247
- </dd>
9248
- </dl>
9249
-
9250
- #### ⚙️ Parameters
9251
-
9252
- <dl>
9253
- <dd>
9254
-
9255
- <dl>
9256
- <dd>
9257
-
9258
- **thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
9259
-
9260
- </dd>
9261
- </dl>
9262
-
9263
- <dl>
9264
- <dd>
9265
-
9266
- **request:** `CandidApi.ToggleThirdPartyPayerEnablementRequest`
9267
-
9268
- </dd>
9269
- </dl>
9270
-
9271
- <dl>
9272
- <dd>
9273
-
9274
- **requestOptions:** `V1.RequestOptions`
9275
-
9276
- </dd>
9277
- </dl>
9278
- </dd>
9279
- </dl>
9280
-
9281
- </dd>
9282
- </dl>
9283
- </details>
9284
-
9285
- <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>
9286
- <dl>
9287
- <dd>
9288
-
9289
- #### 🔌 Usage
9290
-
9291
- <dl>
9292
- <dd>
9293
-
9294
- <dl>
9295
- <dd>
9296
-
9297
- ```typescript
9298
- await client.thirdPartyPayers.v1.getMulti({
9299
- name: "string",
9300
- category: "string",
9301
- enabled: true,
9302
- sort: CandidApi.ThirdPartyPayerSortField.Name,
9303
- sortDirection: CandidApi.SortDirection.Asc,
9304
- limit: 1,
9305
- pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
9306
- });
9307
- ```
9308
-
9309
- </dd>
9310
- </dl>
9311
- </dd>
9312
- </dl>
9313
-
9314
- #### ⚙️ Parameters
9315
-
9316
- <dl>
9317
- <dd>
9318
-
9319
- <dl>
9320
- <dd>
9321
-
9322
- **request:** `CandidApi.thirdPartyPayers.v1.GetMultiThirdPartyPayersRequest`
9323
-
9324
- </dd>
9325
- </dl>
9326
-
9327
- <dl>
9328
- <dd>
9329
-
9330
- **requestOptions:** `V1.RequestOptions`
9331
-
9332
- </dd>
9333
- </dl>
9334
- </dd>
9335
- </dl>
9336
-
9337
- </dd>
9338
- </dl>
9339
- </details>
9340
-
9341
- <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>
9342
- <dl>
9343
- <dd>
9344
-
9345
- #### 🔌 Usage
9346
-
9347
- <dl>
9348
- <dd>
9349
-
9350
- <dl>
9351
- <dd>
9352
-
9353
- ```typescript
9354
- await client.thirdPartyPayers.v1.get(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
9355
- ```
9356
-
9357
- </dd>
9358
- </dl>
9359
- </dd>
9360
- </dl>
9361
-
9362
- #### ⚙️ Parameters
9363
-
9364
- <dl>
9365
- <dd>
9366
-
9367
- <dl>
9368
- <dd>
9369
-
9370
- **thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
9371
-
9372
- </dd>
9373
- </dl>
9374
-
9375
- <dl>
9376
- <dd>
9377
-
9378
- **requestOptions:** `V1.RequestOptions`
9379
-
9380
- </dd>
9381
- </dl>
9382
- </dd>
9383
- </dl>
9384
-
9385
- </dd>
9386
- </dl>
9387
- </details>
9388
-
9389
- <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>
9390
- <dl>
9391
- <dd>
9392
-
9393
- #### 🔌 Usage
9394
-
9395
- <dl>
9396
- <dd>
9397
-
9398
- <dl>
9399
- <dd>
9400
-
9401
- ```typescript
9402
- await client.thirdPartyPayers.v1.update(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
9403
- name: "string",
9404
- description: {
9405
- type: "remove",
9406
- },
9407
- category: {
9408
- type: "remove",
9409
- },
9410
- });
9411
- ```
9412
-
9413
- </dd>
9414
- </dl>
9415
- </dd>
9416
- </dl>
9417
-
9418
- #### ⚙️ Parameters
9419
-
9420
- <dl>
9421
- <dd>
9422
-
9423
- <dl>
9424
- <dd>
9425
-
9426
- **thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
9427
-
9428
- </dd>
9429
- </dl>
9430
-
9431
- <dl>
9432
- <dd>
9433
-
9434
- **request:** `CandidApi.ThirdPartyPayerUpdateRequest`
9435
-
9436
- </dd>
9437
- </dl>
9438
-
9439
- <dl>
9440
- <dd>
9441
-
9442
- **requestOptions:** `V1.RequestOptions`
9443
-
9444
- </dd>
9445
- </dl>
9446
- </dd>
9447
- </dl>
9448
-
9449
- </dd>
9450
- </dl>
9451
- </details>
9452
-
9453
- <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>
9454
- <dl>
9455
- <dd>
9456
-
9457
- #### 🔌 Usage
9458
-
9459
- <dl>
9460
- <dd>
9461
-
9462
- <dl>
9463
- <dd>
9464
-
9465
- ```typescript
9466
- await client.thirdPartyPayers.v1.delete(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
9467
- ```
9468
-
9469
- </dd>
9470
- </dl>
9471
- </dd>
9472
- </dl>
9473
-
9474
- #### ⚙️ Parameters
9475
-
9476
- <dl>
9477
- <dd>
9478
-
9479
- <dl>
9480
- <dd>
9481
-
9482
- **thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
9483
-
9484
- </dd>
9485
- </dl>
9486
-
9487
- <dl>
9488
- <dd>
9489
-
9490
- **requestOptions:** `V1.RequestOptions`
9491
-
9492
- </dd>
9493
- </dl>
9494
- </dd>
9495
- </dl>
9496
-
9497
- </dd>
9498
- </dl>
9499
- </details>
9500
-
9501
- ## WriteOffs V1
9502
-
9503
- <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>
9504
- <dl>
9505
- <dd>
9506
-
9507
- #### 📝 Description
9508
-
9509
- <dl>
9510
- <dd>
9511
-
9512
- <dl>
9513
- <dd>
9514
-
9515
- Returns all write-offs satisfying the search criteria.
9516
-
9517
- </dd>
9518
- </dl>
9519
- </dd>
9520
- </dl>
9521
-
9522
- #### 🔌 Usage
9523
-
9524
- <dl>
9525
- <dd>
9526
-
9527
- <dl>
9528
- <dd>
9529
-
9530
- ```typescript
9531
- await client.writeOffs.v1.getMulti({
9532
- limit: 1,
9533
- patientExternalId: CandidApi.PatientExternalId("string"),
9534
- payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9535
- serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9536
- claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9537
- billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9538
- sort: CandidApi.WriteOffSortField.AmountCents,
9539
- sortDirection: CandidApi.SortDirection.Asc,
9540
- pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
9541
- accountTypes: CandidApi.AccountType.Patient,
9542
- });
9543
- ```
9544
-
9545
- </dd>
9546
- </dl>
9547
- </dd>
9548
- </dl>
9549
-
9550
- #### ⚙️ Parameters
9551
-
9552
- <dl>
9553
- <dd>
9554
-
9555
- <dl>
9556
- <dd>
9557
-
9558
- **request:** `CandidApi.writeOffs.v1.GetMultiWriteOffsRequest`
9559
-
9560
- </dd>
9561
- </dl>
9562
-
9563
- <dl>
9564
- <dd>
9565
-
9566
- **requestOptions:** `V1.RequestOptions`
9567
-
9568
- </dd>
9569
- </dl>
9570
- </dd>
9571
- </dl>
9572
-
9573
- </dd>
9574
- </dl>
9575
- </details>
9576
-
9577
- <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>
9578
- <dl>
9579
- <dd>
9580
-
9581
- #### 📝 Description
9582
-
9583
- <dl>
9584
- <dd>
9585
-
9586
- <dl>
9587
- <dd>
9588
-
9589
- Retrieves a previously created write off by its `write_off_id`.
9590
-
9591
- </dd>
9592
- </dl>
9593
- </dd>
9594
- </dl>
9595
-
9596
- #### 🔌 Usage
9597
-
9598
- <dl>
9599
- <dd>
9600
-
9601
- <dl>
9602
- <dd>
9603
-
9604
- ```typescript
9605
- await client.writeOffs.v1.get(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
9606
- ```
9607
-
9608
- </dd>
9609
- </dl>
9610
- </dd>
9611
- </dl>
9612
-
9613
- #### ⚙️ Parameters
9614
-
9615
- <dl>
9616
- <dd>
9617
-
9618
- <dl>
9619
- <dd>
9620
-
9621
- **writeOffId:** `CandidApi.WriteOffId`
9622
-
9623
- </dd>
9624
- </dl>
9625
-
9626
- <dl>
9627
- <dd>
9628
-
9629
- **requestOptions:** `V1.RequestOptions`
9630
-
9631
- </dd>
9632
- </dl>
9633
- </dd>
9634
- </dl>
9635
-
9636
- </dd>
9637
- </dl>
9638
- </details>
9639
-
9640
- <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>
9641
- <dl>
9642
- <dd>
9643
-
9644
- #### 📝 Description
9645
-
9646
- <dl>
9647
- <dd>
9648
-
9649
- <dl>
9650
- <dd>
9651
-
9652
- Creates one or many write-offs applied toward a specific service line,
9653
- claim, or billing provider.
9654
-
9655
- </dd>
9656
- </dl>
9657
- </dd>
9658
- </dl>
9659
-
9660
- #### 🔌 Usage
9661
-
9662
- <dl>
9663
- <dd>
9664
-
9665
- <dl>
9666
- <dd>
9667
-
9668
- ```typescript
9669
- await client.writeOffs.v1.create({
9670
- writeOffs: [
9671
- {
9672
- type: "patient",
9673
- writeOffTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9674
- writeOffNote: "string",
9675
- writeOffReason: CandidApi.PatientWriteOffReason.SmallBalance,
9676
- serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9677
- amountCents: 1,
9678
- },
9679
- ],
9680
- });
9681
- ```
9682
-
9683
- </dd>
9684
- </dl>
9685
- </dd>
9686
- </dl>
9687
-
9688
- #### ⚙️ Parameters
9689
-
9690
- <dl>
9691
- <dd>
9692
-
9693
- <dl>
9694
- <dd>
9695
-
9696
- **request:** `CandidApi.writeOffs.v1.CreateWriteOffsRequest`
9697
-
9698
- </dd>
9699
- </dl>
9700
-
9701
- <dl>
9702
- <dd>
9703
-
9704
- **requestOptions:** `V1.RequestOptions`
9705
-
9706
- </dd>
9707
- </dl>
9708
- </dd>
9709
- </dl>
9710
-
9711
- </dd>
9712
- </dl>
9713
- </details>
9714
-
9715
- <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>
9716
- <dl>
9717
- <dd>
9718
-
9719
- #### 📝 Description
9720
-
9721
- <dl>
9722
- <dd>
9723
-
9724
- <dl>
9725
- <dd>
9726
-
9727
- Reverts a write off given a `write_off_id`.
9728
-
9729
- </dd>
9730
- </dl>
9731
- </dd>
9732
- </dl>
9733
-
9734
- #### 🔌 Usage
9735
-
9736
- <dl>
9737
- <dd>
9738
-
9739
- <dl>
9740
- <dd>
9741
-
9742
- ```typescript
9743
- await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
9744
- ```
9745
-
9746
- </dd>
9747
- </dl>
9748
- </dd>
9749
- </dl>
9750
-
9751
- #### ⚙️ Parameters
9752
-
9753
- <dl>
9754
- <dd>
9755
-
9756
- <dl>
9757
- <dd>
9758
-
9759
- **writeOffId:** `CandidApi.WriteOffId`
9760
-
9761
- </dd>
9762
- </dl>
9763
-
9764
- <dl>
9765
- <dd>
9766
-
9767
- **requestOptions:** `V1.RequestOptions`
9768
-
9769
- </dd>
9770
- </dl>
9771
- </dd>
9772
- </dl>
9773
-
9774
- </dd>
9775
- </dl>
9776
- </details>
9777
-
9778
- ## PreEncounter Appointments V1
9779
-
9780
- <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>
9781
- <dl>
9782
- <dd>
9783
-
9784
- #### 📝 Description
9785
-
9786
- <dl>
9787
- <dd>
9788
-
9789
- <dl>
9790
- <dd>
9791
-
9792
- Adds an appointment. VersionConflictError is returned when the placer_appointment_id is already in use.
8889
+ Adds an appointment. VersionConflictError is returned when the placer_appointment_id is already in use.
9793
8890
 
9794
8891
  </dd>
9795
8892
  </dl>
@@ -9817,6 +8914,46 @@ await client.preEncounter.appointments.v1.create({
9817
8914
  },
9818
8915
  ],
9819
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
+ },
9820
8957
  estimatedCopayCents: 1,
9821
8958
  estimatedPatientResponsibilityCents: 1,
9822
8959
  patientDepositCents: 1,
@@ -10026,6 +9163,46 @@ await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("string
10026
9163
  },
10027
9164
  ],
10028
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
+ },
10029
9206
  estimatedCopayCents: 1,
10030
9207
  estimatedPatientResponsibilityCents: 1,
10031
9208
  patientDepositCents: 1,
@@ -10194,8 +9371,12 @@ await client.preEncounter.coverages.v1.create({
10194
9371
  given: ["string"],
10195
9372
  use: CandidApi.NameUse.Usual,
10196
9373
  period: {
10197
- start: "2023-01-15",
10198
- end: "2023-01-15",
9374
+ start: {
9375
+ key: "value",
9376
+ },
9377
+ end: {
9378
+ key: "value",
9379
+ },
10199
9380
  },
10200
9381
  },
10201
9382
  dateOfBirth: "2023-01-15",
@@ -10207,13 +9388,23 @@ await client.preEncounter.coverages.v1.create({
10207
9388
  memberId: "string",
10208
9389
  payerId: CandidApi.PayerId("string"),
10209
9390
  payerName: "string",
9391
+ additionalPayerInformation: {
9392
+ availityEligibilityId: "string",
9393
+ availityPayerId: "string",
9394
+ availityPayerName: "string",
9395
+ availityRemittancePayerId: "string",
9396
+ },
10210
9397
  groupNumber: "string",
10211
9398
  name: "string",
10212
9399
  planType: CandidApi.NetworkType.SelfPay,
10213
9400
  type: CandidApi.InsuranceTypeCode.C01,
10214
9401
  period: {
10215
- start: "2023-01-15",
10216
- end: "2023-01-15",
9402
+ start: {
9403
+ key: "value",
9404
+ },
9405
+ end: {
9406
+ key: "value",
9407
+ },
10217
9408
  },
10218
9409
  insuranceCardImageLocator: "string",
10219
9410
  },
@@ -10227,6 +9418,11 @@ await client.preEncounter.coverages.v1.create({
10227
9418
  initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
10228
9419
  },
10229
9420
  ],
9421
+ latestEligibilityCheck: {
9422
+ checkId: "string",
9423
+ status: CandidApi.EligibilityStatus.Active,
9424
+ initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
9425
+ },
10230
9426
  benefits: {
10231
9427
  planCoverage: {
10232
9428
  key: "value",
@@ -10306,8 +9502,12 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
10306
9502
  given: ["string"],
10307
9503
  use: CandidApi.NameUse.Usual,
10308
9504
  period: {
10309
- start: "2023-01-15",
10310
- end: "2023-01-15",
9505
+ start: {
9506
+ key: "value",
9507
+ },
9508
+ end: {
9509
+ key: "value",
9510
+ },
10311
9511
  },
10312
9512
  },
10313
9513
  dateOfBirth: "2023-01-15",
@@ -10319,13 +9519,23 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
10319
9519
  memberId: "string",
10320
9520
  payerId: CandidApi.PayerId("string"),
10321
9521
  payerName: "string",
9522
+ additionalPayerInformation: {
9523
+ availityEligibilityId: "string",
9524
+ availityPayerId: "string",
9525
+ availityPayerName: "string",
9526
+ availityRemittancePayerId: "string",
9527
+ },
10322
9528
  groupNumber: "string",
10323
9529
  name: "string",
10324
9530
  planType: CandidApi.NetworkType.SelfPay,
10325
9531
  type: CandidApi.InsuranceTypeCode.C01,
10326
9532
  period: {
10327
- start: "2023-01-15",
10328
- end: "2023-01-15",
9533
+ start: {
9534
+ key: "value",
9535
+ },
9536
+ end: {
9537
+ key: "value",
9538
+ },
10329
9539
  },
10330
9540
  insuranceCardImageLocator: "string",
10331
9541
  },
@@ -10339,6 +9549,11 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
10339
9549
  initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
10340
9550
  },
10341
9551
  ],
9552
+ latestEligibilityCheck: {
9553
+ checkId: "string",
9554
+ status: CandidApi.EligibilityStatus.Active,
9555
+ initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
9556
+ },
10342
9557
  benefits: {
10343
9558
  planCoverage: {
10344
9559
  key: "value",
@@ -10981,8 +10196,12 @@ await client.preEncounter.patients.v1.create({
10981
10196
  given: ["string"],
10982
10197
  use: CandidApi.NameUse.Usual,
10983
10198
  period: {
10984
- start: "2023-01-15",
10985
- end: "2023-01-15",
10199
+ start: {
10200
+ key: "value",
10201
+ },
10202
+ end: {
10203
+ key: "value",
10204
+ },
10986
10205
  },
10987
10206
  },
10988
10207
  otherNames: [
@@ -10991,8 +10210,12 @@ await client.preEncounter.patients.v1.create({
10991
10210
  given: ["string"],
10992
10211
  use: CandidApi.NameUse.Usual,
10993
10212
  period: {
10994
- start: "2023-01-15",
10995
- end: "2023-01-15",
10213
+ start: {
10214
+ key: "value",
10215
+ },
10216
+ end: {
10217
+ key: "value",
10218
+ },
10996
10219
  },
10997
10220
  },
10998
10221
  ],
@@ -11015,8 +10238,12 @@ await client.preEncounter.patients.v1.create({
11015
10238
  postalCode: "string",
11016
10239
  country: "string",
11017
10240
  period: {
11018
- start: "2023-01-15",
11019
- end: "2023-01-15",
10241
+ start: {
10242
+ key: "value",
10243
+ },
10244
+ end: {
10245
+ key: "value",
10246
+ },
11020
10247
  },
11021
10248
  },
11022
10249
  otherAddresses: [
@@ -11028,8 +10255,12 @@ await client.preEncounter.patients.v1.create({
11028
10255
  postalCode: "string",
11029
10256
  country: "string",
11030
10257
  period: {
11031
- start: "2023-01-15",
11032
- end: "2023-01-15",
10258
+ start: {
10259
+ key: "value",
10260
+ },
10261
+ end: {
10262
+ key: "value",
10263
+ },
11033
10264
  },
11034
10265
  },
11035
10266
  ],
@@ -11037,8 +10268,7 @@ await client.preEncounter.patients.v1.create({
11037
10268
  value: "string",
11038
10269
  use: CandidApi.ContactPointUse.Home,
11039
10270
  period: {
11040
- start: "2023-01-15",
11041
- end: "2023-01-15",
10271
+ key: "value",
11042
10272
  },
11043
10273
  },
11044
10274
  otherTelecoms: [
@@ -11046,8 +10276,7 @@ await client.preEncounter.patients.v1.create({
11046
10276
  value: "string",
11047
10277
  use: CandidApi.ContactPointUse.Home,
11048
10278
  period: {
11049
- start: "2023-01-15",
11050
- end: "2023-01-15",
10279
+ key: "value",
11051
10280
  },
11052
10281
  },
11053
10282
  ],
@@ -11067,8 +10296,12 @@ await client.preEncounter.patients.v1.create({
11067
10296
  given: ["string"],
11068
10297
  use: CandidApi.NameUse.Usual,
11069
10298
  period: {
11070
- start: "2023-01-15",
11071
- end: "2023-01-15",
10299
+ start: {
10300
+ key: "value",
10301
+ },
10302
+ end: {
10303
+ key: "value",
10304
+ },
11072
10305
  },
11073
10306
  },
11074
10307
  telecoms: [
@@ -11076,8 +10309,7 @@ await client.preEncounter.patients.v1.create({
11076
10309
  value: "string",
11077
10310
  use: CandidApi.ContactPointUse.Home,
11078
10311
  period: {
11079
- start: "2023-01-15",
11080
- end: "2023-01-15",
10312
+ key: "value",
11081
10313
  },
11082
10314
  },
11083
10315
  ],
@@ -11090,14 +10322,22 @@ await client.preEncounter.patients.v1.create({
11090
10322
  postalCode: "string",
11091
10323
  country: "string",
11092
10324
  period: {
11093
- start: "2023-01-15",
11094
- end: "2023-01-15",
10325
+ start: {
10326
+ key: "value",
10327
+ },
10328
+ end: {
10329
+ key: "value",
10330
+ },
11095
10331
  },
11096
10332
  },
11097
10333
  ],
11098
10334
  period: {
11099
- start: "2023-01-15",
11100
- end: "2023-01-15",
10335
+ start: {
10336
+ key: "value",
10337
+ },
10338
+ end: {
10339
+ key: "value",
10340
+ },
11101
10341
  },
11102
10342
  hipaaAuthorization: true,
11103
10343
  },
@@ -11109,8 +10349,12 @@ await client.preEncounter.patients.v1.create({
11109
10349
  given: ["string"],
11110
10350
  use: CandidApi.NameUse.Usual,
11111
10351
  period: {
11112
- start: "2023-01-15",
11113
- end: "2023-01-15",
10352
+ start: {
10353
+ key: "value",
10354
+ },
10355
+ end: {
10356
+ key: "value",
10357
+ },
11114
10358
  },
11115
10359
  },
11116
10360
  type: CandidApi.ExternalProviderType.Primary,
@@ -11120,8 +10364,7 @@ await client.preEncounter.patients.v1.create({
11120
10364
  value: "string",
11121
10365
  use: CandidApi.ContactPointUse.Home,
11122
10366
  period: {
11123
- start: "2023-01-15",
11124
- end: "2023-01-15",
10367
+ key: "value",
11125
10368
  },
11126
10369
  },
11127
10370
  ],
@@ -11131,8 +10374,12 @@ await client.preEncounter.patients.v1.create({
11131
10374
  },
11132
10375
  ],
11133
10376
  period: {
11134
- start: "2023-01-15",
11135
- end: "2023-01-15",
10377
+ start: {
10378
+ key: "value",
10379
+ },
10380
+ end: {
10381
+ key: "value",
10382
+ },
11136
10383
  },
11137
10384
  canonicalId: CandidApi.CanonicalProviderId("string"),
11138
10385
  },
@@ -11147,16 +10394,19 @@ await client.preEncounter.patients.v1.create({
11147
10394
  given: ["string"],
11148
10395
  use: CandidApi.NameUse.Usual,
11149
10396
  period: {
11150
- start: "2023-01-15",
11151
- end: "2023-01-15",
10397
+ start: {
10398
+ key: "value",
10399
+ },
10400
+ end: {
10401
+ key: "value",
10402
+ },
11152
10403
  },
11153
10404
  },
11154
10405
  telecom: {
11155
10406
  value: "string",
11156
10407
  use: CandidApi.ContactPointUse.Home,
11157
10408
  period: {
11158
- start: "2023-01-15",
11159
- end: "2023-01-15",
10409
+ key: "value",
11160
10410
  },
11161
10411
  },
11162
10412
  email: "string",
@@ -11169,12 +10419,88 @@ await client.preEncounter.patients.v1.create({
11169
10419
  postalCode: "string",
11170
10420
  country: "string",
11171
10421
  period: {
11172
- start: "2023-01-15",
11173
- end: "2023-01-15",
10422
+ start: {
10423
+ key: "value",
10424
+ },
10425
+ end: {
10426
+ key: "value",
10427
+ },
11174
10428
  },
11175
10429
  },
11176
10430
  },
11177
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
+ ],
11178
10504
  },
11179
10505
  });
11180
10506
  ```
@@ -11440,8 +10766,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11440
10766
  given: ["string"],
11441
10767
  use: CandidApi.NameUse.Usual,
11442
10768
  period: {
11443
- start: "2023-01-15",
11444
- end: "2023-01-15",
10769
+ start: {
10770
+ key: "value",
10771
+ },
10772
+ end: {
10773
+ key: "value",
10774
+ },
11445
10775
  },
11446
10776
  },
11447
10777
  otherNames: [
@@ -11450,8 +10780,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11450
10780
  given: ["string"],
11451
10781
  use: CandidApi.NameUse.Usual,
11452
10782
  period: {
11453
- start: "2023-01-15",
11454
- end: "2023-01-15",
10783
+ start: {
10784
+ key: "value",
10785
+ },
10786
+ end: {
10787
+ key: "value",
10788
+ },
11455
10789
  },
11456
10790
  },
11457
10791
  ],
@@ -11474,8 +10808,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11474
10808
  postalCode: "string",
11475
10809
  country: "string",
11476
10810
  period: {
11477
- start: "2023-01-15",
11478
- end: "2023-01-15",
10811
+ start: {
10812
+ key: "value",
10813
+ },
10814
+ end: {
10815
+ key: "value",
10816
+ },
11479
10817
  },
11480
10818
  },
11481
10819
  otherAddresses: [
@@ -11487,8 +10825,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11487
10825
  postalCode: "string",
11488
10826
  country: "string",
11489
10827
  period: {
11490
- start: "2023-01-15",
11491
- end: "2023-01-15",
10828
+ start: {
10829
+ key: "value",
10830
+ },
10831
+ end: {
10832
+ key: "value",
10833
+ },
11492
10834
  },
11493
10835
  },
11494
10836
  ],
@@ -11496,8 +10838,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11496
10838
  value: "string",
11497
10839
  use: CandidApi.ContactPointUse.Home,
11498
10840
  period: {
11499
- start: "2023-01-15",
11500
- end: "2023-01-15",
10841
+ key: "value",
11501
10842
  },
11502
10843
  },
11503
10844
  otherTelecoms: [
@@ -11505,8 +10846,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11505
10846
  value: "string",
11506
10847
  use: CandidApi.ContactPointUse.Home,
11507
10848
  period: {
11508
- start: "2023-01-15",
11509
- end: "2023-01-15",
10849
+ key: "value",
11510
10850
  },
11511
10851
  },
11512
10852
  ],
@@ -11526,8 +10866,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11526
10866
  given: ["string"],
11527
10867
  use: CandidApi.NameUse.Usual,
11528
10868
  period: {
11529
- start: "2023-01-15",
11530
- end: "2023-01-15",
10869
+ start: {
10870
+ key: "value",
10871
+ },
10872
+ end: {
10873
+ key: "value",
10874
+ },
11531
10875
  },
11532
10876
  },
11533
10877
  telecoms: [
@@ -11535,8 +10879,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11535
10879
  value: "string",
11536
10880
  use: CandidApi.ContactPointUse.Home,
11537
10881
  period: {
11538
- start: "2023-01-15",
11539
- end: "2023-01-15",
10882
+ key: "value",
11540
10883
  },
11541
10884
  },
11542
10885
  ],
@@ -11549,14 +10892,22 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11549
10892
  postalCode: "string",
11550
10893
  country: "string",
11551
10894
  period: {
11552
- start: "2023-01-15",
11553
- end: "2023-01-15",
10895
+ start: {
10896
+ key: "value",
10897
+ },
10898
+ end: {
10899
+ key: "value",
10900
+ },
11554
10901
  },
11555
10902
  },
11556
10903
  ],
11557
10904
  period: {
11558
- start: "2023-01-15",
11559
- end: "2023-01-15",
10905
+ start: {
10906
+ key: "value",
10907
+ },
10908
+ end: {
10909
+ key: "value",
10910
+ },
11560
10911
  },
11561
10912
  hipaaAuthorization: true,
11562
10913
  },
@@ -11568,8 +10919,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11568
10919
  given: ["string"],
11569
10920
  use: CandidApi.NameUse.Usual,
11570
10921
  period: {
11571
- start: "2023-01-15",
11572
- end: "2023-01-15",
10922
+ start: {
10923
+ key: "value",
10924
+ },
10925
+ end: {
10926
+ key: "value",
10927
+ },
11573
10928
  },
11574
10929
  },
11575
10930
  type: CandidApi.ExternalProviderType.Primary,
@@ -11579,8 +10934,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11579
10934
  value: "string",
11580
10935
  use: CandidApi.ContactPointUse.Home,
11581
10936
  period: {
11582
- start: "2023-01-15",
11583
- end: "2023-01-15",
10937
+ key: "value",
11584
10938
  },
11585
10939
  },
11586
10940
  ],
@@ -11590,8 +10944,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11590
10944
  },
11591
10945
  ],
11592
10946
  period: {
11593
- start: "2023-01-15",
11594
- end: "2023-01-15",
10947
+ start: {
10948
+ key: "value",
10949
+ },
10950
+ end: {
10951
+ key: "value",
10952
+ },
11595
10953
  },
11596
10954
  canonicalId: CandidApi.CanonicalProviderId("string"),
11597
10955
  },
@@ -11606,16 +10964,19 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11606
10964
  given: ["string"],
11607
10965
  use: CandidApi.NameUse.Usual,
11608
10966
  period: {
11609
- start: "2023-01-15",
11610
- end: "2023-01-15",
10967
+ start: {
10968
+ key: "value",
10969
+ },
10970
+ end: {
10971
+ key: "value",
10972
+ },
11611
10973
  },
11612
10974
  },
11613
10975
  telecom: {
11614
10976
  value: "string",
11615
10977
  use: CandidApi.ContactPointUse.Home,
11616
10978
  period: {
11617
- start: "2023-01-15",
11618
- end: "2023-01-15",
10979
+ key: "value",
11619
10980
  },
11620
10981
  },
11621
10982
  email: "string",
@@ -11628,12 +10989,88 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11628
10989
  postalCode: "string",
11629
10990
  country: "string",
11630
10991
  period: {
11631
- start: "2023-01-15",
11632
- end: "2023-01-15",
10992
+ start: {
10993
+ key: "value",
10994
+ },
10995
+ end: {
10996
+ key: "value",
10997
+ },
11633
10998
  },
11634
10999
  },
11635
11000
  },
11636
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
+ ],
11637
11074
  });
11638
11075
  ```
11639
11076
 
@@ -11903,8 +11340,7 @@ await client.preEncounter.patients.v1.scan({
11903
11340
 
11904
11341
  ```typescript
11905
11342
  await client.serviceFacility.update(CandidApi.ServiceFacilityId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
11906
- organizationName: "string",
11907
- npi: "string",
11343
+ organizationName: "Test Organization",
11908
11344
  address: {
11909
11345
  address1: "123 Main St",
11910
11346
  address2: "Apt 1",