candidhealth 0.39.11 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (424) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  3. package/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
  4. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
  5. package/api/resources/claims/types/Claim.d.ts +3 -0
  6. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  7. package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  8. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  9. package/api/resources/diagnoses/client/Client.js +3 -3
  10. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  11. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  12. package/api/resources/encounters/resources/v4/client/Client.d.ts +4 -0
  13. package/api/resources/encounters/resources/v4/client/Client.js +9 -5
  14. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +9 -0
  15. package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +9 -0
  16. package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +5 -0
  17. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -0
  18. package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  19. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +3 -0
  20. package/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +14 -0
  21. package/api/resources/encounters/resources/v4/types/ReportTransmissionCode.js +10 -0
  22. package/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +250 -0
  23. package/api/resources/encounters/resources/v4/types/ReportTypeCode.js +69 -0
  24. package/api/resources/encounters/resources/v4/types/index.d.ts +3 -0
  25. package/api/resources/encounters/resources/v4/types/index.js +3 -0
  26. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  27. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  28. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  29. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  30. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  31. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  32. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  33. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  34. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  35. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  36. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  37. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  38. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  39. package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +6 -1
  40. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +12 -7
  41. package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  42. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  43. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  44. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  45. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  46. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  47. package/api/resources/preEncounter/client/Client.d.ts +3 -0
  48. package/api/resources/preEncounter/client/Client.js +13 -8
  49. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +4 -2
  50. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +11 -9
  51. package/api/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -0
  52. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +4 -2
  53. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +13 -11
  54. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
  55. package/api/resources/preEncounter/resources/images/client/Client.d.ts +30 -0
  56. package/api/resources/preEncounter/resources/images/client/Client.js +17 -0
  57. package/api/resources/preEncounter/resources/images/client/index.d.ts +1 -0
  58. package/api/resources/preEncounter/resources/images/client/index.js +2 -0
  59. package/api/resources/preEncounter/resources/images/index.d.ts +2 -0
  60. package/api/resources/preEncounter/resources/images/index.js +18 -0
  61. package/api/resources/preEncounter/resources/images/resources/index.d.ts +1 -0
  62. package/api/resources/preEncounter/resources/images/resources/index.js +37 -0
  63. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +111 -0
  64. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +366 -0
  65. package/api/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +28 -0
  66. package/api/resources/preEncounter/resources/images/resources/v1/client/create.js +68 -0
  67. package/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +34 -0
  68. package/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +79 -0
  69. package/api/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +28 -0
  70. package/api/resources/preEncounter/resources/images/resources/v1/client/get.js +68 -0
  71. package/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +22 -0
  72. package/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +57 -0
  73. package/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +6 -0
  74. package/api/resources/preEncounter/resources/images/resources/v1/client/index.js +45 -0
  75. package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +14 -0
  76. package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.js +5 -0
  77. package/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.d.ts +1 -0
  78. package/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.js +2 -0
  79. package/api/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +34 -0
  80. package/api/resources/preEncounter/resources/images/resources/v1/client/update.js +79 -0
  81. package/api/resources/preEncounter/resources/images/resources/v1/index.d.ts +2 -0
  82. package/api/resources/preEncounter/resources/images/resources/v1/index.js +18 -0
  83. package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +11 -0
  84. package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +5 -0
  85. package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +8 -0
  86. package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +10 -0
  87. package/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +12 -0
  88. package/api/resources/preEncounter/resources/images/resources/v1/types/Image.js +5 -0
  89. package/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +11 -0
  90. package/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +9 -0
  91. package/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +9 -0
  92. package/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +11 -0
  93. package/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +15 -0
  94. package/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +5 -0
  95. package/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +11 -0
  96. package/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +5 -0
  97. package/api/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +7 -0
  98. package/api/resources/preEncounter/resources/images/resources/v1/types/index.js +23 -0
  99. package/api/resources/preEncounter/resources/index.d.ts +1 -0
  100. package/api/resources/preEncounter/resources/index.js +2 -1
  101. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  102. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  103. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +51 -18
  104. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +94 -28
  105. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  106. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  107. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +13 -6
  108. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +13 -6
  109. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +12 -0
  110. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.js +5 -0
  111. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +1 -0
  112. package/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +22 -0
  113. package/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +57 -0
  114. package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +2 -0
  115. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  116. package/api/resources/serviceFacility/client/Client.js +1 -1
  117. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  118. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -1
  119. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +4 -1
  120. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +4 -1
  121. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +3 -3
  122. package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +2 -1
  123. package/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -0
  124. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  125. package/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
  126. package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +15 -0
  127. package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +5 -0
  128. package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +12 -0
  129. package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +5 -0
  130. package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +4 -1
  131. package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +4 -1
  132. package/api/resources/writeOffs/resources/v1/types/index.d.ts +2 -0
  133. package/api/resources/writeOffs/resources/v1/types/index.js +2 -0
  134. package/api/resources/x12/resources/v1/types/Rarc.d.ts +115 -1
  135. package/api/resources/x12/resources/v1/types/Rarc.js +114 -0
  136. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  137. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  138. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
  139. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
  140. package/dist/api/resources/claims/types/Claim.d.ts +3 -0
  141. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  142. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  143. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  144. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  145. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  146. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  147. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +4 -0
  148. package/dist/api/resources/encounters/resources/v4/client/Client.js +9 -5
  149. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +9 -0
  150. package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +9 -0
  151. package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +5 -0
  152. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -0
  153. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  154. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +3 -0
  155. package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +14 -0
  156. package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.js +10 -0
  157. package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +250 -0
  158. package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.js +69 -0
  159. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +3 -0
  160. package/dist/api/resources/encounters/resources/v4/types/index.js +3 -0
  161. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  162. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  163. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  164. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  165. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  166. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  167. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  168. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  169. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  170. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  171. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  172. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  173. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  174. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +6 -1
  175. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +12 -7
  176. package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  177. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  178. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  179. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  180. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  181. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  182. package/dist/api/resources/preEncounter/client/Client.d.ts +3 -0
  183. package/dist/api/resources/preEncounter/client/Client.js +13 -8
  184. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +4 -2
  185. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +11 -9
  186. package/dist/api/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -0
  187. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +4 -2
  188. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +13 -11
  189. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
  190. package/dist/api/resources/preEncounter/resources/images/client/Client.d.ts +30 -0
  191. package/dist/api/resources/preEncounter/resources/images/client/Client.js +17 -0
  192. package/dist/api/resources/preEncounter/resources/images/client/index.d.ts +1 -0
  193. package/dist/api/resources/preEncounter/resources/images/client/index.js +2 -0
  194. package/dist/api/resources/preEncounter/resources/images/index.d.ts +2 -0
  195. package/dist/api/resources/preEncounter/resources/images/index.js +18 -0
  196. package/dist/api/resources/preEncounter/resources/images/resources/index.d.ts +1 -0
  197. package/dist/api/resources/preEncounter/resources/images/resources/index.js +37 -0
  198. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +111 -0
  199. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +366 -0
  200. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +28 -0
  201. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/create.js +68 -0
  202. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +34 -0
  203. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +79 -0
  204. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +28 -0
  205. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/get.js +68 -0
  206. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +22 -0
  207. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +57 -0
  208. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +6 -0
  209. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.js +45 -0
  210. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +14 -0
  211. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.js +5 -0
  212. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.d.ts +1 -0
  213. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.js +2 -0
  214. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +34 -0
  215. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/update.js +79 -0
  216. package/dist/api/resources/preEncounter/resources/images/resources/v1/index.d.ts +2 -0
  217. package/dist/api/resources/preEncounter/resources/images/resources/v1/index.js +18 -0
  218. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +11 -0
  219. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +5 -0
  220. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +8 -0
  221. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +10 -0
  222. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +12 -0
  223. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.js +5 -0
  224. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +11 -0
  225. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +9 -0
  226. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +9 -0
  227. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +11 -0
  228. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +15 -0
  229. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +5 -0
  230. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +11 -0
  231. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +5 -0
  232. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +7 -0
  233. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/index.js +23 -0
  234. package/dist/api/resources/preEncounter/resources/index.d.ts +1 -0
  235. package/dist/api/resources/preEncounter/resources/index.js +2 -1
  236. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  237. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  238. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +51 -18
  239. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +94 -28
  240. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  241. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  242. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +13 -6
  243. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +13 -6
  244. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +12 -0
  245. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.js +5 -0
  246. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +1 -0
  247. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +22 -0
  248. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +57 -0
  249. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +2 -0
  250. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  251. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  252. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  253. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -1
  254. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +4 -1
  255. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +4 -1
  256. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +3 -3
  257. package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +2 -1
  258. package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -0
  259. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  260. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
  261. package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +15 -0
  262. package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +5 -0
  263. package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +12 -0
  264. package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +5 -0
  265. package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +4 -1
  266. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +4 -1
  267. package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +2 -0
  268. package/dist/api/resources/writeOffs/resources/v1/types/index.js +2 -0
  269. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +115 -1
  270. package/dist/api/resources/x12/resources/v1/types/Rarc.js +114 -0
  271. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  272. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +2 -0
  273. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +16 -0
  274. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +47 -0
  275. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  276. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  277. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  278. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +2 -0
  279. package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +10 -0
  280. package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.js +41 -0
  281. package/dist/serialization/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +10 -0
  282. package/dist/serialization/resources/encounters/resources/v4/types/ReportTypeCode.js +103 -0
  283. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +3 -0
  284. package/dist/serialization/resources/encounters/resources/v4/types/index.js +3 -0
  285. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  286. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
  287. package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -0
  288. package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.js +1 -0
  289. package/dist/serialization/resources/preEncounter/resources/images/index.d.ts +1 -0
  290. package/dist/serialization/resources/preEncounter/resources/images/index.js +17 -0
  291. package/dist/serialization/resources/preEncounter/resources/images/resources/index.d.ts +1 -0
  292. package/dist/serialization/resources/preEncounter/resources/images/resources/index.js +37 -0
  293. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +15 -0
  294. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/create.js +71 -0
  295. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +20 -0
  296. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +77 -0
  297. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +15 -0
  298. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/get.js +71 -0
  299. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +11 -0
  300. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +42 -0
  301. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +5 -0
  302. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/index.js +41 -0
  303. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +20 -0
  304. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/update.js +77 -0
  305. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/index.d.ts +2 -0
  306. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/index.js +18 -0
  307. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +15 -0
  308. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +46 -0
  309. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +10 -0
  310. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +41 -0
  311. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +16 -0
  312. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.js +50 -0
  313. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +10 -0
  314. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +45 -0
  315. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +10 -0
  316. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +41 -0
  317. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +20 -0
  318. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +51 -0
  319. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +14 -0
  320. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +45 -0
  321. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +7 -0
  322. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/index.js +23 -0
  323. package/dist/serialization/resources/preEncounter/resources/index.d.ts +1 -0
  324. package/dist/serialization/resources/preEncounter/resources/index.js +2 -1
  325. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  326. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  327. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +11 -0
  328. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +42 -0
  329. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +1 -0
  330. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +1 -0
  331. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
  332. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -1
  333. package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +24 -0
  334. package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +55 -0
  335. package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +20 -0
  336. package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +51 -0
  337. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +5 -1
  338. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -0
  339. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +5 -1
  340. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -0
  341. package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +2 -0
  342. package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +2 -0
  343. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  344. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +114 -0
  345. package/dist/version.d.ts +1 -1
  346. package/dist/version.js +1 -1
  347. package/package.json +1 -1
  348. package/reference.md +473 -0
  349. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  350. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +2 -0
  351. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +16 -0
  352. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +47 -0
  353. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  354. package/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  355. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  356. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +2 -0
  357. package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +10 -0
  358. package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.js +41 -0
  359. package/serialization/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +10 -0
  360. package/serialization/resources/encounters/resources/v4/types/ReportTypeCode.js +103 -0
  361. package/serialization/resources/encounters/resources/v4/types/index.d.ts +3 -0
  362. package/serialization/resources/encounters/resources/v4/types/index.js +3 -0
  363. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  364. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
  365. package/serialization/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -0
  366. package/serialization/resources/preEncounter/resources/common/types/HumanName.js +1 -0
  367. package/serialization/resources/preEncounter/resources/images/index.d.ts +1 -0
  368. package/serialization/resources/preEncounter/resources/images/index.js +17 -0
  369. package/serialization/resources/preEncounter/resources/images/resources/index.d.ts +1 -0
  370. package/serialization/resources/preEncounter/resources/images/resources/index.js +37 -0
  371. package/serialization/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +15 -0
  372. package/serialization/resources/preEncounter/resources/images/resources/v1/client/create.js +71 -0
  373. package/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +20 -0
  374. package/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +77 -0
  375. package/serialization/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +15 -0
  376. package/serialization/resources/preEncounter/resources/images/resources/v1/client/get.js +71 -0
  377. package/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +11 -0
  378. package/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +42 -0
  379. package/serialization/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +5 -0
  380. package/serialization/resources/preEncounter/resources/images/resources/v1/client/index.js +41 -0
  381. package/serialization/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +20 -0
  382. package/serialization/resources/preEncounter/resources/images/resources/v1/client/update.js +77 -0
  383. package/serialization/resources/preEncounter/resources/images/resources/v1/index.d.ts +2 -0
  384. package/serialization/resources/preEncounter/resources/images/resources/v1/index.js +18 -0
  385. package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +15 -0
  386. package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +46 -0
  387. package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +10 -0
  388. package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +41 -0
  389. package/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +16 -0
  390. package/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.js +50 -0
  391. package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +10 -0
  392. package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +45 -0
  393. package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +10 -0
  394. package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +41 -0
  395. package/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +20 -0
  396. package/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +51 -0
  397. package/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +14 -0
  398. package/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +45 -0
  399. package/serialization/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +7 -0
  400. package/serialization/resources/preEncounter/resources/images/resources/v1/types/index.js +23 -0
  401. package/serialization/resources/preEncounter/resources/index.d.ts +1 -0
  402. package/serialization/resources/preEncounter/resources/index.js +2 -1
  403. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  404. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  405. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +11 -0
  406. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +42 -0
  407. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +1 -0
  408. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +1 -0
  409. package/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
  410. package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -1
  411. package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +24 -0
  412. package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +55 -0
  413. package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +20 -0
  414. package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +51 -0
  415. package/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +5 -1
  416. package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -0
  417. package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +5 -1
  418. package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -0
  419. package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +2 -0
  420. package/serialization/resources/writeOffs/resources/v1/types/index.js +2 -0
  421. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  422. package/serialization/resources/x12/resources/v1/types/Rarc.js +114 -0
  423. package/version.d.ts +1 -1
  424. package/version.js +1 -1
