candidhealth 1.5.0 → 1.7.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 (921) 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 +10 -0
  5. package/api/resources/auth/resources/default/client/Client.js +43 -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 +13 -0
  11. package/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +5 -0
  12. package/api/resources/auth/resources/default/client/requests/index.d.ts +1 -0
  13. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  14. package/api/resources/chargeCapture/resources/v1/client/Client.js +6 -6
  15. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +4 -4
  16. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  17. package/api/resources/credentialing/resources/v2/client/Client.d.ts +49 -0
  18. package/api/resources/credentialing/resources/v2/client/Client.js +295 -5
  19. package/api/resources/credentialing/resources/v2/client/createFacility.d.ts +34 -0
  20. package/api/resources/credentialing/resources/v2/client/createFacility.js +79 -0
  21. package/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +34 -0
  22. package/api/resources/credentialing/resources/v2/client/deleteFacility.js +79 -0
  23. package/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +34 -0
  24. package/api/resources/credentialing/resources/v2/client/getAllFacilities.js +79 -0
  25. package/api/resources/credentialing/resources/v2/client/getFacility.d.ts +34 -0
  26. package/api/resources/credentialing/resources/v2/client/getFacility.js +79 -0
  27. package/api/resources/credentialing/resources/v2/client/index.d.ts +5 -0
  28. package/api/resources/credentialing/resources/v2/client/index.js +6 -1
  29. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +27 -0
  30. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +5 -0
  31. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +26 -0
  32. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +5 -0
  33. package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +27 -0
  34. package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +5 -0
  35. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
  36. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
  37. package/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
  38. package/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +46 -0
  39. package/api/resources/credentialing/resources/v2/client/updateFacility.js +101 -0
  40. package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
  41. package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +5 -0
  42. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +9 -0
  43. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +5 -0
  44. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +8 -0
  45. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +9 -0
  46. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +7 -0
  47. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +5 -0
  48. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -19
  49. package/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  50. package/api/resources/credentialing/resources/v2/types/index.js +4 -0
  51. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  52. package/api/resources/diagnoses/client/Client.js +3 -3
  53. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  54. package/api/resources/encounterAttachments/resources/v1/client/Client.js +3 -3
  55. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  56. package/api/resources/encounters/resources/v4/client/Client.js +5 -5
  57. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  58. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  59. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  60. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  61. package/api/resources/feeSchedules/resources/v3/client/Client.js +11 -11
  62. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  63. package/api/resources/healthCareCodeInformation/client/Client.d.ts +30 -0
  64. package/api/resources/healthCareCodeInformation/client/Client.js +17 -0
  65. package/api/resources/healthCareCodeInformation/client/index.d.ts +1 -0
  66. package/api/resources/healthCareCodeInformation/client/index.js +2 -0
  67. package/api/resources/healthCareCodeInformation/index.d.ts +2 -0
  68. package/api/resources/healthCareCodeInformation/index.js +18 -0
  69. package/api/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
  70. package/api/resources/healthCareCodeInformation/resources/index.js +37 -0
  71. package/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +46 -0
  72. package/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +179 -0
  73. package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +28 -0
  74. package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +68 -0
  75. package/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
  76. package/api/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
  77. package/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +34 -0
  78. package/api/resources/healthCareCodeInformation/resources/v1/client/update.js +79 -0
  79. package/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
  80. package/api/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
  81. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +11 -0
  82. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +5 -0
  83. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +14 -0
  84. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +10 -0
  85. package/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +4230 -0
  86. package/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1064 -0
  87. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +242 -0
  88. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +67 -0
  89. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +11 -0
  90. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +5 -0
  91. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
  92. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +9 -0
  93. package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +4 -0
  94. package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +5 -0
  95. package/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +174 -0
  96. package/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +50 -0
  97. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +11 -0
  98. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +5 -0
  99. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
  100. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +9 -0
  101. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +12 -0
  102. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +5 -0
  103. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +14 -0
  104. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +10 -0
  105. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +18 -0
  106. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +5 -0
  107. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +19 -0
  108. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +5 -0
  109. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +57 -0
  110. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +5 -0
  111. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +19 -0
  112. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +5 -0
  113. package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +8 -0
  114. package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +9 -0
  115. package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +8 -0
  116. package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +9 -0
  117. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +242 -0
  118. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +67 -0
  119. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +12 -0
  120. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +5 -0
  121. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
  122. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +9 -0
  123. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +58 -0
  124. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +21 -0
  125. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
  126. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +9 -0
  127. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +12 -0
  128. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +5 -0
  129. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +12 -0
  130. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +5 -0
  131. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +14 -0
  132. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +10 -0
  133. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +12 -0
  134. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +5 -0
  135. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +14 -0
  136. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +10 -0
  137. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +11 -0
  138. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +5 -0
  139. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +14 -0
  140. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +10 -0
  141. package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +26 -0
  142. package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +13 -0
  143. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +12 -0
  144. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +5 -0
  145. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +14 -0
  146. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +10 -0
  147. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +12 -0
  148. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +5 -0
  149. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +18 -0
  150. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +11 -0
  151. package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +7 -0
  152. package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +5 -0
  153. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +7 -0
  154. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +5 -0
  155. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +7 -0
  156. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +5 -0
  157. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +7 -0
  158. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +5 -0
  159. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +7 -0
  160. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +5 -0
  161. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +8 -0
  162. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +9 -0
  163. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +11 -0
  164. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +5 -0
  165. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
  166. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +9 -0
  167. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +541 -0
  168. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +115 -0
  169. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
  170. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +9 -0
  171. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +12 -0
  172. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +5 -0
  173. package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +46 -0
  174. package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +62 -0
  175. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  176. package/api/resources/index.d.ts +3 -1
  177. package/api/resources/index.js +5 -3
  178. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  179. package/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
  180. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  181. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  182. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  183. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  184. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +7 -7
  185. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  186. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  187. package/api/resources/patientAr/client/Client.d.ts +30 -0
  188. package/api/resources/patientAr/client/Client.js +17 -0
  189. package/api/resources/patientAr/client/index.d.ts +1 -0
  190. package/api/resources/patientAr/client/index.js +2 -0
  191. package/api/resources/patientAr/index.d.ts +2 -0
  192. package/api/resources/patientAr/index.js +18 -0
  193. package/api/resources/patientAr/resources/index.d.ts +1 -0
  194. package/api/resources/patientAr/resources/index.js +37 -0
  195. package/api/resources/patientAr/resources/v1/client/Client.d.ts +54 -0
  196. package/api/resources/patientAr/resources/v1/client/Client.js +196 -0
  197. package/api/resources/patientAr/resources/v1/client/index.d.ts +3 -0
  198. package/api/resources/patientAr/resources/v1/client/index.js +42 -0
  199. package/api/resources/patientAr/resources/v1/client/itemize.d.ts +34 -0
  200. package/api/resources/patientAr/resources/v1/client/itemize.js +79 -0
  201. package/api/resources/patientAr/resources/v1/client/listInventory.d.ts +34 -0
  202. package/api/resources/patientAr/resources/v1/client/listInventory.js +79 -0
  203. package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +19 -0
  204. package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +5 -0
  205. package/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -0
  206. package/api/resources/patientAr/resources/v1/client/requests/index.js +2 -0
  207. package/api/resources/patientAr/resources/v1/index.d.ts +2 -0
  208. package/api/resources/patientAr/resources/v1/index.js +18 -0
  209. package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +7 -0
  210. package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +5 -0
  211. package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +7 -0
  212. package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +5 -0
  213. package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +6 -0
  214. package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +5 -0
  215. package/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +11 -0
  216. package/api/resources/patientAr/resources/v1/types/InventoryRecord.js +5 -0
  217. package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +13 -0
  218. package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +5 -0
  219. package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +10 -0
  220. package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +5 -0
  221. package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +7 -0
  222. package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +5 -0
  223. package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +7 -0
  224. package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +5 -0
  225. package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +7 -0
  226. package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +5 -0
  227. package/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +8 -0
  228. package/api/resources/patientAr/resources/v1/types/PatientArStatus.js +10 -0
  229. package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +12 -0
  230. package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +5 -0
  231. package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +10 -0
  232. package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +5 -0
  233. package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +28 -0
  234. package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +5 -0
  235. package/api/resources/patientAr/resources/v1/types/index.d.ts +13 -0
  236. package/api/resources/patientAr/resources/v1/types/index.js +29 -0
  237. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  238. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  239. package/api/resources/payerPlanGroups/resources/v1/client/Client.js +5 -5
  240. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  241. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
  242. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
  243. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +6 -6
  244. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
  245. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  246. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  247. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
  248. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  249. package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +10 -0
  250. package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +5 -0
  251. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
  252. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +12 -0
  253. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +8 -0
  254. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +10 -0
  255. package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +34 -0
  256. package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +36 -0
  257. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +4 -0
  258. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +4 -0
  259. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  260. package/api/resources/serviceFacility/client/Client.js +1 -1
  261. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  262. package/api/resources/superbills/resources/v1/client/Client.js +1 -1
  263. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  264. package/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
  265. package/dist/Client.d.ts +9 -3
  266. package/dist/Client.js +52 -42
  267. package/dist/api/resources/auth/resources/default/client/Client.d.ts +10 -0
  268. package/dist/api/resources/auth/resources/default/client/Client.js +43 -1
  269. package/dist/api/resources/auth/resources/default/client/getMachineTokenForOrgId.d.ts +22 -0
  270. package/dist/api/resources/auth/resources/default/client/getMachineTokenForOrgId.js +57 -0
  271. package/dist/api/resources/auth/resources/default/client/index.d.ts +1 -0
  272. package/dist/api/resources/auth/resources/default/client/index.js +2 -1
  273. package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +13 -0
  274. package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +5 -0
  275. package/dist/api/resources/auth/resources/default/client/requests/index.d.ts +1 -0
  276. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  277. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +6 -6
  278. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +4 -4
  279. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  280. package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +49 -0
  281. package/dist/api/resources/credentialing/resources/v2/client/Client.js +295 -5
  282. package/dist/api/resources/credentialing/resources/v2/client/createFacility.d.ts +34 -0
  283. package/dist/api/resources/credentialing/resources/v2/client/createFacility.js +79 -0
  284. package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +34 -0
  285. package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.js +79 -0
  286. package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +34 -0
  287. package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.js +79 -0
  288. package/dist/api/resources/credentialing/resources/v2/client/getFacility.d.ts +34 -0
  289. package/dist/api/resources/credentialing/resources/v2/client/getFacility.js +79 -0
  290. package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +5 -0
  291. package/dist/api/resources/credentialing/resources/v2/client/index.js +6 -1
  292. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +27 -0
  293. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +5 -0
  294. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +26 -0
  295. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +5 -0
  296. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +27 -0
  297. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +5 -0
  298. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
  299. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
  300. package/dist/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
  301. package/dist/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +46 -0
  302. package/dist/api/resources/credentialing/resources/v2/client/updateFacility.js +101 -0
  303. package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
  304. package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +5 -0
  305. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +9 -0
  306. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +5 -0
  307. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +8 -0
  308. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +9 -0
  309. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +7 -0
  310. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +5 -0
  311. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -19
  312. package/dist/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  313. package/dist/api/resources/credentialing/resources/v2/types/index.js +4 -0
  314. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  315. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  316. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  317. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +3 -3
  318. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  319. package/dist/api/resources/encounters/resources/v4/client/Client.js +5 -5
  320. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  321. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  322. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  323. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  324. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +11 -11
  325. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  326. package/dist/api/resources/healthCareCodeInformation/client/Client.d.ts +30 -0
  327. package/dist/api/resources/healthCareCodeInformation/client/Client.js +17 -0
  328. package/dist/api/resources/healthCareCodeInformation/client/index.d.ts +1 -0
  329. package/dist/api/resources/healthCareCodeInformation/client/index.js +2 -0
  330. package/dist/api/resources/healthCareCodeInformation/index.d.ts +2 -0
  331. package/dist/api/resources/healthCareCodeInformation/index.js +18 -0
  332. package/dist/api/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
  333. package/dist/api/resources/healthCareCodeInformation/resources/index.js +37 -0
  334. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +46 -0
  335. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +179 -0
  336. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +28 -0
  337. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +68 -0
  338. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
  339. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
  340. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +34 -0
  341. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.js +79 -0
  342. package/dist/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
  343. package/dist/api/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
  344. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +11 -0
  345. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +5 -0
  346. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +14 -0
  347. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +10 -0
  348. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +4230 -0
  349. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1064 -0
  350. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +242 -0
  351. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +67 -0
  352. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +11 -0
  353. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +5 -0
  354. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
  355. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +9 -0
  356. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +4 -0
  357. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +5 -0
  358. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +174 -0
  359. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +50 -0
  360. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +11 -0
  361. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +5 -0
  362. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
  363. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +9 -0
  364. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +12 -0
  365. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +5 -0
  366. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +14 -0
  367. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +10 -0
  368. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +18 -0
  369. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +5 -0
  370. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +19 -0
  371. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +5 -0
  372. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +57 -0
  373. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +5 -0
  374. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +19 -0
  375. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +5 -0
  376. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +8 -0
  377. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +9 -0
  378. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +8 -0
  379. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +9 -0
  380. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +242 -0
  381. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +67 -0
  382. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +12 -0
  383. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +5 -0
  384. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
  385. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +9 -0
  386. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +58 -0
  387. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +21 -0
  388. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
  389. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +9 -0
  390. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +12 -0
  391. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +5 -0
  392. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +12 -0
  393. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +5 -0
  394. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +14 -0
  395. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +10 -0
  396. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +12 -0
  397. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +5 -0
  398. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +14 -0
  399. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +10 -0
  400. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +11 -0
  401. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +5 -0
  402. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +14 -0
  403. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +10 -0
  404. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +26 -0
  405. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +13 -0
  406. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +12 -0
  407. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +5 -0
  408. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +14 -0
  409. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +10 -0
  410. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +12 -0
  411. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +5 -0
  412. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +18 -0
  413. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +11 -0
  414. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +7 -0
  415. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +5 -0
  416. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +7 -0
  417. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +5 -0
  418. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +7 -0
  419. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +5 -0
  420. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +7 -0
  421. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +5 -0
  422. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +7 -0
  423. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +5 -0
  424. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +8 -0
  425. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +9 -0
  426. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +11 -0
  427. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +5 -0
  428. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
  429. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +9 -0
  430. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +541 -0
  431. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +115 -0
  432. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
  433. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +9 -0
  434. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +12 -0
  435. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +5 -0
  436. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +46 -0
  437. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +62 -0
  438. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  439. package/dist/api/resources/index.d.ts +3 -1
  440. package/dist/api/resources/index.js +5 -3
  441. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  442. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
  443. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  444. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  445. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  446. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  447. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +7 -7
  448. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  449. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  450. package/dist/api/resources/patientAr/client/Client.d.ts +30 -0
  451. package/dist/api/resources/patientAr/client/Client.js +17 -0
  452. package/dist/api/resources/patientAr/client/index.d.ts +1 -0
  453. package/dist/api/resources/patientAr/client/index.js +2 -0
  454. package/dist/api/resources/patientAr/index.d.ts +2 -0
  455. package/dist/api/resources/patientAr/index.js +18 -0
  456. package/dist/api/resources/patientAr/resources/index.d.ts +1 -0
  457. package/dist/api/resources/patientAr/resources/index.js +37 -0
  458. package/dist/api/resources/patientAr/resources/v1/client/Client.d.ts +54 -0
  459. package/dist/api/resources/patientAr/resources/v1/client/Client.js +196 -0
  460. package/dist/api/resources/patientAr/resources/v1/client/index.d.ts +3 -0
  461. package/dist/api/resources/patientAr/resources/v1/client/index.js +42 -0
  462. package/dist/api/resources/patientAr/resources/v1/client/itemize.d.ts +34 -0
  463. package/dist/api/resources/patientAr/resources/v1/client/itemize.js +79 -0
  464. package/dist/api/resources/patientAr/resources/v1/client/listInventory.d.ts +34 -0
  465. package/dist/api/resources/patientAr/resources/v1/client/listInventory.js +79 -0
  466. package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +19 -0
  467. package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +5 -0
  468. package/dist/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -0
  469. package/dist/api/resources/patientAr/resources/v1/client/requests/index.js +2 -0
  470. package/dist/api/resources/patientAr/resources/v1/index.d.ts +2 -0
  471. package/dist/api/resources/patientAr/resources/v1/index.js +18 -0
  472. package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +7 -0
  473. package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +5 -0
  474. package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +7 -0
  475. package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +5 -0
  476. package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +6 -0
  477. package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +5 -0
  478. package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +11 -0
  479. package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.js +5 -0
  480. package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +13 -0
  481. package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +5 -0
  482. package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +10 -0
  483. package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +5 -0
  484. package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +7 -0
  485. package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +5 -0
  486. package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +7 -0
  487. package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +5 -0
  488. package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +7 -0
  489. package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +5 -0
  490. package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +8 -0
  491. package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.js +10 -0
  492. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +12 -0
  493. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +5 -0
  494. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +10 -0
  495. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +5 -0
  496. package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +28 -0
  497. package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +5 -0
  498. package/dist/api/resources/patientAr/resources/v1/types/index.d.ts +13 -0
  499. package/dist/api/resources/patientAr/resources/v1/types/index.js +29 -0
  500. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  501. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  502. package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +5 -5
  503. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  504. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
  505. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
  506. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +6 -6
  507. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
  508. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  509. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  510. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
  511. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  512. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +10 -0
  513. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +5 -0
  514. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
  515. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +12 -0
  516. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +8 -0
  517. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +10 -0
  518. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +34 -0
  519. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +36 -0
  520. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +4 -0
  521. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +4 -0
  522. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  523. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  524. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  525. package/dist/api/resources/superbills/resources/v1/client/Client.js +1 -1
  526. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  527. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
  528. package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +12 -0
  529. package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +43 -0
  530. package/dist/serialization/resources/auth/resources/default/client/requests/index.d.ts +1 -0
  531. package/dist/serialization/resources/auth/resources/default/client/requests/index.js +3 -1
  532. package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.d.ts +20 -0
  533. package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.js +77 -0
  534. package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +20 -0
  535. package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +77 -0
  536. package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +20 -0
  537. package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +77 -0
  538. package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +20 -0
  539. package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.js +77 -0
  540. package/dist/serialization/resources/credentialing/resources/v2/client/index.d.ts +5 -0
  541. package/dist/serialization/resources/credentialing/resources/v2/client/index.js +6 -1
  542. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +18 -0
  543. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +49 -0
  544. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +19 -0
  545. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +50 -0
  546. package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
  547. package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.js +5 -1
  548. package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +30 -0
  549. package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.js +89 -0
  550. package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
  551. package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +53 -0
  552. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +16 -0
  553. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +49 -0
  554. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +10 -0
  555. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +45 -0
  556. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +14 -0
  557. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +47 -0
  558. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -12
  559. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +6 -13
  560. package/dist/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  561. package/dist/serialization/resources/credentialing/resources/v2/types/index.js +4 -0
  562. package/dist/serialization/resources/healthCareCodeInformation/index.d.ts +1 -0
  563. package/dist/serialization/resources/healthCareCodeInformation/index.js +17 -0
  564. package/dist/serialization/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
  565. package/dist/serialization/resources/healthCareCodeInformation/resources/index.js +37 -0
  566. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +15 -0
  567. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +71 -0
  568. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
  569. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
  570. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +20 -0
  571. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +77 -0
  572. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
  573. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
  574. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +16 -0
  575. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +49 -0
  576. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +10 -0
  577. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +41 -0
  578. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +10 -0
  579. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1098 -0
  580. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +10 -0
  581. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +101 -0
  582. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +16 -0
  583. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +49 -0
  584. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
  585. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +41 -0
  586. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +10 -0
  587. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +41 -0
  588. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +10 -0
  589. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +84 -0
  590. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +16 -0
  591. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +49 -0
  592. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
  593. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +41 -0
  594. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +18 -0
  595. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +51 -0
  596. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +10 -0
  597. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +41 -0
  598. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +15 -0
  599. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +48 -0
  600. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +37 -0
  601. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +68 -0
  602. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +23 -0
  603. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +54 -0
  604. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +37 -0
  605. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +68 -0
  606. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +10 -0
  607. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +45 -0
  608. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +10 -0
  609. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +45 -0
  610. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +10 -0
  611. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +101 -0
  612. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +18 -0
  613. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +51 -0
  614. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
  615. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +41 -0
  616. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +10 -0
  617. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +41 -0
  618. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
  619. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +41 -0
  620. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +18 -0
  621. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +51 -0
  622. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +18 -0
  623. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +51 -0
  624. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +10 -0
  625. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +41 -0
  626. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +18 -0
  627. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +51 -0
  628. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +10 -0
  629. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +41 -0
  630. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +16 -0
  631. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +49 -0
  632. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +10 -0
  633. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +41 -0
  634. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +10 -0
  635. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +41 -0
  636. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +18 -0
  637. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +51 -0
  638. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +10 -0
  639. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +41 -0
  640. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +18 -0
  641. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +51 -0
  642. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +10 -0
  643. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +41 -0
  644. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +13 -0
  645. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +44 -0
  646. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +13 -0
  647. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +44 -0
  648. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +13 -0
  649. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +44 -0
  650. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +13 -0
  651. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +44 -0
  652. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +13 -0
  653. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +44 -0
  654. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +10 -0
  655. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +45 -0
  656. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +16 -0
  657. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +49 -0
  658. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
  659. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +41 -0
  660. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +10 -0
  661. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +149 -0
  662. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
  663. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +41 -0
  664. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +18 -0
  665. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +51 -0
  666. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +46 -0
  667. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +62 -0
  668. package/dist/serialization/resources/index.d.ts +3 -1
  669. package/dist/serialization/resources/index.js +5 -3
  670. package/dist/serialization/resources/patientAr/index.d.ts +1 -0
  671. package/dist/serialization/resources/patientAr/index.js +17 -0
  672. package/dist/serialization/resources/patientAr/resources/index.d.ts +1 -0
  673. package/dist/serialization/resources/patientAr/resources/index.js +37 -0
  674. package/dist/serialization/resources/patientAr/resources/v1/client/index.d.ts +2 -0
  675. package/dist/serialization/resources/patientAr/resources/v1/client/index.js +38 -0
  676. package/dist/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +20 -0
  677. package/dist/serialization/resources/patientAr/resources/v1/client/itemize.js +77 -0
  678. package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +20 -0
  679. package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.js +77 -0
  680. package/dist/serialization/resources/patientAr/resources/v1/index.d.ts +2 -0
  681. package/dist/serialization/resources/patientAr/resources/v1/index.js +18 -0
  682. package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +12 -0
  683. package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +43 -0
  684. package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +12 -0
  685. package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +43 -0
  686. package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +12 -0
  687. package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +43 -0
  688. package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +20 -0
  689. package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +51 -0
  690. package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +18 -0
  691. package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +49 -0
  692. package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +15 -0
  693. package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +46 -0
  694. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +12 -0
  695. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +43 -0
  696. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +12 -0
  697. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +43 -0
  698. package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +12 -0
  699. package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +43 -0
  700. package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +10 -0
  701. package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +41 -0
  702. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +13 -0
  703. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +44 -0
  704. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +14 -0
  705. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +45 -0
  706. package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +32 -0
  707. package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +63 -0
  708. package/dist/serialization/resources/patientAr/resources/v1/types/index.d.ts +13 -0
  709. package/dist/serialization/resources/patientAr/resources/v1/types/index.js +29 -0
  710. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  711. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
  712. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +19 -0
  713. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +50 -0
  714. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
  715. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +41 -0
  716. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +10 -0
  717. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +41 -0
  718. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +10 -0
  719. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +70 -0
  720. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +4 -0
  721. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +4 -0
  722. package/dist/version.d.ts +1 -1
  723. package/dist/version.js +1 -1
  724. package/package.json +1 -1
  725. package/reference.md +898 -331
  726. package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +12 -0
  727. package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +43 -0
  728. package/serialization/resources/auth/resources/default/client/requests/index.d.ts +1 -0
  729. package/serialization/resources/auth/resources/default/client/requests/index.js +3 -1
  730. package/serialization/resources/credentialing/resources/v2/client/createFacility.d.ts +20 -0
  731. package/serialization/resources/credentialing/resources/v2/client/createFacility.js +77 -0
  732. package/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +20 -0
  733. package/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +77 -0
  734. package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +20 -0
  735. package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +77 -0
  736. package/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +20 -0
  737. package/serialization/resources/credentialing/resources/v2/client/getFacility.js +77 -0
  738. package/serialization/resources/credentialing/resources/v2/client/index.d.ts +5 -0
  739. package/serialization/resources/credentialing/resources/v2/client/index.js +6 -1
  740. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +18 -0
  741. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +49 -0
  742. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +19 -0
  743. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +50 -0
  744. package/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
  745. package/serialization/resources/credentialing/resources/v2/client/requests/index.js +5 -1
  746. package/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +30 -0
  747. package/serialization/resources/credentialing/resources/v2/client/updateFacility.js +89 -0
  748. package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
  749. package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +53 -0
  750. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +16 -0
  751. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +49 -0
  752. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +10 -0
  753. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +45 -0
  754. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +14 -0
  755. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +47 -0
  756. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -12
  757. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +6 -13
  758. package/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  759. package/serialization/resources/credentialing/resources/v2/types/index.js +4 -0
  760. package/serialization/resources/healthCareCodeInformation/index.d.ts +1 -0
  761. package/serialization/resources/healthCareCodeInformation/index.js +17 -0
  762. package/serialization/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
  763. package/serialization/resources/healthCareCodeInformation/resources/index.js +37 -0
  764. package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +15 -0
  765. package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +71 -0
  766. package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
  767. package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
  768. package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +20 -0
  769. package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +77 -0
  770. package/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
  771. package/serialization/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
  772. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +16 -0
  773. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +49 -0
  774. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +10 -0
  775. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +41 -0
  776. package/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +10 -0
  777. package/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1098 -0
  778. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +10 -0
  779. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +101 -0
  780. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +16 -0
  781. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +49 -0
  782. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
  783. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +41 -0
  784. package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +10 -0
  785. package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +41 -0
  786. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +10 -0
  787. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +84 -0
  788. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +16 -0
  789. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +49 -0
  790. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
  791. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +41 -0
  792. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +18 -0
  793. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +51 -0
  794. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +10 -0
  795. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +41 -0
  796. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +15 -0
  797. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +48 -0
  798. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +37 -0
  799. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +68 -0
  800. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +23 -0
  801. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +54 -0
  802. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +37 -0
  803. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +68 -0
  804. package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +10 -0
  805. package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +45 -0
  806. package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +10 -0
  807. package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +45 -0
  808. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +10 -0
  809. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +101 -0
  810. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +18 -0
  811. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +51 -0
  812. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
  813. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +41 -0
  814. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +10 -0
  815. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +41 -0
  816. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
  817. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +41 -0
  818. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +18 -0
  819. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +51 -0
  820. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +18 -0
  821. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +51 -0
  822. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +10 -0
  823. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +41 -0
  824. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +18 -0
  825. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +51 -0
  826. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +10 -0
  827. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +41 -0
  828. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +16 -0
  829. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +49 -0
  830. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +10 -0
  831. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +41 -0
  832. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +10 -0
  833. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +41 -0
  834. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +18 -0
  835. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +51 -0
  836. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +10 -0
  837. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +41 -0
  838. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +18 -0
  839. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +51 -0
  840. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +10 -0
  841. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +41 -0
  842. package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +13 -0
  843. package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +44 -0
  844. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +13 -0
  845. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +44 -0
  846. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +13 -0
  847. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +44 -0
  848. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +13 -0
  849. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +44 -0
  850. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +13 -0
  851. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +44 -0
  852. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +10 -0
  853. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +45 -0
  854. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +16 -0
  855. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +49 -0
  856. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
  857. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +41 -0
  858. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +10 -0
  859. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +149 -0
  860. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
  861. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +41 -0
  862. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +18 -0
  863. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +51 -0
  864. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +46 -0
  865. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +62 -0
  866. package/serialization/resources/index.d.ts +3 -1
  867. package/serialization/resources/index.js +5 -3
  868. package/serialization/resources/patientAr/index.d.ts +1 -0
  869. package/serialization/resources/patientAr/index.js +17 -0
  870. package/serialization/resources/patientAr/resources/index.d.ts +1 -0
  871. package/serialization/resources/patientAr/resources/index.js +37 -0
  872. package/serialization/resources/patientAr/resources/v1/client/index.d.ts +2 -0
  873. package/serialization/resources/patientAr/resources/v1/client/index.js +38 -0
  874. package/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +20 -0
  875. package/serialization/resources/patientAr/resources/v1/client/itemize.js +77 -0
  876. package/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +20 -0
  877. package/serialization/resources/patientAr/resources/v1/client/listInventory.js +77 -0
  878. package/serialization/resources/patientAr/resources/v1/index.d.ts +2 -0
  879. package/serialization/resources/patientAr/resources/v1/index.js +18 -0
  880. package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +12 -0
  881. package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +43 -0
  882. package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +12 -0
  883. package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +43 -0
  884. package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +12 -0
  885. package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +43 -0
  886. package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +20 -0
  887. package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +51 -0
  888. package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +18 -0
  889. package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +49 -0
  890. package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +15 -0
  891. package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +46 -0
  892. package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +12 -0
  893. package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +43 -0
  894. package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +12 -0
  895. package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +43 -0
  896. package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +12 -0
  897. package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +43 -0
  898. package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +10 -0
  899. package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +41 -0
  900. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +13 -0
  901. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +44 -0
  902. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +14 -0
  903. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +45 -0
  904. package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +32 -0
  905. package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +63 -0
  906. package/serialization/resources/patientAr/resources/v1/types/index.d.ts +13 -0
  907. package/serialization/resources/patientAr/resources/v1/types/index.js +29 -0
  908. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  909. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
  910. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +19 -0
  911. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +50 -0
  912. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
  913. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +41 -0
  914. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +10 -0
  915. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +41 -0
  916. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +10 -0
  917. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +70 -0
  918. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +4 -0
  919. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +4 -0
  920. package/version.d.ts +1 -1
  921. package/version.js +1 -1
