candidhealth 1.13.0 → 1.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (559) hide show
  1. package/Client.d.ts +0 -6
  2. package/Client.js +38 -48
  3. package/api/resources/commons/types/ProcedureModifier.d.ts +3 -0
  4. package/api/resources/commons/types/ProcedureModifier.js +3 -0
  5. package/api/resources/commons/types/index.d.ts +0 -2
  6. package/api/resources/commons/types/index.js +0 -2
  7. package/api/resources/encounters/resources/v4/client/Client.d.ts +97 -0
  8. package/api/resources/encounters/resources/v4/client/Client.js +312 -0
  9. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +67 -0
  10. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +143 -0
  11. package/api/resources/encounters/resources/v4/client/createUniversal.d.ts +91 -0
  12. package/api/resources/encounters/resources/v4/client/createUniversal.js +187 -0
  13. package/api/resources/encounters/resources/v4/client/index.d.ts +3 -0
  14. package/api/resources/encounters/resources/v4/client/index.js +4 -1
  15. package/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +67 -0
  16. package/api/resources/encounters/resources/v4/client/updateUniversal.js +143 -0
  17. package/api/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +46 -0
  18. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +44 -0
  19. package/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +36 -0
  20. package/api/resources/encountersUniversal/types/index.d.ts +3 -0
  21. package/api/resources/encountersUniversal/types/index.js +3 -0
  22. package/api/resources/era/types/index.d.ts +0 -1
  23. package/api/resources/era/types/index.js +0 -1
  24. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +8 -0
  25. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +8 -0
  26. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +8 -0
  27. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +9 -0
  28. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +27 -0
  29. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
  30. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +9 -0
  31. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +9 -0
  32. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
  33. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +8 -0
  34. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +9 -0
  35. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
  36. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +8 -0
  37. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +9 -0
  38. package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
  39. package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
  40. package/api/resources/index.d.ts +0 -5
  41. package/api/resources/index.js +2 -7
  42. package/api/resources/serviceFacility/index.d.ts +0 -1
  43. package/api/resources/serviceFacility/index.js +0 -1
  44. package/api/resources/serviceLines/resources/v2/client/Client.js +1 -0
  45. package/api/resources/serviceLines/resources/v2/client/delete.d.ts +7 -1
  46. package/api/resources/serviceLines/resources/v2/client/delete.js +11 -0
  47. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +8 -0
  48. package/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  49. package/api/resources/serviceLines/resources/v2/types/index.js +1 -0
  50. package/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +27 -0
  51. package/api/resources/x12/resources/v1/types/index.d.ts +1 -4
  52. package/api/resources/x12/resources/v1/types/index.js +1 -4
  53. package/dist/Client.d.ts +0 -6
  54. package/dist/Client.js +38 -48
  55. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +3 -0
  56. package/dist/api/resources/commons/types/ProcedureModifier.js +3 -0
  57. package/dist/api/resources/commons/types/index.d.ts +0 -2
  58. package/dist/api/resources/commons/types/index.js +0 -2
  59. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +97 -0
  60. package/dist/api/resources/encounters/resources/v4/client/Client.js +312 -0
  61. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +67 -0
  62. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +143 -0
  63. package/dist/api/resources/encounters/resources/v4/client/createUniversal.d.ts +91 -0
  64. package/dist/api/resources/encounters/resources/v4/client/createUniversal.js +187 -0
  65. package/dist/api/resources/encounters/resources/v4/client/index.d.ts +3 -0
  66. package/dist/api/resources/encounters/resources/v4/client/index.js +4 -1
  67. package/dist/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +67 -0
  68. package/dist/api/resources/encounters/resources/v4/client/updateUniversal.js +143 -0
  69. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +46 -0
  70. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +44 -0
  71. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +36 -0
  72. package/dist/api/resources/encountersUniversal/types/index.d.ts +3 -0
  73. package/dist/api/resources/encountersUniversal/types/index.js +3 -0
  74. package/dist/api/resources/era/types/index.d.ts +0 -1
  75. package/dist/api/resources/era/types/index.js +0 -1
  76. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +8 -0
  77. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +3 -0
  78. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +8 -0
  79. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +3 -0
  80. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +8 -0
  81. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +3 -0
  82. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +9 -0
  83. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +3 -0
  84. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +27 -0
  85. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +3 -0
  86. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
  87. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +3 -0
  88. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +9 -0
  89. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +3 -0
  90. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +9 -0
  91. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +3 -0
  92. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
  93. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +3 -0
  94. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +8 -0
  95. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +3 -0
  96. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +9 -0
  97. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +3 -0
  98. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
  99. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +3 -0
  100. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +8 -0
  101. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +3 -0
  102. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +9 -0
  103. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +3 -0
  104. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
  105. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
  106. package/dist/api/resources/index.d.ts +0 -5
  107. package/dist/api/resources/index.js +2 -7
  108. package/dist/api/resources/serviceFacility/index.d.ts +0 -1
  109. package/dist/api/resources/serviceFacility/index.js +0 -1
  110. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +1 -0
  111. package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +7 -1
  112. package/dist/api/resources/serviceLines/resources/v2/client/delete.js +11 -0
  113. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +8 -0
  114. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +3 -0
  115. package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  116. package/dist/api/resources/serviceLines/resources/v2/types/index.js +1 -0
  117. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +27 -0
  118. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +3 -0
  119. package/dist/api/resources/x12/resources/v1/types/index.d.ts +1 -4
  120. package/dist/api/resources/x12/resources/v1/types/index.js +1 -4
  121. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  122. package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  123. package/dist/serialization/resources/commons/types/index.d.ts +0 -2
  124. package/dist/serialization/resources/commons/types/index.js +0 -2
  125. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +46 -0
  126. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +110 -0
  127. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +66 -0
  128. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.js +134 -0
  129. package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +3 -0
  130. package/dist/serialization/resources/encounters/resources/v4/client/index.js +4 -1
  131. package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +47 -0
  132. package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.js +111 -0
  133. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +36 -0
  134. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +70 -0
  135. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +34 -0
  136. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +68 -0
  137. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +29 -0
  138. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +63 -0
  139. package/dist/serialization/resources/encountersUniversal/types/index.d.ts +3 -0
  140. package/dist/serialization/resources/encountersUniversal/types/index.js +3 -0
  141. package/dist/serialization/resources/era/types/index.d.ts +0 -1
  142. package/dist/serialization/resources/era/types/index.js +0 -1
  143. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +13 -0
  144. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +47 -0
  145. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +13 -0
  146. package/dist/serialization/resources/{insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js → healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js} +10 -6
  147. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +13 -0
  148. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +47 -0
  149. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +15 -0
  150. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +49 -0
  151. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +34 -0
  152. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +66 -0
  153. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
  154. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +49 -0
  155. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +15 -0
  156. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +49 -0
  157. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +15 -0
  158. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +49 -0
  159. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
  160. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +49 -0
  161. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +13 -0
  162. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +47 -0
  163. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +15 -0
  164. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +49 -0
  165. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
  166. package/dist/serialization/resources/{x12/resources/v1/types/RemittanceAdviceRemarkCode.js → healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js} +12 -5
  167. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +13 -0
  168. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +47 -0
  169. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +15 -0
  170. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +49 -0
  171. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
  172. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
  173. package/dist/serialization/resources/index.d.ts +0 -5
  174. package/dist/serialization/resources/index.js +2 -7
  175. package/dist/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +6 -1
  176. package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +6 -0
  177. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +12 -0
  178. package/dist/serialization/resources/{remitDrafts/resources/v1/types/RemitDraftId.js → serviceLines/resources/v2/types/UniversalServiceLineCreate.js} +9 -6
  179. package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  180. package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
  181. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +15 -0
  182. package/{serialization/resources/remits/resources/v1/types/PayeeIdentifier.js → dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js} +5 -11
  183. package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +1 -4
  184. package/dist/serialization/resources/x12/resources/v1/types/index.js +1 -4
  185. package/dist/version.d.ts +1 -1
  186. package/dist/version.js +1 -1
  187. package/package.json +1 -1
  188. package/reference.md +236 -353
  189. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  190. package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  191. package/serialization/resources/commons/types/index.d.ts +0 -2
  192. package/serialization/resources/commons/types/index.js +0 -2
  193. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +46 -0
  194. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +110 -0
  195. package/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +66 -0
  196. package/serialization/resources/encounters/resources/v4/client/createUniversal.js +134 -0
  197. package/serialization/resources/encounters/resources/v4/client/index.d.ts +3 -0
  198. package/serialization/resources/encounters/resources/v4/client/index.js +4 -1
  199. package/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +47 -0
  200. package/serialization/resources/encounters/resources/v4/client/updateUniversal.js +111 -0
  201. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +36 -0
  202. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +70 -0
  203. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +34 -0
  204. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +68 -0
  205. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +29 -0
  206. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +63 -0
  207. package/serialization/resources/encountersUniversal/types/index.d.ts +3 -0
  208. package/serialization/resources/encountersUniversal/types/index.js +3 -0
  209. package/serialization/resources/era/types/index.d.ts +0 -1
  210. package/serialization/resources/era/types/index.js +0 -1
  211. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +13 -0
  212. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +47 -0
  213. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +13 -0
  214. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +47 -0
  215. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +13 -0
  216. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +47 -0
  217. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +15 -0
  218. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +49 -0
  219. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +34 -0
  220. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +66 -0
  221. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
  222. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +49 -0
  223. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +15 -0
  224. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +49 -0
  225. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +15 -0
  226. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +49 -0
  227. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
  228. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +49 -0
  229. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +13 -0
  230. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +47 -0
  231. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +15 -0
  232. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +49 -0
  233. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
  234. package/serialization/resources/{x12/resources/v1/types/RemittanceAdviceRemarkCode.js → healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js} +12 -5
  235. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +13 -0
  236. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +47 -0
  237. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +15 -0
  238. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +49 -0
  239. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
  240. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
  241. package/serialization/resources/index.d.ts +0 -5
  242. package/serialization/resources/index.js +2 -7
  243. package/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +6 -1
  244. package/serialization/resources/serviceLines/resources/v2/client/delete.js +6 -0
  245. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +12 -0
  246. package/{dist/serialization/resources/remits/resources/v1/types/Payee.js → serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js} +9 -6
  247. package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  248. package/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
  249. package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +15 -0
  250. package/{dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js → serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js} +5 -11
  251. package/serialization/resources/x12/resources/v1/types/index.d.ts +1 -4
  252. package/serialization/resources/x12/resources/v1/types/index.js +1 -4
  253. package/version.d.ts +1 -1
  254. package/version.js +1 -1
  255. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -13
  256. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -16
  257. package/api/resources/commons/types/TaxId.d.ts +0 -5
  258. package/api/resources/commons/types/TaxId.js +0 -7
  259. package/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -5
  260. package/api/resources/eraCommons/index.d.ts +0 -1
  261. package/api/resources/eraCommons/index.js +0 -17
  262. package/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -13
  263. package/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -16
  264. package/api/resources/eraCommons/types/index.d.ts +0 -1
  265. package/api/resources/eraCommons/types/index.js +0 -17
  266. package/api/resources/insuranceAdjudications/client/Client.d.ts +0 -14
  267. package/api/resources/insuranceAdjudications/client/Client.js +0 -15
  268. package/api/resources/insuranceAdjudications/client/index.d.ts +0 -1
  269. package/api/resources/insuranceAdjudications/client/index.js +0 -2
  270. package/api/resources/insuranceAdjudications/index.d.ts +0 -2
  271. package/api/resources/insuranceAdjudications/index.js +0 -18
  272. package/api/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  273. package/api/resources/insuranceAdjudications/resources/index.js +0 -37
  274. package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -153
  275. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +0 -342
  276. package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -25
  277. package/api/resources/insuranceAdjudications/resources/v1/client/create.js +0 -66
  278. package/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +0 -19
  279. package/api/resources/insuranceAdjudications/resources/v1/client/delete.js +0 -55
  280. package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +0 -19
  281. package/api/resources/insuranceAdjudications/resources/v1/client/get.js +0 -55
  282. package/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -3
  283. package/api/resources/insuranceAdjudications/resources/v1/client/index.js +0 -39
  284. package/api/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  285. package/api/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  286. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -10
  287. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -9
  288. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -10
  289. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -12
  290. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -5
  291. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -7
  292. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -13
  293. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -12
  294. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -5
  295. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -7
  296. package/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  297. package/api/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  298. package/api/resources/remitDrafts/index.d.ts +0 -1
  299. package/api/resources/remitDrafts/index.js +0 -17
  300. package/api/resources/remitDrafts/resources/index.d.ts +0 -1
  301. package/api/resources/remitDrafts/resources/index.js +0 -37
  302. package/api/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  303. package/api/resources/remitDrafts/resources/v1/index.js +0 -17
  304. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -5
  305. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -7
  306. package/api/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  307. package/api/resources/remitDrafts/resources/v1/types/index.js +0 -17
  308. package/api/resources/remits/index.d.ts +0 -1
  309. package/api/resources/remits/index.js +0 -17
  310. package/api/resources/remits/resources/index.d.ts +0 -1
  311. package/api/resources/remits/resources/index.js +0 -37
  312. package/api/resources/remits/resources/v1/index.d.ts +0 -1
  313. package/api/resources/remits/resources/v1/index.js +0 -17
  314. package/api/resources/remits/resources/v1/types/Payee.d.ts +0 -5
  315. package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -16
  316. package/api/resources/remits/resources/v1/types/index.d.ts +0 -2
  317. package/api/resources/remits/resources/v1/types/index.js +0 -18
  318. package/api/resources/serviceFacility/client/Client.d.ts +0 -25
  319. package/api/resources/serviceFacility/client/Client.js +0 -119
  320. package/api/resources/serviceFacility/client/index.d.ts +0 -1
  321. package/api/resources/serviceFacility/client/index.js +0 -37
  322. package/api/resources/serviceFacility/client/update.d.ts +0 -19
  323. package/api/resources/serviceFacility/client/update.js +0 -55
  324. package/api/resources/x12/resources/v1/types/Carc.d.ts +0 -407
  325. package/api/resources/x12/resources/v1/types/Carc.js +0 -410
  326. package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -6
  327. package/api/resources/x12/resources/v1/types/Rarc.d.ts +0 -1190
  328. package/api/resources/x12/resources/v1/types/Rarc.js +0 -1193
  329. package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -4
  330. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -13
  331. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -16
  332. package/dist/api/resources/commons/types/TaxId.d.ts +0 -5
  333. package/dist/api/resources/commons/types/TaxId.js +0 -7
  334. package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -5
  335. package/dist/api/resources/eraCommons/index.d.ts +0 -1
  336. package/dist/api/resources/eraCommons/index.js +0 -17
  337. package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -13
  338. package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -16
  339. package/dist/api/resources/eraCommons/types/index.d.ts +0 -1
  340. package/dist/api/resources/eraCommons/types/index.js +0 -17
  341. package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +0 -14
  342. package/dist/api/resources/insuranceAdjudications/client/Client.js +0 -15
  343. package/dist/api/resources/insuranceAdjudications/client/index.d.ts +0 -1
  344. package/dist/api/resources/insuranceAdjudications/client/index.js +0 -2
  345. package/dist/api/resources/insuranceAdjudications/index.d.ts +0 -2
  346. package/dist/api/resources/insuranceAdjudications/index.js +0 -18
  347. package/dist/api/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  348. package/dist/api/resources/insuranceAdjudications/resources/index.js +0 -37
  349. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -153
  350. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +0 -342
  351. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -25
  352. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +0 -66
  353. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +0 -19
  354. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +0 -55
  355. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +0 -19
  356. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +0 -55
  357. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -3
  358. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +0 -39
  359. package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  360. package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  361. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -10
  362. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -9
  363. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -10
  364. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -12
  365. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -5
  366. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -7
  367. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -13
  368. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -12
  369. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -5
  370. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -7
  371. package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  372. package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  373. package/dist/api/resources/remitDrafts/index.d.ts +0 -1
  374. package/dist/api/resources/remitDrafts/index.js +0 -17
  375. package/dist/api/resources/remitDrafts/resources/index.d.ts +0 -1
  376. package/dist/api/resources/remitDrafts/resources/index.js +0 -37
  377. package/dist/api/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  378. package/dist/api/resources/remitDrafts/resources/v1/index.js +0 -17
  379. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -5
  380. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -7
  381. package/dist/api/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  382. package/dist/api/resources/remitDrafts/resources/v1/types/index.js +0 -17
  383. package/dist/api/resources/remits/index.d.ts +0 -1
  384. package/dist/api/resources/remits/index.js +0 -17
  385. package/dist/api/resources/remits/resources/index.d.ts +0 -1
  386. package/dist/api/resources/remits/resources/index.js +0 -37
  387. package/dist/api/resources/remits/resources/v1/index.d.ts +0 -1
  388. package/dist/api/resources/remits/resources/v1/index.js +0 -17
  389. package/dist/api/resources/remits/resources/v1/types/Payee.d.ts +0 -5
  390. package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -16
  391. package/dist/api/resources/remits/resources/v1/types/index.d.ts +0 -2
  392. package/dist/api/resources/remits/resources/v1/types/index.js +0 -18
  393. package/dist/api/resources/serviceFacility/client/Client.d.ts +0 -25
  394. package/dist/api/resources/serviceFacility/client/Client.js +0 -119
  395. package/dist/api/resources/serviceFacility/client/index.d.ts +0 -1
  396. package/dist/api/resources/serviceFacility/client/index.js +0 -37
  397. package/dist/api/resources/serviceFacility/client/update.d.ts +0 -19
  398. package/dist/api/resources/serviceFacility/client/update.js +0 -55
  399. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +0 -407
  400. package/dist/api/resources/x12/resources/v1/types/Carc.js +0 -410
  401. package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -6
  402. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +0 -1190
  403. package/dist/api/resources/x12/resources/v1/types/Rarc.js +0 -1193
  404. package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -4
  405. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -7
  406. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -39
  407. package/dist/serialization/resources/commons/types/TaxId.d.ts +0 -7
  408. package/dist/serialization/resources/commons/types/TaxId.js +0 -45
  409. package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -11
  410. package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +0 -43
  411. package/dist/serialization/resources/eraCommons/index.d.ts +0 -1
  412. package/dist/serialization/resources/eraCommons/index.js +0 -17
  413. package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -7
  414. package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -39
  415. package/dist/serialization/resources/eraCommons/types/index.d.ts +0 -1
  416. package/dist/serialization/resources/eraCommons/types/index.js +0 -17
  417. package/dist/serialization/resources/insuranceAdjudications/index.d.ts +0 -1
  418. package/dist/serialization/resources/insuranceAdjudications/index.js +0 -17
  419. package/dist/serialization/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  420. package/dist/serialization/resources/insuranceAdjudications/resources/index.js +0 -37
  421. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -12
  422. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +0 -69
  423. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -1
  424. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +0 -37
  425. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  426. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  427. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -19
  428. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +0 -51
  429. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -18
  430. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +0 -50
  431. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -19
  432. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +0 -51
  433. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -22
  434. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +0 -54
  435. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -7
  436. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -43
  437. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -21
  438. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +0 -53
  439. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -19
  440. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -51
  441. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -7
  442. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  443. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  444. package/dist/serialization/resources/remitDrafts/index.d.ts +0 -1
  445. package/dist/serialization/resources/remitDrafts/index.js +0 -17
  446. package/dist/serialization/resources/remitDrafts/resources/index.d.ts +0 -1
  447. package/dist/serialization/resources/remitDrafts/resources/index.js +0 -37
  448. package/dist/serialization/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  449. package/dist/serialization/resources/remitDrafts/resources/v1/index.js +0 -17
  450. package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -7
  451. package/dist/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  452. package/dist/serialization/resources/remitDrafts/resources/v1/types/index.js +0 -17
  453. package/dist/serialization/resources/remits/index.d.ts +0 -1
  454. package/dist/serialization/resources/remits/index.js +0 -17
  455. package/dist/serialization/resources/remits/resources/index.d.ts +0 -1
  456. package/dist/serialization/resources/remits/resources/index.js +0 -37
  457. package/dist/serialization/resources/remits/resources/v1/index.d.ts +0 -1
  458. package/dist/serialization/resources/remits/resources/v1/index.js +0 -17
  459. package/dist/serialization/resources/remits/resources/v1/types/Payee.d.ts +0 -11
  460. package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -21
  461. package/dist/serialization/resources/remits/resources/v1/types/index.d.ts +0 -2
  462. package/dist/serialization/resources/remits/resources/v1/types/index.js +0 -18
  463. package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +0 -7
  464. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +0 -444
  465. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -13
  466. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -45
  467. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +0 -7
  468. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +0 -1227
  469. package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -10
  470. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -7
  471. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -39
  472. package/serialization/resources/commons/types/TaxId.d.ts +0 -7
  473. package/serialization/resources/commons/types/TaxId.js +0 -45
  474. package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -11
  475. package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +0 -43
  476. package/serialization/resources/eraCommons/index.d.ts +0 -1
  477. package/serialization/resources/eraCommons/index.js +0 -17
  478. package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -7
  479. package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -39
  480. package/serialization/resources/eraCommons/types/index.d.ts +0 -1
  481. package/serialization/resources/eraCommons/types/index.js +0 -17
  482. package/serialization/resources/insuranceAdjudications/index.d.ts +0 -1
  483. package/serialization/resources/insuranceAdjudications/index.js +0 -17
  484. package/serialization/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  485. package/serialization/resources/insuranceAdjudications/resources/index.js +0 -37
  486. package/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -12
  487. package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +0 -69
  488. package/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -1
  489. package/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +0 -37
  490. package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  491. package/serialization/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  492. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -19
  493. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +0 -51
  494. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -18
  495. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +0 -50
  496. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -19
  497. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +0 -51
  498. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -22
  499. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +0 -54
  500. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -7
  501. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -43
  502. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -21
  503. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +0 -53
  504. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -19
  505. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -51
  506. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -7
  507. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -43
  508. package/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  509. package/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  510. package/serialization/resources/remitDrafts/index.d.ts +0 -1
  511. package/serialization/resources/remitDrafts/index.js +0 -17
  512. package/serialization/resources/remitDrafts/resources/index.d.ts +0 -1
  513. package/serialization/resources/remitDrafts/resources/index.js +0 -37
  514. package/serialization/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  515. package/serialization/resources/remitDrafts/resources/v1/index.js +0 -17
  516. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -7
  517. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -43
  518. package/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  519. package/serialization/resources/remitDrafts/resources/v1/types/index.js +0 -17
  520. package/serialization/resources/remits/index.d.ts +0 -1
  521. package/serialization/resources/remits/index.js +0 -17
  522. package/serialization/resources/remits/resources/index.d.ts +0 -1
  523. package/serialization/resources/remits/resources/index.js +0 -37
  524. package/serialization/resources/remits/resources/v1/index.d.ts +0 -1
  525. package/serialization/resources/remits/resources/v1/index.js +0 -17
  526. package/serialization/resources/remits/resources/v1/types/Payee.d.ts +0 -11
  527. package/serialization/resources/remits/resources/v1/types/Payee.js +0 -43
  528. package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -21
  529. package/serialization/resources/remits/resources/v1/types/index.d.ts +0 -2
  530. package/serialization/resources/remits/resources/v1/types/index.js +0 -18
  531. package/serialization/resources/x12/resources/v1/types/Carc.d.ts +0 -7
  532. package/serialization/resources/x12/resources/v1/types/Carc.js +0 -444
  533. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -13
  534. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -45
  535. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +0 -7
  536. package/serialization/resources/x12/resources/v1/types/Rarc.js +0 -1227
  537. package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -10
  538. /package/api/resources/{era/types/EraNotFullyProcessedErrorMessage.js → encountersUniversal/types/UniversalEncounterCreate.js} +0 -0
  539. /package/api/resources/{insuranceAdjudications/resources/v1/types/ClaimAdjudication.js → encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js} +0 -0
  540. /package/api/resources/{insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js → encountersUniversal/types/UniversalEncounterUpdate.js} +0 -0
  541. /package/api/resources/{insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js → healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js} +0 -0
  542. /package/api/resources/{insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js → healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js} +0 -0
  543. /package/api/resources/{insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js → healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js} +0 -0
  544. /package/api/resources/{insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js → healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js} +0 -0
  545. /package/api/resources/{remits/resources/v1/types/Payee.js → healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js} +0 -0
  546. /package/api/resources/{remits/resources/v1/types/PayeeIdentifier.js → healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js} +0 -0
  547. /package/api/resources/{x12/resources/v1/types/ClaimAdjustmentReasonCode.js → healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js} +0 -0
  548. /package/api/resources/{x12/resources/v1/types/RemittanceAdviceRemarkCode.js → healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js} +0 -0
  549. /package/{dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.js → api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js} +0 -0
  550. /package/{dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js → api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js} +0 -0
  551. /package/{dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js → api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js} +0 -0
  552. /package/{dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js → api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js} +0 -0
  553. /package/{dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js → api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js} +0 -0
  554. /package/{dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js → api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js} +0 -0
  555. /package/{dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js → api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js} +0 -0
  556. /package/{dist/api/resources/remits/resources/v1/types/Payee.js → api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js} +0 -0
  557. /package/dist/api/resources/{remits/resources/v1/types/PayeeIdentifier.js → encountersUniversal/types/UniversalEncounterCreate.js} +0 -0
  558. /package/dist/api/resources/{x12/resources/v1/types/ClaimAdjustmentReasonCode.js → encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js} +0 -0
  559. /package/dist/api/resources/{x12/resources/v1/types/RemittanceAdviceRemarkCode.js → encountersUniversal/types/UniversalEncounterUpdate.js} +0 -0