@@ -0,0 +1,250 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type ReportTypeCode =
5
+ /**
6
+ * Report Justifying Treatment Beyond Utilization Guidelines */
7
+ "03"
8
+ /**
9
+ * Drugs Administered */
10
+ | "04"
11
+ /**
12
+ * Treatment Diagnosis */
13
+ | "05"
14
+ /**
15
+ * Initial Assessment */
16
+ | "06"
17
+ /**
18
+ * Functional Goals */
19
+ | "07"
20
+ /**
21
+ * Plan of Treatment */
22
+ | "08"
23
+ /**
24
+ * Progress Report */
25
+ | "09"
26
+ /**
27
+ * Continued Treatment */
28
+ | "10"
29
+ /**
30
+ * Chemical Analysis */
31
+ | "11"
32
+ /**
33
+ * Certified Test Report */
34
+ | "13"
35
+ /**
36
+ * Justification for Admission */
37
+ | "15"
38
+ /**
39
+ * Recovery Plan */
40
+ | "21"
41
+ /**
42
+ * Allergies/Sensitivities Document */
43
+ | "A3"
44
+ /**
45
+ * Autopsy Report */
46
+ | "A4"
47
+ /**
48
+ * Ambulance Certification */
49
+ | "AM"
50
+ /**
51
+ * Admission Summary */
52
+ | "AS"
53
+ /**
54
+ * Prescription */
55
+ | "B2"
56
+ /**
57
+ * Physician Order */
58
+ | "B3"
59
+ /**
60
+ * Referral Form */
61
+ | "B4"
62
+ /**
63
+ * Benchmark Testing Results */
64
+ | "BR"
65
+ /**
66
+ * Baseline */
67
+ | "BS"
68
+ /**
69
+ * Blanket Test Results */
70
+ | "BT"
71
+ /**
72
+ * Chiropractic Justification */
73
+ | "CB"
74
+ /**
75
+ * Consent Form(s) */
76
+ | "CK"
77
+ /**
78
+ * Certification */
79
+ | "CT"
80
+ /**
81
+ * Drug Profile Document */
82
+ | "D2"
83
+ /**
84
+ * Dental Models */
85
+ | "DA"
86
+ /**
87
+ * Durable Medical Equipment Prescription */
88
+ | "DB"
89
+ /**
90
+ * Diagnostic Report */
91
+ | "DG"
92
+ /**
93
+ * Discharge Monitoring Report */
94
+ | "DJ"
95
+ /**
96
+ * Discharge Summary */
97
+ | "DS"
98
+ /**
99
+ * Explanation of Benefits (Coordination of Benefits or Medicare Secondary Payor) */
100
+ | "EB"
101
+ /**
102
+ * Health Certificate */
103
+ | "HC"
104
+ /**
105
+ * Health Clinic Records */
106
+ | "HR"
107
+ /**
108
+ * Immunization Record */
109
+ | "I5"
110
+ /**
111
+ * State School Immunization Records */
112
+ | "IR"
113
+ /**
114
+ * Laboratory Results */
115
+ | "LA"
116
+ /**
117
+ * Medical Record Attachment */
118
+ | "M1"
119
+ /**
120
+ * Models */
121
+ | "MT"
122
+ /**
123
+ * Nursing Notes */
124
+ | "NN"
125
+ /**
126
+ * Operative Note */
127
+ | "OB"
128
+ /**
129
+ * Oxygen Content Averaging Report */
130
+ | "OC"
131
+ /**
132
+ * Orders and Treatments Document */
133
+ | "OD"
134
+ /**
135
+ * Objective Physical Examination (including vital signs) Document */
136
+ | "OE"
137
+ /**
138
+ * Oxygen Therapy Certification */
139
+ | "OX"
140
+ /**
141
+ * Support Data for Claim */
142
+ | "OZ"
143
+ /**
144
+ * Pathology Report */
145
+ | "P4"
146
+ /**
147
+ * Patient Medical History Document */
148
+ | "P5"
149
+ /**
150
+ * Parenteral or Enteral Certification */
151
+ | "PE"
152
+ /**
153
+ * Physical Therapy Notes */
154
+ | "PN"
155
+ /**
156
+ * Prosthetics or Orthotic Certification */
157
+ | "PO"
158
+ /**
159
+ * Paramedical Results */
160
+ | "PQ"
161
+ /**
162
+ * Physician's Report */
163
+ | "PY"
164
+ /**
165
+ * Physical Therapy Certification */
166
+ | "PZ"
167
+ /**
168
+ * Radiology Films */
169
+ | "RB"
170
+ /**
171
+ * Radiology Reports */
172
+ | "RR"
173
+ /**
174
+ * Report of Tests and Analysis Report */
175
+ | "RT"
176
+ /**
177
+ * Renewable Oxygen Content Averaging Report */
178
+ | "RX"
179
+ /**
180
+ * Symptoms Document */
181
+ | "SG"
182
+ /**
183
+ * Death Notification */
184
+ | "V5"
185
+ /**
186
+ * Photographs */
187
+ | "XP";
188
+ export declare const ReportTypeCode: {
189
+ readonly C03: "03";
190
+ readonly C04: "04";
191
+ readonly C05: "05";
192
+ readonly C06: "06";
193
+ readonly C07: "07";
194
+ readonly C08: "08";
195
+ readonly C09: "09";
196
+ readonly C10: "10";
197
+ readonly C11: "11";
198
+ readonly C13: "13";
199
+ readonly C15: "15";
200
+ readonly C21: "21";
201
+ readonly Ca3: "A3";
202
+ readonly Ca4: "A4";
203
+ readonly Cam: "AM";
204
+ readonly Cas: "AS";
205
+ readonly Cb2: "B2";
206
+ readonly Cb3: "B3";
207
+ readonly Cb4: "B4";
208
+ readonly Cbr: "BR";
209
+ readonly Cbs: "BS";
210
+ readonly Cbt: "BT";
211
+ readonly Ccb: "CB";
212
+ readonly Cck: "CK";
213
+ readonly Cct: "CT";
214
+ readonly Cd2: "D2";
215
+ readonly Cda: "DA";
216
+ readonly Cdb: "DB";
217
+ readonly Cdg: "DG";
218
+ readonly Cdj: "DJ";
219
+ readonly Cds: "DS";
220
+ readonly Ceb: "EB";
221
+ readonly Chc: "HC";
222
+ readonly Chr: "HR";
223
+ readonly Ci5: "I5";
224
+ readonly Cir: "IR";
225
+ readonly Cla: "LA";
226
+ readonly Cm1: "M1";
227
+ readonly Cmt: "MT";
228
+ readonly Cnn: "NN";
229
+ readonly Cob: "OB";
230
+ readonly Coc: "OC";
231
+ readonly Cod: "OD";
232
+ readonly Coe: "OE";
233
+ readonly Cox: "OX";
234
+ readonly Coz: "OZ";
235
+ readonly Cp4: "P4";
236
+ readonly Cp5: "P5";
237
+ readonly Cpe: "PE";
238
+ readonly Cpn: "PN";
239
+ readonly Cpo: "PO";
240
+ readonly Cpq: "PQ";
241
+ readonly Cpy: "PY";
242
+ readonly Cpz: "PZ";
243
+ readonly Crb: "RB";
244
+ readonly Crr: "RR";
245
+ readonly Crt: "RT";
246
+ readonly Crx: "RX";
247
+ readonly Csg: "SG";
248
+ readonly Cv5: "V5";
249
+ readonly Cxp: "XP";
250
+ };
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ReportTypeCode = void 0;
7
+ exports.ReportTypeCode = {
8
+ C03: "03",
9
+ C04: "04",
10
+ C05: "05",
11
+ C06: "06",
12
+ C07: "07",
13
+ C08: "08",
14
+ C09: "09",
15
+ C10: "10",
16
+ C11: "11",
17
+ C13: "13",
18
+ C15: "15",
19
+ C21: "21",
20
+ Ca3: "A3",
21
+ Ca4: "A4",
22
+ Cam: "AM",
23
+ Cas: "AS",
24
+ Cb2: "B2",
25
+ Cb3: "B3",
26
+ Cb4: "B4",
27
+ Cbr: "BR",
28
+ Cbs: "BS",
29
+ Cbt: "BT",
30
+ Ccb: "CB",
31
+ Cck: "CK",
32
+ Cct: "CT",
33
+ Cd2: "D2",
34
+ Cda: "DA",
35
+ Cdb: "DB",
36
+ Cdg: "DG",
37
+ Cdj: "DJ",
38
+ Cds: "DS",
39
+ Ceb: "EB",
40
+ Chc: "HC",
41
+ Chr: "HR",
42
+ Ci5: "I5",
43
+ Cir: "IR",
44
+ Cla: "LA",
45
+ Cm1: "M1",
46
+ Cmt: "MT",
47
+ Cnn: "NN",
48
+ Cob: "OB",
49
+ Coc: "OC",
50
+ Cod: "OD",
51
+ Coe: "OE",
52
+ Cox: "OX",
53
+ Coz: "OZ",
54
+ Cp4: "P4",
55
+ Cp5: "P5",
56
+ Cpe: "PE",
57
+ Cpn: "PN",
58
+ Cpo: "PO",
59
+ Cpq: "PQ",
60
+ Cpy: "PY",
61
+ Cpz: "PZ",
62
+ Crb: "RB",
63
+ Crr: "RR",
64
+ Crt: "RT",
65
+ Crx: "RX",
66
+ Csg: "SG",
67
+ Cv5: "V5",
68
+ Cxp: "XP",
69
+ };
@@ -26,6 +26,9 @@ export * from "./EncounterSubmissionOriginType";
26
26
  export * from "./SynchronicityType";
