candidhealth 1.6.0 → 1.8.1

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 (1657) hide show
  1. package/Client.d.ts +9 -3
  2. package/Client.js +52 -42
  3. package/README.md +1 -1
  4. package/api/resources/auth/resources/default/client/Client.d.ts +12 -0
  5. package/api/resources/auth/resources/default/client/Client.js +45 -1
  6. package/api/resources/auth/resources/default/client/getMachineTokenForOrgId.d.ts +22 -0
  7. package/api/resources/auth/resources/default/client/getMachineTokenForOrgId.js +57 -0
  8. package/api/resources/auth/resources/default/client/index.d.ts +1 -0
  9. package/api/resources/auth/resources/default/client/index.js +2 -1
  10. package/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +21 -0
  11. package/api/resources/auth/resources/default/client/requests/index.d.ts +1 -0
  12. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  13. package/api/resources/chargeCapture/resources/v1/client/Client.js +76 -7
  14. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +36 -0
  15. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +42 -5
  16. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +20 -0
  17. package/api/resources/commons/types/Clearinghouse.d.ts +14 -0
  18. package/api/resources/commons/types/Clearinghouse.js +16 -0
  19. package/api/resources/commons/types/ProcedureModifier.d.ts +13 -2
  20. package/api/resources/commons/types/ProcedureModifier.js +11 -0
  21. package/api/resources/commons/types/index.d.ts +1 -0
  22. package/api/resources/commons/types/index.js +1 -0
  23. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  24. package/api/resources/credentialing/resources/v2/client/Client.d.ts +49 -0
  25. package/api/resources/credentialing/resources/v2/client/Client.js +295 -5
  26. package/api/resources/credentialing/resources/v2/client/createFacility.d.ts +34 -0
  27. package/api/resources/credentialing/resources/v2/client/createFacility.js +79 -0
  28. package/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +34 -0
  29. package/api/resources/credentialing/resources/v2/client/deleteFacility.js +79 -0
  30. package/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +34 -0
  31. package/api/resources/credentialing/resources/v2/client/getAllFacilities.js +79 -0
  32. package/api/resources/credentialing/resources/v2/client/getFacility.d.ts +34 -0
  33. package/api/resources/credentialing/resources/v2/client/getFacility.js +79 -0
  34. package/api/resources/credentialing/resources/v2/client/index.d.ts +5 -0
  35. package/api/resources/credentialing/resources/v2/client/index.js +6 -1
  36. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +27 -0
  37. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +26 -0
  38. package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +27 -0
  39. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
  40. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
  41. package/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
  42. package/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +46 -0
  43. package/api/resources/credentialing/resources/v2/client/updateFacility.js +101 -0
  44. package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
  45. package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +5 -0
  46. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +9 -0
  47. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +5 -0
  48. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +8 -0
  49. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +9 -0
  50. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +7 -0
  51. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +5 -0
  52. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -19
  53. package/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  54. package/api/resources/credentialing/resources/v2/types/index.js +4 -0
  55. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  56. package/api/resources/diagnoses/client/Client.js +3 -3
  57. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  58. package/api/resources/encounterAttachments/resources/v1/client/Client.js +3 -3
  59. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  60. package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +1 -1
  61. package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +1 -1
  62. package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +1 -1
  63. package/api/resources/encounters/resources/v4/client/Client.d.ts +108 -9
  64. package/api/resources/encounters/resources/v4/client/Client.js +279 -15
  65. package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  66. package/api/resources/encounters/resources/v4/client/create.js +11 -0
  67. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +70 -0
  68. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +145 -0
  69. package/api/resources/encounters/resources/v4/client/createUniversal.d.ts +94 -0
  70. package/api/resources/encounters/resources/v4/client/createUniversal.js +189 -0
  71. package/api/resources/encounters/resources/v4/client/index.d.ts +3 -0
  72. package/api/resources/encounters/resources/v4/client/index.js +4 -1
  73. package/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -2
  74. package/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +70 -0
  75. package/api/resources/encounters/resources/v4/client/updateUniversal.js +145 -0
  76. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +15 -29
  77. package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +10 -11
  78. package/api/resources/encounters/resources/v4/types/EncounterCreate.d.ts +27 -0
  79. package/api/resources/encounters/resources/v4/types/EncounterCreate.js +5 -0
  80. package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +3 -36
  81. package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +9 -4
  82. package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +10 -16
  83. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +2 -9
  84. package/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +5 -0
  85. package/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +5 -0
  86. package/api/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +17 -0
  87. package/api/resources/encounters/resources/v4/types/EncounterUpdate.js +5 -0
  88. package/api/resources/encounters/resources/v4/types/index.d.ts +7 -4
  89. package/api/resources/encounters/resources/v4/types/index.js +7 -4
  90. package/api/resources/encountersUniversal/index.d.ts +1 -0
  91. package/api/resources/encountersUniversal/index.js +17 -0
  92. package/api/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +49 -0
  93. package/api/resources/encountersUniversal/types/UniversalEncounterCreate.js +5 -0
  94. package/api/resources/{encounters/resources/v4/client/requests/EncounterCreate.d.ts → encountersUniversal/types/UniversalEncounterCreateBase.d.ts} +9 -70
  95. package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +5 -0
  96. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +47 -0
  97. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +5 -0
  98. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +40 -0
  99. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +5 -0
  100. package/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +39 -0
  101. package/api/resources/encountersUniversal/types/UniversalEncounterUpdate.js +5 -0
  102. package/api/resources/{encounters/resources/v4/client/requests/EncounterUpdate.d.ts → encountersUniversal/types/UniversalEncounterUpdateBase.d.ts} +9 -18
  103. package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +5 -0
  104. package/api/resources/encountersUniversal/types/index.d.ts +6 -0
  105. package/api/resources/encountersUniversal/types/index.js +22 -0
  106. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  107. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  108. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  109. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  110. package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +12 -0
  111. package/api/resources/feeSchedules/resources/v3/client/Client.js +55 -11
  112. package/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +22 -0
  113. package/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +57 -0
  114. package/api/resources/feeSchedules/resources/v3/client/index.d.ts +1 -0
  115. package/api/resources/feeSchedules/resources/v3/client/index.js +2 -1
  116. package/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +13 -0
  117. package/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +5 -0
  118. package/api/resources/feeSchedules/resources/v3/client/requests/index.d.ts +1 -0
  119. package/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +4 -1
  120. package/api/resources/financials/types/PatientTransactionSource.d.ts +2 -1
  121. package/api/resources/financials/types/PatientTransactionSource.js +1 -0
  122. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  123. package/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +2 -0
  124. package/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +2 -0
  125. package/api/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -0
  126. package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -0
  127. package/api/resources/healthCareCodeInformation/client/Client.d.ts +30 -0
  128. package/api/resources/healthCareCodeInformation/client/Client.js +17 -0
  129. package/api/resources/healthCareCodeInformation/client/index.d.ts +1 -0
  130. package/api/resources/healthCareCodeInformation/client/index.js +2 -0
  131. package/api/resources/healthCareCodeInformation/index.d.ts +2 -0
  132. package/api/resources/healthCareCodeInformation/index.js +18 -0
  133. package/api/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
  134. package/api/resources/healthCareCodeInformation/resources/index.js +37 -0
  135. package/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +46 -0
  136. package/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +179 -0
  137. package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +28 -0
  138. package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +68 -0
  139. package/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
  140. package/api/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
  141. package/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +34 -0
  142. package/api/resources/healthCareCodeInformation/resources/v1/client/update.js +79 -0
  143. package/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
  144. package/api/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
  145. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +11 -0
  146. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +5 -0
  147. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +14 -0
  148. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +10 -0
  149. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +11 -0
  150. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +5 -0
  151. package/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +4230 -0
  152. package/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1064 -0
  153. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +242 -0
  154. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +67 -0
  155. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +11 -0
  156. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +5 -0
  157. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
  158. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +9 -0
  159. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +11 -0
  160. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +5 -0
  161. package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +4 -0
  162. package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +5 -0
  163. package/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +174 -0
  164. package/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +50 -0
  165. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +11 -0
  166. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +5 -0
  167. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
  168. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +9 -0
  169. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +11 -0
  170. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +5 -0
  171. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +12 -0
  172. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +5 -0
  173. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +14 -0
  174. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +10 -0
  175. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +12 -0
  176. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +5 -0
  177. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +18 -0
  178. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +5 -0
  179. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +19 -0
  180. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +5 -0
  181. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +19 -0
  182. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +5 -0
  183. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +57 -0
  184. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +5 -0
  185. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +19 -0
  186. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +5 -0
  187. package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +8 -0
  188. package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +9 -0
  189. package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +8 -0
  190. package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +9 -0
  191. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +242 -0
  192. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +67 -0
  193. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +12 -0
  194. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +5 -0
  195. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
  196. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +9 -0
  197. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +12 -0
  198. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +5 -0
  199. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +58 -0
  200. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +21 -0
  201. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
  202. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +9 -0
  203. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +12 -0
  204. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +5 -0
  205. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +12 -0
  206. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +5 -0
  207. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +12 -0
  208. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +5 -0
  209. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +14 -0
  210. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +10 -0
  211. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +12 -0
  212. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +5 -0
  213. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +12 -0
  214. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +5 -0
  215. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +14 -0
  216. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +10 -0
  217. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +12 -0
  218. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +5 -0
  219. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +11 -0
  220. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +5 -0
  221. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +14 -0
  222. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +10 -0
  223. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +11 -0
  224. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +5 -0
  225. package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +26 -0
  226. package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +13 -0
  227. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +12 -0
  228. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +5 -0
  229. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +14 -0
  230. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +10 -0
  231. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +12 -0
  232. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +5 -0
  233. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +12 -0
  234. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +5 -0
  235. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +18 -0
  236. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +11 -0
  237. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +12 -0
  238. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +5 -0
  239. package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +7 -0
  240. package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +5 -0
  241. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +7 -0
  242. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +5 -0
  243. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +7 -0
  244. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +5 -0
  245. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +7 -0
  246. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +5 -0
  247. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +7 -0
  248. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +5 -0
  249. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +8 -0
  250. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +9 -0
  251. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +11 -0
  252. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +5 -0
  253. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +11 -0
  254. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +5 -0
  255. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
  256. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +9 -0
  257. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +541 -0
  258. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +115 -0
  259. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
  260. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +9 -0
  261. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +12 -0
  262. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +5 -0
  263. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +12 -0
  264. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +5 -0
  265. package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +60 -0
  266. package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +76 -0
  267. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  268. package/api/resources/index.d.ts +4 -1
  269. package/api/resources/index.js +6 -3
  270. package/api/resources/individual/types/Patient.d.ts +2 -0
  271. package/api/resources/individual/types/PatientBase.d.ts +2 -2
  272. package/api/resources/individual/types/PatientCreate.d.ts +2 -0
  273. package/api/resources/individual/types/PatientUpdate.d.ts +3 -2
  274. package/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +3 -2
  275. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  276. package/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
  277. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  278. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  279. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  280. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  281. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +7 -7
  282. package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +3 -1
  283. package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +2 -0
  284. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  285. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  286. package/api/resources/patientAr/client/Client.d.ts +30 -0
  287. package/api/resources/patientAr/client/Client.js +17 -0
  288. package/api/resources/patientAr/client/index.d.ts +1 -0
  289. package/api/resources/patientAr/client/index.js +2 -0
  290. package/api/resources/patientAr/index.d.ts +2 -0
  291. package/api/resources/patientAr/index.js +18 -0
  292. package/api/resources/patientAr/resources/index.d.ts +1 -0
  293. package/api/resources/patientAr/resources/index.js +37 -0
  294. package/api/resources/patientAr/resources/v1/client/Client.d.ts +54 -0
  295. package/api/resources/patientAr/resources/v1/client/Client.js +196 -0
  296. package/api/resources/patientAr/resources/v1/client/index.d.ts +3 -0
  297. package/api/resources/patientAr/resources/v1/client/index.js +42 -0
  298. package/api/resources/patientAr/resources/v1/client/itemize.d.ts +34 -0
  299. package/api/resources/patientAr/resources/v1/client/itemize.js +79 -0
  300. package/api/resources/patientAr/resources/v1/client/listInventory.d.ts +34 -0
  301. package/api/resources/patientAr/resources/v1/client/listInventory.js +79 -0
  302. package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +19 -0
  303. package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +5 -0
  304. package/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -0
  305. package/api/resources/patientAr/resources/v1/client/requests/index.js +2 -0
  306. package/api/resources/patientAr/resources/v1/index.d.ts +2 -0
  307. package/api/resources/patientAr/resources/v1/index.js +18 -0
  308. package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +7 -0
  309. package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +5 -0
  310. package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +7 -0
  311. package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +5 -0
  312. package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +6 -0
  313. package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +5 -0
  314. package/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +11 -0
  315. package/api/resources/patientAr/resources/v1/types/InventoryRecord.js +5 -0
  316. package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +13 -0
  317. package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +5 -0
  318. package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +10 -0
  319. package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +5 -0
  320. package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +7 -0
  321. package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +5 -0
  322. package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +7 -0
  323. package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +5 -0
  324. package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +7 -0
  325. package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +5 -0
  326. package/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +8 -0
  327. package/api/resources/patientAr/resources/v1/types/PatientArStatus.js +10 -0
  328. package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +12 -0
  329. package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +5 -0
  330. package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +10 -0
  331. package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +5 -0
  332. package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +28 -0
  333. package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +5 -0
  334. package/api/resources/patientAr/resources/v1/types/index.d.ts +13 -0
  335. package/api/resources/patientAr/resources/v1/types/index.js +29 -0
  336. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  337. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  338. package/api/resources/payerPlanGroups/resources/v1/client/Client.js +5 -5
  339. package/api/resources/payers/client/Client.d.ts +3 -0
  340. package/api/resources/payers/client/Client.js +5 -0
  341. package/api/resources/payers/resources/index.d.ts +1 -0
  342. package/api/resources/payers/resources/index.js +2 -1
  343. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  344. package/api/resources/payers/resources/v4/client/Client.d.ts +45 -0
  345. package/api/resources/payers/resources/v4/client/Client.js +157 -0
  346. package/api/resources/payers/resources/v4/client/get.d.ts +22 -0
  347. package/api/resources/payers/resources/v4/client/get.js +57 -0
  348. package/api/resources/payers/resources/v4/client/getAll.d.ts +22 -0
  349. package/api/resources/payers/resources/v4/client/getAll.js +57 -0
  350. package/api/resources/payers/resources/v4/client/index.d.ts +3 -0
  351. package/api/resources/payers/resources/v4/client/index.js +42 -0
  352. package/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.d.ts +16 -0
  353. package/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.js +5 -0
  354. package/api/resources/payers/resources/v4/client/requests/index.d.ts +1 -0
  355. package/api/resources/payers/resources/v4/client/requests/index.js +2 -0
  356. package/api/resources/payers/resources/v4/index.d.ts +2 -0
  357. package/api/resources/payers/resources/v4/index.js +18 -0
  358. package/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +20 -0
  359. package/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +5 -0
  360. package/api/resources/payers/resources/v4/types/Payer.d.ts +14 -0
  361. package/api/resources/payers/resources/v4/types/Payer.js +5 -0
  362. package/api/resources/payers/resources/v4/types/PayerIds.d.ts +11 -0
  363. package/api/resources/payers/resources/v4/types/PayerIds.js +5 -0
  364. package/api/resources/payers/resources/v4/types/PayerPage.d.ts +7 -0
  365. package/api/resources/payers/resources/v4/types/PayerPage.js +5 -0
  366. package/api/resources/payers/resources/v4/types/PayerUuid.d.ts +8 -0
  367. package/api/resources/payers/resources/v4/types/PayerUuid.js +9 -0
  368. package/api/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +11 -0
  369. package/api/resources/payers/resources/v4/types/PrimaryPayerIds.js +5 -0
  370. package/api/resources/payers/resources/v4/types/SupportState.d.ts +9 -0
  371. package/api/resources/payers/resources/v4/types/SupportState.js +11 -0
  372. package/api/resources/payers/resources/v4/types/index.d.ts +7 -0
  373. package/api/resources/payers/resources/v4/types/index.js +23 -0
  374. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
  375. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +0 -2
  376. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -12
  377. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
  378. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +6 -6
  379. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
  380. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  381. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  382. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +10 -12
  383. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +64 -23
  384. package/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +28 -0
  385. package/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +68 -0
  386. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  387. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  388. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +0 -4
  389. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +0 -4
  390. package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  391. package/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +7 -0
  392. package/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +5 -0
  393. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +5 -1
  394. package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +10 -0
  395. package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +5 -0
  396. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
  397. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +12 -0
  398. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +9 -0
  399. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +11 -0
  400. package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +34 -0
  401. package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +36 -0
  402. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +5 -0
  403. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +5 -0
  404. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  405. package/api/resources/serviceFacility/client/Client.js +1 -1
  406. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +23 -2
  407. package/api/resources/serviceLines/resources/v2/client/Client.js +120 -5
  408. package/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +28 -0
  409. package/api/resources/serviceLines/resources/v2/client/createUniversal.js +68 -0
  410. package/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
  411. package/api/resources/serviceLines/resources/v2/client/index.js +3 -1
  412. package/api/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +40 -0
  413. package/api/resources/serviceLines/resources/v2/client/updateUniversal.js +90 -0
  414. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -4
  415. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -45
  416. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +7 -0
  417. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +5 -0
  418. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +47 -0
  419. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +5 -0
  420. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +9 -9
  421. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -47
  422. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +7 -0
  423. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +5 -0
  424. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +49 -0
  425. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +5 -0
  426. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -45
  427. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +45 -0
  428. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +5 -0
  429. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +11 -0
  430. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +5 -0
  431. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +13 -0
  432. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +5 -0
  433. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +12 -0
  434. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +5 -0
  435. package/api/resources/serviceLines/resources/v2/types/index.d.ts +8 -0
  436. package/api/resources/serviceLines/resources/v2/types/index.js +8 -0
  437. package/api/resources/superbills/resources/v1/client/Client.js +1 -1
  438. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  439. package/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
  440. package/api/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +1 -7
  441. package/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +12 -0
  442. package/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +5 -0
  443. package/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +30 -0
  444. package/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +5 -0
  445. package/api/resources/x12/resources/v1/types/index.d.ts +2 -0
  446. package/api/resources/x12/resources/v1/types/index.js +2 -0
  447. package/dist/Client.d.ts +9 -3
  448. package/dist/Client.js +52 -42
  449. package/dist/api/resources/auth/resources/default/client/Client.d.ts +12 -0
  450. package/dist/api/resources/auth/resources/default/client/Client.js +45 -1
  451. package/dist/api/resources/auth/resources/default/client/getMachineTokenForOrgId.d.ts +22 -0
  452. package/dist/api/resources/auth/resources/default/client/getMachineTokenForOrgId.js +57 -0
  453. package/dist/api/resources/auth/resources/default/client/index.d.ts +1 -0
  454. package/dist/api/resources/auth/resources/default/client/index.js +2 -1
  455. package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +21 -0
  456. package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +5 -0
  457. package/dist/api/resources/auth/resources/default/client/requests/index.d.ts +1 -0
  458. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  459. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +76 -7
  460. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +36 -0
  461. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +42 -5
  462. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +20 -0
  463. package/dist/api/resources/commons/types/Clearinghouse.d.ts +14 -0
  464. package/dist/api/resources/commons/types/Clearinghouse.js +16 -0
  465. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +13 -2
  466. package/dist/api/resources/commons/types/ProcedureModifier.js +11 -0
  467. package/dist/api/resources/commons/types/index.d.ts +1 -0
  468. package/dist/api/resources/commons/types/index.js +1 -0
  469. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  470. package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +49 -0
  471. package/dist/api/resources/credentialing/resources/v2/client/Client.js +295 -5
  472. package/dist/api/resources/credentialing/resources/v2/client/createFacility.d.ts +34 -0
  473. package/dist/api/resources/credentialing/resources/v2/client/createFacility.js +79 -0
  474. package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +34 -0
  475. package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.js +79 -0
  476. package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +34 -0
  477. package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.js +79 -0
  478. package/dist/api/resources/credentialing/resources/v2/client/getFacility.d.ts +34 -0
  479. package/dist/api/resources/credentialing/resources/v2/client/getFacility.js +79 -0
  480. package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +5 -0
  481. package/dist/api/resources/credentialing/resources/v2/client/index.js +6 -1
  482. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +27 -0
  483. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +5 -0
  484. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +26 -0
  485. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +5 -0
  486. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +27 -0
  487. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +5 -0
  488. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
  489. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
  490. package/dist/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
  491. package/dist/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +46 -0
  492. package/dist/api/resources/credentialing/resources/v2/client/updateFacility.js +101 -0
  493. package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
  494. package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +5 -0
  495. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +9 -0
  496. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +5 -0
  497. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +8 -0
  498. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +9 -0
  499. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +7 -0
  500. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +5 -0
  501. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -19
  502. package/dist/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  503. package/dist/api/resources/credentialing/resources/v2/types/index.js +4 -0
  504. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  505. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  506. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  507. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +3 -3
  508. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  509. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +1 -1
  510. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +1 -1
  511. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +1 -1
  512. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +108 -9
  513. package/dist/api/resources/encounters/resources/v4/client/Client.js +279 -15
  514. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  515. package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
  516. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +70 -0
  517. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +145 -0
  518. package/dist/api/resources/encounters/resources/v4/client/createUniversal.d.ts +94 -0
  519. package/dist/api/resources/encounters/resources/v4/client/createUniversal.js +189 -0
  520. package/dist/api/resources/encounters/resources/v4/client/index.d.ts +3 -0
  521. package/dist/api/resources/encounters/resources/v4/client/index.js +4 -1
  522. package/dist/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -2
  523. package/dist/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +70 -0
  524. package/dist/api/resources/encounters/resources/v4/client/updateUniversal.js +145 -0
  525. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +15 -29
  526. package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +10 -11
  527. package/dist/api/resources/encounters/resources/v4/types/EncounterCreate.d.ts +27 -0
  528. package/dist/api/resources/encounters/resources/v4/types/EncounterCreate.js +5 -0
  529. package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +3 -36
  530. package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +9 -4
  531. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +10 -16
  532. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +2 -9
  533. package/dist/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +5 -0
  534. package/dist/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +5 -0
  535. package/dist/api/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +17 -0
  536. package/dist/api/resources/encounters/resources/v4/types/EncounterUpdate.js +5 -0
  537. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +7 -4
  538. package/dist/api/resources/encounters/resources/v4/types/index.js +7 -4
  539. package/dist/api/resources/encountersUniversal/index.d.ts +1 -0
  540. package/dist/api/resources/encountersUniversal/index.js +17 -0
  541. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +49 -0
  542. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreate.js +5 -0
  543. package/dist/api/resources/{encounters/resources/v4/client/requests/EncounterCreate.d.ts → encountersUniversal/types/UniversalEncounterCreateBase.d.ts} +9 -70
  544. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +5 -0
  545. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +47 -0
  546. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +5 -0
  547. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +40 -0
  548. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +5 -0
  549. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +39 -0
  550. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdate.js +5 -0
  551. package/dist/api/resources/{encounters/resources/v4/client/requests/EncounterUpdate.d.ts → encountersUniversal/types/UniversalEncounterUpdateBase.d.ts} +9 -18
  552. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +5 -0
  553. package/dist/api/resources/encountersUniversal/types/index.d.ts +6 -0
  554. package/dist/api/resources/encountersUniversal/types/index.js +22 -0
  555. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  556. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  557. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  558. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  559. package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +12 -0
  560. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +55 -11
  561. package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +22 -0
  562. package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +57 -0
  563. package/dist/api/resources/feeSchedules/resources/v3/client/index.d.ts +1 -0
  564. package/dist/api/resources/feeSchedules/resources/v3/client/index.js +2 -1
  565. package/dist/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +13 -0
  566. package/dist/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +5 -0
  567. package/dist/api/resources/feeSchedules/resources/v3/client/requests/index.d.ts +1 -0
  568. package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +4 -1
  569. package/dist/api/resources/financials/types/PatientTransactionSource.d.ts +2 -1
  570. package/dist/api/resources/financials/types/PatientTransactionSource.js +1 -0
  571. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  572. package/dist/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +2 -0
  573. package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +2 -0
  574. package/dist/api/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -0
  575. package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -0
  576. package/dist/api/resources/healthCareCodeInformation/client/Client.d.ts +30 -0
  577. package/dist/api/resources/healthCareCodeInformation/client/Client.js +17 -0
  578. package/dist/api/resources/healthCareCodeInformation/client/index.d.ts +1 -0
  579. package/dist/api/resources/healthCareCodeInformation/client/index.js +2 -0
  580. package/dist/api/resources/healthCareCodeInformation/index.d.ts +2 -0
  581. package/dist/api/resources/healthCareCodeInformation/index.js +18 -0
  582. package/dist/api/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
  583. package/dist/api/resources/healthCareCodeInformation/resources/index.js +37 -0
  584. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +46 -0
  585. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +179 -0
  586. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +28 -0
  587. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +68 -0
  588. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
  589. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
  590. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +34 -0
  591. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.js +79 -0
  592. package/dist/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
  593. package/dist/api/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
  594. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +11 -0
  595. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +5 -0
  596. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +14 -0
  597. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +10 -0
  598. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +11 -0
  599. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +5 -0
  600. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +4230 -0
  601. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1064 -0
  602. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +242 -0
  603. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +67 -0
  604. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +11 -0
  605. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +5 -0
  606. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
  607. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +9 -0
  608. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +11 -0
  609. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +5 -0
  610. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +4 -0
  611. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +5 -0
  612. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +174 -0
  613. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +50 -0
  614. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +11 -0
  615. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +5 -0
  616. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
  617. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +9 -0
  618. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +11 -0
  619. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +5 -0
  620. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +12 -0
  621. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +5 -0
  622. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +14 -0
  623. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +10 -0
  624. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +12 -0
  625. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +5 -0
  626. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +18 -0
  627. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +5 -0
  628. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +19 -0
  629. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +5 -0
  630. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +19 -0
  631. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +5 -0
  632. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +57 -0
  633. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +5 -0
  634. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +19 -0
  635. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +5 -0
  636. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +8 -0
  637. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +9 -0
  638. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +8 -0
  639. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +9 -0
  640. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +242 -0
  641. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +67 -0
  642. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +12 -0
  643. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +5 -0
  644. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
  645. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +9 -0
  646. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +12 -0
  647. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +5 -0
  648. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +58 -0
  649. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +21 -0
  650. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
  651. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +9 -0
  652. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +12 -0
  653. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +5 -0
  654. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +12 -0
  655. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +5 -0
  656. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +12 -0
  657. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +5 -0
  658. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +14 -0
  659. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +10 -0
  660. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +12 -0
  661. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +5 -0
  662. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +12 -0
  663. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +5 -0
  664. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +14 -0
  665. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +10 -0
  666. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +12 -0
  667. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +5 -0
  668. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +11 -0
  669. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +5 -0
  670. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +14 -0
  671. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +10 -0
  672. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +11 -0
  673. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +5 -0
  674. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +26 -0
  675. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +13 -0
  676. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +12 -0
  677. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +5 -0
  678. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +14 -0
  679. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +10 -0
  680. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +12 -0
  681. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +5 -0
  682. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +12 -0
  683. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +5 -0
  684. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +18 -0
  685. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +11 -0
  686. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +12 -0
  687. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +5 -0
  688. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +7 -0
  689. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +5 -0
  690. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +7 -0
  691. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +5 -0
  692. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +7 -0
  693. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +5 -0
  694. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +7 -0
  695. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +5 -0
  696. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +7 -0
  697. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +5 -0
  698. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +8 -0
  699. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +9 -0
  700. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +11 -0
  701. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +5 -0
  702. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +11 -0
  703. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +5 -0
  704. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
  705. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +9 -0
  706. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +541 -0
  707. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +115 -0
  708. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
  709. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +9 -0
  710. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +12 -0
  711. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +5 -0
  712. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +12 -0
  713. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +5 -0
  714. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +60 -0
  715. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +76 -0
  716. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  717. package/dist/api/resources/index.d.ts +4 -1
  718. package/dist/api/resources/index.js +6 -3
  719. package/dist/api/resources/individual/types/Patient.d.ts +2 -0
  720. package/dist/api/resources/individual/types/PatientBase.d.ts +2 -2
  721. package/dist/api/resources/individual/types/PatientCreate.d.ts +2 -0
  722. package/dist/api/resources/individual/types/PatientUpdate.d.ts +3 -2
  723. package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +3 -2
  724. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  725. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
  726. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  727. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  728. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  729. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  730. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +7 -7
  731. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +3 -1
  732. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +2 -0
  733. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  734. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  735. package/dist/api/resources/patientAr/client/Client.d.ts +30 -0
  736. package/dist/api/resources/patientAr/client/Client.js +17 -0
  737. package/dist/api/resources/patientAr/client/index.d.ts +1 -0
  738. package/dist/api/resources/patientAr/client/index.js +2 -0
  739. package/dist/api/resources/patientAr/index.d.ts +2 -0
  740. package/dist/api/resources/patientAr/index.js +18 -0
  741. package/dist/api/resources/patientAr/resources/index.d.ts +1 -0
  742. package/dist/api/resources/patientAr/resources/index.js +37 -0
  743. package/dist/api/resources/patientAr/resources/v1/client/Client.d.ts +54 -0
  744. package/dist/api/resources/patientAr/resources/v1/client/Client.js +196 -0
  745. package/dist/api/resources/patientAr/resources/v1/client/index.d.ts +3 -0
  746. package/dist/api/resources/patientAr/resources/v1/client/index.js +42 -0
  747. package/dist/api/resources/patientAr/resources/v1/client/itemize.d.ts +34 -0
  748. package/dist/api/resources/patientAr/resources/v1/client/itemize.js +79 -0
  749. package/dist/api/resources/patientAr/resources/v1/client/listInventory.d.ts +34 -0
  750. package/dist/api/resources/patientAr/resources/v1/client/listInventory.js +79 -0
  751. package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +19 -0
  752. package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +5 -0
  753. package/dist/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -0
  754. package/dist/api/resources/patientAr/resources/v1/client/requests/index.js +2 -0
  755. package/dist/api/resources/patientAr/resources/v1/index.d.ts +2 -0
  756. package/dist/api/resources/patientAr/resources/v1/index.js +18 -0
  757. package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +7 -0
  758. package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +5 -0
  759. package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +7 -0
  760. package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +5 -0
  761. package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +6 -0
  762. package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +5 -0
  763. package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +11 -0
  764. package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.js +5 -0
  765. package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +13 -0
  766. package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +5 -0
  767. package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +10 -0
  768. package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +5 -0
  769. package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +7 -0
  770. package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +5 -0
  771. package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +7 -0
  772. package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +5 -0
  773. package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +7 -0
  774. package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +5 -0
  775. package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +8 -0
  776. package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.js +10 -0
  777. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +12 -0
  778. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +5 -0
  779. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +10 -0
  780. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +5 -0
  781. package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +28 -0
  782. package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +5 -0
  783. package/dist/api/resources/patientAr/resources/v1/types/index.d.ts +13 -0
  784. package/dist/api/resources/patientAr/resources/v1/types/index.js +29 -0
  785. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  786. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  787. package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +5 -5
  788. package/dist/api/resources/payers/client/Client.d.ts +3 -0
  789. package/dist/api/resources/payers/client/Client.js +5 -0
  790. package/dist/api/resources/payers/resources/index.d.ts +1 -0
  791. package/dist/api/resources/payers/resources/index.js +2 -1
  792. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  793. package/dist/api/resources/payers/resources/v4/client/Client.d.ts +45 -0
  794. package/dist/api/resources/payers/resources/v4/client/Client.js +157 -0
  795. package/dist/api/resources/payers/resources/v4/client/get.d.ts +22 -0
  796. package/dist/api/resources/payers/resources/v4/client/get.js +57 -0
  797. package/dist/api/resources/payers/resources/v4/client/getAll.d.ts +22 -0
  798. package/dist/api/resources/payers/resources/v4/client/getAll.js +57 -0
  799. package/dist/api/resources/payers/resources/v4/client/index.d.ts +3 -0
  800. package/dist/api/resources/payers/resources/v4/client/index.js +42 -0
  801. package/dist/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.d.ts +16 -0
  802. package/dist/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.js +5 -0
  803. package/dist/api/resources/payers/resources/v4/client/requests/index.d.ts +1 -0
  804. package/dist/api/resources/payers/resources/v4/client/requests/index.js +2 -0
  805. package/dist/api/resources/payers/resources/v4/index.d.ts +2 -0
  806. package/dist/api/resources/payers/resources/v4/index.js +18 -0
  807. package/dist/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +20 -0
  808. package/dist/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +5 -0
  809. package/dist/api/resources/payers/resources/v4/types/Payer.d.ts +14 -0
  810. package/dist/api/resources/payers/resources/v4/types/Payer.js +5 -0
  811. package/dist/api/resources/payers/resources/v4/types/PayerIds.d.ts +11 -0
  812. package/dist/api/resources/payers/resources/v4/types/PayerIds.js +5 -0
  813. package/dist/api/resources/payers/resources/v4/types/PayerPage.d.ts +7 -0
  814. package/dist/api/resources/payers/resources/v4/types/PayerPage.js +5 -0
  815. package/dist/api/resources/payers/resources/v4/types/PayerUuid.d.ts +8 -0
  816. package/dist/api/resources/payers/resources/v4/types/PayerUuid.js +9 -0
  817. package/dist/api/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +11 -0
  818. package/dist/api/resources/payers/resources/v4/types/PrimaryPayerIds.js +5 -0
  819. package/dist/api/resources/payers/resources/v4/types/SupportState.d.ts +9 -0
  820. package/dist/api/resources/payers/resources/v4/types/SupportState.js +11 -0
  821. package/dist/api/resources/payers/resources/v4/types/index.d.ts +7 -0
  822. package/dist/api/resources/payers/resources/v4/types/index.js +23 -0
  823. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
  824. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +0 -2
  825. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -12
  826. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
  827. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +6 -6
  828. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
  829. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  830. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  831. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +10 -12
  832. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +64 -23
  833. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +28 -0
  834. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +68 -0
  835. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  836. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  837. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +0 -4
  838. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +0 -4
  839. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  840. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +7 -0
  841. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +5 -0
  842. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +5 -1
  843. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +10 -0
  844. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +5 -0
  845. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
  846. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +12 -0
  847. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +9 -0
  848. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +11 -0
  849. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +34 -0
  850. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +36 -0
  851. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +5 -0
  852. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +5 -0
  853. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  854. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  855. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +23 -2
  856. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +120 -5
  857. package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +28 -0
  858. package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.js +68 -0
  859. package/dist/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
  860. package/dist/api/resources/serviceLines/resources/v2/client/index.js +3 -1
  861. package/dist/api/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +40 -0
  862. package/dist/api/resources/serviceLines/resources/v2/client/updateUniversal.js +90 -0
  863. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -4
  864. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -45
  865. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +7 -0
  866. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +5 -0
  867. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +47 -0
  868. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +5 -0
  869. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +9 -9
  870. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -47
  871. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +7 -0
  872. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +5 -0
  873. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +49 -0
  874. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +5 -0
  875. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -45
  876. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +45 -0
  877. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +5 -0
  878. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +11 -0
  879. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +5 -0
  880. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +13 -0
  881. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +5 -0
  882. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +12 -0
  883. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +5 -0
  884. package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +8 -0
  885. package/dist/api/resources/serviceLines/resources/v2/types/index.js +8 -0
  886. package/dist/api/resources/superbills/resources/v1/client/Client.js +1 -1
  887. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  888. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
  889. package/dist/api/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +1 -7
  890. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +12 -0
  891. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +5 -0
  892. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +30 -0
  893. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +5 -0
  894. package/dist/api/resources/x12/resources/v1/types/index.d.ts +2 -0
  895. package/dist/api/resources/x12/resources/v1/types/index.js +2 -0
  896. package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +15 -0
  897. package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +46 -0
  898. package/dist/serialization/resources/auth/resources/default/client/requests/index.d.ts +1 -0
  899. package/dist/serialization/resources/auth/resources/default/client/requests/index.js +3 -1
  900. package/dist/serialization/resources/commons/types/Clearinghouse.d.ts +10 -0
  901. package/dist/serialization/resources/commons/types/Clearinghouse.js +50 -0
  902. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  903. package/dist/serialization/resources/commons/types/ProcedureModifier.js +11 -0
  904. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  905. package/dist/serialization/resources/commons/types/index.js +1 -0
  906. package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.d.ts +20 -0
  907. package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.js +77 -0
  908. package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +20 -0
  909. package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +77 -0
  910. package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +20 -0
  911. package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +77 -0
  912. package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +20 -0
  913. package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.js +77 -0
  914. package/dist/serialization/resources/credentialing/resources/v2/client/index.d.ts +5 -0
  915. package/dist/serialization/resources/credentialing/resources/v2/client/index.js +6 -1
  916. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +18 -0
  917. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +49 -0
  918. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +19 -0
  919. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +50 -0
  920. package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
  921. package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.js +5 -1
  922. package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +30 -0
  923. package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.js +89 -0
  924. package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
  925. package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +53 -0
  926. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +16 -0
  927. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +49 -0
  928. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +10 -0
  929. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +45 -0
  930. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +14 -0
  931. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +47 -0
  932. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -12
  933. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +6 -13
  934. package/dist/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  935. package/dist/serialization/resources/credentialing/resources/v2/types/index.js +4 -0
  936. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  937. package/dist/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  938. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +49 -0
  939. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +112 -0
  940. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +69 -0
  941. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.js +136 -0
  942. package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +3 -1
  943. package/dist/serialization/resources/encounters/resources/v4/client/index.js +4 -5
  944. package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +50 -0
  945. package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.js +113 -0
  946. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +3 -4
  947. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +3 -4
  948. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -2
  949. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +2 -2
  950. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreate.d.ts +22 -0
  951. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreate.js +55 -0
  952. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +4 -28
  953. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +4 -28
  954. package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
  955. package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -0
  956. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +0 -2
  957. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +0 -2
  958. package/dist/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +11 -0
  959. package/dist/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +41 -0
  960. package/dist/serialization/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +16 -0
  961. package/dist/serialization/resources/encounters/resources/v4/types/EncounterUpdate.js +49 -0
  962. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +7 -4
  963. package/dist/serialization/resources/encounters/resources/v4/types/index.js +7 -4
  964. package/dist/serialization/resources/encountersUniversal/index.d.ts +1 -0
  965. package/dist/serialization/resources/encountersUniversal/index.js +17 -0
  966. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +39 -0
  967. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +72 -0
  968. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +50 -0
  969. package/{serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js → dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js} +21 -31
  970. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +37 -0
  971. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +70 -0
  972. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +36 -0
  973. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +69 -0
  974. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +32 -0
  975. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +65 -0
  976. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +46 -0
  977. package/{serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js → dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js} +20 -22
  978. package/dist/serialization/resources/encountersUniversal/types/index.d.ts +6 -0
  979. package/dist/serialization/resources/encountersUniversal/types/index.js +22 -0
  980. package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +9 -0
  981. package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +41 -0
  982. package/dist/serialization/resources/feeSchedules/resources/v3/client/index.d.ts +1 -0
  983. package/dist/serialization/resources/feeSchedules/resources/v3/client/index.js +2 -1
  984. package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +13 -0
  985. package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +44 -0
  986. package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/index.d.ts +1 -0
  987. package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/index.js +3 -1
  988. package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +4 -1
  989. package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +1 -0
  990. package/dist/serialization/resources/financials/types/PatientTransactionSource.d.ts +1 -1
  991. package/dist/serialization/resources/financials/types/PatientTransactionSource.js +10 -1
  992. package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -0
  993. package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +1 -0
  994. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +1 -0
  995. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +1 -0
  996. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -0
  997. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.js +1 -0
  998. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -0
  999. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +1 -0
  1000. package/dist/serialization/resources/healthCareCodeInformation/index.d.ts +1 -0
  1001. package/dist/serialization/resources/healthCareCodeInformation/index.js +17 -0
  1002. package/dist/serialization/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
  1003. package/dist/serialization/resources/healthCareCodeInformation/resources/index.js +37 -0
  1004. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +15 -0
  1005. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +71 -0
  1006. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
  1007. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
  1008. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +20 -0
  1009. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +77 -0
  1010. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
  1011. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
  1012. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +16 -0
  1013. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +49 -0
  1014. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +10 -0
  1015. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +41 -0
  1016. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +16 -0
  1017. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +49 -0
  1018. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +10 -0
  1019. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1098 -0
  1020. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +10 -0
  1021. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +101 -0
  1022. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +16 -0
  1023. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +49 -0
  1024. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
  1025. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +41 -0
  1026. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +16 -0
  1027. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +49 -0
  1028. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +10 -0
  1029. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +41 -0
  1030. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +10 -0
  1031. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +84 -0
  1032. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +16 -0
  1033. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +49 -0
  1034. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
  1035. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +41 -0
  1036. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +16 -0
  1037. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +49 -0
  1038. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +18 -0
  1039. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +51 -0
  1040. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +10 -0
  1041. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +41 -0
  1042. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +18 -0
  1043. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +51 -0
  1044. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +15 -0
  1045. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +48 -0
  1046. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +37 -0
  1047. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +68 -0
  1048. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +37 -0
  1049. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +68 -0
  1050. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +23 -0
  1051. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +54 -0
  1052. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +37 -0
  1053. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +68 -0
  1054. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +10 -0
  1055. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +45 -0
  1056. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +10 -0
  1057. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +45 -0
  1058. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +10 -0
  1059. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +101 -0
  1060. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +18 -0
  1061. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +51 -0
  1062. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
  1063. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +41 -0
  1064. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +18 -0
  1065. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +51 -0
  1066. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +10 -0
  1067. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +41 -0
  1068. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
  1069. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +41 -0
  1070. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +18 -0
  1071. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +51 -0
  1072. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +18 -0
  1073. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +51 -0
  1074. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +18 -0
  1075. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +51 -0
  1076. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +10 -0
  1077. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +41 -0
  1078. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +18 -0
  1079. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +51 -0
  1080. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +18 -0
  1081. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +51 -0
  1082. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +10 -0
  1083. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +41 -0
  1084. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +18 -0
  1085. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +51 -0
  1086. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +16 -0
  1087. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +49 -0
  1088. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +10 -0
  1089. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +41 -0
  1090. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +16 -0
  1091. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +49 -0
  1092. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +10 -0
  1093. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +41 -0
  1094. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +18 -0
  1095. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +51 -0
  1096. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +10 -0
  1097. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +41 -0
  1098. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +18 -0
  1099. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +51 -0
  1100. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +18 -0
  1101. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +51 -0
  1102. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +10 -0
  1103. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +41 -0
  1104. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +18 -0
  1105. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +51 -0
  1106. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +13 -0
  1107. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +44 -0
  1108. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +13 -0
  1109. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +44 -0
  1110. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +13 -0
  1111. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +44 -0
  1112. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +13 -0
  1113. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +44 -0
  1114. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +13 -0
  1115. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +44 -0
  1116. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +10 -0
  1117. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +45 -0
  1118. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +16 -0
  1119. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +49 -0
  1120. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +16 -0
  1121. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +49 -0
  1122. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
  1123. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +41 -0
  1124. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +10 -0
  1125. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +149 -0
  1126. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
  1127. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +41 -0
  1128. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +18 -0
  1129. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +51 -0
  1130. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +18 -0
  1131. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +51 -0
  1132. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +60 -0
  1133. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +76 -0
  1134. package/dist/serialization/resources/index.d.ts +4 -1
  1135. package/dist/serialization/resources/index.js +6 -3
  1136. package/dist/serialization/resources/individual/types/Patient.d.ts +1 -0
  1137. package/dist/serialization/resources/individual/types/Patient.js +1 -0
  1138. package/dist/serialization/resources/individual/types/PatientCreate.d.ts +1 -0
  1139. package/dist/serialization/resources/individual/types/PatientCreate.js +1 -0
  1140. package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +1 -0
  1141. package/dist/serialization/resources/individual/types/PatientUpdate.js +1 -0
  1142. package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +1 -0
  1143. package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +1 -0
  1144. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  1145. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +2 -0
  1146. package/dist/serialization/resources/patientAr/index.d.ts +1 -0
  1147. package/dist/serialization/resources/patientAr/index.js +17 -0
  1148. package/dist/serialization/resources/patientAr/resources/index.d.ts +1 -0
  1149. package/dist/serialization/resources/patientAr/resources/index.js +37 -0
  1150. package/dist/serialization/resources/patientAr/resources/v1/client/index.d.ts +2 -0
  1151. package/dist/serialization/resources/patientAr/resources/v1/client/index.js +38 -0
  1152. package/dist/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +20 -0
  1153. package/dist/serialization/resources/patientAr/resources/v1/client/itemize.js +77 -0
  1154. package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +20 -0
  1155. package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.js +77 -0
  1156. package/dist/serialization/resources/patientAr/resources/v1/index.d.ts +2 -0
  1157. package/dist/serialization/resources/patientAr/resources/v1/index.js +18 -0
  1158. package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +12 -0
  1159. package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +43 -0
  1160. package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +12 -0
  1161. package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +43 -0
  1162. package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +12 -0
  1163. package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +43 -0
  1164. package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +20 -0
  1165. package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +51 -0
  1166. package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +18 -0
  1167. package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +49 -0
  1168. package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +15 -0
  1169. package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +46 -0
  1170. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +12 -0
  1171. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +43 -0
  1172. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +12 -0
  1173. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +43 -0
  1174. package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +12 -0
  1175. package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +43 -0
  1176. package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +10 -0
  1177. package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +41 -0
  1178. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +13 -0
  1179. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +44 -0
  1180. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +14 -0
  1181. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +45 -0
  1182. package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +32 -0
  1183. package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +63 -0
  1184. package/dist/serialization/resources/patientAr/resources/v1/types/index.d.ts +13 -0
  1185. package/dist/serialization/resources/patientAr/resources/v1/types/index.js +29 -0
  1186. package/dist/serialization/resources/payers/resources/index.d.ts +1 -0
  1187. package/dist/serialization/resources/payers/resources/index.js +2 -1
  1188. package/dist/serialization/resources/payers/resources/v4/index.d.ts +1 -0
  1189. package/dist/serialization/resources/payers/resources/v4/index.js +17 -0
  1190. package/dist/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +20 -0
  1191. package/dist/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +51 -0
  1192. package/dist/serialization/resources/payers/resources/v4/types/Payer.d.ts +21 -0
  1193. package/dist/serialization/resources/payers/resources/v4/types/Payer.js +52 -0
  1194. package/dist/serialization/resources/payers/resources/v4/types/PayerIds.d.ts +14 -0
  1195. package/dist/serialization/resources/payers/resources/v4/types/PayerIds.js +45 -0
  1196. package/dist/serialization/resources/payers/resources/v4/types/PayerPage.d.ts +14 -0
  1197. package/dist/serialization/resources/payers/resources/v4/types/PayerPage.js +47 -0
  1198. package/dist/serialization/resources/payers/resources/v4/types/PayerUuid.d.ts +10 -0
  1199. package/dist/serialization/resources/payers/resources/v4/types/PayerUuid.js +45 -0
  1200. package/dist/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +14 -0
  1201. package/dist/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.js +45 -0
  1202. package/dist/serialization/resources/payers/resources/v4/types/SupportState.d.ts +10 -0
  1203. package/dist/serialization/resources/payers/resources/v4/types/SupportState.js +41 -0
  1204. package/dist/serialization/resources/payers/resources/v4/types/index.d.ts +7 -0
  1205. package/dist/serialization/resources/payers/resources/v4/types/index.js +23 -0
  1206. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
  1207. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +1 -1
  1208. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +15 -0
  1209. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +71 -0
  1210. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  1211. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  1212. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  1213. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
  1214. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +13 -0
  1215. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +44 -0
  1216. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +5 -1
  1217. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +5 -1
  1218. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +19 -0
  1219. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +50 -0
  1220. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
  1221. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +41 -0
  1222. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +10 -0
  1223. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +41 -0
  1224. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +10 -0
  1225. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +70 -0
  1226. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +5 -0
  1227. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +5 -0
  1228. package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +15 -0
  1229. package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +71 -0
  1230. package/dist/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
  1231. package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +3 -1
  1232. package/dist/serialization/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +25 -0
  1233. package/dist/serialization/resources/serviceLines/resources/v2/client/updateUniversal.js +83 -0
  1234. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -23
  1235. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +5 -24
  1236. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +13 -0
  1237. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +46 -0
  1238. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +32 -0
  1239. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +63 -0
  1240. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
  1241. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
  1242. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -27
  1243. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +5 -28
  1244. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +13 -0
  1245. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +46 -0
  1246. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +36 -0
  1247. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +67 -0
  1248. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -24
  1249. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +5 -25
  1250. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +34 -0
  1251. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +65 -0
  1252. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +15 -0
  1253. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +48 -0
  1254. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +19 -0
  1255. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +52 -0
  1256. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +18 -0
  1257. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +51 -0
  1258. package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +8 -0
  1259. package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +8 -0
  1260. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +2 -7
  1261. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.js +5 -8
  1262. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +17 -0
  1263. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +48 -0
  1264. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +18 -0
  1265. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +52 -0
  1266. package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +2 -0
  1267. package/dist/serialization/resources/x12/resources/v1/types/index.js +2 -0
  1268. package/dist/version.d.ts +1 -1
  1269. package/dist/version.js +1 -1
  1270. package/package.json +1 -1
  1271. package/reference.md +1632 -497
  1272. package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +15 -0
  1273. package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +46 -0
  1274. package/serialization/resources/auth/resources/default/client/requests/index.d.ts +1 -0
  1275. package/serialization/resources/auth/resources/default/client/requests/index.js +3 -1
  1276. package/serialization/resources/commons/types/Clearinghouse.d.ts +10 -0
  1277. package/serialization/resources/commons/types/Clearinghouse.js +50 -0
  1278. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  1279. package/serialization/resources/commons/types/ProcedureModifier.js +11 -0
  1280. package/serialization/resources/commons/types/index.d.ts +1 -0
  1281. package/serialization/resources/commons/types/index.js +1 -0
  1282. package/serialization/resources/credentialing/resources/v2/client/createFacility.d.ts +20 -0
  1283. package/serialization/resources/credentialing/resources/v2/client/createFacility.js +77 -0
  1284. package/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +20 -0
  1285. package/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +77 -0
  1286. package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +20 -0
  1287. package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +77 -0
  1288. package/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +20 -0
  1289. package/serialization/resources/credentialing/resources/v2/client/getFacility.js +77 -0
  1290. package/serialization/resources/credentialing/resources/v2/client/index.d.ts +5 -0
  1291. package/serialization/resources/credentialing/resources/v2/client/index.js +6 -1
  1292. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +18 -0
  1293. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +49 -0
  1294. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +19 -0
  1295. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +50 -0
  1296. package/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
  1297. package/serialization/resources/credentialing/resources/v2/client/requests/index.js +5 -1
  1298. package/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +30 -0
  1299. package/serialization/resources/credentialing/resources/v2/client/updateFacility.js +89 -0
  1300. package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
  1301. package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +53 -0
  1302. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +16 -0
  1303. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +49 -0
  1304. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +10 -0
  1305. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +45 -0
  1306. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +14 -0
  1307. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +47 -0
  1308. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -12
  1309. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +6 -13
  1310. package/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  1311. package/serialization/resources/credentialing/resources/v2/types/index.js +4 -0
  1312. package/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  1313. package/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  1314. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +49 -0
  1315. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +112 -0
  1316. package/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +69 -0
  1317. package/serialization/resources/encounters/resources/v4/client/createUniversal.js +136 -0
  1318. package/serialization/resources/encounters/resources/v4/client/index.d.ts +3 -1
  1319. package/serialization/resources/encounters/resources/v4/client/index.js +4 -5
  1320. package/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +50 -0
  1321. package/serialization/resources/encounters/resources/v4/client/updateUniversal.js +113 -0
  1322. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +3 -4
  1323. package/serialization/resources/encounters/resources/v4/types/Encounter.js +3 -4
  1324. package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -2
  1325. package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +2 -2
  1326. package/serialization/resources/encounters/resources/v4/types/EncounterCreate.d.ts +22 -0
  1327. package/serialization/resources/encounters/resources/v4/types/EncounterCreate.js +55 -0
  1328. package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +4 -28
  1329. package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +4 -28
  1330. package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
  1331. package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -0
  1332. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +0 -2
  1333. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +0 -2
  1334. package/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +11 -0
  1335. package/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +41 -0
  1336. package/serialization/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +16 -0
  1337. package/serialization/resources/encounters/resources/v4/types/EncounterUpdate.js +49 -0
  1338. package/serialization/resources/encounters/resources/v4/types/index.d.ts +7 -4
  1339. package/serialization/resources/encounters/resources/v4/types/index.js +7 -4
  1340. package/serialization/resources/encountersUniversal/index.d.ts +1 -0
  1341. package/serialization/resources/encountersUniversal/index.js +17 -0
  1342. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +39 -0
  1343. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +72 -0
  1344. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +50 -0
  1345. package/{dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js → serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js} +21 -31
  1346. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +37 -0
  1347. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +70 -0
  1348. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +36 -0
  1349. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +69 -0
  1350. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +32 -0
  1351. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +65 -0
  1352. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +46 -0
  1353. package/{dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js → serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js} +20 -22
  1354. package/serialization/resources/encountersUniversal/types/index.d.ts +6 -0
  1355. package/serialization/resources/encountersUniversal/types/index.js +22 -0
  1356. package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +9 -0
  1357. package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +41 -0
  1358. package/serialization/resources/feeSchedules/resources/v3/client/index.d.ts +1 -0
  1359. package/serialization/resources/feeSchedules/resources/v3/client/index.js +2 -1
  1360. package/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +13 -0
  1361. package/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +44 -0
  1362. package/serialization/resources/feeSchedules/resources/v3/client/requests/index.d.ts +1 -0
  1363. package/serialization/resources/feeSchedules/resources/v3/client/requests/index.js +3 -1
  1364. package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +4 -1
  1365. package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +1 -0
  1366. package/serialization/resources/financials/types/PatientTransactionSource.d.ts +1 -1
  1367. package/serialization/resources/financials/types/PatientTransactionSource.js +10 -1
  1368. package/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -0
  1369. package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +1 -0
  1370. package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +1 -0
  1371. package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +1 -0
  1372. package/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -0
  1373. package/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.js +1 -0
  1374. package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -0
  1375. package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +1 -0
  1376. package/serialization/resources/healthCareCodeInformation/index.d.ts +1 -0
  1377. package/serialization/resources/healthCareCodeInformation/index.js +17 -0
  1378. package/serialization/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
  1379. package/serialization/resources/healthCareCodeInformation/resources/index.js +37 -0
  1380. package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +15 -0
  1381. package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +71 -0
  1382. package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
  1383. package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
  1384. package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +20 -0
  1385. package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +77 -0
  1386. package/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
  1387. package/serialization/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
  1388. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +16 -0
  1389. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +49 -0
  1390. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +10 -0
  1391. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +41 -0
  1392. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +16 -0
  1393. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +49 -0
  1394. package/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +10 -0
  1395. package/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1098 -0
  1396. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +10 -0
  1397. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +101 -0
  1398. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +16 -0
  1399. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +49 -0
  1400. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
  1401. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +41 -0
  1402. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +16 -0
  1403. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +49 -0
  1404. package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +10 -0
  1405. package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +41 -0
  1406. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +10 -0
  1407. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +84 -0
  1408. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +16 -0
  1409. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +49 -0
  1410. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
  1411. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +41 -0
  1412. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +16 -0
  1413. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +49 -0
  1414. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +18 -0
  1415. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +51 -0
  1416. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +10 -0
  1417. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +41 -0
  1418. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +18 -0
  1419. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +51 -0
  1420. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +15 -0
  1421. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +48 -0
  1422. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +37 -0
  1423. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +68 -0
  1424. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +37 -0
  1425. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +68 -0
  1426. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +23 -0
  1427. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +54 -0
  1428. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +37 -0
  1429. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +68 -0
  1430. package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +10 -0
  1431. package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +45 -0
  1432. package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +10 -0
  1433. package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +45 -0
  1434. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +10 -0
  1435. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +101 -0
  1436. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +18 -0
  1437. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +51 -0
  1438. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
  1439. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +41 -0
  1440. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +18 -0
  1441. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +51 -0
  1442. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +10 -0
  1443. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +41 -0
  1444. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
  1445. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +41 -0
  1446. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +18 -0
  1447. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +51 -0
  1448. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +18 -0
  1449. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +51 -0
  1450. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +18 -0
  1451. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +51 -0
  1452. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +10 -0
  1453. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +41 -0
  1454. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +18 -0
  1455. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +51 -0
  1456. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +18 -0
  1457. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +51 -0
  1458. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +10 -0
  1459. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +41 -0
  1460. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +18 -0
  1461. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +51 -0
  1462. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +16 -0
  1463. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +49 -0
  1464. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +10 -0
  1465. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +41 -0
  1466. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +16 -0
  1467. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +49 -0
  1468. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +10 -0
  1469. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +41 -0
  1470. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +18 -0
  1471. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +51 -0
  1472. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +10 -0
  1473. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +41 -0
  1474. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +18 -0
  1475. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +51 -0
  1476. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +18 -0
  1477. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +51 -0
  1478. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +10 -0
  1479. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +41 -0
  1480. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +18 -0
  1481. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +51 -0
  1482. package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +13 -0
  1483. package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +44 -0
  1484. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +13 -0
  1485. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +44 -0
  1486. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +13 -0
  1487. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +44 -0
  1488. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +13 -0
  1489. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +44 -0
  1490. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +13 -0
  1491. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +44 -0
  1492. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +10 -0
  1493. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +45 -0
  1494. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +16 -0
  1495. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +49 -0
  1496. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +16 -0
  1497. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +49 -0
  1498. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
  1499. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +41 -0
  1500. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +10 -0
  1501. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +149 -0
  1502. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
  1503. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +41 -0
  1504. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +18 -0
  1505. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +51 -0
  1506. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +18 -0
  1507. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +51 -0
  1508. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +60 -0
  1509. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +76 -0
  1510. package/serialization/resources/index.d.ts +4 -1
  1511. package/serialization/resources/index.js +6 -3
  1512. package/serialization/resources/individual/types/Patient.d.ts +1 -0
  1513. package/serialization/resources/individual/types/Patient.js +1 -0
  1514. package/serialization/resources/individual/types/PatientCreate.d.ts +1 -0
  1515. package/serialization/resources/individual/types/PatientCreate.js +1 -0
  1516. package/serialization/resources/individual/types/PatientUpdate.d.ts +1 -0
  1517. package/serialization/resources/individual/types/PatientUpdate.js +1 -0
  1518. package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +1 -0
  1519. package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +1 -0
  1520. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  1521. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +2 -0
  1522. package/serialization/resources/patientAr/index.d.ts +1 -0
  1523. package/serialization/resources/patientAr/index.js +17 -0
  1524. package/serialization/resources/patientAr/resources/index.d.ts +1 -0
  1525. package/serialization/resources/patientAr/resources/index.js +37 -0
  1526. package/serialization/resources/patientAr/resources/v1/client/index.d.ts +2 -0
  1527. package/serialization/resources/patientAr/resources/v1/client/index.js +38 -0
  1528. package/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +20 -0
  1529. package/serialization/resources/patientAr/resources/v1/client/itemize.js +77 -0
  1530. package/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +20 -0
  1531. package/serialization/resources/patientAr/resources/v1/client/listInventory.js +77 -0
  1532. package/serialization/resources/patientAr/resources/v1/index.d.ts +2 -0
  1533. package/serialization/resources/patientAr/resources/v1/index.js +18 -0
  1534. package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +12 -0
  1535. package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +43 -0
  1536. package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +12 -0
  1537. package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +43 -0
  1538. package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +12 -0
  1539. package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +43 -0
  1540. package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +20 -0
  1541. package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +51 -0
  1542. package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +18 -0
  1543. package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +49 -0
  1544. package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +15 -0
  1545. package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +46 -0
  1546. package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +12 -0
  1547. package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +43 -0
  1548. package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +12 -0
  1549. package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +43 -0
  1550. package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +12 -0
  1551. package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +43 -0
  1552. package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +10 -0
  1553. package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +41 -0
  1554. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +13 -0
  1555. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +44 -0
  1556. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +14 -0
  1557. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +45 -0
  1558. package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +32 -0
  1559. package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +63 -0
  1560. package/serialization/resources/patientAr/resources/v1/types/index.d.ts +13 -0
  1561. package/serialization/resources/patientAr/resources/v1/types/index.js +29 -0
  1562. package/serialization/resources/payers/resources/index.d.ts +1 -0
  1563. package/serialization/resources/payers/resources/index.js +2 -1
  1564. package/serialization/resources/payers/resources/v4/index.d.ts +1 -0
  1565. package/serialization/resources/payers/resources/v4/index.js +17 -0
  1566. package/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +20 -0
  1567. package/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +51 -0
  1568. package/serialization/resources/payers/resources/v4/types/Payer.d.ts +21 -0
  1569. package/serialization/resources/payers/resources/v4/types/Payer.js +52 -0
  1570. package/serialization/resources/payers/resources/v4/types/PayerIds.d.ts +14 -0
  1571. package/serialization/resources/payers/resources/v4/types/PayerIds.js +45 -0
  1572. package/serialization/resources/payers/resources/v4/types/PayerPage.d.ts +14 -0
  1573. package/serialization/resources/payers/resources/v4/types/PayerPage.js +47 -0
  1574. package/serialization/resources/payers/resources/v4/types/PayerUuid.d.ts +10 -0
  1575. package/serialization/resources/payers/resources/v4/types/PayerUuid.js +45 -0
  1576. package/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +14 -0
  1577. package/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.js +45 -0
  1578. package/serialization/resources/payers/resources/v4/types/SupportState.d.ts +10 -0
  1579. package/serialization/resources/payers/resources/v4/types/SupportState.js +41 -0
  1580. package/serialization/resources/payers/resources/v4/types/index.d.ts +7 -0
  1581. package/serialization/resources/payers/resources/v4/types/index.js +23 -0
  1582. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
  1583. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +1 -1
  1584. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +15 -0
  1585. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +71 -0
  1586. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  1587. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  1588. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  1589. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
  1590. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +13 -0
  1591. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +44 -0
  1592. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +5 -1
  1593. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +5 -1
  1594. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +19 -0
  1595. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +50 -0
  1596. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
  1597. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +41 -0
  1598. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +10 -0
  1599. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +41 -0
  1600. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +10 -0
  1601. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +70 -0
  1602. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +5 -0
  1603. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +5 -0
  1604. package/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +15 -0
  1605. package/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +71 -0
  1606. package/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
  1607. package/serialization/resources/serviceLines/resources/v2/client/index.js +3 -1
  1608. package/serialization/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +25 -0
  1609. package/serialization/resources/serviceLines/resources/v2/client/updateUniversal.js +83 -0
  1610. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -23
  1611. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +5 -24
  1612. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +13 -0
  1613. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +46 -0
  1614. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +32 -0
  1615. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +63 -0
  1616. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
  1617. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
  1618. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -27
  1619. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +5 -28
  1620. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +13 -0
  1621. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +46 -0
  1622. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +36 -0
  1623. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +67 -0
  1624. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -24
  1625. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +5 -25
  1626. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +34 -0
  1627. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +65 -0
  1628. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +15 -0
  1629. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +48 -0
  1630. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +19 -0
  1631. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +52 -0
  1632. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +18 -0
  1633. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +51 -0
  1634. package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +8 -0
  1635. package/serialization/resources/serviceLines/resources/v2/types/index.js +8 -0
  1636. package/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +2 -7
  1637. package/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.js +5 -8
  1638. package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +17 -0
  1639. package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +48 -0
  1640. package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +18 -0
  1641. package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +52 -0
  1642. package/serialization/resources/x12/resources/v1/types/index.d.ts +2 -0
  1643. package/serialization/resources/x12/resources/v1/types/index.js +2 -0
  1644. package/version.d.ts +1 -1
  1645. package/version.js +1 -1
  1646. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -60
  1647. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +0 -48
  1648. package/dist/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +0 -2
  1649. package/dist/serialization/resources/encounters/resources/v4/client/requests/index.js +0 -7
  1650. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -60
  1651. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +0 -48
  1652. package/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +0 -2
  1653. package/serialization/resources/encounters/resources/v4/client/requests/index.js +0 -7
  1654. /package/api/resources/{encounters/resources/v4/client/requests/EncounterCreate.js → auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js} +0 -0
  1655. /package/api/resources/{encounters/resources/v4/client/requests/EncounterUpdate.js → credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js} +0 -0
  1656. /package/{dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.js → api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js} +0 -0
  1657. /package/{dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.js → api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js} +0 -0