@@ -0,0 +1,27 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ export interface HealthCareCodeInformationCreate {
3
+ principalDiagnosis?: CandidApi.healthCareCodeInformation.v1.PrincipalDiagnosisNew;
4
+ otherDiagnosisInformation?: CandidApi.healthCareCodeInformation.v1.OtherDiagnosisInformationNew[];
5
+ /** This object only applies to 837i institutional claim forms. */
6
+ admittingDiagnosis?: CandidApi.healthCareCodeInformation.v1.AdmittingDiagnosisNew;
7
+ /** This object only applies to 837i institutional claim forms. */
8
+ patientReasonsForVisit?: CandidApi.healthCareCodeInformation.v1.PatientReasonForVisitNew[];
9
+ /** This object only applies to 837i institutional claim forms. */
10
+ externalCausesOfInjury?: CandidApi.healthCareCodeInformation.v1.ExternalCauseOfInjuryNew[];
11
+ /** This object only applies to 837i institutional claim forms. */
12
+ diagnosisRelatedGroups?: CandidApi.healthCareCodeInformation.v1.DiagnosisRelatedGroupNew;
13
+ /** This object only applies to 837i institutional claim forms. */
14
+ principalProcedure?: CandidApi.healthCareCodeInformation.v1.PrincipalProcedureInformationNew;
15
+ /** This object only applies to 837i institutional claim forms. */
16
+ otherProcedureInformation?: CandidApi.healthCareCodeInformation.v1.OtherProcedureInformationNew[];
17
+ /** This object only applies to 837i institutional claim forms. */
18
+ occurrenceSpanInformation?: CandidApi.healthCareCodeInformation.v1.OccurrenceSpanInformationNew[];
19
+ /** This object only applies to 837i institutional claim forms. */
20
+ occurrenceInformation?: CandidApi.healthCareCodeInformation.v1.OccurrenceInformationNew[];
21
+ /** This object only applies to 837i institutional claim forms. */
22
+ treatmentCodeInformation?: CandidApi.healthCareCodeInformation.v1.TreatmentCodeInformationNew[];
23
+ /** This object only applies to 837i institutional claim forms. */
24
+ valueInformation?: CandidApi.healthCareCodeInformation.v1.ValueInformationNew[];
25
+ /** This object only applies to 837i institutional claim forms. */
26
+ conditionInformation?: CandidApi.healthCareCodeInformation.v1.ConditionInformationNew[];
27
+ }
@@ -0,0 +1,15 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ /**
3
+ * This corresponds to the BH code qualifier value.
4
+ */
5
+ export interface OccurrenceInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
6
+ occurrenceCodeQualifier: CandidApi.healthCareCodeInformation.v1.OccurrenceInformationCodeQualifier;
7
+ occurrenceCode: CandidApi.healthCareCodeInformation.v1.OccurrenceCode;
8
+ /**
9
+ * An [RFC 3339, section 5.6 datetime](https://ijmacd.github.io/rfc3339-iso8601/).
10
+ * For example, 2017-07-21T17:32:28Z.
11
+ * In practice, only the date portion of this is used for claim submission, so
12
+ * midnight time is fine.
13
+ */
14
+ occurrenceDate: CandidApi.healthCareCodeInformation.v1.D8Date;
15
+ }
@@ -0,0 +1,9 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ /**
3
+ * This corresponds to the BI code qualifier value.
4
+ */
5
+ export interface OccurrenceSpanInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
6
+ occurrenceSpanCodeQualifier: CandidApi.healthCareCodeInformation.v1.OccurrenceSpanCodeQualifier;
7
+ occurrenceSpanCode: CandidApi.healthCareCodeInformation.v1.OccurrenceSpanCode;
8
+ occurrenceSpanDate: CandidApi.healthCareCodeInformation.v1.Rd8Date;
9
+ }
@@ -0,0 +1,9 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ /**
3
+ * This corresponds to BF and ABF code qualifier values.
4
+ */
5
+ export interface OtherDiagnosisInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
6
+ otherDiagnosisCodeQualifier: CandidApi.healthCareCodeInformation.v1.OtherDiagnosisInformationCodeQualifier;
7
+ otherDiagnosis: CandidApi.healthCareCodeInformation.v1.IcdCode;
8
+ presentOnAdmissionIndicator?: CandidApi.healthCareCodeInformation.v1.PresentOnAdmissionIndicatorCode;
9
+ }
@@ -0,0 +1,15 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ /**
3
+ * This corresponds to the BBQ or BQ code qualifier values.
4
+ */
5
+ export interface OtherProcedureInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
6
+ otherProcedureCodeQualifier: CandidApi.healthCareCodeInformation.v1.OtherProcedureInformationCodeQualifier;
7
+ otherProcedureCode: CandidApi.healthCareCodeInformation.v1.IcdCode;
8
+ /**
9
+ * An [RFC 3339, section 5.6 datetime](https://ijmacd.github.io/rfc3339-iso8601/).
10
+ * For example, 2017-07-21T17:32:28Z.
11
+ * In practice, only the date portion of this is used for claim submission, so
12
+ * midnight time is fine.
13
+ */
14
+ otherProcedureDate: CandidApi.healthCareCodeInformation.v1.D8Date;
15
+ }
@@ -0,0 +1,8 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ /**
3
+ * This corresponds to PR or APR code qualifier values.
4
+ */
5
+ export interface PatientReasonForVisitNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
6
+ patientReasonForVisitCodeQualifier: CandidApi.healthCareCodeInformation.v1.PatientReasonForVisitCodeQualifier;
7
+ patientReasonForVisit: CandidApi.healthCareCodeInformation.v1.IcdCode;
8
+ }
@@ -0,0 +1,9 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ /**
3
+ * This corresponds to BK or ABK code qualifier values.
4
+ */
5
+ export interface PrincipalDiagnosisNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
6
+ principalDiagnosisCodeQualifier: CandidApi.healthCareCodeInformation.v1.PrincipalDiagnosisCodeQualifier;
7
+ primaryDiagnosisCode: CandidApi.healthCareCodeInformation.v1.IcdCode;
8
+ presentOnAdmissionIndicator?: CandidApi.healthCareCodeInformation.v1.PresentOnAdmissionIndicatorCode;
9
+ }
@@ -0,0 +1,15 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ /**
3
+ * This correspond to BBR, BR, and CAH code qualifier values.
4
+ */
5
+ export interface PrincipalProcedureInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
6
+ principalProcedureCodeQualifier: CandidApi.healthCareCodeInformation.v1.PrincipalProcedureInformationCodeQualifier;
7
+ principalProcedureCode: CandidApi.healthCareCodeInformation.v1.IcdCode;
8
+ /**
9
+ * An [RFC 3339, section 5.6 datetime](https://ijmacd.github.io/rfc3339-iso8601/).
10
+ * For example, 2017-07-21T17:32:28Z.
11
+ * In practice, only the date portion of this is used for claim submission, so
12
+ * midnight time is fine.
13
+ */
14
+ procedureDate: CandidApi.healthCareCodeInformation.v1.D8Date;
15
+ }
@@ -0,0 +1,8 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ /**
3
+ * This corresponds to the TC code qualifier value.
4
+ */
5
+ export interface TreatmentCodeInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
6
+ treatmentCodeQualifier: CandidApi.healthCareCodeInformation.v1.TreatmentCodeQualifier;
7
+ treatmentCode: CandidApi.healthCareCodeInformation.v1.TreatmentCode;
8
+ }
@@ -0,0 +1,9 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ /**
3
+ * This corresponds to the BE code qualifier value.
4
+ */
5
+ export interface ValueInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
6
+ valueCodeQualifier: CandidApi.healthCareCodeInformation.v1.ValueCodeQualifier;
7
+ valueCode: CandidApi.healthCareCodeInformation.v1.ValueCode;
8
+ valueCodeAmount: CandidApi.Decimal;
9
+ }
@@ -1,14 +1,19 @@
1
1
  export * from "./AdmittingDiagnosis";