27
27
  export * from "./CodingAttributionType";
28
28
  export * from "./EpsdtReferral";
29
+ export * from "./ReportTypeCode";
30
+ export * from "./ReportTransmissionCode";
31
+ export * from "./ClaimSupplementalInformation";
29
32
  export * from "./EncounterPage";
30
33
  export * from "./PriorAuthorizationNumber";
31
34
  export * from "./RxCui";
@@ -42,6 +42,9 @@ __exportStar(require("./EncounterSubmissionOriginType"), exports);
42
42
  __exportStar(require("./SynchronicityType"), exports);
43
43
  __exportStar(require("./CodingAttributionType"), exports);
44
44
  __exportStar(require("./EpsdtReferral"), exports);
45
+ __exportStar(require("./ReportTypeCode"), exports);
46
+ __exportStar(require("./ReportTransmissionCode"), exports);
47
+ __exportStar(require("./ClaimSupplementalInformation"), exports);
45
48
  __exportStar(require("./EncounterPage"), exports);
46
49
  __exportStar(require("./PriorAuthorizationNumber"), exports);
47
50
  __exportStar(require("./RxCui"), exports);
@@ -84,7 +84,7 @@ class V1 {
84
84
  const _response = yield core.fetcher({
85
85
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/expected-network-status/v1"),
86
86
  method: "POST",
87
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
87
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
88
88
  contentType: "application/json",
89
89
  requestType: "json",
90
90
  body: serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
@@ -101,7 +101,7 @@ class V2 {
101
101
  const _response = yield core.fetcher({
102
102
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/expected-network-status/v2/compute/${encodeURIComponent(serializers.organizationProviders.v2.OrganizationProviderId.jsonOrThrow(renderingProviderId))}`),
103
103
  method: "POST",
104
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
104
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
105
105
  contentType: "application/json",
106
106
  requestType: "json",
107
107
  body: serializers.expectedNetworkStatus.v2.ExpectedNetworkStatusRequestV2.jsonOrThrow(request, {
@@ -186,7 +186,7 @@ class V2 {
186
186
  const _response = yield core.fetcher({
187
187
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/expected-network-status/v2/compute"),
188
188
  method: "POST",
189
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
189
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
190
190
  contentType: "application/json",
191
191
  requestType: "json",
192
192
  body: serializers.expectedNetworkStatus.v2.ComputeAllInNetworkProvidersRequest.jsonOrThrow(request, {
@@ -95,7 +95,7 @@ class V3 {
95
95
  const _response = yield core.fetcher({
96
96
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/exports/v3"),
97
97
  method: "GET",
98
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
98
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
99
99
  contentType: "application/json",
100
100
  queryParameters: _queryParams,
101
101
  requestType: "json",
@@ -87,7 +87,7 @@ class V1 {
87
87
  const _response = yield core.fetcher({
88
88
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/external-payment-account-config/v1"),
89
89
  method: "GET",
90
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
90
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
91
91
  contentType: "application/json",
92
92
  queryParameters: _queryParams,
93
93
  requestType: "json",
@@ -73,7 +73,7 @@ class V3 {
73
73
  const _response = yield core.fetcher({
74
74
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/fee-schedules/v3/service-line/${encodeURIComponent(serializers.ServiceLineId.jsonOrThrow(serviceLineId))}/match`),
75
75
  method: "GET",
76
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
76
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
77
77
  contentType: "application/json",
78
78
  requestType: "json",
79
79
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -128,7 +128,7 @@ class V3 {
128
128
  const _response = yield core.fetcher({
129
129
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/fee-schedules/v3/service-line/${encodeURIComponent(serializers.ServiceLineId.jsonOrThrow(serviceLineId))}/match/${encodeURIComponent(serializers.RateId.jsonOrThrow(rateId))}`),
130
130
  method: "GET",
131
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
131
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
132
132
  contentType: "application/json",
133
133
  requestType: "json",
134
134
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -280,7 +280,7 @@ class V3 {
280
280
  const _response = yield core.fetcher({
281
281
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/fee-schedules/v3"),
282
282
  method: "GET",
283
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
283
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
284
284
  contentType: "application/json",
285
285
  queryParameters: _queryParams,
286
286
  requestType: "json",
@@ -418,7 +418,7 @@ class V3 {
418
418
  const _response = yield core.fetcher({
419
419
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/fee-schedules/v3/unique-dimension-values"),
420
420
  method: "GET",
421
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
421
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
422
422
  contentType: "application/json",
423
423
  queryParameters: _queryParams,
424
424
  requestType: "json",
@@ -458,7 +458,7 @@ class V3 {
458
458
  const _response = yield core.fetcher({
459
459
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/fee-schedules/v3/${encodeURIComponent(serializers.RateId.jsonOrThrow(rateId))}/history`),
460
460
  method: "GET",
461
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
461
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
462
462
  contentType: "application/json",
463
463
  requestType: "json",
464
464
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -533,7 +533,7 @@ class V3 {
533
533
  const _response = yield core.fetcher({
534
534
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/fee-schedules/v3"),
535
535
  method: "POST",
536
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
536
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
537
537
  contentType: "application/json",
538
538
  requestType: "json",
539
539
  body: serializers.feeSchedules.v3.FeeScheduleUploadRequest.jsonOrThrow(request, {
@@ -590,7 +590,7 @@ class V3 {
590
590
  const _response = yield core.fetcher({
591
591
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/fee-schedules/v3/${encodeURIComponent(serializers.RateId.jsonOrThrow(rateId))}/${encodeURIComponent(version)}`),
592
592
  method: "DELETE",
593
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
593
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
594
594
  contentType: "application/json",
595
595
  requestType: "json",
596
596
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -638,7 +638,7 @@ class V3 {
638
638
  const _response = yield core.fetcher({
639
639
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/fee-schedules/v3/payer-threshold/default"),
640
640
  method: "GET",
641
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
641
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
642
642
  contentType: "application/json",
643
643
  requestType: "json",
644
644
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -687,7 +687,7 @@ class V3 {
687
687
  const _response = yield core.fetcher({
688
688
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/fee-schedules/v3/payer-threshold"),
689
689
  method: "GET",
690
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
690
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
691
691
  contentType: "application/json",
692
692
  queryParameters: _queryParams,
693
693
  requestType: "json",
@@ -732,7 +732,7 @@ class V3 {
732
732
  const _response = yield core.fetcher({
733
733
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/fee-schedules/v3/payer-threshold/${encodeURIComponent(serializers.payers.v3.PayerUuid.jsonOrThrow(payerUuid))}`),
734
734
  method: "PUT",
735
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
735
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
736
736
  contentType: "application/json",
737
737
  requestType: "json",
738
738
  body: serializers.feeSchedules.v3.PayerThreshold.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -94,7 +94,7 @@ class V1 {
94
94
  const _response = yield core.fetcher({
95
95
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/guarantors/v1/${encodeURIComponent(serializers.EncounterId.jsonOrThrow(encounterId))}`),
96
96
  method: "POST",
97
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
97
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
98
98
  contentType: "application/json",
99
99
  requestType: "json",
100
100
  body: serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -149,7 +149,7 @@ class V1 {
149
149
  const _response = yield core.fetcher({
150
150
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/guarantors/v1/${encodeURIComponent(serializers.guarantor.v1.GuarantorId.jsonOrThrow(guarantorId))}`),
151
151
  method: "GET",
152
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
152
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
153
153
  contentType: "application/json",
154
154
  requestType: "json",
155
155
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -209,7 +209,7 @@ class V1 {
209
209
  const _response = yield core.fetcher({
210
210
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/guarantors/v1/${encodeURIComponent(serializers.guarantor.v1.GuarantorId.jsonOrThrow(guarantorId))}`),
211
211
  method: "PATCH",
212
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
212
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
213
213
  contentType: "application/json",
214
214
  requestType: "json",
215
215
  body: serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -89,7 +89,7 @@ class V1 {
89
89
  const _response = yield core.fetcher({
90
90
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/import-invoice/v1"),
91
91
  method: "POST",
92
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
92
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
93
93
  contentType: "application/json",
94
94
  requestType: "json",
95
95
  body: serializers.importInvoice.v1.CreateImportInvoiceRequest.jsonOrThrow(request, {
@@ -200,7 +200,7 @@ class V1 {
200
200
  const _response = yield core.fetcher({
201
201
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/import-invoice/v1"),
202
202
  method: "GET",
203
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
203
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
204
204
  contentType: "application/json",
205
205
  queryParameters: _queryParams,
206
206
  requestType: "json",
@@ -240,7 +240,7 @@ class V1 {
240
240
  const _response = yield core.fetcher({
241
241
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/import-invoice/v1/${encodeURIComponent(serializers.InvoiceId.jsonOrThrow(invoiceId))}`),
242
242
  method: "GET",
243
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
243
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
244
244
  contentType: "application/json",
245
245
  requestType: "json",
246
246
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -309,7 +309,7 @@ class V1 {
309
309
  const _response = yield core.fetcher({
310
310
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/import-invoice/v1/${encodeURIComponent(serializers.InvoiceId.jsonOrThrow(invoiceId))}`),
311
311
  method: "PATCH",
312
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
312
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
313
313
  contentType: "application/json",
314
314
  requestType: "json",
315
315
  body: serializers.importInvoice.v1.ImportInvoiceUpdateRequest.jsonOrThrow(request, {
@@ -73,7 +73,7 @@ class V1 {
73
73
  const _response = yield core.fetcher({
74
74
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/insurance-adjudications/v1/${encodeURIComponent(serializers.insuranceAdjudications.v1.InsuranceAdjudicationId.jsonOrThrow(insuranceAdjudicationId))}`),
75
75
  method: "GET",
76
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
76
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
77
77
  contentType: "application/json",
78
78
  requestType: "json",
79
79
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -135,7 +135,7 @@ class V1 {
135
135
  const _response = yield core.fetcher({
136
136
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/insurance-adjudications/v1"),
137
137
  method: "POST",
138
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
138
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
139
139
  contentType: "application/json",
140
140
  requestType: "json",
141
141
  body: serializers.insuranceAdjudications.v1.InsuranceAdjudicationCreate.jsonOrThrow(request, {
@@ -191,7 +191,7 @@ class V1 {
191
191
  const _response = yield core.fetcher({
192
192
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/insurance-adjudications/v1/${encodeURIComponent(serializers.insuranceAdjudications.v1.InsuranceAdjudicationId.jsonOrThrow(insuranceAdjudicationId))}`),
193
193
  method: "DELETE",
194
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.11", "User-Agent": "candidhealth/0.39.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
194
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
195
195
  contentType: "application/json",
196
196
  requestType: "json",
197
197
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,