package/reference.md CHANGED
@@ -98,6 +98,58 @@ await client.auth.default.getToken({
98
98
  </dl>
99
99
  </details>
100
100
 
101
+ <details><summary><code>client.auth.default.<a href="/src/api/resources/auth/resources/default/client/Client.ts">getMachineTokenForOrgId</a>({ ...params }) -> core.APIResponse<CandidApi.AuthGetTokenResponse, CandidApi.auth.default_.getMachineTokenForOrgId.Error></code></summary>
102
+ <dl>
103
+ <dd>
104
+
105
+ #### 🔌 Usage
106
+
107
+ <dl>
108
+ <dd>
109
+
110
+ <dl>
111
+ <dd>
112
+
113
+ ```typescript
114
+ await client.auth.default.getMachineTokenForOrgId({
115
+ orgId: "org_id",
116
+ clientId: "client_id",
117
+ clientSecret: "client_secret",
118
+ });
119
+ ```
120
+
121
+ </dd>
122
+ </dl>
123
+ </dd>
124
+ </dl>
125
+
126
+ #### ⚙️ Parameters
127
+
128
+ <dl>
129
+ <dd>
130
+
131
+ <dl>
132
+ <dd>
133
+
134
+ **request:** `CandidApi.auth.default_.AuthGetTokenForOrgRequest`
135
+
136
+ </dd>
137
+ </dl>
138
+
139
+ <dl>
140
+ <dd>
141
+
142
+ **requestOptions:** `Default.RequestOptions`
143
+
144
+ </dd>
145
+ </dl>
146
+ </dd>
147
+ </dl>
148
+
149
+ </dd>
150
+ </dl>
151
+ </details>
152
+
101
153
  ## BillingNotes V2
102
154
 
103
155
  <details><summary><code>client.billingNotes.v2.<a href="/src/api/resources/billingNotes/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.BillingNote, CandidApi.billingNotes.v2.create.Error></code></summary>
@@ -1074,7 +1126,7 @@ await client.contracts.v2.update(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7
1074
1126
 
1075
1127
  ## Credentialing V2
1076
1128
 
1077
- <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ProviderCredentialingSpan, CandidApi.credentialing.v2.create.Error></code></summary>
1129
+ <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">createFacility</a>({ ...params }) -> core.APIResponse<CandidApi.FacilityCredentialingSpan, CandidApi.credentialing.v2.createFacility.Error></code></summary>
1078
1130
  <dl>
1079
1131
  <dd>
1080
1132
 
@@ -1087,14 +1139,10 @@ await client.contracts.v2.update(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7
1087
1139
  <dd>
1088
1140
 
1089
1141
  ```typescript
1090
- await client.credentialing.v2.create({
1091
- renderingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1142
+ await client.credentialing.v2.createFacility({
1143
+ serviceFacilityId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1092
1144
  contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1093
1145
  payerUuid: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1094
- regions: {
1095
- type: "states",
1096
- states: ["AA", "AA"],
1097
- },
1098
1146
  });
1099
1147
  ```
1100
1148
 
@@ -1111,7 +1159,7 @@ await client.credentialing.v2.create({
1111
1159
  <dl>
1112
1160
  <dd>
1113
1161
 
1114
- **request:** `CandidApi.credentialing.v2.ProviderCredentialingSpanCreate`
1162
+ **request:** `CandidApi.credentialing.v2.FacilityCredentialingSpanCreate`
1115
1163
 
1116
1164
  </dd>
1117
1165
  </dl>
@@ -1130,7 +1178,7 @@ await client.credentialing.v2.create({
1130
1178
  </dl>
1131
1179
  </details>
1132
1180
 
1133
- <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">get</a>(providerCredentialingId) -> core.APIResponse<CandidApi.ProviderCredentialingSpan, CandidApi.credentialing.v2.get.Error></code></summary>
1181
+ <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getFacility</a>(facilityCredentialingId) -> core.APIResponse<CandidApi.FacilityCredentialingSpan, CandidApi.credentialing.v2.getFacility.Error></code></summary>
1134
1182
  <dl>
1135
1183
  <dd>
1136
1184
 
@@ -1143,7 +1191,9 @@ await client.credentialing.v2.create({
1143
1191
  <dd>
1144
1192
 
1145
1193
  ```typescript
1146
- await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
1194
+ await client.credentialing.v2.getFacility(
1195
+ CandidApi.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
1196
+ );
1147
1197
  ```
1148
1198
 
1149
1199
  </dd>
@@ -1159,7 +1209,7 @@ await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84
1159
1209
  <dl>
1160
1210
  <dd>
1161
1211
 
1162
- **providerCredentialingId:** `CandidApi.ProviderCredentialingSpanId`
1212
+ **facilityCredentialingId:** `CandidApi.FacilityCredentialingSpanId`
1163
1213
 
1164
1214
  </dd>
1165
1215
  </dl>
@@ -1178,7 +1228,7 @@ await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84
1178
1228
  </dl>
1179
1229
  </details>
1180
1230
 
1181
- <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.ProviderCredentialingSpanPage, CandidApi.credentialing.v2.getAll.Error></code></summary>
1231
+ <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getAllFacilities</a>({ ...params }) -> core.APIResponse<CandidApi.FacilityCredentialingSpanPage, CandidApi.credentialing.v2.getAllFacilities.Error></code></summary>
1182
1232
  <dl>
1183
1233
  <dd>
1184
1234
 
@@ -1191,7 +1241,7 @@ await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84
1191
1241
  <dd>
1192
1242
 
1193
1243
  ```typescript
1194
- await client.credentialing.v2.getAll();
1244
+ await client.credentialing.v2.getAllFacilities();
1195
1245
  ```
1196
1246
 
1197
1247
  </dd>
@@ -1207,7 +1257,7 @@ await client.credentialing.v2.getAll();
1207
1257
  <dl>
1208
1258
  <dd>
1209
1259
 
1210
- **request:** `CandidApi.credentialing.v2.GetAllProviderCredentialingSpansRequest`
1260
+ **request:** `CandidApi.credentialing.v2.GetAllFacilityCredentialingSpansRequest`
1211
1261
 
1212
1262
  </dd>
1213
1263
  </dl>
@@ -1226,7 +1276,7 @@ await client.credentialing.v2.getAll();
1226
1276
  </dl>
1227
1277
  </details>
1228
1278
 
1229
- <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">delete</a>(providerCredentialingId) -> core.APIResponse<void, CandidApi.credentialing.v2.delete.Error></code></summary>
1279
+ <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">deleteFacility</a>(facilityCredentialingId) -> core.APIResponse<void, CandidApi.credentialing.v2.deleteFacility.Error></code></summary>
1230
1280
  <dl>
1231
1281
  <dd>
1232
1282
 
@@ -1254,7 +1304,9 @@ Soft deletes a credentialing span rate from the system.
1254
1304
  <dd>
1255
1305
 
1256
1306
  ```typescript
1257
- await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
1307
+ await client.credentialing.v2.deleteFacility(
1308
+ CandidApi.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
1309
+ );
1258
1310
  ```
1259
1311
 
1260
1312
  </dd>
@@ -1270,7 +1322,7 @@ await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9
1270
1322
  <dl>
1271
1323
  <dd>
1272
1324
 
1273
- **providerCredentialingId:** `CandidApi.ProviderCredentialingSpanId`
1325
+ **facilityCredentialingId:** `CandidApi.FacilityCredentialingSpanId`
1274
1326
 
1275
1327
  </dd>
1276
1328
  </dl>
@@ -1289,7 +1341,7 @@ await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9
1289
1341
  </dl>
1290
1342
  </details>
1291
1343
 
1292
- <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">update</a>(providerCredentialingId, { ...params }) -> core.APIResponse<CandidApi.ProviderCredentialingSpan, CandidApi.credentialing.v2.update.Error></code></summary>
1344
+ <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">updateFacility</a>(facilityCredentialingId, { ...params }) -> core.APIResponse<CandidApi.FacilityCredentialingSpan, CandidApi.credentialing.v2.updateFacility.Error></code></summary>
1293
1345
  <dl>
1294
1346
  <dd>
1295
1347
 
@@ -1302,7 +1354,12 @@ await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9
1302
1354
  <dd>
1303
1355
 
1304
1356
  ```typescript
1305
- await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
1357
+ await client.credentialing.v2.updateFacility(
1358
+ CandidApi.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
1359
+ {
1360
+ contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1361
+ },
1362
+ );
1306
1363
  ```
1307
1364
 
1308
1365
  </dd>
@@ -1318,7 +1375,7 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
1318
1375
  <dl>
1319
1376
  <dd>
1320
1377
 
1321
- **providerCredentialingId:** `CandidApi.ProviderCredentialingSpanId`
1378
+ **facilityCredentialingId:** `CandidApi.FacilityCredentialingSpanId`
1322
1379
 
1323
1380
  </dd>
1324
1381
  </dl>
@@ -1326,7 +1383,7 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
1326
1383
  <dl>
1327
1384
  <dd>
1328
1385
 
1329
- **request:** `CandidApi.credentialing.v2.ProviderCredentialingSpanUpdate`
1386
+ **request:** `CandidApi.credentialing.v2.FacilityCredentialingSpanUpdate`
1330
1387
 
1331
1388
  </dd>
1332
1389
  </dl>
@@ -1345,13 +1402,11 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
1345
1402
  </dl>
1346
1403
  </details>
1347
1404
 
1348
- ## CustomSchemas V1
1349
-
1350
- <details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">getMulti</a>() -> core.APIResponse<CandidApi.SchemaGetMultiResponse, CandidApi.customSchemas.v1.getMulti.Error></code></summary>
1405
+ <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ProviderCredentialingSpan, CandidApi.credentialing.v2.create.Error></code></summary>
1351
1406
  <dl>
1352
1407
  <dd>
1353
1408
 
1354
- #### 📝 Description
1409
+ #### 🔌 Usage
1355
1410
 
1356
1411
  <dl>
1357
1412
  <dd>
@@ -1359,14 +1414,24 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
1359
1414
  <dl>
1360
1415
  <dd>
1361
1416
 
1362
- Returns all custom schemas.
1417
+ ```typescript
1418
+ await client.credentialing.v2.create({
1419
+ renderingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1420
+ contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1421
+ payerUuid: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1422
+ regions: {
1423
+ type: "states",
1424
+ states: ["AA", "AA"],
1425
+ },
1426
+ });
1427
+ ```
1363
1428
 
1364
1429
  </dd>
1365
1430
  </dl>
1366
1431
  </dd>
1367
1432
  </dl>
1368
1433
 
1369
- #### 🔌 Usage
1434
+ #### ⚙️ Parameters
1370
1435
 
1371
1436
  <dl>
1372
1437
  <dd>
@@ -1374,53 +1439,77 @@ Returns all custom schemas.
1374
1439
  <dl>
1375
1440
  <dd>
1376
1441
 
1377
- ```typescript
1378
- await client.customSchemas.v1.getMulti();
1379
- ```
1442
+ **request:** `CandidApi.credentialing.v2.ProviderCredentialingSpanCreate`
1443
+
1444
+ </dd>
1445
+ </dl>
1446
+
1447
+ <dl>
1448
+ <dd>
1449
+
1450
+ **requestOptions:** `V2.RequestOptions`
1380
1451
 
1381
1452
  </dd>
1382
1453
  </dl>
1383
1454
  </dd>
1384
1455
  </dl>
1385
1456
 
1386
- #### ⚙️ Parameters
1457
+ </dd>
1458
+ </dl>
1459
+ </details>
1387
1460
 
1461
+ <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">get</a>(providerCredentialingId) -> core.APIResponse<CandidApi.ProviderCredentialingSpan, CandidApi.credentialing.v2.get.Error></code></summary>
1388
1462
  <dl>
1389
1463
  <dd>
1390
1464
 
1465
+ #### 🔌 Usage
1466
+
1391
1467
  <dl>
1392
1468
  <dd>
1393
1469
 
1394
- **requestOptions:** `V1.RequestOptions`
1470
+ <dl>
1471
+ <dd>
1472
+
1473
+ ```typescript
1474
+ await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
1475
+ ```
1395
1476
 
1396
1477
  </dd>
1397
1478
  </dl>
1398
1479
  </dd>
1399
1480
  </dl>
1400
1481
 
1401
- </dd>
1402
- </dl>
1403
- </details>
1482
+ #### ⚙️ Parameters
1404
1483
 
1405
- <details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">get</a>(schemaId) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.get.Error></code></summary>
1406
1484
  <dl>
1407
1485
  <dd>
1408
1486
 
1409
- #### 📝 Description
1410
-
1411
1487
  <dl>
1412
1488
  <dd>
1413
1489
 
1490
+ **providerCredentialingId:** `CandidApi.ProviderCredentialingSpanId`
1491
+
1492
+ </dd>
1493
+ </dl>
1494
+
1414
1495
  <dl>
1415
1496
  <dd>
1416
1497
 
1417
- Return a custom schema with a given ID.
1498
+ **requestOptions:** `V2.RequestOptions`
1418
1499
 
1419
1500
  </dd>
1420
1501
  </dl>
1421
1502
  </dd>
1422
1503
  </dl>
1423
1504
 
1505
+ </dd>
1506
+ </dl>
1507
+ </details>
1508
+
1509
+ <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.ProviderCredentialingSpanPage, CandidApi.credentialing.v2.getAll.Error></code></summary>
1510
+ <dl>
1511
+ <dd>
1512
+
1424
1513
  #### 🔌 Usage
1425
1514
 
1426
1515
  <dl>
@@ -1430,7 +1519,7 @@ Return a custom schema with a given ID.
1430
1519
  <dd>
1431
1520
 
1432
1521
  ```typescript
1433
- await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"));
1522
+ await client.credentialing.v2.getAll();
1434
1523
  ```
1435
1524
 
1436
1525
  </dd>
@@ -1446,7 +1535,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
1446
1535
  <dl>
1447
1536
  <dd>
1448
1537
 
1449
- **schemaId:** `CandidApi.SchemaId`
1538
+ **request:** `CandidApi.credentialing.v2.GetAllProviderCredentialingSpansRequest`
1450
1539
 
1451
1540
  </dd>
1452
1541
  </dl>
@@ -1454,7 +1543,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
1454
1543
  <dl>
1455
1544
  <dd>
1456
1545
 
1457
- **requestOptions:** `V1.RequestOptions`
1546
+ **requestOptions:** `V2.RequestOptions`
1458
1547
 
1459
1548
  </dd>
1460
1549
  </dl>
@@ -1465,7 +1554,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
1465
1554
  </dl>
1466
1555
  </details>
1467
1556
 
1468
- <details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.create.Error></code></summary>
1557
+ <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">delete</a>(providerCredentialingId) -> core.APIResponse<void, CandidApi.credentialing.v2.delete.Error></code></summary>
1469
1558
  <dl>
1470
1559
  <dd>
1471
1560
 
@@ -1477,8 +1566,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
1477
1566
  <dl>
1478
1567
  <dd>
1479
1568
 
1480
- Create custom schema with a set of typed keys. Schema keys can be referenced as inputs in user-configurable rules in the Rules
1481
- Engine, and key-value pairs can be attached to claims via the Encounters API.
1569
+ Soft deletes a credentialing span rate from the system.
1482
1570
 
1483
1571
  </dd>
1484
1572
  </dl>
@@ -1494,28 +1582,7 @@ Engine, and key-value pairs can be attached to claims via the Encounters API.
1494
1582
  <dd>
1495
1583
 
1496
1584
  ```typescript
1497
- await client.customSchemas.v1.create({
1498
- name: "General Medicine",
1499
- description: "Values associated with a generic visit",
1500
- fields: [
1501
- {
1502
- key: "provider_category",
1503
- type: "STRING",
1504
- },
1505
- {
1506
- key: "is_urgent_care",
1507
- type: "BOOLEAN",
1508
- },
1509
- {
1510
- key: "bmi",
1511
- type: "DOUBLE",
1512
- },
1513
- {
1514
- key: "age",
1515
- type: "INTEGER",
1516
- },
1517
- ],
1518
- });
1585
+ await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
1519
1586
  ```
1520
1587
 
1521
1588
  </dd>
@@ -1531,7 +1598,7 @@ await client.customSchemas.v1.create({
1531
1598
  <dl>
1532
1599
  <dd>
1533
1600
 
1534
- **request:** `CandidApi.customSchemas.v1.SchemaCreate`
1601
+ **providerCredentialingId:** `CandidApi.ProviderCredentialingSpanId`
1535
1602
 
1536
1603
  </dd>
1537
1604
  </dl>
@@ -1539,7 +1606,7 @@ await client.customSchemas.v1.create({
1539
1606
  <dl>
1540
1607
  <dd>
1541
1608
 
1542
- **requestOptions:** `V1.RequestOptions`
1609
+ **requestOptions:** `V2.RequestOptions`
1543
1610
 
1544
1611
  </dd>
1545
1612
  </dl>
@@ -1550,25 +1617,10 @@ await client.customSchemas.v1.create({
1550
1617
  </dl>
1551
1618
  </details>
1552
1619
 
1553
- <details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">update</a>(schemaId, { ...params }) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.update.Error></code></summary>
1554
- <dl>
1555
- <dd>
1556
-
1557
- #### 📝 Description
1558
-
1559
- <dl>
1560
- <dd>
1561
-
1620
+ <details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">update</a>(providerCredentialingId, { ...params }) -> core.APIResponse<CandidApi.ProviderCredentialingSpan, CandidApi.credentialing.v2.update.Error></code></summary>
1562
1621
  <dl>
1563
1622
  <dd>
1564
1623
 
1565
- Update the name, description, or keys on a preexisting schema.
1566
-
1567
- </dd>
1568
- </dl>
1569
- </dd>
1570
- </dl>
1571
-
1572
1624
  #### 🔌 Usage
1573
1625
 
1574
1626
  <dl>
@@ -1578,16 +1630,7 @@ Update the name, description, or keys on a preexisting schema.
1578
1630
  <dd>
1579
1631
 
1580
1632
  ```typescript
1581
- await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"), {
1582
- name: "General Medicine and Health",
1583
- description: "Values collected during all visits",
1584
- fieldsToAdd: [
1585
- {
1586
- key: "visit_type",
1587
- type: "STRING",
1588
- },
1589
- ],
1590
- });
1633
+ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
1591
1634
  ```
1592
1635
 
1593
1636
  </dd>
@@ -1603,7 +1646,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
1603
1646
  <dl>
1604
1647
  <dd>
1605
1648
 
1606
- **schemaId:** `CandidApi.SchemaId`
1649
+ **providerCredentialingId:** `CandidApi.ProviderCredentialingSpanId`
1607
1650
 
1608
1651
  </dd>
1609
1652
  </dl>
@@ -1611,7 +1654,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
1611
1654
  <dl>
1612
1655
  <dd>
1613
1656
 
1614
- **request:** `CandidApi.customSchemas.v1.SchemaUpdate`
1657
+ **request:** `CandidApi.credentialing.v2.ProviderCredentialingSpanUpdate`
1615
1658
 
1616
1659
  </dd>
1617
1660
  </dl>
@@ -1619,7 +1662,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
1619
1662
  <dl>
1620
1663
  <dd>
1621
1664
 
1622
- **requestOptions:** `V1.RequestOptions`
1665
+ **requestOptions:** `V2.RequestOptions`
1623
1666
 
1624
1667
  </dd>
1625
1668
  </dl>
@@ -1630,9 +1673,9 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
1630
1673
  </dl>
1631
1674
  </details>
1632
1675
 
1633
- ## Eligibility V2
1676
+ ## CustomSchemas V1
1634
1677
 
1635
- <details><summary><code>client.eligibility.v2.<a href="/src/api/resources/eligibility/resources/v2/client/Client.ts">submitEligibilityCheck</a>({ ...params }) -> core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheck.Error></code></summary>
1678
+ <details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">getMulti</a>() -> core.APIResponse<CandidApi.SchemaGetMultiResponse, CandidApi.customSchemas.v1.getMulti.Error></code></summary>
1636
1679
  <dl>
1637
1680
  <dd>
1638
1681
 
@@ -1644,23 +1687,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
1644
1687
  <dl>
1645
1688
  <dd>
1646
1689
 
1647
- <Tip>Candid is deprecating support for this endpoint. It is instead recommended to use [Candid's Stedi passthrough endpoint](https://docs.joincandidhealth.com/api-reference/pre-encounter/eligibility-checks/v-1/post).
1648
- For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
1649
-
1650
- This API is a wrapper around Change Healthcare's eligibility API. Below are some helpful documentation links:
1651
-
1652
- - [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body)
1653
- - [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests)
1654
- - [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response)
1655
- - [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents)
1656
- - [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages)
1657
- - [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions)
1658
- - [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests)
1659
- - [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses)
1660
- - [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values)
1661
- - [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api)
1662
-
1663
- A schema of the response object can be found here: [Change Healthcare Docs](https://developers.changehealthcare.com/eligibilityandclaims/reference/medicaleligibility)
1690
+ Returns all custom schemas.
1664
1691
 
1665
1692
  </dd>
1666
1693
  </dl>
@@ -1676,9 +1703,7 @@ A schema of the response object can be found here: [Change Healthcare Docs](http
1676
1703
  <dd>
1677
1704
 
1678
1705
  ```typescript
1679
- await client.eligibility.v2.submitEligibilityCheck({
1680
- key: "value",
1681
- });
1706
+ await client.customSchemas.v1.getMulti();
1682
1707
  ```
1683
1708
 
1684
1709
  </dd>
@@ -1694,15 +1719,7 @@ await client.eligibility.v2.submitEligibilityCheck({
1694
1719
  <dl>
1695
1720
  <dd>
1696
1721
 
1697
- **request:** `unknown`
1698
-
1699
- </dd>
1700
- </dl>
1701
-
1702
- <dl>
1703
- <dd>
1704
-
1705
- **requestOptions:** `V2.RequestOptions`
1722
+ **requestOptions:** `V1.RequestOptions`
1706
1723
 
1707
1724
  </dd>
1708
1725
  </dl>
@@ -1713,7 +1730,7 @@ await client.eligibility.v2.submitEligibilityCheck({
1713
1730
  </dl>
1714
1731
  </details>
1715
1732
 
1716
- <details><summary><code>client.eligibility.v2.<a href="/src/api/resources/eligibility/resources/v2/client/Client.ts">submitEligibilityCheckAvaility</a>() -> core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheckAvaility.Error></code></summary>
1733
+ <details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">get</a>(schemaId) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.get.Error></code></summary>
1717
1734
  <dl>
1718
1735
  <dd>
1719
1736
 
@@ -1725,12 +1742,323 @@ await client.eligibility.v2.submitEligibilityCheck({
1725
1742
  <dl>
1726
1743
  <dd>
1727
1744
 
1728
- <Tip>Candid is deprecating support for this endpoint. It is instead recommended to use [Candid's Stedi passthrough endpoint](https://docs.joincandidhealth.com/api-reference/pre-encounter/eligibility-checks/v-1/post).
1729
- For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
1730
-
1731
- **Availity has transitioned their GET endpoint to a POST endpoint. Candid has updated their pass-through integration to enable backwards compatibility for the GET endpoint so that customers do not have to immediately update their integrations.**
1745
+ Return a custom schema with a given ID.
1732
1746
 
1733
- **Candid recommends integrations with the [POST endpoint](https://docs.joincandidhealth.com/api-reference/eligibility/v-2/submit-eligibility-check-availity-post) to ensure the best possible integration experience. Given the transition, Availity’s documentation will be out of sync with this endpoint.**
1747
+ </dd>
1748
+ </dl>
1749
+ </dd>
1750
+ </dl>
1751
+
1752
+ #### 🔌 Usage
1753
+
1754
+ <dl>
1755
+ <dd>
1756
+
1757
+ <dl>
1758
+ <dd>
1759
+
1760
+ ```typescript
1761
+ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"));
1762
+ ```
1763
+
1764
+ </dd>
1765
+ </dl>
1766
+ </dd>
1767
+ </dl>
1768
+
1769
+ #### ⚙️ Parameters
1770
+
1771
+ <dl>
1772
+ <dd>
1773
+
1774
+ <dl>
1775
+ <dd>
1776
+
1777
+ **schemaId:** `CandidApi.SchemaId`
1778
+
1779
+ </dd>
1780
+ </dl>
1781
+
1782
+ <dl>
1783
+ <dd>
1784
+
1785
+ **requestOptions:** `V1.RequestOptions`
1786
+
1787
+ </dd>
1788
+ </dl>
1789
+ </dd>
1790
+ </dl>
1791
+
1792
+ </dd>
1793
+ </dl>
1794
+ </details>
1795
+
1796
+ <details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.create.Error></code></summary>
1797
+ <dl>
1798
+ <dd>
1799
+
1800
+ #### 📝 Description
1801
+
1802
+ <dl>
1803
+ <dd>
1804
+
1805
+ <dl>
1806
+ <dd>
1807
+
1808
+ Create custom schema with a set of typed keys. Schema keys can be referenced as inputs in user-configurable rules in the Rules
1809
+ Engine, and key-value pairs can be attached to claims via the Encounters API.
1810
+
1811
+ </dd>
1812
+ </dl>
1813
+ </dd>
1814
+ </dl>
1815
+
1816
+ #### 🔌 Usage
1817
+
1818
+ <dl>
1819
+ <dd>
1820
+
1821
+ <dl>
1822
+ <dd>
1823
+
1824
+ ```typescript
1825
+ await client.customSchemas.v1.create({
1826
+ name: "General Medicine",
1827
+ description: "Values associated with a generic visit",
1828
+ fields: [
1829
+ {
1830
+ key: "provider_category",
1831
+ type: "STRING",
1832
+ },
1833
+ {
1834
+ key: "is_urgent_care",
1835
+ type: "BOOLEAN",
1836
+ },
1837
+ {
1838
+ key: "bmi",
1839
+ type: "DOUBLE",
1840
+ },
1841
+ {
1842
+ key: "age",
1843
+ type: "INTEGER",
1844
+ },
1845
+ ],
1846
+ });
1847
+ ```
1848
+
1849
+ </dd>
1850
+ </dl>
1851
+ </dd>
1852
+ </dl>
1853
+
1854
+ #### ⚙️ Parameters
1855
+
1856
+ <dl>
1857
+ <dd>
1858
+
1859
+ <dl>
1860
+ <dd>
1861
+
1862
+ **request:** `CandidApi.customSchemas.v1.SchemaCreate`
1863
+
1864
+ </dd>
1865
+ </dl>
1866
+
1867
+ <dl>
1868
+ <dd>
1869
+
1870
+ **requestOptions:** `V1.RequestOptions`
1871
+
1872
+ </dd>
1873
+ </dl>
1874
+ </dd>
1875
+ </dl>
1876
+
1877
+ </dd>
1878
+ </dl>
1879
+ </details>
1880
+
1881
+ <details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">update</a>(schemaId, { ...params }) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.update.Error></code></summary>
1882
+ <dl>
1883
+ <dd>
1884
+
1885
+ #### 📝 Description
1886
+
1887
+ <dl>
1888
+ <dd>
1889
+
1890
+ <dl>
1891
+ <dd>
1892
+
1893
+ Update the name, description, or keys on a preexisting schema.
1894
+
1895
+ </dd>
1896
+ </dl>
1897
+ </dd>
1898
+ </dl>
1899
+
1900
+ #### 🔌 Usage
1901
+
1902
+ <dl>
1903
+ <dd>
1904
+
1905
+ <dl>
1906
+ <dd>
1907
+
1908
+ ```typescript
1909
+ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"), {
1910
+ name: "General Medicine and Health",
1911
+ description: "Values collected during all visits",
1912
+ fieldsToAdd: [
1913
+ {
1914
+ key: "visit_type",
1915
+ type: "STRING",
1916
+ },
1917
+ ],
1918
+ });
1919
+ ```
1920
+
1921
+ </dd>
1922
+ </dl>
1923
+ </dd>
1924
+ </dl>
1925
+
1926
+ #### ⚙️ Parameters
1927
+
1928
+ <dl>
1929
+ <dd>
1930
+
1931
+ <dl>
1932
+ <dd>
1933
+
1934
+ **schemaId:** `CandidApi.SchemaId`
1935
+
1936
+ </dd>
1937
+ </dl>
1938
+
1939
+ <dl>
1940
+ <dd>
1941
+
1942
+ **request:** `CandidApi.customSchemas.v1.SchemaUpdate`
1943
+
1944
+ </dd>
1945
+ </dl>
1946
+
1947
+ <dl>
1948
+ <dd>
1949
+
1950
+ **requestOptions:** `V1.RequestOptions`
1951
+
1952
+ </dd>
1953
+ </dl>
1954
+ </dd>
1955
+ </dl>
1956
+
1957
+ </dd>
1958
+ </dl>
1959
+ </details>
1960
+
1961
+ ## Eligibility V2
1962
+
1963
+ <details><summary><code>client.eligibility.v2.<a href="/src/api/resources/eligibility/resources/v2/client/Client.ts">submitEligibilityCheck</a>({ ...params }) -> core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheck.Error></code></summary>
1964
+ <dl>
1965
+ <dd>
1966
+
1967
+ #### 📝 Description
1968
+
1969
+ <dl>
1970
+ <dd>
1971
+
1972
+ <dl>
1973
+ <dd>
1974
+
1975
+ <Tip>Candid is deprecating support for this endpoint. It is instead recommended to use [Candid's Stedi passthrough endpoint](https://docs.joincandidhealth.com/api-reference/pre-encounter/eligibility-checks/v-1/post).
1976
+ For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
1977
+
1978
+ This API is a wrapper around Change Healthcare's eligibility API. Below are some helpful documentation links:
1979
+
1980
+ - [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body)
1981
+ - [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests)
1982
+ - [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response)
1983
+ - [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents)
1984
+ - [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages)
1985
+ - [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions)
1986
+ - [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests)
1987
+ - [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses)
1988
+ - [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values)
1989
+ - [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api)
1990
+
1991
+ A schema of the response object can be found here: [Change Healthcare Docs](https://developers.changehealthcare.com/eligibilityandclaims/reference/medicaleligibility)
1992
+
1993
+ </dd>
1994
+ </dl>
1995
+ </dd>
1996
+ </dl>
1997
+
1998
+ #### 🔌 Usage
1999
+
2000
+ <dl>
2001
+ <dd>
2002
+
2003
+ <dl>
2004
+ <dd>
2005
+
2006
+ ```typescript
2007
+ await client.eligibility.v2.submitEligibilityCheck({
2008
+ key: "value",
2009
+ });
2010
+ ```
2011
+
2012
+ </dd>
2013
+ </dl>
2014
+ </dd>
2015
+ </dl>
2016
+
2017
+ #### ⚙️ Parameters
2018
+
2019
+ <dl>
2020
+ <dd>
2021
+
2022
+ <dl>
2023
+ <dd>
2024
+
2025
+ **request:** `unknown`
2026
+
2027
+ </dd>
2028
+ </dl>
2029
+
2030
+ <dl>
2031
+ <dd>
2032
+
2033
+ **requestOptions:** `V2.RequestOptions`
2034
+
2035
+ </dd>
2036
+ </dl>
2037
+ </dd>
2038
+ </dl>
2039
+
2040
+ </dd>
2041
+ </dl>
2042
+ </details>
2043
+
2044
+ <details><summary><code>client.eligibility.v2.<a href="/src/api/resources/eligibility/resources/v2/client/Client.ts">submitEligibilityCheckAvaility</a>() -> core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheckAvaility.Error></code></summary>
2045
+ <dl>
2046
+ <dd>
2047
+
2048
+ #### 📝 Description
2049
+
2050
+ <dl>
2051
+ <dd>
2052
+
2053
+ <dl>
2054
+ <dd>
2055
+
2056
+ <Tip>Candid is deprecating support for this endpoint. It is instead recommended to use [Candid's Stedi passthrough endpoint](https://docs.joincandidhealth.com/api-reference/pre-encounter/eligibility-checks/v-1/post).
2057
+ For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
2058
+
2059
+ **Availity has transitioned their GET endpoint to a POST endpoint. Candid has updated their pass-through integration to enable backwards compatibility for the GET endpoint so that customers do not have to immediately update their integrations.**
2060
+
2061
+ **Candid recommends integrations with the [POST endpoint](https://docs.joincandidhealth.com/api-reference/eligibility/v-2/submit-eligibility-check-availity-post) to ensure the best possible integration experience. Given the transition, Availity’s documentation will be out of sync with this endpoint.**
1734
2062
 
1735
2063
  If you'd like access to this endpoint, please reach out to support@joincandidhealth.com with the subject line "Action: Activate Availity Eligibility API Endpoint
1736
2064
 
@@ -2766,6 +3094,86 @@ await client.encounters.v4.get(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7f
2766
3094
  </dl>
2767
3095
  </details>
2768
3096
 
3097
+ <details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">createUniversal</a>({ ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.createUniversal.Error></code></summary>
3098
+ <dl>
3099
+ <dd>
3100
+
3101
+ #### 🔌 Usage
3102
+
3103
+ <dl>
3104
+ <dd>
3105
+
3106
+ <dl>
3107
+ <dd>
3108
+
3109
+ ```typescript
3110
+ await client.encounters.v4.createUniversal({
3111
+ externalId: CandidApi.EncounterExternalId("external_id"),
3112
+ patientAuthorizedRelease: true,
3113
+ benefitsAssignedToProvider: true,
3114
+ providerAcceptsAssignment: true,
3115
+ billableStatus: "BILLABLE",
3116
+ patient: {
3117
+ firstName: "first_name",
3118
+ lastName: "last_name",
3119
+ gender: "male",
3120
+ externalId: "external_id",
3121
+ dateOfBirth: "2023-01-15",
3122
+ address: {
3123
+ address1: "address1",
3124
+ city: "city",
3125
+ state: "AA",
3126
+ zipCode: "zip_code",
3127
+ },
3128
+ },
3129
+ responsibleParty: "INSURANCE_PAY",
3130
+ billingProvider: {
3131
+ address: {
3132
+ address1: "address1",
3133
+ city: "city",
3134
+ state: "AA",
3135
+ zipCode: "zip_code",
3136
+ zipPlusFourCode: "zip_plus_four_code",
3137
+ },
3138
+ taxId: "tax_id",
3139
+ npi: "npi",
3140
+ },
3141
+ submissionExpectation: "TARGET_PROFESSIONAL",
3142
+ });
3143
+ ```
3144
+
3145
+ </dd>
3146
+ </dl>
3147
+ </dd>
3148
+ </dl>
3149
+
3150
+ #### ⚙️ Parameters
3151
+
3152
+ <dl>
3153
+ <dd>
3154
+
3155
+ <dl>
3156
+ <dd>
3157
+
3158
+ **request:** `CandidApi.UniversalEncounterCreate`
3159
+
3160
+ </dd>
3161
+ </dl>
3162
+
3163
+ <dl>
3164
+ <dd>
3165
+
3166
+ **requestOptions:** `V4.RequestOptions`
3167
+
3168
+ </dd>
3169
+ </dl>
3170
+ </dd>
3171
+ </dl>
3172
+
3173
+ </dd>
3174
+ </dl>
3175
+ </details>
3176
+
2769
3177
  <details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.create.Error></code></summary>
2770
3178
  <dl>
2771
3179
  <dd>
@@ -2780,6 +3188,11 @@ await client.encounters.v4.get(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7f
2780
3188
 
2781
3189
  ```typescript
2782
3190
  await client.encounters.v4.create({
3191
+ externalId: CandidApi.EncounterExternalId("external_id"),
3192
+ patientAuthorizedRelease: true,
3193
+ benefitsAssignedToProvider: true,
3194
+ providerAcceptsAssignment: true,
3195
+ billableStatus: "BILLABLE",
2783
3196
  patient: {
2784
3197
  firstName: "first_name",
2785
3198
  lastName: "last_name",
@@ -2793,6 +3206,7 @@ await client.encounters.v4.create({
2793
3206
  zipCode: "zip_code",
2794
3207
  },
2795
3208
  },
3209
+ responsibleParty: "INSURANCE_PAY",
2796
3210
  billingProvider: {
2797
3211
  address: {
2798
3212
  address1: "address1",
@@ -2804,21 +3218,20 @@ await client.encounters.v4.create({
2804
3218
  taxId: "tax_id",
2805
3219
  npi: "npi",
2806
3220
  },
3221
+ diagnoses: [
3222
+ {
3223
+ codeType: "ABF",
3224
+ code: "code",
3225
+ },
3226
+ {
3227
+ codeType: "ABF",
3228
+ code: "code",
3229
+ },
3230
+ ],
3231
+ placeOfServiceCode: "01",
2807
3232
  renderingProvider: {
2808
3233
  npi: "npi",
2809
3234
  },
2810
- responsibleParty: "INSURANCE_PAY",
2811
- diagnoses: [
2812
- {
2813
- codeType: "ABF",
2814
- code: "code",
2815
- },
2816
- {
2817
- codeType: "ABF",
2818
- code: "code",
2819
- },
2820
- ],
2821
- placeOfServiceCode: "01",
2822
3235
  });
2823
3236
  ```
2824
3237
 
@@ -2835,7 +3248,109 @@ await client.encounters.v4.create({
2835
3248
  <dl>
2836
3249
  <dd>
2837
3250
 
2838
- **request:** `CandidApi.encounters.v4.EncounterCreate`
3251
+ **request:** `CandidApi.EncounterCreate`
3252
+
3253
+ </dd>
3254
+ </dl>
3255
+
3256
+ <dl>
3257
+ <dd>
3258
+
3259
+ **requestOptions:** `V4.RequestOptions`
3260
+
3261
+ </dd>
3262
+ </dl>
3263
+ </dd>
3264
+ </dl>
3265
+
3266
+ </dd>
3267
+ </dl>
3268
+ </details>
3269
+
3270
+ <details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">createFromPreEncounterPatientUniversal</a>({ ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.createFromPreEncounterPatientUniversal.Error></code></summary>
3271
+ <dl>
3272
+ <dd>
3273
+
3274
+ #### 📝 Description
3275
+
3276
+ <dl>
3277
+ <dd>
3278
+
3279
+ <dl>
3280
+ <dd>
3281
+
3282
+ Create an encounter from a pre-encounter patient and appointment. This endpoint is intended to be used by consumers who are managing
3283
+ patients and appointments in the pre-encounter service and is currently under development. Consumers who are not taking advantage
3284
+ of the pre-encounter service should use the standard create endpoint.
3285
+
3286
+ The endpoint will create an encounter from the provided fields, pulling information from the provided patient and appointment objects
3287
+ where applicable. In particular, the following fields are populated from the patient and appointment objects:
3288
+
3289
+ - Patient
3290
+ - Referring Provider
3291
+ - Subscriber Primary
3292
+ - Subscriber Secondary
3293
+ - Referral Number
3294
+ - Responsible Party
3295
+ - Guarantor
3296
+
3297
+ Utilizing this endpoint opts you into automatic updating of the encounter when the patient or appointment is updated, assuming the
3298
+ encounter has not already been submitted or adjudicated.
3299
+
3300
+ </dd>
3301
+ </dl>
3302
+ </dd>
3303
+ </dl>
3304
+
3305
+ #### 🔌 Usage
3306
+
3307
+ <dl>
3308
+ <dd>
3309
+
3310
+ <dl>
3311
+ <dd>
3312
+
3313
+ ```typescript
3314
+ await client.encounters.v4.createFromPreEncounterPatientUniversal({
3315
+ externalId: CandidApi.EncounterExternalId("external_id"),
3316
+ patientAuthorizedRelease: true,
3317
+ benefitsAssignedToProvider: true,
3318
+ providerAcceptsAssignment: true,
3319
+ billableStatus: "BILLABLE",
3320
+ preEncounterPatientId: CandidApi.PreEncounterPatientId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
3321
+ preEncounterAppointmentIds: [
3322
+ CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
3323
+ CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
3324
+ ],
3325
+ billingProvider: {
3326
+ address: {
3327
+ address1: "address1",
3328
+ city: "city",
3329
+ state: "AA",
3330
+ zipCode: "zip_code",
3331
+ zipPlusFourCode: "zip_plus_four_code",
3332
+ },
3333
+ taxId: "tax_id",
3334
+ npi: "npi",
3335
+ },
3336
+ submissionExpectation: "TARGET_PROFESSIONAL",
3337
+ });
3338
+ ```
3339
+
3340
+ </dd>
3341
+ </dl>
3342
+ </dd>
3343
+ </dl>
3344
+
3345
+ #### ⚙️ Parameters
3346
+
3347
+ <dl>
3348
+ <dd>
3349
+
3350
+ <dl>
3351
+ <dd>
3352
+
3353
+ **request:** `CandidApi.UniversalEncounterCreateFromPreEncounter`
2839
3354
 
2840
3355
  </dd>
2841
3356
  </dl>
@@ -2923,6 +3438,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
2923
3438
  renderingProvider: {
2924
3439
  npi: "npi",
2925
3440
  },
3441
+ placeOfServiceCode: "01",
2926
3442
  diagnoses: [
2927
3443
  {
2928
3444
  codeType: "ABF",
@@ -2933,7 +3449,6 @@ await client.encounters.v4.createFromPreEncounterPatient({
2933
3449
  code: "code",
2934
3450
  },
2935
3451
  ],
2936
- placeOfServiceCode: "01",
2937
3452
  });
2938
3453
  ```
2939
3454
 
@@ -2969,6 +3484,62 @@ await client.encounters.v4.createFromPreEncounterPatient({
2969
3484
  </dl>
2970
3485
  </details>
2971
3486
 
3487
+ <details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">updateUniversal</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.updateUniversal.Error></code></summary>
3488
+ <dl>
3489
+ <dd>
3490
+
3491
+ #### 🔌 Usage
3492
+
3493
+ <dl>
3494
+ <dd>
3495
+
3496
+ <dl>
3497
+ <dd>
3498
+
3499
+ ```typescript
3500
+ await client.encounters.v4.updateUniversal(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
3501
+ ```
3502
+
3503
+ </dd>
3504
+ </dl>
3505
+ </dd>
3506
+ </dl>
3507
+
3508
+ #### ⚙️ Parameters
3509
+
3510
+ <dl>
3511
+ <dd>
3512
+
3513
+ <dl>
3514
+ <dd>
3515
+
3516
+ **encounterId:** `CandidApi.EncounterId`
3517
+
3518
+ </dd>
3519
+ </dl>
3520
+
3521
+ <dl>
3522
+ <dd>
3523
+
3524
+ **request:** `CandidApi.UniversalEncounterUpdate`
3525
+
3526
+ </dd>
3527
+ </dl>
3528
+
3529
+ <dl>
3530
+ <dd>
3531
+
3532
+ **requestOptions:** `V4.RequestOptions`
3533
+
3534
+ </dd>
3535
+ </dl>
3536
+ </dd>
3537
+ </dl>
3538
+
3539
+ </dd>
3540
+ </dl>
3541
+ </details>
3542
+
2972
3543
  <details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">update</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.update.Error></code></summary>
2973
3544
  <dl>
2974
3545
  <dd>
@@ -2982,7 +3553,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
2982
3553
  <dd>
2983
3554
 
2984
3555
  ```typescript
2985
- await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
3556
+ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
2986
3557
  ```
2987
3558
 
2988
3559
  </dd>
@@ -3006,7 +3577,7 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
3006
3577
  <dl>
3007
3578
  <dd>
3008
3579
 
3009
- **request:** `CandidApi.encounters.v4.EncounterUpdate`
3580
+ **request:** `CandidApi.EncounterUpdate`
3010
3581
 
3011
3582
  </dd>
3012
3583
  </dl>
@@ -4208,6 +4779,74 @@ await client.feeSchedules.v3.hardDeleteRates({
4208
4779
  </dl>
4209
4780
  </details>
4210
4781
 
4782
+ <details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">hardDeleteRatesByIds</a>({ ...params }) -> core.APIResponse<number, CandidApi.feeSchedules.v3.hardDeleteRatesByIds.Error></code></summary>
4783
+ <dl>
4784
+ <dd>
4785
+
4786
+ #### 📝 Description
4787
+
4788
+ <dl>
4789
+ <dd>
4790
+
4791
+ <dl>
4792
+ <dd>
4793
+
4794
+ Hard deletes specific rates from the system by their IDs. This is a destructive operation and cannot be undone. Limited to 100 rate IDs maximum per request. For bulk deletion of more than 100 rates, use the hard_delete_rates endpoint with dimension filters. Returns the number of rates deleted.
4795
+
4796
+ </dd>
4797
+ </dl>
4798
+ </dd>
4799
+ </dl>
4800
+
4801
+ #### 🔌 Usage
4802
+
4803
+ <dl>
4804
+ <dd>
4805
+
4806
+ <dl>
4807
+ <dd>
4808
+
4809
+ ```typescript
4810
+ await client.feeSchedules.v3.hardDeleteRatesByIds({
4811
+ rateIds: [
4812
+ CandidApi.RateId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
4813
+ CandidApi.RateId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
4814
+ ],
4815
+ });
4816
+ ```
4817
+
4818
+ </dd>
4819
+ </dl>
4820
+ </dd>
4821
+ </dl>
4822
+
4823
+ #### ⚙️ Parameters
4824
+
4825
+ <dl>
4826
+ <dd>
4827
+
4828
+ <dl>
4829
+ <dd>
4830
+
4831
+ **request:** `CandidApi.feeSchedules.v3.HardDeleteRatesByIdsRequest`
4832
+
4833
+ </dd>
4834
+ </dl>
4835
+
4836
+ <dl>
4837
+ <dd>
4838
+
4839
+ **requestOptions:** `V3.RequestOptions`
4840
+
4841
+ </dd>
4842
+ </dl>
4843
+ </dd>
4844
+ </dl>
4845
+
4846
+ </dd>
4847
+ </dl>
4848
+ </details>
4849
+
4211
4850
  ## Guarantor V1
4212
4851
 
4213
4852
  <details><summary><code>client.guarantor.v1.<a href="/src/api/resources/guarantor/resources/v1/client/Client.ts">create</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.Guarantor, CandidApi.guarantor.v1.create.Error></code></summary>
@@ -4335,7 +4974,136 @@ await client.guarantor.v1.get(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ff
4335
4974
  <dl>
4336
4975
  <dd>
4337
4976
 
4338
- **guarantorId:** `CandidApi.GuarantorId`
4977
+ **guarantorId:** `CandidApi.GuarantorId`
4978
+
4979
+ </dd>
4980
+ </dl>
4981
+
4982
+ <dl>
4983
+ <dd>
4984
+
4985
+ **requestOptions:** `V1.RequestOptions`
4986
+
4987
+ </dd>
4988
+ </dl>
4989
+ </dd>
4990
+ </dl>
4991
+
4992
+ </dd>
4993
+ </dl>
4994
+ </details>
4995
+
4996
+ <details><summary><code>client.guarantor.v1.<a href="/src/api/resources/guarantor/resources/v1/client/Client.ts">update</a>(guarantorId, { ...params }) -> core.APIResponse<CandidApi.Guarantor, CandidApi.guarantor.v1.update.Error></code></summary>
4997
+ <dl>
4998
+ <dd>
4999
+
5000
+ #### 📝 Description
5001
+
5002
+ <dl>
5003
+ <dd>
5004
+
5005
+ <dl>
5006
+ <dd>
5007
+
5008
+ Updates a guarantor by its `guarantor_id`.
5009
+
5010
+ </dd>
5011
+ </dl>
5012
+ </dd>
5013
+ </dl>
5014
+
5015
+ #### 🔌 Usage
5016
+
5017
+ <dl>
5018
+ <dd>
5019
+
5020
+ <dl>
5021
+ <dd>
5022
+
5023
+ ```typescript
5024
+ await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
5025
+ ```
5026
+
5027
+ </dd>
5028
+ </dl>
5029
+ </dd>
5030
+ </dl>
5031
+
5032
+ #### ⚙️ Parameters
5033
+
5034
+ <dl>
5035
+ <dd>
5036
+
5037
+ <dl>
5038
+ <dd>
5039
+
5040
+ **guarantorId:** `CandidApi.GuarantorId`
5041
+
5042
+ </dd>
5043
+ </dl>
5044
+
5045
+ <dl>
5046
+ <dd>
5047
+
5048
+ **request:** `CandidApi.GuarantorUpdate`
5049
+
5050
+ </dd>
5051
+ </dl>
5052
+
5053
+ <dl>
5054
+ <dd>
5055
+
5056
+ **requestOptions:** `V1.RequestOptions`
5057
+
5058
+ </dd>
5059
+ </dl>
5060
+ </dd>
5061
+ </dl>
5062
+
5063
+ </dd>
5064
+ </dl>
5065
+ </details>
5066
+
5067
+ ## HealthCareCodeInformation V1
5068
+
5069
+ <details><summary><code>client.healthCareCodeInformation.v1.<a href="/src/api/resources/healthCareCodeInformation/resources/v1/client/Client.ts">update</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.HealthCareCodeInformationGetAllResponse, CandidApi.healthCareCodeInformation.v1.update.Error></code></summary>
5070
+ <dl>
5071
+ <dd>
5072
+
5073
+ #### 🔌 Usage
5074
+
5075
+ <dl>
5076
+ <dd>
5077
+
5078
+ <dl>
5079
+ <dd>
5080
+
5081
+ ```typescript
5082
+ await client.healthCareCodeInformation.v1.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
5083
+ ```
5084
+
5085
+ </dd>
5086
+ </dl>
5087
+ </dd>
5088
+ </dl>
5089
+
5090
+ #### ⚙️ Parameters
5091
+
5092
+ <dl>
5093
+ <dd>
5094
+
5095
+ <dl>
5096
+ <dd>
5097
+
5098
+ **encounterId:** `CandidApi.EncounterId`
5099
+
5100
+ </dd>
5101
+ </dl>
5102
+
5103
+ <dl>
5104
+ <dd>
5105
+
5106
+ **request:** `CandidApi.HealthCareCodeInformationUpdate`
4339
5107
 
4340
5108
  </dd>
4341
5109
  </dl>
@@ -4354,25 +5122,10 @@ await client.guarantor.v1.get(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ff
4354
5122
  </dl>
4355
5123
  </details>
4356
5124
 
4357
- <details><summary><code>client.guarantor.v1.<a href="/src/api/resources/guarantor/resources/v1/client/Client.ts">update</a>(guarantorId, { ...params }) -> core.APIResponse<CandidApi.Guarantor, CandidApi.guarantor.v1.update.Error></code></summary>
4358
- <dl>
4359
- <dd>
4360
-
4361
- #### 📝 Description
4362
-
4363
- <dl>
4364
- <dd>
4365
-
5125
+ <details><summary><code>client.healthCareCodeInformation.v1.<a href="/src/api/resources/healthCareCodeInformation/resources/v1/client/Client.ts">getAllForEncounter</a>(encounterId) -> core.APIResponse<CandidApi.HealthCareCodeInformationGetAllResponse, CandidApi.healthCareCodeInformation.v1.getAllForEncounter.Error></code></summary>
4366
5126
  <dl>
4367
5127
  <dd>
4368
5128
 
4369
- Updates a guarantor by its `guarantor_id`.
4370
-
4371
- </dd>
4372
- </dl>
4373
- </dd>
4374
- </dl>
4375
-
4376
5129
  #### 🔌 Usage
4377
5130
 
4378
5131
  <dl>
@@ -4382,7 +5135,9 @@ Updates a guarantor by its `guarantor_id`.
4382
5135
  <dd>
4383
5136
 
4384
5137
  ```typescript
4385
- await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
5138
+ await client.healthCareCodeInformation.v1.getAllForEncounter(
5139
+ CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5140
+ );
4386
5141
  ```
4387
5142
 
4388
5143
  </dd>
@@ -4398,15 +5153,7 @@ await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-
4398
5153
  <dl>
4399
5154
  <dd>
4400
5155
 
4401
- **guarantorId:** `CandidApi.GuarantorId`
4402
-
4403
- </dd>
4404
- </dl>
4405
-
4406
- <dl>
4407
- <dd>
4408
-
4409
- **request:** `CandidApi.GuarantorUpdate`
5156
+ **encounterId:** `CandidApi.EncounterId`
4410
5157
 
4411
5158
  </dd>
4412
5159
  </dl>
@@ -6150,9 +6897,243 @@ then the allocations must be appropriately updated as well.
6150
6897
  <dd>
6151
6898
 
6152
6899
  ```typescript
6153
- await client.nonInsurancePayerRefunds.v1.update(
6154
- CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6155
- );
6900
+ await client.nonInsurancePayerRefunds.v1.update(
6901
+ CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6902
+ );
6903
+ ```
6904
+
6905
+ </dd>
6906
+ </dl>
6907
+ </dd>
6908
+ </dl>
6909
+
6910
+ #### ⚙️ Parameters
6911
+
6912
+ <dl>
6913
+ <dd>
6914
+
6915
+ <dl>
6916
+ <dd>
6917
+
6918
+ **nonInsurancePayerRefundId:** `CandidApi.NonInsurancePayerRefundId`
6919
+
6920
+ </dd>
6921
+ </dl>
6922
+
6923
+ <dl>
6924
+ <dd>
6925
+
6926
+ **request:** `CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundUpdate`
6927
+
6928
+ </dd>
6929
+ </dl>
6930
+
6931
+ <dl>
6932
+ <dd>
6933
+
6934
+ **requestOptions:** `V1.RequestOptions`
6935
+
6936
+ </dd>
6937
+ </dl>
6938
+ </dd>
6939
+ </dl>
6940
+
6941
+ </dd>
6942
+ </dl>
6943
+ </details>
6944
+
6945
+ <details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerRefundId) -> core.APIResponse<void, CandidApi.nonInsurancePayerRefunds.v1.delete.Error></code></summary>
6946
+ <dl>
6947
+ <dd>
6948
+
6949
+ #### 📝 Description
6950
+
6951
+ <dl>
6952
+ <dd>
6953
+
6954
+ <dl>
6955
+ <dd>
6956
+
6957
+ Deletes the non-insurance payer refund record matching the provided `non_insurance_payer_refund_id`.
6958
+
6959
+ </dd>
6960
+ </dl>
6961
+ </dd>
6962
+ </dl>
6963
+
6964
+ #### 🔌 Usage
6965
+
6966
+ <dl>
6967
+ <dd>
6968
+
6969
+ <dl>
6970
+ <dd>
6971
+
6972
+ ```typescript
6973
+ await client.nonInsurancePayerRefunds.v1.delete(
6974
+ CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6975
+ );
6976
+ ```
6977
+
6978
+ </dd>
6979
+ </dl>
6980
+ </dd>
6981
+ </dl>
6982
+
6983
+ #### ⚙️ Parameters
6984
+
6985
+ <dl>
6986
+ <dd>
6987
+
6988
+ <dl>
6989
+ <dd>
6990
+
6991
+ **nonInsurancePayerRefundId:** `CandidApi.NonInsurancePayerRefundId`
6992
+
6993
+ </dd>
6994
+ </dl>
6995
+
6996
+ <dl>
6997
+ <dd>
6998
+
6999
+ **requestOptions:** `V1.RequestOptions`
7000
+
7001
+ </dd>
7002
+ </dl>
7003
+ </dd>
7004
+ </dl>
7005
+
7006
+ </dd>
7007
+ </dl>
7008
+ </details>
7009
+
7010
+ ## NonInsurancePayers V1
7011
+
7012
+ <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.create.Error></code></summary>
7013
+ <dl>
7014
+ <dd>
7015
+
7016
+ #### 🔌 Usage
7017
+
7018
+ <dl>
7019
+ <dd>
7020
+
7021
+ <dl>
7022
+ <dd>
7023
+
7024
+ ```typescript
7025
+ await client.nonInsurancePayers.v1.create({
7026
+ name: "name",
7027
+ });
7028
+ ```
7029
+
7030
+ </dd>
7031
+ </dl>
7032
+ </dd>
7033
+ </dl>
7034
+
7035
+ #### ⚙️ Parameters
7036
+
7037
+ <dl>
7038
+ <dd>
7039
+
7040
+ <dl>
7041
+ <dd>
7042
+
7043
+ **request:** `CandidApi.CreateNonInsurancePayerRequest`
7044
+
7045
+ </dd>
7046
+ </dl>
7047
+
7048
+ <dl>
7049
+ <dd>
7050
+
7051
+ **requestOptions:** `V1.RequestOptions`
7052
+
7053
+ </dd>
7054
+ </dl>
7055
+ </dd>
7056
+ </dl>
7057
+
7058
+ </dd>
7059
+ </dl>
7060
+ </details>
7061
+
7062
+ <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">toggleEnablement</a>(nonInsurancePayerId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.toggleEnablement.Error></code></summary>
7063
+ <dl>
7064
+ <dd>
7065
+
7066
+ #### 🔌 Usage
7067
+
7068
+ <dl>
7069
+ <dd>
7070
+
7071
+ <dl>
7072
+ <dd>
7073
+
7074
+ ```typescript
7075
+ await client.nonInsurancePayers.v1.toggleEnablement(
7076
+ CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
7077
+ {
7078
+ enabled: true,
7079
+ },
7080
+ );
7081
+ ```
7082
+
7083
+ </dd>
7084
+ </dl>
7085
+ </dd>
7086
+ </dl>
7087
+
7088
+ #### ⚙️ Parameters
7089
+
7090
+ <dl>
7091
+ <dd>
7092
+
7093
+ <dl>
7094
+ <dd>
7095
+
7096
+ **nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
7097
+
7098
+ </dd>
7099
+ </dl>
7100
+
7101
+ <dl>
7102
+ <dd>
7103
+
7104
+ **request:** `CandidApi.ToggleNonInsurancePayerEnablementRequest`
7105
+
7106
+ </dd>
7107
+ </dl>
7108
+
7109
+ <dl>
7110
+ <dd>
7111
+
7112
+ **requestOptions:** `V1.RequestOptions`
7113
+
7114
+ </dd>
7115
+ </dl>
7116
+ </dd>
7117
+ </dl>
7118
+
7119
+ </dd>
7120
+ </dl>
7121
+ </details>
7122
+
7123
+ <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerPage, CandidApi.nonInsurancePayers.v1.getMulti.Error></code></summary>
7124
+ <dl>
7125
+ <dd>
7126
+
7127
+ #### 🔌 Usage
7128
+
7129
+ <dl>
7130
+ <dd>
7131
+
7132
+ <dl>
7133
+ <dd>
7134
+
7135
+ ```typescript
7136
+ await client.nonInsurancePayers.v1.getMulti();
6156
7137
  ```
6157
7138
 
6158
7139
  </dd>
@@ -6168,15 +7149,7 @@ await client.nonInsurancePayerRefunds.v1.update(
6168
7149
  <dl>
6169
7150
  <dd>
6170
7151
 
6171
- **nonInsurancePayerRefundId:** `CandidApi.NonInsurancePayerRefundId`
6172
-
6173
- </dd>
6174
- </dl>
6175
-
6176
- <dl>
6177
- <dd>
6178
-
6179
- **request:** `CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundUpdate`
7152
+ **request:** `CandidApi.nonInsurancePayers.v1.GetMultiNonInsurancePayersRequest`
6180
7153
 
6181
7154
  </dd>
6182
7155
  </dl>
@@ -6195,7 +7168,7 @@ await client.nonInsurancePayerRefunds.v1.update(
6195
7168
  </dl>
6196
7169
  </details>
6197
7170
 
6198
- <details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerRefundId) -> core.APIResponse<void, CandidApi.nonInsurancePayerRefunds.v1.delete.Error></code></summary>
7171
+ <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">getCategories</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerCategoriesPage, CandidApi.nonInsurancePayers.v1.getCategories.Error></code></summary>
6199
7172
  <dl>
6200
7173
  <dd>
6201
7174
 
@@ -6207,7 +7180,12 @@ await client.nonInsurancePayerRefunds.v1.update(
6207
7180
  <dl>
6208
7181
  <dd>
6209
7182
 
6210
- Deletes the non-insurance payer refund record matching the provided `non_insurance_payer_refund_id`.
7183
+ Returns a paginated list of all non-insurance payer categories.
7184
+
7185
+ Non-insurance payer categories are simply strings and are not stored as a
7186
+ separate object in Candid. They are created when added to at least one
7187
+ non-insurance payer's `category` field and are deleted when there are no
7188
+ longer any non-insurance payers that contain them.
6211
7189
 
6212
7190
  </dd>
6213
7191
  </dl>
@@ -6223,9 +7201,7 @@ Deletes the non-insurance payer refund record matching the provided `non_insuran
6223
7201
  <dd>
6224
7202
 
6225
7203
  ```typescript
6226
- await client.nonInsurancePayerRefunds.v1.delete(
6227
- CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6228
- );
7204
+ await client.nonInsurancePayers.v1.getCategories();
6229
7205
  ```
6230
7206
 
6231
7207
  </dd>
@@ -6241,7 +7217,7 @@ await client.nonInsurancePayerRefunds.v1.delete(
6241
7217
  <dl>
6242
7218
  <dd>
6243
7219
 
6244
- **nonInsurancePayerRefundId:** `CandidApi.NonInsurancePayerRefundId`
7220
+ **request:** `CandidApi.nonInsurancePayers.v1.GetNonInsurancePayersCategoriesRequest`
6245
7221
 
6246
7222
  </dd>
6247
7223
  </dl>
@@ -6260,9 +7236,7 @@ await client.nonInsurancePayerRefunds.v1.delete(
6260
7236
  </dl>
6261
7237
  </details>
6262
7238
 
6263
- ## NonInsurancePayers V1
6264
-
6265
- <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.create.Error></code></summary>
7239
+ <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">get</a>(nonInsurancePayerId) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.get.Error></code></summary>
6266
7240
  <dl>
6267
7241
  <dd>
6268
7242
 
@@ -6275,9 +7249,7 @@ await client.nonInsurancePayerRefunds.v1.delete(
6275
7249
  <dd>
6276
7250
 
6277
7251
  ```typescript
6278
- await client.nonInsurancePayers.v1.create({
6279
- name: "name",
6280
- });
7252
+ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
6281
7253
  ```
6282
7254
 
6283
7255
  </dd>
@@ -6293,7 +7265,7 @@ await client.nonInsurancePayers.v1.create({
6293
7265
  <dl>
6294
7266
  <dd>
6295
7267
 
6296
- **request:** `CandidApi.CreateNonInsurancePayerRequest`
7268
+ **nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
6297
7269
 
6298
7270
  </dd>
6299
7271
  </dl>
@@ -6312,7 +7284,7 @@ await client.nonInsurancePayers.v1.create({
6312
7284
  </dl>
6313
7285
  </details>
6314
7286
 
6315
- <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">toggleEnablement</a>(nonInsurancePayerId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.toggleEnablement.Error></code></summary>
7287
+ <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">update</a>(nonInsurancePayerId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.update.Error></code></summary>
6316
7288
  <dl>
6317
7289
  <dd>
6318
7290
 
@@ -6325,12 +7297,7 @@ await client.nonInsurancePayers.v1.create({
6325
7297
  <dd>
6326
7298
 
6327
7299
  ```typescript
6328
- await client.nonInsurancePayers.v1.toggleEnablement(
6329
- CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6330
- {
6331
- enabled: true,
6332
- },
6333
- );
7300
+ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
6334
7301
  ```
6335
7302
 
6336
7303
  </dd>
@@ -6354,7 +7321,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(
6354
7321
  <dl>
6355
7322
  <dd>
6356
7323
 
6357
- **request:** `CandidApi.ToggleNonInsurancePayerEnablementRequest`
7324
+ **request:** `CandidApi.NonInsurancePayerUpdateRequest`
6358
7325
 
6359
7326
  </dd>
6360
7327
  </dl>
@@ -6373,7 +7340,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(
6373
7340
  </dl>
6374
7341
  </details>
6375
7342
 
6376
- <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerPage, CandidApi.nonInsurancePayers.v1.getMulti.Error></code></summary>
7343
+ <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerId) -> core.APIResponse<void, CandidApi.nonInsurancePayers.v1.delete.Error></code></summary>
6377
7344
  <dl>
6378
7345
  <dd>
6379
7346
 
@@ -6386,7 +7353,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(
6386
7353
  <dd>
6387
7354
 
6388
7355
  ```typescript
6389
- await client.nonInsurancePayers.v1.getMulti();
7356
+ await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
6390
7357
  ```
6391
7358
 
6392
7359
  </dd>
@@ -6402,7 +7369,7 @@ await client.nonInsurancePayers.v1.getMulti();
6402
7369
  <dl>
6403
7370
  <dd>
6404
7371
 
6405
- **request:** `CandidApi.nonInsurancePayers.v1.GetMultiNonInsurancePayersRequest`
7372
+ **nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
6406
7373
 
6407
7374
  </dd>
6408
7375
  </dl>
@@ -6421,30 +7388,12 @@ await client.nonInsurancePayers.v1.getMulti();
6421
7388
  </dl>
6422
7389
  </details>
6423
7390
 
6424
- <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">getCategories</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerCategoriesPage, CandidApi.nonInsurancePayers.v1.getCategories.Error></code></summary>
6425
- <dl>
6426
- <dd>
6427
-
6428
- #### 📝 Description
6429
-
6430
- <dl>
6431
- <dd>
7391
+ ## OrganizationProviders V3
6432
7392
 
7393
+ <details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">get</a>(organizationProviderId) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.get.Error></code></summary>
6433
7394
  <dl>
6434
7395
  <dd>
6435
7396
 
6436
- Returns a paginated list of all non-insurance payer categories.
6437
-
6438
- Non-insurance payer categories are simply strings and are not stored as a
6439
- separate object in Candid. They are created when added to at least one
6440
- non-insurance payer's `category` field and are deleted when there are no
6441
- longer any non-insurance payers that contain them.
6442
-
6443
- </dd>
6444
- </dl>
6445
- </dd>
6446
- </dl>
6447
-
6448
7397
  #### 🔌 Usage
6449
7398
 
6450
7399
  <dl>
@@ -6454,7 +7403,7 @@ longer any non-insurance payers that contain them.
6454
7403
  <dd>
6455
7404
 
6456
7405
  ```typescript
6457
- await client.nonInsurancePayers.v1.getCategories();
7406
+ await client.organizationProviders.v3.get(CandidApi.OrganizationProviderId("965A563A-0285-4910-9569-E3739C0F6EAB"));
6458
7407
  ```
6459
7408
 
6460
7409
  </dd>
@@ -6470,7 +7419,7 @@ await client.nonInsurancePayers.v1.getCategories();
6470
7419
  <dl>
6471
7420
  <dd>
6472
7421
 
6473
- **request:** `CandidApi.nonInsurancePayers.v1.GetNonInsurancePayersCategoriesRequest`
7422
+ **organizationProviderId:** `CandidApi.OrganizationProviderId`
6474
7423
 
6475
7424
  </dd>
6476
7425
  </dl>
@@ -6478,7 +7427,7 @@ await client.nonInsurancePayers.v1.getCategories();
6478
7427
  <dl>
6479
7428
  <dd>
6480
7429
 
6481
- **requestOptions:** `V1.RequestOptions`
7430
+ **requestOptions:** `V3.RequestOptions`
6482
7431
 
6483
7432
  </dd>
6484
7433
  </dl>
@@ -6489,7 +7438,7 @@ await client.nonInsurancePayers.v1.getCategories();
6489
7438
  </dl>
6490
7439
  </details>
6491
7440
 
6492
- <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">get</a>(nonInsurancePayerId) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.get.Error></code></summary>
7441
+ <details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.OrganizationProviderPageV2, CandidApi.organizationProviders.v3.getMulti.Error></code></summary>
6493
7442
  <dl>
6494
7443
  <dd>
6495
7444
 
@@ -6502,7 +7451,15 @@ await client.nonInsurancePayers.v1.getCategories();
6502
7451
  <dd>
6503
7452
 
6504
7453
  ```typescript
6505
- await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
7454
+ await client.organizationProviders.v3.getMulti({
7455
+ limit: 100,
7456
+ searchTerm: "john",
7457
+ npi: "1234567890",
7458
+ isRendering: true,
7459
+ isBilling: true,
7460
+ pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
7461
+ sort: "provider_name:asc",
7462
+ });
6506
7463
  ```
6507
7464
 
6508
7465
  </dd>
@@ -6518,7 +7475,7 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
6518
7475
  <dl>
6519
7476
  <dd>
6520
7477
 
6521
- **nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
7478
+ **request:** `CandidApi.organizationProviders.v3.GetAllOrganizationProvidersRequestV2`
6522
7479
 
6523
7480
  </dd>
6524
7481
  </dl>
@@ -6526,7 +7483,7 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
6526
7483
  <dl>
6527
7484
  <dd>
6528
7485
 
6529
- **requestOptions:** `V1.RequestOptions`
7486
+ **requestOptions:** `V3.RequestOptions`
6530
7487
 
6531
7488
  </dd>
6532
7489
  </dl>
@@ -6537,7 +7494,7 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
6537
7494
  </dl>
6538
7495
  </details>
6539
7496
 
6540
- <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">update</a>(nonInsurancePayerId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.update.Error></code></summary>
7497
+ <details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.create.Error></code></summary>
6541
7498
  <dl>
6542
7499
  <dd>
6543
7500
 
@@ -6550,7 +7507,31 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
6550
7507
  <dd>
6551
7508
 
6552
7509
  ```typescript
6553
- await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
7510
+ await client.organizationProviders.v3.create({
7511
+ npi: "npi",
7512
+ isRendering: true,
7513
+ isBilling: true,
7514
+ providerType: "INDIVIDUAL",
7515
+ licenseType: "MD",
7516
+ qualifications: [
7517
+ {
7518
+ identifierCode: "MCR",
7519
+ identifierValue: {
7520
+ type: "medicare_provider_identifier",
7521
+ state: "AA",
7522
+ providerNumber: "provider_number",
7523
+ },
7524
+ },
7525
+ {
7526
+ identifierCode: "MCR",
7527
+ identifierValue: {
7528
+ type: "medicare_provider_identifier",
7529
+ state: "AA",
7530
+ providerNumber: "provider_number",
7531
+ },
7532
+ },
7533
+ ],
7534
+ });
6554
7535
  ```
6555
7536
 
6556
7537
  </dd>
@@ -6566,15 +7547,7 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
6566
7547
  <dl>
6567
7548
  <dd>
6568
7549
 
6569
- **nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
6570
-
6571
- </dd>
6572
- </dl>
6573
-
6574
- <dl>
6575
- <dd>
6576
-
6577
- **request:** `CandidApi.NonInsurancePayerUpdateRequest`
7550
+ **request:** `CandidApi.OrganizationProviderCreateV2`
6578
7551
 
6579
7552
  </dd>
6580
7553
  </dl>
@@ -6582,7 +7555,7 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
6582
7555
  <dl>
6583
7556
  <dd>
6584
7557
 
6585
- **requestOptions:** `V1.RequestOptions`
7558
+ **requestOptions:** `V3.RequestOptions`
6586
7559
 
6587
7560
  </dd>
6588
7561
  </dl>
@@ -6593,7 +7566,7 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
6593
7566
  </dl>
6594
7567
  </details>
6595
7568
 
6596
- <details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerId) -> core.APIResponse<void, CandidApi.nonInsurancePayers.v1.delete.Error></code></summary>
7569
+ <details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">update</a>(organizationProviderId, { ...params }) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.update.Error></code></summary>
6597
7570
  <dl>
6598
7571
  <dd>
6599
7572
 
@@ -6606,7 +7579,10 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
6606
7579
  <dd>
6607
7580
 
6608
7581
  ```typescript
6609
- await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
7582
+ await client.organizationProviders.v3.update(
7583
+ CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
7584
+ {},
7585
+ );
6610
7586
  ```
6611
7587
 
6612
7588
  </dd>
@@ -6622,7 +7598,7 @@ await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84
6622
7598
  <dl>
6623
7599
  <dd>
6624
7600
 
6625
- **nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
7601
+ **organizationProviderId:** `CandidApi.OrganizationProviderId`
6626
7602
 
6627
7603
  </dd>
6628
7604
  </dl>
@@ -6630,7 +7606,15 @@ await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84
6630
7606
  <dl>
6631
7607
  <dd>
6632
7608
 
6633
- **requestOptions:** `V1.RequestOptions`
7609
+ **request:** `CandidApi.OrganizationProviderUpdateV2`
7610
+
7611
+ </dd>
7612
+ </dl>
7613
+
7614
+ <dl>
7615
+ <dd>
7616
+
7617
+ **requestOptions:** `V3.RequestOptions`
6634
7618
 
6635
7619
  </dd>
6636
7620
  </dl>
@@ -6938,116 +7922,30 @@ await client.organizationServiceFacilities.v2.delete(
6938
7922
  </dl>
6939
7923
  </details>
6940
7924
 
6941
- ## OrganizationProviders V3
6942
-
6943
- <details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">get</a>(organizationProviderId) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.get.Error></code></summary>
6944
- <dl>
6945
- <dd>
6946
-
6947
- #### 🔌 Usage
6948
-
6949
- <dl>
6950
- <dd>
6951
-
6952
- <dl>
6953
- <dd>
6954
-
6955
- ```typescript
6956
- await client.organizationProviders.v3.get(CandidApi.OrganizationProviderId("965A563A-0285-4910-9569-E3739C0F6EAB"));
6957
- ```
6958
-
6959
- </dd>
6960
- </dl>
6961
- </dd>
6962
- </dl>
6963
-
6964
- #### ⚙️ Parameters
6965
-
6966
- <dl>
6967
- <dd>
6968
-
6969
- <dl>
6970
- <dd>
6971
-
6972
- **organizationProviderId:** `CandidApi.OrganizationProviderId`
6973
-
6974
- </dd>
6975
- </dl>
6976
-
6977
- <dl>
6978
- <dd>
6979
-
6980
- **requestOptions:** `V3.RequestOptions`
6981
-
6982
- </dd>
6983
- </dl>
6984
- </dd>
6985
- </dl>
6986
-
6987
- </dd>
6988
- </dl>
6989
- </details>
6990
-
6991
- <details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.OrganizationProviderPageV2, CandidApi.organizationProviders.v3.getMulti.Error></code></summary>
6992
- <dl>
6993
- <dd>
6994
-
6995
- #### 🔌 Usage
6996
-
6997
- <dl>
6998
- <dd>
6999
-
7000
- <dl>
7001
- <dd>
7002
-
7003
- ```typescript
7004
- await client.organizationProviders.v3.getMulti({
7005
- limit: 100,
7006
- searchTerm: "john",
7007
- npi: "1234567890",
7008
- isRendering: true,
7009
- isBilling: true,
7010
- pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
7011
- sort: "provider_name:asc",
7012
- });
7013
- ```
7014
-
7015
- </dd>
7016
- </dl>
7017
- </dd>
7018
- </dl>
7019
-
7020
- #### ⚙️ Parameters
7021
-
7022
- <dl>
7023
- <dd>
7925
+ ## PatientAr V1
7024
7926
 
7927
+ <details><summary><code>client.patientAr.v1.<a href="/src/api/resources/patientAr/resources/v1/client/Client.ts">listInventory</a>({ ...params }) -> core.APIResponse<CandidApi.ListInventoryPagedResponse, CandidApi.patientAr.v1.listInventory.Error></code></summary>
7025
7928
  <dl>
7026
7929
  <dd>
7027
7930
 
7028
- **request:** `CandidApi.organizationProviders.v3.GetAllOrganizationProvidersRequestV2`
7931
+ #### 📝 Description
7029
7932
 
7030
- </dd>
7031
- </dl>
7933
+ <dl>
7934
+ <dd>
7032
7935
 
7033
7936
  <dl>
7034
7937
  <dd>
7035
7938
 
7036
- **requestOptions:** `V3.RequestOptions`
7939
+ NOTE: This service is in-development and can only be used by select partners. Please contact Candid Health to request access.
7940
+
7941
+ Retrieve a list of inventory records based on the provided filters. Each inventory record provides the latest invoiceable status of the associated claim.
7942
+ The response is paginated, and the `page_token` can be used to retrieve subsequent pages. Initial requests should not include `page_token`.
7037
7943
 
7038
7944
  </dd>
7039
7945
  </dl>
7040
7946
  </dd>
7041
7947
  </dl>
7042
7948
 
7043
- </dd>
7044
- </dl>
7045
- </details>
7046
-
7047
- <details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.create.Error></code></summary>
7048
- <dl>
7049
- <dd>
7050
-
7051
7949
  #### 🔌 Usage
7052
7950
 
7053
7951
  <dl>
@@ -7057,31 +7955,7 @@ await client.organizationProviders.v3.getMulti({
7057
7955
  <dd>
7058
7956
 
7059
7957
  ```typescript
7060
- await client.organizationProviders.v3.create({
7061
- npi: "npi",
7062
- isRendering: true,
7063
- isBilling: true,
7064
- providerType: "INDIVIDUAL",
7065
- licenseType: "MD",
7066
- qualifications: [
7067
- {
7068
- identifierCode: "MCR",
7069
- identifierValue: {
7070
- type: "medicare_provider_identifier",
7071
- state: "AA",
7072
- providerNumber: "provider_number",
7073
- },
7074
- },
7075
- {
7076
- identifierCode: "MCR",
7077
- identifierValue: {
7078
- type: "medicare_provider_identifier",
7079
- state: "AA",
7080
- providerNumber: "provider_number",
7081
- },
7082
- },
7083
- ],
7084
- });
7958
+ await client.patientAr.v1.listInventory();
7085
7959
  ```
7086
7960
 
7087
7961
  </dd>
@@ -7097,7 +7971,7 @@ await client.organizationProviders.v3.create({
7097
7971
  <dl>
7098
7972
  <dd>
7099
7973
 
7100
- **request:** `CandidApi.OrganizationProviderCreateV2`
7974
+ **request:** `CandidApi.patientAr.v1.GetInventoryRecordsRequest`
7101
7975
 
7102
7976
  </dd>
7103
7977
  </dl>
@@ -7105,7 +7979,7 @@ await client.organizationProviders.v3.create({
7105
7979
  <dl>
7106
7980
  <dd>
7107
7981
 
7108
- **requestOptions:** `V3.RequestOptions`
7982
+ **requestOptions:** `V1.RequestOptions`
7109
7983
 
7110
7984
  </dd>
7111
7985
  </dl>
@@ -7116,11 +7990,11 @@ await client.organizationProviders.v3.create({
7116
7990
  </dl>
7117
7991
  </details>
7118
7992
 
7119
- <details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">update</a>(organizationProviderId, { ...params }) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.update.Error></code></summary>
7993
+ <details><summary><code>client.patientAr.v1.<a href="/src/api/resources/patientAr/resources/v1/client/Client.ts">itemize</a>(claimId) -> core.APIResponse<CandidApi.InvoiceItemizationResponse, CandidApi.patientAr.v1.itemize.Error></code></summary>
7120
7994
  <dl>
7121
7995
  <dd>
7122
7996
 
7123
- #### 🔌 Usage
7997
+ #### 📝 Description
7124
7998
 
7125
7999
  <dl>
7126
8000
  <dd>
@@ -7128,19 +8002,16 @@ await client.organizationProviders.v3.create({
7128
8002
  <dl>
7129
8003
  <dd>
7130
8004
 
7131
- ```typescript
7132
- await client.organizationProviders.v3.update(
7133
- CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
7134
- {},
7135
- );
7136
- ```
8005
+ NOTE: This service is in-development and can only be used by select partners. Please contact Candid Health to request access.
8006
+
8007
+ Provides detailed itemization of invoice data for a specific claim.
7137
8008
 
7138
8009
  </dd>
7139
8010
  </dl>
7140
8011
  </dd>
7141
8012
  </dl>
7142
8013
 
7143
- #### ⚙️ Parameters
8014
+ #### 🔌 Usage
7144
8015
 
7145
8016
  <dl>
7146
8017
  <dd>
@@ -7148,15 +8019,24 @@ await client.organizationProviders.v3.update(
7148
8019
  <dl>
7149
8020
  <dd>
7150
8021
 
7151
- **organizationProviderId:** `CandidApi.OrganizationProviderId`
8022
+ ```typescript
8023
+ await client.patientAr.v1.itemize(CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
8024
+ ```
7152
8025
 
7153
8026
  </dd>
7154
8027
  </dl>
8028
+ </dd>
8029
+ </dl>
8030
+
8031
+ #### ⚙️ Parameters
7155
8032
 
7156
8033
  <dl>
7157
8034
  <dd>
7158
8035
 
7159
- **request:** `CandidApi.OrganizationProviderUpdateV2`
8036
+ <dl>
8037
+ <dd>
8038
+
8039
+ **claimId:** `CandidApi.ClaimId`
7160
8040
 
7161
8041
  </dd>
7162
8042
  </dl>
@@ -7164,7 +8044,7 @@ await client.organizationProviders.v3.update(
7164
8044
  <dl>
7165
8045
  <dd>
7166
8046
 
7167
- **requestOptions:** `V3.RequestOptions`
8047
+ **requestOptions:** `V1.RequestOptions`
7168
8048
 
7169
8049
  </dd>
7170
8050
  </dl>
@@ -7781,13 +8661,204 @@ await client.patientRefunds.v1.update(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
7781
8661
 
7782
8662
  **patientRefundId:** `CandidApi.PatientRefundId`
7783
8663
 
7784
- </dd>
7785
- </dl>
8664
+ </dd>
8665
+ </dl>
8666
+
8667
+ <dl>
8668
+ <dd>
8669
+
8670
+ **request:** `CandidApi.patientRefunds.v1.PatientRefundUpdate`
8671
+
8672
+ </dd>
8673
+ </dl>
8674
+
8675
+ <dl>
8676
+ <dd>
8677
+
8678
+ **requestOptions:** `V1.RequestOptions`
8679
+
8680
+ </dd>
8681
+ </dl>
8682
+ </dd>
8683
+ </dl>
8684
+
8685
+ </dd>
8686
+ </dl>
8687
+ </details>
8688
+
8689
+ <details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">delete</a>(patientRefundId) -> core.APIResponse<void, CandidApi.patientRefunds.v1.delete.Error></code></summary>
8690
+ <dl>
8691
+ <dd>
8692
+
8693
+ #### 📝 Description
8694
+
8695
+ <dl>
8696
+ <dd>
8697
+
8698
+ <dl>
8699
+ <dd>
8700
+
8701
+ Deletes the patient refund record matching the provided patient_refund_id.
8702
+
8703
+ </dd>
8704
+ </dl>
8705
+ </dd>
8706
+ </dl>
8707
+
8708
+ #### 🔌 Usage
8709
+
8710
+ <dl>
8711
+ <dd>
8712
+
8713
+ <dl>
8714
+ <dd>
8715
+
8716
+ ```typescript
8717
+ await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
8718
+ ```
8719
+
8720
+ </dd>
8721
+ </dl>
8722
+ </dd>
8723
+ </dl>
8724
+
8725
+ #### ⚙️ Parameters
8726
+
8727
+ <dl>
8728
+ <dd>
8729
+
8730
+ <dl>
8731
+ <dd>
8732
+
8733
+ **patientRefundId:** `CandidApi.PatientRefundId`
8734
+
8735
+ </dd>
8736
+ </dl>
8737
+
8738
+ <dl>
8739
+ <dd>
8740
+
8741
+ **requestOptions:** `V1.RequestOptions`
8742
+
8743
+ </dd>
8744
+ </dl>
8745
+ </dd>
8746
+ </dl>
8747
+
8748
+ </dd>
8749
+ </dl>
8750
+ </details>
8751
+
8752
+ ## PayerPlanGroups V1
8753
+
8754
+ <details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroupPage, CandidApi.payerPlanGroups.v1.getMulti.Error></code></summary>
8755
+ <dl>
8756
+ <dd>
8757
+
8758
+ #### 📝 Description
8759
+
8760
+ <dl>
8761
+ <dd>
8762
+
8763
+ <dl>
8764
+ <dd>
8765
+
8766
+ Returns all payer plan groups matching filter criteria.
8767
+
8768
+ </dd>
8769
+ </dl>
8770
+ </dd>
8771
+ </dl>
8772
+
8773
+ #### 🔌 Usage
8774
+
8775
+ <dl>
8776
+ <dd>
8777
+
8778
+ <dl>
8779
+ <dd>
8780
+
8781
+ ```typescript
8782
+ await client.payerPlanGroups.v1.getMulti();
8783
+ ```
8784
+
8785
+ </dd>
8786
+ </dl>
8787
+ </dd>
8788
+ </dl>
8789
+
8790
+ #### ⚙️ Parameters
8791
+
8792
+ <dl>
8793
+ <dd>
8794
+
8795
+ <dl>
8796
+ <dd>
8797
+
8798
+ **request:** `CandidApi.payerPlanGroups.v1.PayerPlanGroupGetMultiRequest`
8799
+
8800
+ </dd>
8801
+ </dl>
8802
+
8803
+ <dl>
8804
+ <dd>
8805
+
8806
+ **requestOptions:** `V1.RequestOptions`
8807
+
8808
+ </dd>
8809
+ </dl>
8810
+ </dd>
8811
+ </dl>
8812
+
8813
+ </dd>
8814
+ </dl>
8815
+ </details>
8816
+
8817
+ <details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">get</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.get.Error></code></summary>
8818
+ <dl>
8819
+ <dd>
8820
+
8821
+ #### 📝 Description
8822
+
8823
+ <dl>
8824
+ <dd>
8825
+
8826
+ <dl>
8827
+ <dd>
8828
+
8829
+ Return a plan group with a given ID.
8830
+
8831
+ </dd>
8832
+ </dl>
8833
+ </dd>
8834
+ </dl>
8835
+
8836
+ #### 🔌 Usage
8837
+
8838
+ <dl>
8839
+ <dd>
8840
+
8841
+ <dl>
8842
+ <dd>
8843
+
8844
+ ```typescript
8845
+ await client.payerPlanGroups.v1.get(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
8846
+ ```
8847
+
8848
+ </dd>
8849
+ </dl>
8850
+ </dd>
8851
+ </dl>
8852
+
8853
+ #### ⚙️ Parameters
8854
+
8855
+ <dl>
8856
+ <dd>
7786
8857
 
7787
8858
  <dl>
7788
8859
  <dd>
7789
8860
 
7790
- **request:** `CandidApi.patientRefunds.v1.PatientRefundUpdate`
8861
+ **payerPlanGroupId:** `CandidApi.PayerPlanGroupId`
7791
8862
 
7792
8863
  </dd>
7793
8864
  </dl>
@@ -7806,7 +8877,7 @@ await client.patientRefunds.v1.update(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
7806
8877
  </dl>
7807
8878
  </details>
7808
8879
 
7809
- <details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">delete</a>(patientRefundId) -> core.APIResponse<void, CandidApi.patientRefunds.v1.delete.Error></code></summary>
8880
+ <details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.create.Error></code></summary>
7810
8881
  <dl>
7811
8882
  <dd>
7812
8883
 
@@ -7818,7 +8889,7 @@ await client.patientRefunds.v1.update(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
7818
8889
  <dl>
7819
8890
  <dd>
7820
8891
 
7821
- Deletes the patient refund record matching the provided patient_refund_id.
8892
+ Create a payer plan group
7822
8893
 
7823
8894
  </dd>
7824
8895
  </dl>
@@ -7834,7 +8905,11 @@ Deletes the patient refund record matching the provided patient_refund_id.
7834
8905
  <dd>
7835
8906
 
7836
8907
  ```typescript
7837
- await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
8908
+ await client.payerPlanGroups.v1.create({
8909
+ planGroupName: "plan_group_name",
8910
+ payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8911
+ planType: "09",
8912
+ });
7838
8913
  ```
7839
8914
 
7840
8915
  </dd>
@@ -7850,7 +8925,7 @@ await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
7850
8925
  <dl>
7851
8926
  <dd>
7852
8927
 
7853
- **patientRefundId:** `CandidApi.PatientRefundId`
8928
+ **request:** `CandidApi.MutablePayerPlanGroup`
7854
8929
 
7855
8930
  </dd>
7856
8931
  </dl>
@@ -7869,9 +8944,7 @@ await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
7869
8944
  </dl>
7870
8945
  </details>
7871
8946
 
7872
- ## PayerPlanGroups V1
7873
-
7874
- <details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroupPage, CandidApi.payerPlanGroups.v1.getMulti.Error></code></summary>
8947
+ <details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">update</a>(payerPlanGroupId, { ...params }) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.update.Error></code></summary>
7875
8948
  <dl>
7876
8949
  <dd>
7877
8950
 
@@ -7883,7 +8956,7 @@ await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
7883
8956
  <dl>
7884
8957
  <dd>
7885
8958
 
7886
- Returns all payer plan groups matching filter criteria.
8959
+ Update any of the fields on a payer plan group
7887
8960
 
7888
8961
  </dd>
7889
8962
  </dl>
@@ -7899,7 +8972,11 @@ Returns all payer plan groups matching filter criteria.
7899
8972
  <dd>
7900
8973
 
7901
8974
  ```typescript
7902
- await client.payerPlanGroups.v1.getMulti();
8975
+ await client.payerPlanGroups.v1.update(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
8976
+ planGroupName: "plan_group_name",
8977
+ payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8978
+ planType: "09",
8979
+ });
7903
8980
  ```
7904
8981
 
7905
8982
  </dd>
@@ -7915,7 +8992,15 @@ await client.payerPlanGroups.v1.getMulti();
7915
8992
  <dl>
7916
8993
  <dd>
7917
8994
 
7918
- **request:** `CandidApi.payerPlanGroups.v1.PayerPlanGroupGetMultiRequest`
8995
+ **payerPlanGroupId:** `CandidApi.PayerPlanGroupId`
8996
+
8997
+ </dd>
8998
+ </dl>
8999
+
9000
+ <dl>
9001
+ <dd>
9002
+
9003
+ **request:** `CandidApi.MutablePayerPlanGroup`
7919
9004
 
7920
9005
  </dd>
7921
9006
  </dl>
@@ -7934,7 +9019,7 @@ await client.payerPlanGroups.v1.getMulti();
7934
9019
  </dl>
7935
9020
  </details>
7936
9021
 
7937
- <details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">get</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.get.Error></code></summary>
9022
+ <details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">deactivate</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.deactivate.Error></code></summary>
7938
9023
  <dl>
7939
9024
  <dd>
7940
9025
 
@@ -7946,7 +9031,7 @@ await client.payerPlanGroups.v1.getMulti();
7946
9031
  <dl>
7947
9032
  <dd>
7948
9033
 
7949
- Return a plan group with a given ID.
9034
+ Marks the payer plan group as deactivated
7950
9035
 
7951
9036
  </dd>
7952
9037
  </dl>
@@ -7962,7 +9047,7 @@ Return a plan group with a given ID.
7962
9047
  <dd>
7963
9048
 
7964
9049
  ```typescript
7965
- await client.payerPlanGroups.v1.get(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
9050
+ await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
7966
9051
  ```
7967
9052
 
7968
9053
  </dd>
@@ -7997,25 +9082,12 @@ await client.payerPlanGroups.v1.get(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4b
7997
9082
  </dl>
7998
9083
  </details>
7999
9084
 
8000
- <details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.create.Error></code></summary>
8001
- <dl>
8002
- <dd>
8003
-
8004
- #### 📝 Description
8005
-
8006
- <dl>
8007
- <dd>
9085
+ ## Payers V3
8008
9086
 
9087
+ <details><summary><code>client.payers.v3.<a href="/src/api/resources/payers/resources/v3/client/Client.ts">get</a>(payerUuid) -> core.APIResponse<CandidApi.Payer, CandidApi.payers.v3.get.Error></code></summary>
8009
9088
  <dl>
8010
9089
  <dd>
8011
9090
 
8012
- Create a payer plan group
8013
-
8014
- </dd>
8015
- </dl>
8016
- </dd>
8017
- </dl>
8018
-
8019
9091
  #### 🔌 Usage
8020
9092
 
8021
9093
  <dl>
@@ -8025,11 +9097,7 @@ Create a payer plan group
8025
9097
  <dd>
8026
9098
 
8027
9099
  ```typescript
8028
- await client.payerPlanGroups.v1.create({
8029
- planGroupName: "plan_group_name",
8030
- payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8031
- planType: "09",
8032
- });
9100
+ await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
8033
9101
  ```
8034
9102
 
8035
9103
  </dd>
@@ -8045,7 +9113,7 @@ await client.payerPlanGroups.v1.create({
8045
9113
  <dl>
8046
9114
  <dd>
8047
9115
 
8048
- **request:** `CandidApi.MutablePayerPlanGroup`
9116
+ **payerUuid:** `CandidApi.PayerUuid`
8049
9117
 
8050
9118
  </dd>
8051
9119
  </dl>
@@ -8053,7 +9121,7 @@ await client.payerPlanGroups.v1.create({
8053
9121
  <dl>
8054
9122
  <dd>
8055
9123
 
8056
- **requestOptions:** `V1.RequestOptions`
9124
+ **requestOptions:** `V3.RequestOptions`
8057
9125
 
8058
9126
  </dd>
8059
9127
  </dl>
@@ -8064,11 +9132,11 @@ await client.payerPlanGroups.v1.create({
8064
9132
  </dl>
8065
9133
  </details>
8066
9134
 
8067
- <details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">update</a>(payerPlanGroupId, { ...params }) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.update.Error></code></summary>
9135
+ <details><summary><code>client.payers.v3.<a href="/src/api/resources/payers/resources/v3/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPage, CandidApi.payers.v3.getAll.Error></code></summary>
8068
9136
  <dl>
8069
9137
  <dd>
8070
9138
 
8071
- #### 📝 Description
9139
+ #### 🔌 Usage
8072
9140
 
8073
9141
  <dl>
8074
9142
  <dd>
@@ -8076,14 +9144,20 @@ await client.payerPlanGroups.v1.create({
8076
9144
  <dl>
8077
9145
  <dd>
8078
9146
 
8079
- Update any of the fields on a payer plan group
9147
+ ```typescript
9148
+ await client.payers.v3.getAll({
9149
+ limit: 100,
9150
+ searchTerm: "john",
9151
+ pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
9152
+ });
9153
+ ```
8080
9154
 
8081
9155
  </dd>
8082
9156
  </dl>
8083
9157
  </dd>
8084
9158
  </dl>
8085
9159
 
8086
- #### 🔌 Usage
9160
+ #### ⚙️ Parameters
8087
9161
 
8088
9162
  <dl>
8089
9163
  <dd>
@@ -8091,73 +9165,79 @@ Update any of the fields on a payer plan group
8091
9165
  <dl>
8092
9166
  <dd>
8093
9167
 
8094
- ```typescript
8095
- await client.payerPlanGroups.v1.update(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
8096
- planGroupName: "plan_group_name",
8097
- payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8098
- planType: "09",
8099
- });
8100
- ```
9168
+ **request:** `CandidApi.payers.v3.GetAllPayersRequest`
8101
9169
 
8102
9170
  </dd>
8103
9171
  </dl>
8104
- </dd>
8105
- </dl>
8106
-
8107
- #### ⚙️ Parameters
8108
9172
 
8109
9173
  <dl>
8110
9174
  <dd>
8111
9175
 
8112
- <dl>
8113
- <dd>
9176
+ **requestOptions:** `V3.RequestOptions`
8114
9177
 
8115
- **payerPlanGroupId:** `CandidApi.PayerPlanGroupId`
9178
+ </dd>
9179
+ </dl>
9180
+ </dd>
9181
+ </dl>
8116
9182
 
8117
9183
  </dd>
8118
9184
  </dl>
9185
+ </details>
8119
9186
 
9187
+ ## Payers V4
9188
+
9189
+ <details><summary><code>client.payers.v4.<a href="/src/api/resources/payers/resources/v4/client/Client.ts">get</a>(payerUuid) -> core.APIResponse<CandidApi.Payer, CandidApi.payers.v4.get.Error></code></summary>
8120
9190
  <dl>
8121
9191
  <dd>
8122
9192
 
8123
- **request:** `CandidApi.MutablePayerPlanGroup`
9193
+ #### 🔌 Usage
8124
9194
 
8125
- </dd>
8126
- </dl>
9195
+ <dl>
9196
+ <dd>
8127
9197
 
8128
9198
  <dl>
8129
9199
  <dd>
8130
9200
 
8131
- **requestOptions:** `V1.RequestOptions`
9201
+ ```typescript
9202
+ await client.payers.v4.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
9203
+ ```
8132
9204
 
8133
9205
  </dd>
8134
9206
  </dl>
8135
9207
  </dd>
8136
9208
  </dl>
8137
9209
 
8138
- </dd>
8139
- </dl>
8140
- </details>
9210
+ #### ⚙️ Parameters
8141
9211
 
8142
- <details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">deactivate</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.deactivate.Error></code></summary>
8143
9212
  <dl>
8144
9213
  <dd>
8145
9214
 
8146
- #### 📝 Description
8147
-
8148
9215
  <dl>
8149
9216
  <dd>
8150
9217
 
9218
+ **payerUuid:** `CandidApi.PayerUuid`
9219
+
9220
+ </dd>
9221
+ </dl>
9222
+
8151
9223
  <dl>
8152
9224
  <dd>
8153
9225
 
8154
- Marks the payer plan group as deactivated
9226
+ **requestOptions:** `V4.RequestOptions`
8155
9227
 
8156
9228
  </dd>
8157
9229
  </dl>
8158
9230
  </dd>
8159
9231
  </dl>
8160
9232
 
9233
+ </dd>
9234
+ </dl>
9235
+ </details>
9236
+
9237
+ <details><summary><code>client.payers.v4.<a href="/src/api/resources/payers/resources/v4/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPage, CandidApi.payers.v4.getAll.Error></code></summary>
9238
+ <dl>
9239
+ <dd>
9240
+
8161
9241
  #### 🔌 Usage
8162
9242
 
8163
9243
  <dl>
@@ -8167,7 +9247,7 @@ Marks the payer plan group as deactivated
8167
9247
  <dd>
8168
9248
 
8169
9249
  ```typescript
8170
- await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
9250
+ await client.payers.v4.getAll();
8171
9251
  ```
8172
9252
 
8173
9253
  </dd>
@@ -8183,7 +9263,7 @@ await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-
8183
9263
  <dl>
8184
9264
  <dd>
8185
9265
 
8186
- **payerPlanGroupId:** `CandidApi.PayerPlanGroupId`
9266
+ **request:** `CandidApi.payers.v4.GetAllPayersRequest`
8187
9267
 
8188
9268
  </dd>
8189
9269
  </dl>
@@ -8191,7 +9271,7 @@ await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-
8191
9271
  <dl>
8192
9272
  <dd>
8193
9273
 
8194
- **requestOptions:** `V1.RequestOptions`
9274
+ **requestOptions:** `V4.RequestOptions`
8195
9275
 
8196
9276
  </dd>
8197
9277
  </dl>
@@ -8202,9 +9282,9 @@ await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-
8202
9282
  </dl>
8203
9283
  </details>
8204
9284
 
8205
- ## Payers V3
9285
+ ## ServiceLines V2
8206
9286
 
8207
- <details><summary><code>client.payers.v3.<a href="/src/api/resources/payers/resources/v3/client/Client.ts">get</a>(payerUuid) -> core.APIResponse<CandidApi.Payer, CandidApi.payers.v3.get.Error></code></summary>
9287
+ <details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.create.Error></code></summary>
8208
9288
  <dl>
8209
9289
  <dd>
8210
9290
 
@@ -8217,7 +9297,12 @@ await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-
8217
9297
  <dd>
8218
9298
 
8219
9299
  ```typescript
8220
- await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
9300
+ await client.serviceLines.v2.create({
9301
+ quantity: CandidApi.Decimal("quantity"),
9302
+ units: "MJ",
9303
+ claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9304
+ procedureCode: "procedure_code",
9305
+ });
8221
9306
  ```
8222
9307
 
8223
9308
  </dd>
@@ -8233,7 +9318,7 @@ await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9f
8233
9318
  <dl>
8234
9319
  <dd>
8235
9320
 
8236
- **payerUuid:** `CandidApi.PayerUuid`
9321
+ **request:** `CandidApi.ServiceLineCreateStandalone`
8237
9322
 
8238
9323
  </dd>
8239
9324
  </dl>
@@ -8241,7 +9326,7 @@ await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9f
8241
9326
  <dl>
8242
9327
  <dd>
8243
9328
 
8244
- **requestOptions:** `V3.RequestOptions`
9329
+ **requestOptions:** `V2.RequestOptions`
8245
9330
 
8246
9331
  </dd>
8247
9332
  </dl>
@@ -8252,7 +9337,7 @@ await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9f
8252
9337
  </dl>
8253
9338
  </details>
8254
9339
 
8255
- <details><summary><code>client.payers.v3.<a href="/src/api/resources/payers/resources/v3/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPage, CandidApi.payers.v3.getAll.Error></code></summary>
9340
+ <details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">createUniversal</a>({ ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.createUniversal.Error></code></summary>
8256
9341
  <dl>
8257
9342
  <dd>
8258
9343
 
@@ -8265,10 +9350,10 @@ await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9f
8265
9350
  <dd>
8266
9351
 
8267
9352
  ```typescript
8268
- await client.payers.v3.getAll({
8269
- limit: 100,
8270
- searchTerm: "john",
8271
- pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
9353
+ await client.serviceLines.v2.createUniversal({
9354
+ quantity: CandidApi.Decimal("quantity"),
9355
+ units: "MJ",
9356
+ claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8272
9357
  });
8273
9358
  ```
8274
9359
 
@@ -8285,7 +9370,7 @@ await client.payers.v3.getAll({
8285
9370
  <dl>
8286
9371
  <dd>
8287
9372
 
8288
- **request:** `CandidApi.payers.v3.GetAllPayersRequest`
9373
+ **request:** `CandidApi.UniversalServiceLineCreateStandalone`
8289
9374
 
8290
9375
  </dd>
8291
9376
  </dl>
@@ -8293,7 +9378,7 @@ await client.payers.v3.getAll({
8293
9378
  <dl>
8294
9379
  <dd>
8295
9380
 
8296
- **requestOptions:** `V3.RequestOptions`
9381
+ **requestOptions:** `V2.RequestOptions`
8297
9382
 
8298
9383
  </dd>
8299
9384
  </dl>
@@ -8304,9 +9389,7 @@ await client.payers.v3.getAll({
8304
9389
  </dl>
8305
9390
  </details>
8306
9391
 
8307
- ## ServiceLines V2
8308
-
8309
- <details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.create.Error></code></summary>
9392
+ <details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">updateUniversal</a>(serviceLineId, { ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.updateUniversal.Error></code></summary>
8310
9393
  <dl>
8311
9394
  <dd>
8312
9395
 
@@ -8319,12 +9402,7 @@ await client.payers.v3.getAll({
8319
9402
  <dd>
8320
9403
 
8321
9404
  ```typescript
8322
- await client.serviceLines.v2.create({
8323
- procedureCode: "procedure_code",
8324
- quantity: CandidApi.Decimal("quantity"),
8325
- units: "MJ",
8326
- claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8327
- });
9405
+ await client.serviceLines.v2.updateUniversal(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
8328
9406
  ```
8329
9407
 
8330
9408
  </dd>
@@ -8340,7 +9418,15 @@ await client.serviceLines.v2.create({
8340
9418
  <dl>
8341
9419
  <dd>
8342
9420
 
8343
- **request:** `CandidApi.ServiceLineCreateStandalone`
9421
+ **serviceLineId:** `CandidApi.ServiceLineId`
9422
+
9423
+ </dd>
9424
+ </dl>
9425
+
9426
+ <dl>
9427
+ <dd>
9428
+
9429
+ **request:** `CandidApi.UniversalServiceLineUpdate`
8344
9430
 
8345
9431
  </dd>
8346
9432
  </dl>
@@ -9691,7 +10777,6 @@ await client.preEncounter.coverages.v1.create({
9691
10777
  given: ["given", "given"],
9692
10778
  use: "USUAL",
9693
10779
  },
9694
- dateOfBirth: "2023-01-15",
9695
10780
  biologicalSex: "FEMALE",
9696
10781
  },
9697
10782
  relationship: "SELF",
@@ -9773,7 +10858,6 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
9773
10858
  given: ["given", "given"],
9774
10859
  use: "USUAL",
9775
10860
  },
9776
- dateOfBirth: "2023-01-15",
9777
10861
  biologicalSex: "FEMALE",
9778
10862
  },
9779
10863
  relationship: "SELF",
@@ -11643,10 +12727,6 @@ await client.preEncounter.patients.v1.create({
11643
12727
  country: "country",
11644
12728
  },
11645
12729
  ],
11646
- primaryTelecom: {
11647
- value: "value",
11648
- use: "HOME",
11649
- },
11650
12730
  otherTelecoms: [
11651
12731
  {
11652
12732
  value: "value",
@@ -11884,10 +12964,6 @@ await client.preEncounter.patients.v1.createWithMrn({
11884
12964
  country: "country",
11885
12965
  },
11886
12966
  ],
11887
- primaryTelecom: {
11888
- value: "value",
11889
- use: "HOME",
11890
- },
11891
12967
  otherTelecoms: [
11892
12968
  {
11893
12969
  value: "value",
@@ -12242,6 +13318,69 @@ await client.preEncounter.patients.v1.get(CandidApi.PatientId("id"));
12242
13318
  </dl>
12243
13319
  </details>
12244
13320
 
13321
+ <details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getByMrn</a>(mrn) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.getByMrn.Error></code></summary>
13322
+ <dl>
13323
+ <dd>
13324
+
13325
+ #### 📝 Description
13326
+
13327
+ <dl>
13328
+ <dd>
13329
+
13330
+ <dl>
13331
+ <dd>
13332
+
13333
+ Gets a patient by mrn.
13334
+
13335
+ </dd>
13336
+ </dl>
13337
+ </dd>
13338
+ </dl>
13339
+
13340
+ #### 🔌 Usage
13341
+
13342
+ <dl>
13343
+ <dd>
13344
+
13345
+ <dl>
13346
+ <dd>
13347
+
13348
+ ```typescript
13349
+ await client.preEncounter.patients.v1.getByMrn("mrn");
13350
+ ```
13351
+
13352
+ </dd>
13353
+ </dl>
13354
+ </dd>
13355
+ </dl>
13356
+
13357
+ #### ⚙️ Parameters
13358
+
13359
+ <dl>
13360
+ <dd>
13361
+
13362
+ <dl>
13363
+ <dd>
13364
+
13365
+ **mrn:** `string`
13366
+
13367
+ </dd>
13368
+ </dl>
13369
+
13370
+ <dl>
13371
+ <dd>
13372
+
13373
+ **requestOptions:** `V1.RequestOptions`
13374
+
13375
+ </dd>
13376
+ </dl>
13377
+ </dd>
13378
+ </dl>
13379
+
13380
+ </dd>
13381
+ </dl>
13382
+ </details>
13383
+
12245
13384
  <details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.getHistory.Error></code></summary>
12246
13385
  <dl>
12247
13386
  <dd>
@@ -12379,10 +13518,6 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("id"), "version
12379
13518
  country: "country",
12380
13519
  },
12381
13520
  ],
12382
- primaryTelecom: {
12383
- value: "value",
12384
- use: "HOME",
12385
- },
12386
13521
  otherTelecoms: [
12387
13522
  {
12388
13523
  value: "value",