2
2
  export * from "./AdmittingDiagnosisCodeQualifier";
3
+ export * from "./AdmittingDiagnosisNew";
3
4
  export * from "./ConditionCode";
4
5
  export * from "./ConditionInformation";
5
6
  export * from "./ConditionInformationCodeQualifier";
7
+ export * from "./ConditionInformationNew";
6
8
  export * from "./D8Date";
7
9
  export * from "./DiagnosisRelatedGroup";
8
10
  export * from "./DiagnosisRelatedGroupCodeQualifier";
11
+ export * from "./DiagnosisRelatedGroupNew";
9
12
  export * from "./ExternalCauseOfInjury";
10
13
  export * from "./ExternalCauseOfInjuryCodeQualifier";
14
+ export * from "./ExternalCauseOfInjuryNew";
11
15
  export * from "./HealthCareCodeInformation";
16
+ export * from "./HealthCareCodeInformationCreate";
12
17
  export * from "./HealthCareCodeInformationGetAllResponse";
13
18
  export * from "./HealthCareCodeInformationNew";
14
19
  export * from "./HealthCareCodeInformationUpdate";
@@ -17,20 +22,27 @@ export * from "./MsdrgCode";
17
22
  export * from "./OccurrenceCode";
18
23
  export * from "./OccurrenceInformation";