@@ -0,0 +1,10 @@
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.ExternalCauseOfInjuryCodeQualifier = void 0;
7
+ exports.ExternalCauseOfInjuryCodeQualifier = {
8
+ Cbn: "BN",
9
+ Cabn: "ABN",
10
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ export interface HealthCareCodeInformation extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
6
+ /**
7
+ * The id of this health care code information if it is already stored.
8
+ * If this is not set, this is referring to a new health care code information to be added
9
+ * to the encounter. If it is set, this refers to an update of an existing health care code
10
+ * information object on the encounter.
11
+ */
12
+ id?: string;
13
+ /**
14
+ * The encounter_id of this health care code information if it is already stored.
15
+ * This will be set by the server in responses, but clients are not expected to set it.
16
+ */
17
+ encounterId?: CandidApi.EncounterId;
18
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ export interface HealthCareCodeInformationGetAllResponse {
6
+ principalDiagnosis?: CandidApi.healthCareCodeInformation.v1.PrincipalDiagnosis;
7
+ admittingDiagnosis?: CandidApi.healthCareCodeInformation.v1.AdmittingDiagnosis;
8
+ patientReasonsForVisit: CandidApi.healthCareCodeInformation.v1.PatientReasonForVisit[];
9
+ externalCausesOfInjury: CandidApi.healthCareCodeInformation.v1.ExternalCauseOfInjury[];
10
+ diagnosisRelatedGroups?: CandidApi.healthCareCodeInformation.v1.DiagnosisRelatedGroup;
11
+ otherDiagnosisInformation: CandidApi.healthCareCodeInformation.v1.OtherDiagnosisInformation[];
12
+ principalProcedure?: CandidApi.healthCareCodeInformation.v1.PrincipalProcedureInformation;
13
+ otherProcedureInformation: CandidApi.healthCareCodeInformation.v1.OtherProcedureInformation[];
14
+ occurrenceSpanInformation: CandidApi.healthCareCodeInformation.v1.OccurrenceSpanInformation[];
15
+ occurrenceInformation: CandidApi.healthCareCodeInformation.v1.OccurrenceInformation[];
16
+ treatmentCodeInformation: CandidApi.healthCareCodeInformation.v1.TreatmentCodeInformation[];
17
+ valueInformation: CandidApi.healthCareCodeInformation.v1.ValueInformation[];
18
+ conditionInformation: CandidApi.healthCareCodeInformation.v1.ConditionInformation[];
19
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,57 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ export interface HealthCareCodeInformationNew {
6
+ codeListQualifier?: CandidApi.healthCareCodeInformation.v1.CodeListQualifierCode;
7
+ /**
8
+ * A code string whose interpretation depends on the code_list_qualifier being set.
9
+ * You do not need to set this field generally, instead it is provided as advisory
10
+ * context on how this HealthCareCodeInformation's data will be available in reporting.
11
+ */
12
+ industryCode1?: string;
13
+ /**
14
+ * A code string whose interpretation depends on the code_list_qualifier being set.
15
+ * You do not need to set this field generally, instead it is provided as advisory
16
+ * context on how this HealthCareCodeInformation's data will be available in reporting.
17
+ */
18
+ industryCode2?: string;
19
+ /**
20
+ * A code string whose interpretation depends on the code_list_qualifier being set.
21
+ * You do not need to set this field generally, instead it is provided as advisory
22
+ * context on how this HealthCareCodeInformation's data will be available in reporting.
23
+ */
24
+ industryCode3?: string;
25
+ /**
26
+ * A code string whose interpretation depends on the code_list_qualifier being set.
27
+ * You do not need to set this field generally, instead it is provided as advisory
28
+ * context on how this HealthCareCodeInformation's data will be available in reporting.
29
+ */
30
+ industryCode4?: string;
31
+ /**
32
+ * Controls how the date_time_period field is interpreted and is submitted
33
+ * as part of claim process.
34
+ * You do not need to set this field generally, instead it is provided as advisory
35
+ * context on how this HealthCareCodeInformation's data will be available in reporting.
36
+ */
37
+ dateTimePeriodFormatQualifier?: CandidApi.healthCareCodeInformation.v1.DateTimePeriodFormatQualifier;
38
+ /**
39
+ * A string, formatted according to date_time_period_format_qualifier, which
40
+ * ultimately represents the date time period in which an information object
41
+ * is covering.
42
+ * You do not need to set this field generally, instead it is provided as advisory
43
+ * context on how this HealthCareCodeInformation's data will be available in reporting.
44
+ */
45
+ dateTimePeriod?: string;
46
+ /**
47
+ * A decimal used to represent ValueInformation results.
48
+ * You do not need to set this field generally, instead it is provided as advisory
49
+ * context on how this HealthCareCodeInformation's data will be available in reporting.
50
+ */
51
+ monetaryAmount?: CandidApi.Decimal;
52
+ /**
53
+ * You do not need to set this field generally, instead it is provided as advisory
54
+ * context on how this HealthCareCodeInformation's data will be available in reporting.
55
+ */
56
+ quantity?: CandidApi.Decimal;
57
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ export interface HealthCareCodeInformationUpdate {
6
+ principalDiagnosis?: CandidApi.healthCareCodeInformation.v1.SetOrClearPrincipalDiagnosis;
7
+ admittingDiagnosis?: CandidApi.healthCareCodeInformation.v1.SetOrClearAdmittingDiagnosis;
8
+ patientReasonsForVisit?: CandidApi.healthCareCodeInformation.v1.PatientReasonForVisit[];
9
+ externalCausesOfInjury?: CandidApi.healthCareCodeInformation.v1.ExternalCauseOfInjury[];
10
+ diagnosisRelatedGroups?: CandidApi.healthCareCodeInformation.v1.SetOrClearDiagnosisRelatedGroup;
11
+ otherDiagnosisInformation?: CandidApi.healthCareCodeInformation.v1.OtherDiagnosisInformation[];
12
+ principalProcedure?: CandidApi.healthCareCodeInformation.v1.SetOrClearPrincipalProcedureInformation;
13
+ otherProcedureInformation?: CandidApi.healthCareCodeInformation.v1.OtherProcedureInformation[];
14
+ occurrenceSpanInformation?: CandidApi.healthCareCodeInformation.v1.OccurrenceSpanInformation[];
15
+ occurrenceInformation?: CandidApi.healthCareCodeInformation.v1.OccurrenceInformation[];
16
+ treatmentCodeInformation?: CandidApi.healthCareCodeInformation.v1.TreatmentCodeInformation[];
17
+ valueInformation?: CandidApi.healthCareCodeInformation.v1.ValueInformation[];
18
+ conditionInformation?: CandidApi.healthCareCodeInformation.v1.ConditionInformation[];
19
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ export type IcdCode = string & {
6
+ healthCareCodeInformation_v1_IcdCode: void;
7
+ };
8
+ export declare function IcdCode(value: string): CandidApi.healthCareCodeInformation.v1.IcdCode;
@@ -0,0 +1,9 @@
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.IcdCode = IcdCode;
7
+ function IcdCode(value) {
8
+ return value;
9
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ export type MsdrgCode = string & {
6
+ healthCareCodeInformation_v1_MsdrgCode: void;
7
+ };
8
+ export declare function MsdrgCode(value: string): CandidApi.healthCareCodeInformation.v1.MsdrgCode;
@@ -0,0 +1,9 @@
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.MsdrgCode = MsdrgCode;
7
+ function MsdrgCode(value) {
8
+ return value;
9
+ }
@@ -0,0 +1,242 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type OccurrenceCode =
5
+ /**
6
+ * Accident/Medical Coverage Code indicating accident-related injury for which there is medical payment coverage. Provide the date of accident/injury. */
7
+ "01"
8
+ /**
9
+ * No Fault Insurance Involved - Including Auto Accident/Other Code indicating the date of an accident including auto or other where state has applicable no fault liability laws (i.e., legal basis for settlement without admission of proof of guilt). */
10
+ | "02"
11
+ /**
12
+ * Accident/Tort Liability Code indicating the date of an accident resulting from a third party’s action that may involve a civil court process in an attempt to require payment by the third party, other than no fault liability. */
13
+ | "03"
14
+ /**
15
+ * Accident/Employment Related Code indicating the date of an accident allegedly relating to the patient’s employment. */
16
+ | "04"
17
+ /**
18
+ * Accident/No Medical or Liability Coverage Code indicating accident related injury for which there is no medical payment or third-party liability coverage. Provide the date of accident/ injury. */
19
+ | "05"
20
+ /**
21
+ * Crime Victim Code indicating the date on which a medical condition resulted from alleged criminal action committed by one or more parties. */
22
+ | "06"
23
+ /**
24
+ * Start of Infertility Treatment Cycle Code indicating the date of start of infertility treatment cycle. */
25
+ | "09"
26
+ /**
27
+ * Last Menstrual Period Code indicating the date of the last menstrual period; ONLY applies when patient is being treated for maternity related condition. */
28
+ | "10"
29
+ /**
30
+ * Onset of Symptoms/Illness Code indicating the date the patient first became aware of symptoms/illness. */
31
+ | "11"
32
+ /**
33
+ * Date of Onset for a Chronically Dependent Individual (HHA Claims Only.) Code denotes date the patient/beneficiary becomes a Chronically Dependent Individual (CDI). This is the first month of the 3-month period immediately before eligibility under respite care benefit. */
34
+ | "12"
35
+ /**
36
+ * Date of Last Therapy Code denotes last day of therapy services (e.g., physical therapy, occupational therapy, speech therapy). */
37
+ | "16"
38
+ /**
39
+ * Date Outpatient Occupational Therapy Plan Established or Last Reviewed Code denotes date an occupational therapy plan was established or last reviewed. */
40
+ | "17"
41
+ /**
42
+ * Date of Retirement - Patient/ Beneficiary The date of retirement for the patient/ beneficiary. */
43
+ | "18"
44
+ /**
45
+ * Date of Retirement - Spouse Code denotes the retirement date for the patient’s spouse. */
46
+ | "19"
47
+ /**
48
+ * Date Guarantee of Payment Began Code indicates date on which the provider began claiming Medicare payment under the guarantee of payment provision (see Medicare manual for special Medicare instructions). */
49
+ | "20"
50
+ /**
51
+ * Date UR Notice Received Code indicating the date of receipt by the provider of the UR Committee’s finding that the admission or future stay was not medically necessary. */
52
+ | "21"
53
+ /**
54
+ * Date Active Care Ended Code indicates the date covered level of care ended in a SNF or general hospital, or date on which active care ended in a psychiatric or tuberculosis hospital, or date on which patient was released on a trial basis from a residential facility. Code not required when Condition Code 21 is used. */
55
+ | "22"
56
+ /**
57
+ * Date Insurance Denied Code indicating the date the denial of coverage was received by the health care facility from any insurer. */
58
+ | "24"
59
+ /**
60
+ * Date Benefits Terminated by Primary Payer Code indicating the date on which coverage (including Worker’s Compensation benefits or no-fault coverage) is no longer available to the patient. */
61
+ | "25"
62
+ /**
63
+ * Date SNF Bed Became Available Code indicating the date on which a SNF bed became available to hospital inpatient who requires only SNF level care. */
64
+ | "26"
65
+ /**
66
+ * Date of Hospice Certification or Recertification Code indicating the date of certification or recertification of the hospice benefit period. */
67
+ | "27"
68
+ /**
69
+ * Date Comprehensive Outpatient Rehabilitation Plan Established or Last Reviewed Code indicating the date a comprehensive outpatient rehabilitation plan was established or last reviewed. */
70
+ | "28"
71
+ /**
72
+ * Date Outpatient Physical Therapy Plan Established or Last Reviewed Code indicating the date a physical therapy plan established or last reviewed. */
73
+ | "29"
74
+ /**
75
+ * Date Outpatient Speech Pathology Plan Established or Last Reviewed Code indicating the date a speech pathology plan was established or last reviewed. */
76
+ | "30"
77
+ /**
78
+ * Date Beneficiary Notified of Intent to Bill (Accommodations) The date of notice provided by the hospital to the patient that inpatient care is no longer required. */
79
+ | "31"
80
+ /**
81
+ * Date Beneficiary Notified of Intent to Bill (Procedures or Treatments) The date of notice provided to the beneficiary that requested care (diagnostic procedures or treatments) may not be reasonable or necessary. */
82
+ | "32"
83
+ /**
84
+ * First Day of the Coordination Period for ESRD Beneficiaries Covered by EGHP Code indicates the first day of coordination for benefits that are secondary to benefits payable under an employer’s group health plan. Required only for ESRD beneficiaries. */
85
+ | "33"
86
+ /**
87
+ * Date of Election of Extended Care Facilities Code indicates the date the guest elected to receive extended care services (used by Religious Non-Medical only). */
88
+ | "34"
89
+ /**
90
+ * Date Treatment Started for Physical Therapy Code indicates the initial date services by the billing provider for physical therapy began. */
91
+ | "35"
92
+ /**
93
+ * Date of Inpatient Hospital Discharge for Covered Transplant Patient Code indicates the date of discharge for inpatient hospital stay in which the patient received a covered transplant procedure when the hospital is billing for immunosuppressive drugs. Note: When the patient received both a covered and a non-covered transplant, the covered transplant predominates. */
94
+ | "36"
95
+ /**
96
+ * Date of Inpatient Hospital Discharge for Non-covered Transplant Patient Code indicates the date of discharge for the inpatient hospital stay in which the patient received a non-covered transplant procedure when the hospital is billing for immunosuppressive drugs. */
97
+ | "37"
98
+ /**
99
+ * Date Treatment Started for Home IV Therapy Date the patient was first treated at home for IV therapy. (Home IV providers - Bill Type 085x.) */
100
+ | "38"
101
+ /**
102
+ * Date Discharged on a Continuous Course of IV Therapy Date the patient was discharged from the hospital on continuous course of IV therapy. (Home IV providers - Bill Type 085x.) */
103
+ | "39"
104
+ /**
105
+ * SCHEDULED DATE OF ADMISSION - The scheduled date the patient will be admitted as an inpatient to the hospital. (This code may only be used on an outpatient claim.) */
106
+ | "40"
107
+ /**
108
+ * DATE OF FIRST TEST PRE-ADMISSION TESTING - The date on which the first outpatient diagnostic test was performed as part of a PAT program. This code may only be used if a date of admission was scheduled before the administration of the test(s). */
109
+ | "41"
110
+ /**
111
+ * DATE OF DISCHARGE - Use only when "Through" date in Form Locator 06 (Statement Covers Period) is not the actual discharge date and the frequency code in Form Locator 04 is that of a final bill. For final bill for hospice care, enter the date the Medicare beneficiary terminated his election of hospice care. */
112
+ | "42"
113
+ /**
114
+ * SCHEDULED DATE OF CANCELED SURGERY - The date for which outpatient surgery was scheduled. */
115
+ | "43"
116
+ /**
117
+ * DATE TREATMENT STARTED OCCUPATIONAL THERAPY - The date services were initiated by the billing provider for occupational therapy. */
118
+ | "44"
119
+ /**
120
+ * DATE TREATMENT STARTED FOR SPEECH THERAPY - The date services were initiated by the billing provider for speech therapy. */
121
+ | "45"
122
+ /**
123
+ * DATE TREATMENT STARTED FOR CARDIAC REHABILITATION - The date services were initiated by the billing provider for cardiac rehabilitation. */
124
+ | "46"
125
+ /**
126
+ * DATE COST OUTLIER STATUS BEGINS - Code indicates that this is the first day after the day the Cost Outlier threshold is reached. For Medicare purposes, a beneficiary must have regular, coinsurance and/or lifetime reserve days available beginning on this date to allow coverage of additional daily charges for the purpose of making a cost outlier payment. */
127
+ | "47"
128
+ /**
129
+ * ASSESSMENT DATE (EFFECTIVE 1/1/11) - Code indicating an assessment date as defined by the assessment instrument applicable to this provider type (e.g., Minimum Data Set (MDS) for skilled nursing). */
130
+ | "50"
131
+ /**
132
+ * DATE OF LAST KT/V READING (EFFECTIVE 7/1/10) - For in-center hemodialysis patients, this is the date of the last reading taken during the billing period. For peritoneal dialysis patients (and home hemodialysis patients), this date may be before the current billing period but should be within 4 months of the date of service. */
133
+ | "51"
134
+ /**
135
+ * MEDICAL CERTIFICATION/RECERTIFICATION DATE (EFFECTIVE 1/1/11) - The date of the most recent non-hospice medical certification or recertification of the patient. Use Occurrence Code 27 for Date of Hospice Certification or Recertification. */
136
+ | "52"
137
+ /**
138
+ * PHYSICIAN FOLLOW-UP DATE (EFFECTIVE 1/1/11) - Last date of a physician follow-up with the patient. */
139
+ | "54"
140
+ /**
141
+ * DATE OF DEATH (EFFECTIVE 10/1/12) - Report this code when patient discharge status codes 20 (expired), 40 (expired at home), 41 (expired in a medical facility), or 42 (expired - place unknown) are used. */
142
+ | "55"
143
+ /**
144
+ * ORIGINAL HOSPICE ELECTION OR REVOCATION DATE (EFFECTIVE 1/1/18) - Used when the hospice is submitting a correction to the election date reported on a previous 08xA Type of Bill or the revocation date on a previous 08xB Type of Bill. The hospice reports the correct dates in FL06 - Statement Covers Period (From-Through) and the original date in this occurrence code. */
145
+ | "56"
146
+ /**
147
+ * HOSPITAL DISCHARGE DATE (HHA ONLY) (EFFECTIVE 1/1/2020) - The Through date of a hospital stay that ended within 14 days prior to the From date of this HHA claim. */
148
+ | "61"
149
+ /**
150
+ * OTHER INSTITUTIONAL DISCHARGE DATE (HHA ONLY) (EFFECTIVE 1/1/2020) - The Through date of a skilled nursing facility (SNF), inpatient rehabilitation facility (IRF), long term care hospital (LTCH), or inpatient psychiatric facility (IPF) stay that ended within 14 days prior to this HHA admission. */
151
+ | "62"
152
+ /**
153
+ * BIRTH DATE - INSURED A - The birth date of the individual in whose name the insurance is carried. */
154
+ | "A1"
155
+ /**
156
+ * EFFECTIVE DATE - INSURED A POLICY - A code indicating the first date insurance is in force. */
157
+ | "A2"
158
+ /**
159
+ * BENEFITS EXHAUSTED - PAYER A - Code indicating the last date for which benefits are available and after which no payment can be made by Payer A. */
160
+ | "A3"
161
+ /**
162
+ * SPLIT BILL DATE - Date patient became eligible due to medically needy spend down (sometimes referred to as "Split Bill Date"). */
163
+ | "A4"
164
+ /**
165
+ * BIRTH DATE INSURED B - The birth date of the individual in whose name the insurance is carried. */
166
+ | "B1"
167
+ /**
168
+ * EFFECTIVE DATE - INSURED B POLICY - A code indicating the first date insurance is in force. */
169
+ | "B2"
170
+ /**
171
+ * BENEFITS EXHAUSTED - PAYER B - Code indicating the last date for which benefits are available and after which no payment can be made by Payer B. */
172
+ | "B3"
173
+ /**
174
+ * BIRTH DATE INSURED C - The birth date of the individual in whose name the insurance is carried. */
175
+ | "C1"
176
+ /**
177
+ * EFFECTIVE DATE - INSURED C POLICY - A code indicating the first date insurance is in force. */
178
+ | "C2"
179
+ /**
180
+ * BENEFITS EXHAUSTED - PAYER C - Code indicating the last date for which benefits are available and after which no payment can be made by Payer C. */
181
+ | "C3";
182
+ export declare const OccurrenceCode: {
183
+ readonly C01: "01";
184
+ readonly C02: "02";
185
+ readonly C03: "03";
186
+ readonly C04: "04";
187
+ readonly C05: "05";
188
+ readonly C06: "06";
189
+ readonly C09: "09";
190
+ readonly C10: "10";
191
+ readonly C11: "11";
192
+ readonly C12: "12";
193
+ readonly C16: "16";
194
+ readonly C17: "17";
195
+ readonly C18: "18";
196
+ readonly C19: "19";
197
+ readonly C20: "20";
198
+ readonly C21: "21";
199
+ readonly C22: "22";
200
+ readonly C24: "24";
201
+ readonly C25: "25";
202
+ readonly C26: "26";
203
+ readonly C27: "27";
204
+ readonly C28: "28";
205
+ readonly C29: "29";
206
+ readonly C30: "30";
207
+ readonly C31: "31";
208
+ readonly C32: "32";
209
+ readonly C33: "33";
210
+ readonly C34: "34";
211
+ readonly C35: "35";
212
+ readonly C36: "36";
213
+ readonly C37: "37";
214
+ readonly C38: "38";
215
+ readonly C39: "39";
216
+ readonly C40: "40";
217
+ readonly C41: "41";
218
+ readonly C42: "42";
219
+ readonly C43: "43";
220
+ readonly C44: "44";
221
+ readonly C45: "45";
222
+ readonly C46: "46";
223
+ readonly C47: "47";
224
+ readonly C50: "50";
225
+ readonly C51: "51";
226
+ readonly C52: "52";
227
+ readonly C54: "54";
228
+ readonly C55: "55";
229
+ readonly C56: "56";
230
+ readonly C61: "61";
231
+ readonly C62: "62";
232
+ readonly Ca1: "A1";
233
+ readonly Ca2: "A2";
234
+ readonly Ca3: "A3";
235
+ readonly Ca4: "A4";
236
+ readonly Cb1: "B1";
237
+ readonly Cb2: "B2";
238
+ readonly Cb3: "B3";
239
+ readonly Cc1: "C1";
240
+ readonly Cc2: "C2";
241
+ readonly Cc3: "C3";
242
+ };
@@ -0,0 +1,67 @@
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.OccurrenceCode = void 0;
7
+ exports.OccurrenceCode = {
8
+ C01: "01",
9
+ C02: "02",
10
+ C03: "03",
11
+ C04: "04",
12
+ C05: "05",
13
+ C06: "06",
14
+ C09: "09",
15
+ C10: "10",
16
+ C11: "11",
17
+ C12: "12",
18
+ C16: "16",
19
+ C17: "17",
20
+ C18: "18",
21
+ C19: "19",
22
+ C20: "20",
23
+ C21: "21",
24
+ C22: "22",
25
+ C24: "24",
26
+ C25: "25",
27
+ C26: "26",
28
+ C27: "27",
29
+ C28: "28",
30
+ C29: "29",
31
+ C30: "30",
32
+ C31: "31",
33
+ C32: "32",
34
+ C33: "33",
35
+ C34: "34",
36
+ C35: "35",
37
+ C36: "36",
38
+ C37: "37",
39
+ C38: "38",
40
+ C39: "39",
41
+ C40: "40",
42
+ C41: "41",
43
+ C42: "42",
44
+ C43: "43",
45
+ C44: "44",
46
+ C45: "45",
47
+ C46: "46",
48
+ C47: "47",
49
+ C50: "50",
50
+ C51: "51",
51
+ C52: "52",
52
+ C54: "54",
53
+ C55: "55",
54
+ C56: "56",
55
+ C61: "61",
56
+ C62: "62",
57
+ Ca1: "A1",
58
+ Ca2: "A2",
59
+ Ca3: "A3",
60
+ Ca4: "A4",
61
+ Cb1: "B1",
62
+ Cb2: "B2",
63
+ Cb3: "B3",
64
+ Cc1: "C1",
65
+ Cc2: "C2",
66
+ Cc3: "C3",
67
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ /**
6
+ * This corresponds to the BH code qualifier value.
7
+ */
8
+ export interface OccurrenceInformation extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformation {
9
+ occurrenceCodeQualifier: CandidApi.healthCareCodeInformation.v1.OccurrenceInformationCodeQualifier;
10
+ occurrenceCode: CandidApi.healthCareCodeInformation.v1.OccurrenceCode;
11
+ occurrenceDate: CandidApi.healthCareCodeInformation.v1.D8Date;
12
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type OccurrenceInformationCodeQualifier =
5
+ /**
6
+ * Occurrence */
7
+ "BH";
8
+ export declare const OccurrenceInformationCodeQualifier: {
9
+ readonly Cbh: "BH";
10
+ };
@@ -0,0 +1,9 @@
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.OccurrenceInformationCodeQualifier = void 0;
7
+ exports.OccurrenceInformationCodeQualifier = {
8
+ Cbh: "BH",
9
+ };
@@ -0,0 +1,58 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type OccurrenceSpanCode =
5
+ /**
6
+ * QUALIFYING STAY DATES FOR SNF USE ONLY */
7
+ "70"
8
+ /**
9
+ * PRIOR STAY DATES */
10
+ | "71"
11
+ /**
12
+ * FIRST/LAST VISIT DATES */
13
+ | "72"
14
+ /**
15
+ * BENEFIT ELIGIBILITY PERIOD */
16
+ | "73"
17
+ /**
18
+ * NON-COVERED LEVEL OF CARE/LEAVE OF ABSENCE DATES */
19
+ | "74"
20
+ /**
21
+ * SNF LEVEL OF CARE DATES */
22
+ | "75"
23
+ /**
24
+ * PATIENT LIABILITY */
25
+ | "76"
26
+ /**
27
+ * PROVIDER LIABILITY PERIOD */
28
+ | "77"
29
+ /**
30
+ * SNF PROIR STAY DATES */
31
+ | "78"
32
+ /**
33
+ * PAYER CODE */
34
+ | "79"
35
+ /**
36
+ * PRIOR SAME-SNF STAY DATES FOR PAYMENT BAN PRUPOSES */
37
+ | "80"
38
+ /**
39
+ * ANTEPARTUM DAYS AT REDUCED LEVEL OF CARE */
40
+ | "81"
41
+ /**
42
+ * HOSPITAL AT HOME CARE DATES */
43
+ | "82";
44
+ export declare const OccurrenceSpanCode: {
45
+ readonly C70: "70";
46
+ readonly C71: "71";
47
+ readonly C72: "72";
48
+ readonly C73: "73";
49
+ readonly C74: "74";
50
+ readonly C75: "75";
51
+ readonly C76: "76";
52
+ readonly C77: "77";
53
+ readonly C78: "78";
54
+ readonly C79: "79";
55
+ readonly C80: "80";
56
+ readonly C81: "81";
57
+ readonly C82: "82";
58
+ };
@@ -0,0 +1,21 @@
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.OccurrenceSpanCode = void 0;
7
+ exports.OccurrenceSpanCode = {
8
+ C70: "70",
9
+ C71: "71",
10
+ C72: "72",
11
+ C73: "73",
12
+ C74: "74",
13
+ C75: "75",
14
+ C76: "76",
15
+ C77: "77",
16
+ C78: "78",
17
+ C79: "79",
18
+ C80: "80",
19
+ C81: "81",
20
+ C82: "82",
21
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type OccurrenceSpanCodeQualifier =
5
+ /**
6
+ * Occurrence Span */
7
+ "BI";
8
+ export declare const OccurrenceSpanCodeQualifier: {
9
+ readonly Cbi: "BI";
10
+ };
@@ -0,0 +1,9 @@
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.OccurrenceSpanCodeQualifier = void 0;
7
+ exports.OccurrenceSpanCodeQualifier = {
8
+ Cbi: "BI",
9
+ };