19
24
  export * from "./OccurrenceInformationCodeQualifier";
25
+ export * from "./OccurrenceInformationNew";
20
26
  export * from "./OccurrenceSpanCode";
21
27
  export * from "./OccurrenceSpanCodeQualifier";
22
28
  export * from "./OccurrenceSpanInformation";
29
+ export * from "./OccurrenceSpanInformationNew";
23
30
  export * from "./OtherDiagnosisInformation";
24
31
  export * from "./OtherDiagnosisInformationCodeQualifier";
32
+ export * from "./OtherDiagnosisInformationNew";
25
33
  export * from "./OtherProcedureInformation";
26
34
  export * from "./OtherProcedureInformationCodeQualifier";
35
+ export * from "./OtherProcedureInformationNew";
27
36
  export * from "./PatientReasonForVisit";
28
37
  export * from "./PatientReasonForVisitCodeQualifier";
38
+ export * from "./PatientReasonForVisitNew";
29
39
  export * from "./PresentOnAdmissionIndicatorCode";
30
40
  export * from "./PrincipalDiagnosis";
31
41
  export * from "./PrincipalDiagnosisCodeQualifier";
42
+ export * from "./PrincipalDiagnosisNew";
32
43
  export * from "./PrincipalProcedureInformation";
33
44
  export * from "./PrincipalProcedureInformationCodeQualifier";
45
+ export * from "./PrincipalProcedureInformationNew";
34
46
  export * from "./Rd8Date";
35
47
  export * from "./SetOrClearAdmittingDiagnosis";
36
48
  export * from "./SetOrClearDiagnosisRelatedGroup";
@@ -38,7 +50,9 @@ export * from "./SetOrClearPrincipalDiagnosis";
38
50
  export * from "./SetOrClearPrincipalProcedureInformation";
39
51
  export * from "./TreatmentCode";
40
52
  export * from "./TreatmentCodeInformation";
53
+ export * from "./TreatmentCodeInformationNew";
41
54
  export * from "./TreatmentCodeQualifier";
42
55
  export * from "./ValueCode";
43
56
  export * from "./ValueCodeQualifier";
44
57
  export * from "./ValueInformation";
58
+ export * from "./ValueInformationNew";
@@ -16,15 +16,20 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./AdmittingDiagnosis"), exports);
18
18
  __exportStar(require("./AdmittingDiagnosisCodeQualifier"), exports);
19
+ __exportStar(require("./AdmittingDiagnosisNew"), exports);
19
20
  __exportStar(require("./ConditionCode"), exports);
20
21
  __exportStar(require("./ConditionInformation"), exports);
21
22
  __exportStar(require("./ConditionInformationCodeQualifier"), exports);
23
+ __exportStar(require("./ConditionInformationNew"), exports);
22
24
  __exportStar(require("./D8Date"), exports);
23
25
  __exportStar(require("./DiagnosisRelatedGroup"), exports);
24
26
  __exportStar(require("./DiagnosisRelatedGroupCodeQualifier"), exports);
27
+ __exportStar(require("./DiagnosisRelatedGroupNew"), exports);
25
28
  __exportStar(require("./ExternalCauseOfInjury"), exports);
26
29
  __exportStar(require("./ExternalCauseOfInjuryCodeQualifier"), exports);
30
+ __exportStar(require("./ExternalCauseOfInjuryNew"), exports);
27
31
  __exportStar(require("./HealthCareCodeInformation"), exports);
32
+ __exportStar(require("./HealthCareCodeInformationCreate"), exports);
28
33
  __exportStar(require("./HealthCareCodeInformationGetAllResponse"), exports);
29
34
  __exportStar(require("./HealthCareCodeInformationNew"), exports);
30
35
  __exportStar(require("./HealthCareCodeInformationUpdate"), exports);
@@ -33,20 +38,27 @@ __exportStar(require("./MsdrgCode"), exports);
33
38
  __exportStar(require("./OccurrenceCode"), exports);
34
39
  __exportStar(require("./OccurrenceInformation"), exports);
35
40
  __exportStar(require("./OccurrenceInformationCodeQualifier"), exports);
41
+ __exportStar(require("./OccurrenceInformationNew"), exports);
36
42
  __exportStar(require("./OccurrenceSpanCode"), exports);
37
43
  __exportStar(require("./OccurrenceSpanCodeQualifier"), exports);
38
44
  __exportStar(require("./OccurrenceSpanInformation"), exports);
45
+ __exportStar(require("./OccurrenceSpanInformationNew"), exports);
39
46
  __exportStar(require("./OtherDiagnosisInformation"), exports);
40
47
  __exportStar(require("./OtherDiagnosisInformationCodeQualifier"), exports);
48
+ __exportStar(require("./OtherDiagnosisInformationNew"), exports);
41
49
  __exportStar(require("./OtherProcedureInformation"), exports);
42
50
  __exportStar(require("./OtherProcedureInformationCodeQualifier"), exports);
51
+ __exportStar(require("./OtherProcedureInformationNew"), exports);
43
52
  __exportStar(require("./PatientReasonForVisit"), exports);
44
53
  __exportStar(require("./PatientReasonForVisitCodeQualifier"), exports);
54
+ __exportStar(require("./PatientReasonForVisitNew"), exports);
45
55
  __exportStar(require("./PresentOnAdmissionIndicatorCode"), exports);
46
56
  __exportStar(require("./PrincipalDiagnosis"), exports);
47
57
  __exportStar(require("./PrincipalDiagnosisCodeQualifier"), exports);
58
+ __exportStar(require("./PrincipalDiagnosisNew"), exports);
48
59
  __exportStar(require("./PrincipalProcedureInformation"), exports);
49
60
  __exportStar(require("./PrincipalProcedureInformationCodeQualifier"), exports);
61
+ __exportStar(require("./PrincipalProcedureInformationNew"), exports);
50
62
  __exportStar(require("./Rd8Date"), exports);
51
63
  __exportStar(require("./SetOrClearAdmittingDiagnosis"), exports);
52
64
  __exportStar(require("./SetOrClearDiagnosisRelatedGroup"), exports);
@@ -54,7 +66,9 @@ __exportStar(require("./SetOrClearPrincipalDiagnosis"), exports);
54
66
  __exportStar(require("./SetOrClearPrincipalProcedureInformation"), exports);
55
67
  __exportStar(require("./TreatmentCode"), exports);
56
68
  __exportStar(require("./TreatmentCodeInformation"), exports);
69
+ __exportStar(require("./TreatmentCodeInformationNew"), exports);
57
70
  __exportStar(require("./TreatmentCodeQualifier"), exports);
58
71
  __exportStar(require("./ValueCode"), exports);
59
72
  __exportStar(require("./ValueCodeQualifier"), exports);
60
73
  __exportStar(require("./ValueInformation"), exports);
74
+ __exportStar(require("./ValueInformationNew"), exports);
@@ -22,8 +22,6 @@ export * as encounters from "./encounters";
22
22
  export * as encountersUniversal from "./encountersUniversal";
23
23
  export * as era from "./era";
24
24
  export * from "./era/types";
25
- export * as eraCommons from "./eraCommons";
26
- export * from "./eraCommons/types";
27
25
  export * as expectedNetworkStatus from "./expectedNetworkStatus";
28
26
  export * as exports from "./exports";
29
27
  export * as externalPaymentAccountConfig from "./externalPaymentAccountConfig";
@@ -37,7 +35,6 @@ export * from "./identifiers/types";
37
35
  export * as importInvoice from "./importInvoice";
38
36
  export * as individual from "./individual";
39
37
  export * from "./individual/types";
40
- export * as insuranceAdjudications from "./insuranceAdjudications";
41
38
  export * as insuranceCards from "./insuranceCards";
42
39
  export * as insurancePayments from "./insurancePayments";
43
40
  export * as insuranceRefunds from "./insuranceRefunds";
@@ -59,8 +56,6 @@ export * from "./paymentAccountConfigs/types";
59
56
  export * as pipelineCommons from "./pipelineCommons";
60
57
  export * from "./pipelineCommons/types";
61
58
  export * as preEncounter from "./preEncounter";
62
- export * as remitDrafts from "./remitDrafts";
63
- export * as remits from "./remits";
64
59
  export * as serviceFacility from "./serviceFacility";
65
60
  export * from "./serviceFacility/types";
66
61
  export * as serviceLines from "./serviceLines";
@@ -36,8 +36,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.remitDrafts = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.individual = exports.importInvoice = exports.identifiers = exports.healthCareCodeInformation = exports.guarantor = exports.financials = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.eraCommons = exports.era = exports.encountersUniversal = exports.encounters = exports.encounterSupplementalInformation = exports.encounterProviders = exports.encounterAttachments = exports.eligibility = exports.diagnoses = exports.customSchemas = exports.credentialing = exports.contracts = exports.commons = exports.clinicalTrials = exports.claims = exports.claimSubmission = exports.chargeCaptureBundles = exports.chargeCapture = exports.billingNotes = exports.auth = void 0;
40
- exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.users = exports.tasks = exports.tags = exports.superbills = exports.serviceLines = exports.serviceFacility = exports.remits = void 0;
39
+ exports.superbills = exports.serviceLines = exports.serviceFacility = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.individual = exports.importInvoice = exports.identifiers = exports.healthCareCodeInformation = exports.guarantor = exports.financials = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.era = exports.encountersUniversal = exports.encounters = exports.encounterSupplementalInformation = exports.encounterProviders = exports.encounterAttachments = exports.eligibility = exports.diagnoses = exports.customSchemas = exports.credentialing = exports.contracts = exports.commons = exports.clinicalTrials = exports.claims = exports.claimSubmission = exports.chargeCaptureBundles = exports.chargeCapture = exports.billingNotes = exports.auth = void 0;
40
+ exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.users = exports.tasks = exports.tags = void 0;
41
41
  exports.auth = __importStar(require("./auth"));
42
42
  exports.billingNotes = __importStar(require("./billingNotes"));
43
43
  exports.chargeCapture = __importStar(require("./chargeCapture"));
@@ -62,8 +62,6 @@ exports.encounters = __importStar(require("./encounters"));
62
62
  exports.encountersUniversal = __importStar(require("./encountersUniversal"));
63
63
  exports.era = __importStar(require("./era"));
64
64
  __exportStar(require("./era/types"), exports);
65
- exports.eraCommons = __importStar(require("./eraCommons"));
66
- __exportStar(require("./eraCommons/types"), exports);
67
65
  exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
68
66
  exports.exports = __importStar(require("./exports"));
69
67
  exports.externalPaymentAccountConfig = __importStar(require("./externalPaymentAccountConfig"));
@@ -77,7 +75,6 @@ __exportStar(require("./identifiers/types"), exports);
77
75
  exports.importInvoice = __importStar(require("./importInvoice"));
78
76
  exports.individual = __importStar(require("./individual"));
79
77
  __exportStar(require("./individual/types"), exports);
80
- exports.insuranceAdjudications = __importStar(require("./insuranceAdjudications"));
81
78
  exports.insuranceCards = __importStar(require("./insuranceCards"));
82
79
  exports.insurancePayments = __importStar(require("./insurancePayments"));
83
80
  exports.insuranceRefunds = __importStar(require("./insuranceRefunds"));
@@ -99,8 +96,6 @@ __exportStar(require("./paymentAccountConfigs/types"), exports);
99
96
  exports.pipelineCommons = __importStar(require("./pipelineCommons"));
100
97
  __exportStar(require("./pipelineCommons/types"), exports);
101
98
  exports.preEncounter = __importStar(require("./preEncounter"));
102
- exports.remitDrafts = __importStar(require("./remitDrafts"));
103
- exports.remits = __importStar(require("./remits"));
104
99
  exports.serviceFacility = __importStar(require("./serviceFacility"));
105
100
  __exportStar(require("./serviceFacility/types"), exports);
106
101
  exports.serviceLines = __importStar(require("./serviceLines"));
@@ -1,2 +1 @@
1
- export * from "./client";
2
1
  export * from "./types";
@@ -14,5 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./client"), exports);
18
17
  __exportStar(require("./types"), exports);
@@ -394,6 +394,7 @@ class V2 {
394
394
  switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
395
395
  case "EntityNotFoundError":
396
396
  case "UnauthorizedError":
397
+ case "EntityConflictError":
397
398
  return {
398
399
  data: {
399
400
  ok: false,
@@ -1,6 +1,6 @@
1
1
  import type * as core from "../../../../../../core";
2
2
  import * as CandidApi from "../../../../../index";
3
- export type Error = CandidApi.serviceLines.v2.delete.Error.EntityNotFoundError | CandidApi.serviceLines.v2.delete.Error.UnauthorizedError | CandidApi.serviceLines.v2.delete.Error._Unknown;
3
+ export type Error = CandidApi.serviceLines.v2.delete.Error.EntityNotFoundError | CandidApi.serviceLines.v2.delete.Error.UnauthorizedError | CandidApi.serviceLines.v2.delete.Error.EntityConflictError | CandidApi.serviceLines.v2.delete.Error._Unknown;
4
4
  export declare namespace Error {
5
5
  interface EntityNotFoundError extends _Utils {
6
6
  errorName: "EntityNotFoundError";
@@ -10,6 +10,10 @@ export declare namespace Error {
10
10
  errorName: "UnauthorizedError";
11
11
  content: CandidApi.UnauthorizedErrorMessage;
12
12
  }
13
+ interface EntityConflictError extends _Utils {
14
+ errorName: "EntityConflictError";
15
+ content: CandidApi.EntityConflictErrorMessage;
16
+ }
13
17
  interface _Unknown extends _Utils {
14
18
  errorName: void;
15
19
  content: core.Fetcher.Error;
@@ -20,12 +24,14 @@ export declare namespace Error {
20
24
  interface _Visitor<_Result> {
21
25
  entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
22
26
  unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
27
+ entityConflictError: (value: CandidApi.EntityConflictErrorMessage) => _Result;
23
28
  _other: (value: core.Fetcher.Error) => _Result;
24
29
  }
25
30
  }
26
31
  export declare const Error: {
27
32
  readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.serviceLines.v2.delete.Error.EntityNotFoundError;
28
33
  readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.serviceLines.v2.delete.Error.UnauthorizedError;
34
+ readonly entityConflictError: (value: CandidApi.EntityConflictErrorMessage) => CandidApi.serviceLines.v2.delete.Error.EntityConflictError;
29
35
  readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.serviceLines.v2.delete.Error._Unknown;
30
36
  readonly _visit: <_Result>(value: CandidApi.serviceLines.v2.delete.Error, visitor: CandidApi.serviceLines.v2.delete.Error._Visitor<_Result>) => _Result;
31
37
  };
@@ -55,6 +55,15 @@ exports.Error = {
55
55
  },
56
56
  };
57
57
  },
58
+ entityConflictError: (value) => {
59
+ return {
60
+ content: value,
61
+ errorName: "EntityConflictError",
62
+ _visit: function (visitor) {
63
+ return CandidApi.serviceLines.v2.delete.Error._visit(this, visitor);
64
+ },
65
+ };
66
+ },
58
67
  _unknown: (fetcherError) => {
59
68
  return {
60
69
  errorName: undefined,
@@ -70,6 +79,8 @@ exports.Error = {
70
79
  return visitor.entityNotFoundError(value.content);
71
80
  case "UnauthorizedError":
72
81
  return visitor.unauthorizedError(value.content);
82
+ case "EntityConflictError":
83
+ return visitor.entityConflictError(value.content);
73
84
  default:
74
85
  return visitor._other(value);
75
86
  }
@@ -0,0 +1,8 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ export interface UniversalServiceLineCreate extends CandidApi.serviceLines.v2.ServiceLineCreateBaseBase {
3
+ /** Indices (zero-indexed) of all the diagnoses this service line references */
4
+ diagnosisPointers?: number[];
5
+ /** A 4 digit code that specifies facility department or type of service arrangement for institutional service line items (837i). This code is not required for professional claim billing (837p). */
6
+ revenueCode?: string;
7
+ procedureCode?: string;
8
+ }
@@ -19,5 +19,6 @@ export * from "./ServiceLineUpdateBase";
19
19
  export * from "./TestResult";
20
20
  export * from "./TestResultOptional";
21
21
  export * from "./TestResultType";
22
+ export * from "./UniversalServiceLineCreate";
22
23
  export * from "./UniversalServiceLineCreateStandalone";
23
24
  export * from "./UniversalServiceLineUpdate";
@@ -35,5 +35,6 @@ __exportStar(require("./ServiceLineUpdateBase"), exports);
35
35
  __exportStar(require("./TestResult"), exports);
36
36
  __exportStar(require("./TestResultOptional"), exports);
37
37
  __exportStar(require("./TestResultType"), exports);
38
+ __exportStar(require("./UniversalServiceLineCreate"), exports);
38
39
  __exportStar(require("./UniversalServiceLineCreateStandalone"), exports);
39
40
  __exportStar(require("./UniversalServiceLineUpdate"), exports);
@@ -0,0 +1,27 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ /**
3
+ * A type of bill can either be seen as a compositio of structured parts, or as a literal string.
4
+ * This union represents the potential to express a type of bill either as one of those two shapes.
5
+ * Passing a string, this update will be seen as a complete 4 digit code, along with a padding code 0, that
6
+ * should match a valid composition.
7
+ * Passing as a structure, the update will be seen as three parts and will be joined together by the server
8
+ * to represent a valid composition for you.
9
+ * Which you use depends upon whether you are "passing through" coded information or making a decision about its
10
+ * structure explicitly.
11
+ */
12
+ export type TypeOfBillCompositeUpdate =
13
+ /**
14
+ * Full 4 digit type of bill code, starting with a leading 0. */
15
+ CandidApi.x12.v1.TypeOfBillCompositeUpdate.RawCode
16
+ /**
17
+ * Use composite_codes to send type_of_care, type_of_facility and frequency_code as separate enums. */
18
+ | CandidApi.x12.v1.TypeOfBillCompositeUpdate.CompositeCodes;
19
+ export declare namespace TypeOfBillCompositeUpdate {
20
+ interface RawCode {
21
+ type: "raw_code";
22
+ value: string;
23
+ }
24
+ interface CompositeCodes extends CandidApi.x12.v1.TypeOfBillCompositeBase {
25
+ type: "composite_codes";
26
+ }
27
+ }
@@ -1,12 +1,9 @@
1
- export * from "./Carc";
2
- export * from "./ClaimAdjustmentReasonCode";
3
1
  export * from "./PatientDischargeStatusCode";
4
2
  export * from "./PointOfOriginForAdmissionOrVisitCode";
5
- export * from "./Rarc";
6
- export * from "./RemittanceAdviceRemarkCode";
7
3
  export * from "./TypeOfAdmissionOrVisitCode";
8
4
  export * from "./TypeOfBillComposite";
9
5
  export * from "./TypeOfBillCompositeBase";
6
+ export * from "./TypeOfBillCompositeUpdate";
10
7
  export * from "./TypeOfBillFrequencyCode";
11
8
  export * from "./TypeOfCareCode";
12
9
  export * from "./TypeOfFacilityCode";
@@ -14,15 +14,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./Carc"), exports);
18
- __exportStar(require("./ClaimAdjustmentReasonCode"), exports);
19
17
  __exportStar(require("./PatientDischargeStatusCode"), exports);
20
18
  __exportStar(require("./PointOfOriginForAdmissionOrVisitCode"), exports);
21
- __exportStar(require("./Rarc"), exports);
22
- __exportStar(require("./RemittanceAdviceRemarkCode"), exports);
23
19
  __exportStar(require("./TypeOfAdmissionOrVisitCode"), exports);
24
20
  __exportStar(require("./TypeOfBillComposite"), exports);
25
21
  __exportStar(require("./TypeOfBillCompositeBase"), exports);
22
+ __exportStar(require("./TypeOfBillCompositeUpdate"), exports);
26
23
  __exportStar(require("./TypeOfBillFrequencyCode"), exports);
27
24
  __exportStar(require("./TypeOfCareCode"), exports);
28
25
  __exportStar(require("./TypeOfFacilityCode"), exports);
package/dist/Client.d.ts CHANGED
@@ -18,7 +18,6 @@ import { FeeSchedules } from "./api/resources/feeSchedules/client/Client";
18
18
  import { Guarantor } from "./api/resources/guarantor/client/Client";
19
19
  import { HealthCareCodeInformation } from "./api/resources/healthCareCodeInformation/client/Client";
20
20
  import { ImportInvoice } from "./api/resources/importInvoice/client/Client";
21
- import { InsuranceAdjudications } from "./api/resources/insuranceAdjudications/client/Client";
22
21
  import { InsurancePayments } from "./api/resources/insurancePayments/client/Client";
23
22
  import { InsuranceRefunds } from "./api/resources/insuranceRefunds/client/Client";
24
23
  import { MedicationDispense } from "./api/resources/medicationDispense/client/Client";
@@ -33,7 +32,6 @@ import { PatientRefunds } from "./api/resources/patientRefunds/client/Client";
33
32
  import { PayerPlanGroups } from "./api/resources/payerPlanGroups/client/Client";
34
33
  import { Payers } from "./api/resources/payers/client/Client";
35
34
  import { PreEncounter } from "./api/resources/preEncounter/client/Client";
36
- import { ServiceFacility } from "./api/resources/serviceFacility/client/Client";
37
35
  import { ServiceLines } from "./api/resources/serviceLines/client/Client";
38
36
  import { Superbills } from "./api/resources/superbills/client/Client";
39
37
  import { Tasks } from "./api/resources/tasks/client/Client";
@@ -70,7 +68,6 @@ export declare class CandidApiClient {
70
68
  protected _guarantor: Guarantor | undefined;
71
69
  protected _healthCareCodeInformation: HealthCareCodeInformation | undefined;
72
70
  protected _importInvoice: ImportInvoice | undefined;
73
- protected _insuranceAdjudications: InsuranceAdjudications | undefined;
74
71
  protected _insurancePayments: InsurancePayments | undefined;
75
72
  protected _insuranceRefunds: InsuranceRefunds | undefined;
76
73
  protected _medicationDispense: MedicationDispense | undefined;
@@ -90,7 +87,6 @@ export declare class CandidApiClient {
90
87
  protected _writeOffs: WriteOffs | undefined;
91
88
  protected _preEncounter: PreEncounter | undefined;
92
89
  protected _diagnoses: Diagnoses | undefined;
93
- protected _serviceFacility: ServiceFacility | undefined;
94
90
  constructor(_options: CandidApiClient.Options);
95
91
  get auth(): Auth;
96
92
  get billingNotes(): BillingNotes;
@@ -111,7 +107,6 @@ export declare class CandidApiClient {
111
107
  get guarantor(): Guarantor;
112
108
  get healthCareCodeInformation(): HealthCareCodeInformation;
113
109
  get importInvoice(): ImportInvoice;
114
- get insuranceAdjudications(): InsuranceAdjudications;
115
110
  get insurancePayments(): InsurancePayments;
116
111
  get insuranceRefunds(): InsuranceRefunds;
117
112
  get medicationDispense(): MedicationDispense;
@@ -131,5 +126,4 @@ export declare class CandidApiClient {
131
126
  get writeOffs(): WriteOffs;
132
127
  get preEncounter(): PreEncounter;
133
128
  get diagnoses(): Diagnoses;
134
- get serviceFacility(): ServiceFacility;
135
129
  }