candidhealth 1.16.0 → 1.17.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 (565) hide show
  1. package/Client.d.ts +0 -3
  2. package/Client.js +36 -41
  3. package/api/resources/contracts/client/Client.d.ts +3 -0
  4. package/api/resources/contracts/client/Client.js +5 -0
  5. package/api/resources/contracts/resources/index.d.ts +1 -0
  6. package/api/resources/contracts/resources/index.js +2 -1
  7. package/api/resources/contracts/resources/v2/client/Client.d.ts +4 -0
  8. package/api/resources/contracts/resources/v2/client/Client.js +4 -0
  9. package/api/resources/contracts/resources/v3/client/Client.d.ts +109 -0
  10. package/api/resources/contracts/resources/v3/client/Client.js +603 -0
  11. package/api/resources/contracts/resources/v3/client/create.d.ts +19 -0
  12. package/api/resources/contracts/resources/v3/client/create.js +55 -0
  13. package/api/resources/contracts/resources/v3/client/createContractServiceFacility.d.ts +25 -0
  14. package/api/resources/contracts/resources/v3/client/createContractServiceFacility.js +66 -0
  15. package/api/resources/contracts/resources/v3/client/delete.d.ts +25 -0
  16. package/api/resources/contracts/resources/v3/client/delete.js +66 -0
  17. package/api/resources/contracts/resources/v3/client/get.d.ts +25 -0
  18. package/{dist/api/resources/insurancePayments/resources/v1 → api/resources/contracts/resources/v3}/client/get.js +2 -13
  19. package/api/resources/contracts/resources/v3/client/getMulti.d.ts +19 -0
  20. package/api/resources/contracts/resources/v3/client/getMulti.js +55 -0
  21. package/api/resources/contracts/resources/v3/client/index.d.ts +8 -0
  22. package/{serialization/resources/insurancePayments/resources/v1 → api/resources/contracts/resources/v3}/client/index.js +10 -1
  23. package/api/resources/contracts/resources/v3/client/requests/ContractServiceFacilityCreate.d.ts +10 -0
  24. package/api/resources/contracts/resources/v3/client/requests/ContractServiceFacilityUpdate.d.ts +10 -0
  25. package/api/resources/contracts/resources/v3/client/requests/GetMultiContractsRequest.d.ts +23 -0
  26. package/api/resources/contracts/resources/v3/client/requests/index.d.ts +3 -0
  27. package/api/resources/contracts/resources/v3/client/update.d.ts +31 -0
  28. package/api/resources/{insurancePayments/resources/v1/client/getMulti.js → contracts/resources/v3/client/update.js} +9 -9
  29. package/api/resources/contracts/resources/v3/client/updateContractServiceFacility.d.ts +25 -0
  30. package/api/resources/contracts/resources/v3/client/updateContractServiceFacility.js +66 -0
  31. package/api/resources/contracts/resources/v3/types/Contract.d.ts +10 -0
  32. package/api/resources/contracts/resources/v3/types/ContractBase.d.ts +20 -0
  33. package/api/resources/contracts/resources/v3/types/ContractCreate.d.ts +9 -0
  34. package/api/resources/contracts/resources/v3/types/ContractCreateUnion.d.ts +10 -0
  35. package/api/resources/contracts/resources/v3/types/ContractCreateUnion.js +3 -0
  36. package/api/resources/contracts/resources/v3/types/ContractId.d.ts +5 -0
  37. package/{dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js → api/resources/contracts/resources/v3/types/ContractId.js} +2 -2
  38. package/api/resources/contracts/resources/v3/types/ContractServiceFacility.d.ts +6 -0
  39. package/api/resources/contracts/resources/v3/types/ContractServiceFacility.js +3 -0
  40. package/api/resources/contracts/resources/v3/types/ContractServiceFacilityBase.d.ts +6 -0
  41. package/api/resources/contracts/resources/v3/types/ContractServiceFacilityBase.js +3 -0
  42. package/api/resources/contracts/resources/v3/types/ContractServiceFacilityId.d.ts +5 -0
  43. package/api/resources/contracts/resources/v3/types/ContractServiceFacilityId.js +7 -0
  44. package/api/resources/contracts/resources/v3/types/ContractType.d.ts +9 -0
  45. package/api/resources/contracts/resources/v3/types/ContractType.js +12 -0
  46. package/api/resources/contracts/resources/v3/types/ContractUnion.d.ts +10 -0
  47. package/api/resources/contracts/resources/v3/types/ContractUnion.js +3 -0
  48. package/api/resources/contracts/resources/v3/types/ContractUpdate.d.ts +17 -0
  49. package/api/resources/contracts/resources/v3/types/ContractUpdate.js +3 -0
  50. package/api/resources/contracts/resources/v3/types/ContractUpdateUnion.d.ts +10 -0
  51. package/api/resources/contracts/resources/v3/types/ContractUpdateUnion.js +3 -0
  52. package/api/resources/contracts/resources/v3/types/ContractWithProvidersUnion.d.ts +10 -0
  53. package/api/resources/contracts/resources/v3/types/ContractWithProvidersUnion.js +3 -0
  54. package/api/resources/contracts/resources/v3/types/ContractingProviderId.d.ts +5 -0
  55. package/api/resources/contracts/resources/v3/types/ContractingProviderId.js +7 -0
  56. package/api/resources/contracts/resources/v3/types/ContractsPage.d.ts +4 -0
  57. package/api/resources/contracts/resources/v3/types/ContractsPage.js +3 -0
  58. package/api/resources/contracts/resources/v3/types/InstitutionalContract.d.ts +5 -0
  59. package/api/resources/contracts/resources/v3/types/InstitutionalContract.js +3 -0
  60. package/api/resources/contracts/resources/v3/types/InstitutionalContractCreate.d.ts +4 -0
  61. package/api/resources/contracts/resources/v3/types/InstitutionalContractCreate.js +3 -0
  62. package/api/resources/contracts/resources/v3/types/InstitutionalContractUpdate.d.ts +4 -0
  63. package/api/resources/contracts/resources/v3/types/InstitutionalContractUpdate.js +3 -0
  64. package/api/resources/contracts/resources/v3/types/ProfessionalContract.d.ts +5 -0
  65. package/api/resources/contracts/resources/v3/types/ProfessionalContract.js +3 -0
  66. package/api/resources/contracts/resources/v3/types/ProfessionalContractCreate.d.ts +4 -0
  67. package/api/resources/contracts/resources/v3/types/ProfessionalContractCreate.js +3 -0
  68. package/api/resources/contracts/resources/v3/types/ProfessionalContractUpdate.d.ts +4 -0
  69. package/api/resources/contracts/resources/v3/types/ProfessionalContractUpdate.js +3 -0
  70. package/api/resources/contracts/resources/v3/types/RenderingProviderid.d.ts +5 -0
  71. package/api/resources/contracts/resources/v3/types/RenderingProviderid.js +7 -0
  72. package/api/resources/contracts/resources/v3/types/index.d.ts +22 -0
  73. package/api/resources/contracts/resources/v3/types/index.js +38 -0
  74. package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +6 -0
  75. package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +6 -0
  76. package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +6 -0
  77. package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +6 -0
  78. package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +4 -0
  79. package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js +3 -0
  80. package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +6 -0
  81. package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +6 -0
  82. package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +6 -0
  83. package/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  84. package/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
  85. package/api/resources/encounters/resources/v4/client/Client.d.ts +15 -0
  86. package/api/resources/encounters/resources/v4/client/Client.js +19 -0
  87. package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  88. package/api/resources/encounters/resources/v4/client/create.js +11 -0
  89. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
  90. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
  91. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +7 -1
  92. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +11 -0
  93. package/api/resources/encounters/resources/v4/client/createUniversal.d.ts +7 -1
  94. package/api/resources/encounters/resources/v4/client/createUniversal.js +11 -0
  95. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  96. package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
  97. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
  98. package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
  99. package/api/resources/events/resources/v1/client/requests/GetEventScanRequest.d.ts +14 -1
  100. package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +9 -1
  101. package/api/resources/feeSchedules/resources/v3/client/Client.js +9 -1
  102. package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +6 -1
  103. package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +5 -1
  104. package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +4 -0
  105. package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +2 -14
  106. package/api/resources/index.d.ts +1 -1
  107. package/api/resources/index.js +2 -2
  108. package/api/resources/relatedCausesInformation/resources/v1/index.d.ts +1 -0
  109. package/api/resources/relatedCausesInformation/resources/v1/index.js +17 -0
  110. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +21 -0
  111. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.js +24 -0
  112. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +6 -0
  113. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js +3 -0
  114. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +3 -0
  115. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js +3 -0
  116. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +3 -0
  117. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js +3 -0
  118. package/api/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
  119. package/api/resources/{insurancePayments → relatedCausesInformation}/resources/v1/types/index.js +4 -4
  120. package/dist/Client.d.ts +0 -3
  121. package/dist/Client.js +36 -41
  122. package/dist/api/resources/contracts/client/Client.d.ts +3 -0
  123. package/dist/api/resources/contracts/client/Client.js +5 -0
  124. package/dist/api/resources/contracts/resources/index.d.ts +1 -0
  125. package/dist/api/resources/contracts/resources/index.js +2 -1
  126. package/dist/api/resources/contracts/resources/v2/client/Client.d.ts +4 -0
  127. package/dist/api/resources/contracts/resources/v2/client/Client.js +4 -0
  128. package/dist/api/resources/contracts/resources/v3/client/Client.d.ts +109 -0
  129. package/dist/api/resources/contracts/resources/v3/client/Client.js +603 -0
  130. package/dist/api/resources/contracts/resources/v3/client/create.d.ts +19 -0
  131. package/dist/api/resources/contracts/resources/v3/client/create.js +55 -0
  132. package/dist/api/resources/contracts/resources/v3/client/createContractServiceFacility.d.ts +25 -0
  133. package/dist/api/resources/contracts/resources/v3/client/createContractServiceFacility.js +66 -0
  134. package/dist/api/resources/contracts/resources/v3/client/delete.d.ts +25 -0
  135. package/dist/api/resources/contracts/resources/v3/client/delete.js +66 -0
  136. package/dist/api/resources/contracts/resources/v3/client/get.d.ts +25 -0
  137. package/{api/resources/insurancePayments/resources/v1 → dist/api/resources/contracts/resources/v3}/client/get.js +2 -13
  138. package/dist/api/resources/contracts/resources/v3/client/getMulti.d.ts +19 -0
  139. package/dist/api/resources/contracts/resources/v3/client/getMulti.js +55 -0
  140. package/dist/api/resources/contracts/resources/v3/client/index.d.ts +8 -0
  141. package/dist/api/resources/contracts/resources/v3/client/index.js +47 -0
  142. package/dist/api/resources/contracts/resources/v3/client/requests/ContractServiceFacilityCreate.d.ts +10 -0
  143. package/dist/api/resources/contracts/resources/v3/client/requests/ContractServiceFacilityCreate.js +3 -0
  144. package/dist/api/resources/contracts/resources/v3/client/requests/ContractServiceFacilityUpdate.d.ts +10 -0
  145. package/dist/api/resources/contracts/resources/v3/client/requests/ContractServiceFacilityUpdate.js +3 -0
  146. package/dist/api/resources/contracts/resources/v3/client/requests/GetMultiContractsRequest.d.ts +23 -0
  147. package/dist/api/resources/contracts/resources/v3/client/requests/GetMultiContractsRequest.js +3 -0
  148. package/dist/api/resources/contracts/resources/v3/client/requests/index.d.ts +3 -0
  149. package/dist/api/resources/contracts/resources/v3/client/update.d.ts +31 -0
  150. package/dist/api/resources/{insurancePayments/resources/v1/client/getMulti.js → contracts/resources/v3/client/update.js} +9 -9
  151. package/dist/api/resources/contracts/resources/v3/client/updateContractServiceFacility.d.ts +25 -0
  152. package/dist/api/resources/contracts/resources/v3/client/updateContractServiceFacility.js +66 -0
  153. package/dist/api/resources/contracts/resources/v3/types/Contract.d.ts +10 -0
  154. package/dist/api/resources/contracts/resources/v3/types/Contract.js +3 -0
  155. package/dist/api/resources/contracts/resources/v3/types/ContractBase.d.ts +20 -0
  156. package/dist/api/resources/contracts/resources/v3/types/ContractBase.js +3 -0
  157. package/dist/api/resources/contracts/resources/v3/types/ContractCreate.d.ts +9 -0
  158. package/dist/api/resources/contracts/resources/v3/types/ContractCreate.js +3 -0
  159. package/dist/api/resources/contracts/resources/v3/types/ContractCreateUnion.d.ts +10 -0
  160. package/dist/api/resources/contracts/resources/v3/types/ContractCreateUnion.js +3 -0
  161. package/dist/api/resources/contracts/resources/v3/types/ContractId.d.ts +5 -0
  162. package/{api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js → dist/api/resources/contracts/resources/v3/types/ContractId.js} +2 -2
  163. package/dist/api/resources/contracts/resources/v3/types/ContractServiceFacility.d.ts +6 -0
  164. package/dist/api/resources/contracts/resources/v3/types/ContractServiceFacility.js +3 -0
  165. package/dist/api/resources/contracts/resources/v3/types/ContractServiceFacilityBase.d.ts +6 -0
  166. package/dist/api/resources/contracts/resources/v3/types/ContractServiceFacilityBase.js +3 -0
  167. package/dist/api/resources/contracts/resources/v3/types/ContractServiceFacilityId.d.ts +5 -0
  168. package/dist/api/resources/contracts/resources/v3/types/ContractServiceFacilityId.js +7 -0
  169. package/dist/api/resources/contracts/resources/v3/types/ContractType.d.ts +9 -0
  170. package/dist/api/resources/contracts/resources/v3/types/ContractType.js +12 -0
  171. package/dist/api/resources/contracts/resources/v3/types/ContractUnion.d.ts +10 -0
  172. package/dist/api/resources/contracts/resources/v3/types/ContractUnion.js +3 -0
  173. package/dist/api/resources/contracts/resources/v3/types/ContractUpdate.d.ts +17 -0
  174. package/dist/api/resources/contracts/resources/v3/types/ContractUpdate.js +3 -0
  175. package/dist/api/resources/contracts/resources/v3/types/ContractUpdateUnion.d.ts +10 -0
  176. package/dist/api/resources/contracts/resources/v3/types/ContractUpdateUnion.js +3 -0
  177. package/dist/api/resources/contracts/resources/v3/types/ContractWithProvidersUnion.d.ts +10 -0
  178. package/dist/api/resources/contracts/resources/v3/types/ContractWithProvidersUnion.js +3 -0
  179. package/dist/api/resources/contracts/resources/v3/types/ContractingProviderId.d.ts +5 -0
  180. package/dist/api/resources/contracts/resources/v3/types/ContractingProviderId.js +7 -0
  181. package/dist/api/resources/contracts/resources/v3/types/ContractsPage.d.ts +4 -0
  182. package/dist/api/resources/contracts/resources/v3/types/ContractsPage.js +3 -0
  183. package/dist/api/resources/contracts/resources/v3/types/InstitutionalContract.d.ts +5 -0
  184. package/dist/api/resources/contracts/resources/v3/types/InstitutionalContract.js +3 -0
  185. package/dist/api/resources/contracts/resources/v3/types/InstitutionalContractCreate.d.ts +4 -0
  186. package/dist/api/resources/contracts/resources/v3/types/InstitutionalContractCreate.js +3 -0
  187. package/dist/api/resources/contracts/resources/v3/types/InstitutionalContractUpdate.d.ts +4 -0
  188. package/dist/api/resources/contracts/resources/v3/types/InstitutionalContractUpdate.js +3 -0
  189. package/dist/api/resources/contracts/resources/v3/types/ProfessionalContract.d.ts +5 -0
  190. package/dist/api/resources/contracts/resources/v3/types/ProfessionalContract.js +3 -0
  191. package/dist/api/resources/contracts/resources/v3/types/ProfessionalContractCreate.d.ts +4 -0
  192. package/dist/api/resources/contracts/resources/v3/types/ProfessionalContractCreate.js +3 -0
  193. package/dist/api/resources/contracts/resources/v3/types/ProfessionalContractUpdate.d.ts +4 -0
  194. package/dist/api/resources/contracts/resources/v3/types/ProfessionalContractUpdate.js +3 -0
  195. package/dist/api/resources/contracts/resources/v3/types/RenderingProviderid.d.ts +5 -0
  196. package/dist/api/resources/contracts/resources/v3/types/RenderingProviderid.js +7 -0
  197. package/dist/api/resources/contracts/resources/v3/types/index.d.ts +22 -0
  198. package/dist/api/resources/contracts/resources/v3/types/index.js +38 -0
  199. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +6 -0
  200. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +6 -0
  201. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +6 -0
  202. package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +6 -0
  203. package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +4 -0
  204. package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js +3 -0
  205. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +6 -0
  206. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +6 -0
  207. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +6 -0
  208. package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  209. package/dist/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
  210. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +15 -0
  211. package/dist/api/resources/encounters/resources/v4/client/Client.js +19 -0
  212. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  213. package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
  214. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
  215. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
  216. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +7 -1
  217. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +11 -0
  218. package/dist/api/resources/encounters/resources/v4/client/createUniversal.d.ts +7 -1
  219. package/dist/api/resources/encounters/resources/v4/client/createUniversal.js +11 -0
  220. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  221. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
  222. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
  223. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
  224. package/dist/api/resources/events/resources/v1/client/requests/GetEventScanRequest.d.ts +14 -1
  225. package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +9 -1
  226. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +9 -1
  227. package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +6 -1
  228. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +5 -1
  229. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +4 -0
  230. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +2 -14
  231. package/dist/api/resources/index.d.ts +1 -1
  232. package/dist/api/resources/index.js +2 -2
  233. package/dist/api/resources/relatedCausesInformation/resources/v1/index.d.ts +1 -0
  234. package/dist/api/resources/relatedCausesInformation/resources/v1/index.js +17 -0
  235. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +21 -0
  236. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.js +24 -0
  237. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +6 -0
  238. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js +3 -0
  239. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +3 -0
  240. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js +3 -0
  241. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +3 -0
  242. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js +3 -0
  243. package/dist/api/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
  244. package/dist/api/resources/relatedCausesInformation/resources/v1/types/index.js +20 -0
  245. package/dist/serialization/resources/contracts/resources/index.d.ts +1 -0
  246. package/dist/serialization/resources/contracts/resources/index.js +2 -1
  247. package/dist/serialization/resources/{insurancePayments/resources/v1/client/getMulti.d.ts → contracts/resources/v3/client/createContractServiceFacility.d.ts} +2 -7
  248. package/{serialization/resources/insurancePayments/resources/v1/client/getMulti.js → dist/serialization/resources/contracts/resources/v3/client/createContractServiceFacility.js} +1 -7
  249. package/dist/serialization/resources/contracts/resources/v3/client/delete.d.ts +12 -0
  250. package/dist/serialization/resources/contracts/resources/v3/client/delete.js +69 -0
  251. package/dist/serialization/resources/{insurancePayments/resources/v1 → contracts/resources/v3}/client/get.d.ts +2 -7
  252. package/dist/serialization/resources/{insurancePayments/resources/v1 → contracts/resources/v3}/client/get.js +1 -7
  253. package/dist/serialization/resources/contracts/resources/v3/client/index.d.ts +6 -0
  254. package/{api/resources/insurancePayments/resources/v1 → dist/serialization/resources/contracts/resources/v3}/client/index.js +5 -2
  255. package/dist/serialization/resources/contracts/resources/v3/client/requests/ContractServiceFacilityCreate.d.ts +9 -0
  256. package/dist/serialization/resources/contracts/resources/v3/client/requests/ContractServiceFacilityCreate.js +40 -0
  257. package/dist/serialization/resources/contracts/resources/v3/client/requests/ContractServiceFacilityUpdate.d.ts +10 -0
  258. package/dist/serialization/resources/contracts/resources/v3/client/requests/ContractServiceFacilityUpdate.js +42 -0
  259. package/dist/serialization/resources/contracts/resources/v3/client/requests/index.d.ts +2 -0
  260. package/dist/serialization/resources/contracts/resources/v3/client/requests/index.js +7 -0
  261. package/dist/serialization/resources/contracts/resources/v3/client/update.d.ts +17 -0
  262. package/dist/serialization/resources/contracts/resources/v3/client/update.js +75 -0
  263. package/{serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts → dist/serialization/resources/contracts/resources/v3/client/updateContractServiceFacility.d.ts} +2 -7
  264. package/dist/serialization/resources/{insurancePayments/resources/v1/client/getMulti.js → contracts/resources/v3/client/updateContractServiceFacility.js} +1 -7
  265. package/dist/serialization/resources/contracts/resources/v3/types/Contract.d.ts +16 -0
  266. package/dist/serialization/resources/{insurancePayments/resources/v1/types/InsurancePayment.js → contracts/resources/v3/types/Contract.js} +11 -10
  267. package/dist/serialization/resources/contracts/resources/v3/types/ContractBase.d.ts +21 -0
  268. package/dist/serialization/resources/contracts/resources/v3/types/ContractBase.js +53 -0
  269. package/dist/serialization/resources/contracts/resources/v3/types/ContractCreate.d.ts +14 -0
  270. package/dist/serialization/resources/contracts/resources/v3/types/ContractCreate.js +48 -0
  271. package/dist/serialization/resources/contracts/resources/v3/types/ContractCreateUnion.d.ts +15 -0
  272. package/dist/serialization/resources/contracts/resources/v3/types/ContractCreateUnion.js +49 -0
  273. package/dist/serialization/resources/contracts/resources/v3/types/ContractId.d.ts +7 -0
  274. package/dist/serialization/resources/{insurancePayments/resources/v1/types/InsurancePaymentId.js → contracts/resources/v3/types/ContractId.js} +3 -3
  275. package/dist/serialization/resources/contracts/resources/v3/types/ContractServiceFacility.d.ts +13 -0
  276. package/dist/serialization/resources/contracts/resources/v3/types/ContractServiceFacility.js +47 -0
  277. package/dist/serialization/resources/contracts/resources/v3/types/ContractServiceFacilityBase.d.ts +10 -0
  278. package/dist/serialization/resources/contracts/resources/v3/types/ContractServiceFacilityBase.js +42 -0
  279. package/dist/serialization/resources/contracts/resources/v3/types/ContractServiceFacilityId.d.ts +7 -0
  280. package/dist/serialization/resources/contracts/resources/v3/types/ContractServiceFacilityId.js +43 -0
  281. package/dist/serialization/resources/contracts/resources/v3/types/ContractType.d.ts +7 -0
  282. package/dist/serialization/resources/{insurancePayments/resources/v1/types/InsurancePaymentSortField.js → contracts/resources/v3/types/ContractType.js} +2 -2
  283. package/dist/serialization/resources/contracts/resources/v3/types/ContractUnion.d.ts +14 -0
  284. package/dist/serialization/resources/contracts/resources/v3/types/ContractUnion.js +48 -0
  285. package/dist/serialization/resources/contracts/resources/v3/types/ContractUpdate.d.ts +22 -0
  286. package/dist/serialization/resources/contracts/resources/v3/types/ContractUpdate.js +54 -0
  287. package/dist/serialization/resources/contracts/resources/v3/types/ContractUpdateUnion.d.ts +15 -0
  288. package/dist/serialization/resources/contracts/resources/v3/types/ContractUpdateUnion.js +49 -0
  289. package/dist/serialization/resources/contracts/resources/v3/types/ContractWithProvidersUnion.d.ts +15 -0
  290. package/dist/serialization/resources/contracts/resources/v3/types/ContractWithProvidersUnion.js +49 -0
  291. package/dist/serialization/resources/contracts/resources/v3/types/ContractingProviderId.d.ts +7 -0
  292. package/dist/serialization/resources/contracts/resources/v3/types/ContractingProviderId.js +43 -0
  293. package/dist/serialization/resources/contracts/resources/v3/types/ContractsPage.d.ts +11 -0
  294. package/{serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js → dist/serialization/resources/contracts/resources/v3/types/ContractsPage.js} +4 -4
  295. package/dist/serialization/resources/contracts/resources/v3/types/InstitutionalContract.d.ts +11 -0
  296. package/dist/serialization/resources/contracts/resources/v3/types/InstitutionalContract.js +45 -0
  297. package/dist/serialization/resources/contracts/resources/v3/types/InstitutionalContractCreate.d.ts +11 -0
  298. package/dist/serialization/resources/contracts/resources/v3/types/InstitutionalContractCreate.js +45 -0
  299. package/dist/serialization/resources/contracts/resources/v3/types/InstitutionalContractUpdate.d.ts +11 -0
  300. package/dist/serialization/resources/contracts/resources/v3/types/InstitutionalContractUpdate.js +45 -0
  301. package/dist/serialization/resources/contracts/resources/v3/types/ProfessionalContract.d.ts +10 -0
  302. package/dist/serialization/resources/contracts/resources/v3/types/ProfessionalContract.js +44 -0
  303. package/dist/serialization/resources/contracts/resources/v3/types/ProfessionalContractCreate.d.ts +11 -0
  304. package/dist/serialization/resources/contracts/resources/v3/types/ProfessionalContractCreate.js +45 -0
  305. package/dist/serialization/resources/contracts/resources/v3/types/ProfessionalContractUpdate.d.ts +11 -0
  306. package/dist/serialization/resources/contracts/resources/v3/types/ProfessionalContractUpdate.js +45 -0
  307. package/dist/serialization/resources/contracts/resources/v3/types/RenderingProviderid.d.ts +7 -0
  308. package/{serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js → dist/serialization/resources/contracts/resources/v3/types/RenderingProviderid.js} +3 -3
  309. package/dist/serialization/resources/contracts/resources/v3/types/index.d.ts +22 -0
  310. package/dist/serialization/resources/contracts/resources/v3/types/index.js +38 -0
  311. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
  312. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
  313. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
  314. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
  315. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +2 -0
  316. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -0
  317. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
  318. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
  319. package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +9 -0
  320. package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js +41 -0
  321. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -0
  322. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +2 -0
  323. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -0
  324. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +2 -0
  325. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -0
  326. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +2 -0
  327. package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  328. package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
  329. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  330. package/dist/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  331. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
  332. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
  333. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +6 -1
  334. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +6 -0
  335. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +6 -1
  336. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.js +6 -0
  337. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  338. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  339. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
  340. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +2 -0
  341. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
  342. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +2 -0
  343. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
  344. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +2 -0
  345. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +1 -1
  346. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +5 -1
  347. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +2 -2
  348. package/dist/serialization/resources/index.d.ts +1 -1
  349. package/dist/serialization/resources/index.js +2 -2
  350. package/{api/resources/insurancePayments → dist/serialization/resources/relatedCausesInformation}/index.d.ts +0 -1
  351. package/{api/resources/insurancePayments → dist/serialization/resources/relatedCausesInformation}/index.js +0 -1
  352. package/dist/serialization/resources/relatedCausesInformation/resources/v1/index.d.ts +1 -0
  353. package/dist/serialization/resources/relatedCausesInformation/resources/v1/index.js +17 -0
  354. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +7 -0
  355. package/{serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js → dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.js} +2 -2
  356. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +12 -0
  357. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js +44 -0
  358. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +9 -0
  359. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js +40 -0
  360. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +9 -0
  361. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js +40 -0
  362. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
  363. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/index.js +20 -0
  364. package/dist/version.d.ts +1 -1
  365. package/dist/version.js +1 -1
  366. package/package.json +1 -1
  367. package/reference.md +540 -178
  368. package/serialization/resources/contracts/resources/index.d.ts +1 -0
  369. package/serialization/resources/contracts/resources/index.js +2 -1
  370. package/serialization/resources/contracts/resources/v3/client/createContractServiceFacility.d.ts +12 -0
  371. package/serialization/resources/contracts/resources/v3/client/createContractServiceFacility.js +69 -0
  372. package/serialization/resources/contracts/resources/v3/client/delete.d.ts +12 -0
  373. package/serialization/resources/contracts/resources/v3/client/delete.js +69 -0
  374. package/serialization/resources/{insurancePayments/resources/v1 → contracts/resources/v3}/client/get.d.ts +2 -7
  375. package/serialization/resources/{insurancePayments/resources/v1 → contracts/resources/v3}/client/get.js +1 -7
  376. package/serialization/resources/contracts/resources/v3/client/index.d.ts +6 -0
  377. package/{dist/api/resources/insurancePayments/resources/v1 → serialization/resources/contracts/resources/v3}/client/index.js +5 -2
  378. package/serialization/resources/contracts/resources/v3/client/requests/ContractServiceFacilityCreate.d.ts +9 -0
  379. package/serialization/resources/contracts/resources/v3/client/requests/ContractServiceFacilityCreate.js +40 -0
  380. package/serialization/resources/contracts/resources/v3/client/requests/ContractServiceFacilityUpdate.d.ts +10 -0
  381. package/serialization/resources/contracts/resources/v3/client/requests/ContractServiceFacilityUpdate.js +42 -0
  382. package/serialization/resources/contracts/resources/v3/client/requests/index.d.ts +2 -0
  383. package/serialization/resources/contracts/resources/v3/client/requests/index.js +7 -0
  384. package/serialization/resources/contracts/resources/v3/client/update.d.ts +17 -0
  385. package/serialization/resources/contracts/resources/v3/client/update.js +75 -0
  386. package/serialization/resources/contracts/resources/v3/client/updateContractServiceFacility.d.ts +12 -0
  387. package/serialization/resources/contracts/resources/v3/client/updateContractServiceFacility.js +69 -0
  388. package/serialization/resources/contracts/resources/v3/types/Contract.d.ts +16 -0
  389. package/serialization/resources/{insurancePayments/resources/v1/types/InsurancePayment.js → contracts/resources/v3/types/Contract.js} +11 -10
  390. package/serialization/resources/contracts/resources/v3/types/ContractBase.d.ts +21 -0
  391. package/serialization/resources/contracts/resources/v3/types/ContractBase.js +53 -0
  392. package/serialization/resources/contracts/resources/v3/types/ContractCreate.d.ts +14 -0
  393. package/serialization/resources/contracts/resources/v3/types/ContractCreate.js +48 -0
  394. package/serialization/resources/contracts/resources/v3/types/ContractCreateUnion.d.ts +15 -0
  395. package/serialization/resources/contracts/resources/v3/types/ContractCreateUnion.js +49 -0
  396. package/serialization/resources/contracts/resources/v3/types/ContractId.d.ts +7 -0
  397. package/serialization/resources/contracts/resources/v3/types/ContractId.js +43 -0
  398. package/serialization/resources/contracts/resources/v3/types/ContractServiceFacility.d.ts +13 -0
  399. package/serialization/resources/contracts/resources/v3/types/ContractServiceFacility.js +47 -0
  400. package/serialization/resources/contracts/resources/v3/types/ContractServiceFacilityBase.d.ts +10 -0
  401. package/serialization/resources/contracts/resources/v3/types/ContractServiceFacilityBase.js +42 -0
  402. package/serialization/resources/contracts/resources/v3/types/ContractServiceFacilityId.d.ts +7 -0
  403. package/serialization/resources/contracts/resources/v3/types/ContractServiceFacilityId.js +43 -0
  404. package/serialization/resources/contracts/resources/v3/types/ContractType.d.ts +7 -0
  405. package/{dist/serialization/resources/insurancePayments/resources/v1/client/index.js → serialization/resources/contracts/resources/v3/types/ContractType.js} +4 -3
  406. package/serialization/resources/contracts/resources/v3/types/ContractUnion.d.ts +14 -0
  407. package/serialization/resources/contracts/resources/v3/types/ContractUnion.js +48 -0
  408. package/serialization/resources/contracts/resources/v3/types/ContractUpdate.d.ts +22 -0
  409. package/serialization/resources/contracts/resources/v3/types/ContractUpdate.js +54 -0
  410. package/serialization/resources/contracts/resources/v3/types/ContractUpdateUnion.d.ts +15 -0
  411. package/serialization/resources/contracts/resources/v3/types/ContractUpdateUnion.js +49 -0
  412. package/serialization/resources/contracts/resources/v3/types/ContractWithProvidersUnion.d.ts +15 -0
  413. package/serialization/resources/contracts/resources/v3/types/ContractWithProvidersUnion.js +49 -0
  414. package/serialization/resources/contracts/resources/v3/types/ContractingProviderId.d.ts +7 -0
  415. package/serialization/resources/contracts/resources/v3/types/ContractingProviderId.js +43 -0
  416. package/serialization/resources/contracts/resources/v3/types/ContractsPage.d.ts +11 -0
  417. package/{dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js → serialization/resources/contracts/resources/v3/types/ContractsPage.js} +4 -4
  418. package/serialization/resources/contracts/resources/v3/types/InstitutionalContract.d.ts +11 -0
  419. package/serialization/resources/contracts/resources/v3/types/InstitutionalContract.js +45 -0
  420. package/serialization/resources/contracts/resources/v3/types/InstitutionalContractCreate.d.ts +11 -0
  421. package/serialization/resources/contracts/resources/v3/types/InstitutionalContractCreate.js +45 -0
  422. package/serialization/resources/contracts/resources/v3/types/InstitutionalContractUpdate.d.ts +11 -0
  423. package/serialization/resources/contracts/resources/v3/types/InstitutionalContractUpdate.js +45 -0
  424. package/serialization/resources/contracts/resources/v3/types/ProfessionalContract.d.ts +10 -0
  425. package/serialization/resources/contracts/resources/v3/types/ProfessionalContract.js +44 -0
  426. package/serialization/resources/contracts/resources/v3/types/ProfessionalContractCreate.d.ts +11 -0
  427. package/serialization/resources/contracts/resources/v3/types/ProfessionalContractCreate.js +45 -0
  428. package/serialization/resources/contracts/resources/v3/types/ProfessionalContractUpdate.d.ts +11 -0
  429. package/serialization/resources/contracts/resources/v3/types/ProfessionalContractUpdate.js +45 -0
  430. package/serialization/resources/contracts/resources/v3/types/RenderingProviderid.d.ts +7 -0
  431. package/serialization/resources/contracts/resources/v3/types/RenderingProviderid.js +43 -0
  432. package/serialization/resources/contracts/resources/v3/types/index.d.ts +22 -0
  433. package/serialization/resources/contracts/resources/v3/types/index.js +38 -0
  434. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
  435. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
  436. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
  437. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
  438. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +2 -0
  439. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -0
  440. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
  441. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
  442. package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +9 -0
  443. package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js +41 -0
  444. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -0
  445. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +2 -0
  446. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -0
  447. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +2 -0
  448. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -0
  449. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +2 -0
  450. package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  451. package/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
  452. package/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  453. package/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  454. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
  455. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
  456. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +6 -1
  457. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +6 -0
  458. package/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +6 -1
  459. package/serialization/resources/encounters/resources/v4/client/createUniversal.js +6 -0
  460. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  461. package/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  462. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
  463. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +2 -0
  464. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
  465. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +2 -0
  466. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
  467. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +2 -0
  468. package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +1 -1
  469. package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +5 -1
  470. package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +2 -2
  471. package/serialization/resources/index.d.ts +1 -1
  472. package/serialization/resources/index.js +2 -2
  473. package/{dist/api/resources/insurancePayments → serialization/resources/relatedCausesInformation}/index.d.ts +0 -1
  474. package/{dist/api/resources/insurancePayments → serialization/resources/relatedCausesInformation}/index.js +0 -1
  475. package/serialization/resources/relatedCausesInformation/resources/v1/index.d.ts +1 -0
  476. package/serialization/resources/relatedCausesInformation/resources/v1/index.js +17 -0
  477. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +7 -0
  478. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.js +39 -0
  479. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +12 -0
  480. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js +44 -0
  481. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +9 -0
  482. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js +40 -0
  483. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +9 -0
  484. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js +40 -0
  485. package/serialization/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
  486. package/serialization/resources/relatedCausesInformation/resources/v1/types/index.js +20 -0
  487. package/version.d.ts +1 -1
  488. package/version.js +1 -1
  489. package/api/resources/insurancePayments/client/Client.d.ts +0 -14
  490. package/api/resources/insurancePayments/client/Client.js +0 -15
  491. package/api/resources/insurancePayments/client/index.d.ts +0 -1
  492. package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -38
  493. package/api/resources/insurancePayments/resources/v1/client/Client.js +0 -237
  494. package/api/resources/insurancePayments/resources/v1/client/get.d.ts +0 -31
  495. package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -31
  496. package/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
  497. package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +0 -18
  498. package/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
  499. package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -9
  500. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -5
  501. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -6
  502. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +0 -9
  503. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -4
  504. package/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
  505. package/dist/api/resources/insurancePayments/client/Client.d.ts +0 -14
  506. package/dist/api/resources/insurancePayments/client/Client.js +0 -15
  507. package/dist/api/resources/insurancePayments/client/index.d.ts +0 -1
  508. package/dist/api/resources/insurancePayments/client/index.js +0 -2
  509. package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -38
  510. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +0 -237
  511. package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +0 -31
  512. package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -31
  513. package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
  514. package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +0 -18
  515. package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
  516. package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.js +0 -2
  517. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -9
  518. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -5
  519. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -6
  520. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +0 -9
  521. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -4
  522. package/dist/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
  523. package/dist/api/resources/insurancePayments/resources/v1/types/index.js +0 -20
  524. package/dist/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -2
  525. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -17
  526. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -7
  527. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -7
  528. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -11
  529. package/dist/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
  530. package/dist/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -20
  531. package/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -2
  532. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -17
  533. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -7
  534. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -7
  535. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -11
  536. package/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
  537. package/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -20
  538. /package/api/resources/{insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js → contracts/resources/v3/client/requests/ContractServiceFacilityCreate.js} +0 -0
  539. /package/api/resources/{insurancePayments/resources/v1/types/InsurancePayment.js → contracts/resources/v3/client/requests/ContractServiceFacilityUpdate.js} +0 -0
  540. /package/api/resources/{insurancePayments/resources/v1/types/InsurancePaymentsPage.js → contracts/resources/v3/client/requests/GetMultiContractsRequest.js} +0 -0
  541. /package/api/resources/{insurancePayments/client → contracts/resources/v3/client/requests}/index.js +0 -0
  542. /package/api/resources/{insurancePayments/resources/v1 → contracts/resources/v3}/index.d.ts +0 -0
  543. /package/api/resources/{insurancePayments/resources/v1 → contracts/resources/v3}/index.js +0 -0
  544. /package/{dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js → api/resources/contracts/resources/v3/types/Contract.js} +0 -0
  545. /package/{dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js → api/resources/contracts/resources/v3/types/ContractBase.js} +0 -0
  546. /package/{dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js → api/resources/contracts/resources/v3/types/ContractCreate.js} +0 -0
  547. /package/{dist/serialization/resources/insurancePayments → api/resources/relatedCausesInformation}/index.d.ts +0 -0
  548. /package/{dist/serialization/resources/insurancePayments → api/resources/relatedCausesInformation}/index.js +0 -0
  549. /package/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
  550. /package/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
  551. /package/{api/resources/insurancePayments/resources/v1 → dist/api/resources/contracts/resources/v3}/client/requests/index.js +0 -0
  552. /package/dist/api/resources/{insurancePayments/resources/v1 → contracts/resources/v3}/index.d.ts +0 -0
  553. /package/dist/api/resources/{insurancePayments/resources/v1 → contracts/resources/v3}/index.js +0 -0
  554. /package/{serialization/resources/insurancePayments → dist/api/resources/relatedCausesInformation}/index.d.ts +0 -0
  555. /package/{serialization/resources/insurancePayments → dist/api/resources/relatedCausesInformation}/index.js +0 -0
  556. /package/dist/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
  557. /package/dist/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
  558. /package/dist/serialization/resources/{insurancePayments/resources/v1 → contracts/resources/v3}/index.d.ts +0 -0
  559. /package/dist/serialization/resources/{insurancePayments/resources/v1 → contracts/resources/v3}/index.js +0 -0
  560. /package/dist/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
  561. /package/dist/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
  562. /package/serialization/resources/{insurancePayments/resources/v1 → contracts/resources/v3}/index.d.ts +0 -0
  563. /package/serialization/resources/{insurancePayments/resources/v1 → contracts/resources/v3}/index.js +0 -0
  564. /package/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
  565. /package/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
@@ -4,6 +4,7 @@ import type * as serializers from "../../../../../index";
4
4
  import { BillingProviderCommercialLicenseType } from "../../../../commons/types/BillingProviderCommercialLicenseType";
5
5
  import { StreetAddressShortZipOptional } from "../../../../commons/types/StreetAddressShortZipOptional";
6
6
  import { EncounterProviderBase } from "./EncounterProviderBase";
7
+ import { ProviderSecondaryIdentification } from "./ProviderSecondaryIdentification";
7
8
  export declare const BillingProviderUpdateWithOptionalAddress: core.serialization.ObjectSchema<serializers.encounterProviders.v2.BillingProviderUpdateWithOptionalAddress.Raw, CandidApi.encounterProviders.v2.BillingProviderUpdateWithOptionalAddress>;
8
9
  export declare namespace BillingProviderUpdateWithOptionalAddress {
9
10
  interface Raw extends EncounterProviderBase.Raw {
@@ -12,5 +13,6 @@ export declare namespace BillingProviderUpdateWithOptionalAddress {
12
13
  npi?: string | null;
13
14
  taxonomy_code?: string | null;
14
15
  provider_commercial_license_type?: BillingProviderCommercialLicenseType.Raw | null;
16
+ secondary_identification?: ProviderSecondaryIdentification.Raw | null;
15
17
  }
16
18
  }
@@ -39,6 +39,7 @@ const core = __importStar(require("../../../../../../core"));
39
39
  const BillingProviderCommercialLicenseType_1 = require("../../../../commons/types/BillingProviderCommercialLicenseType");
40
40
  const StreetAddressShortZipOptional_1 = require("../../../../commons/types/StreetAddressShortZipOptional");
41
41
  const EncounterProviderBase_1 = require("./EncounterProviderBase");
42
+ const ProviderSecondaryIdentification_1 = require("./ProviderSecondaryIdentification");
42
43
  exports.BillingProviderUpdateWithOptionalAddress = core.serialization
43
44
  .object({
44
45
  address: StreetAddressShortZipOptional_1.StreetAddressShortZipOptional.optional(),
@@ -46,5 +47,6 @@ exports.BillingProviderUpdateWithOptionalAddress = core.serialization
46
47
  npi: core.serialization.string().optional(),
47
48
  taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
48
49
  providerCommercialLicenseType: core.serialization.property("provider_commercial_license_type", BillingProviderCommercialLicenseType_1.BillingProviderCommercialLicenseType.optional()),
50
+ secondaryIdentification: core.serialization.property("secondary_identification", ProviderSecondaryIdentification_1.ProviderSecondaryIdentification.optional()),
49
51
  })
50
52
  .extend(EncounterProviderBase_1.EncounterProviderBase);
@@ -6,6 +6,7 @@ import { QualifierCode } from "../../../../commons/types/QualifierCode";
6
6
  import { StreetAddressLongZip } from "../../../../commons/types/StreetAddressLongZip";
7
7
  import { EncounterProviderBase } from "./EncounterProviderBase";
8
8
  import { ProviderId } from "./ProviderId";
9
+ import { ProviderSecondaryIdentification } from "./ProviderSecondaryIdentification";
9
10
  export declare const EncounterProvider: core.serialization.ObjectSchema<serializers.encounterProviders.v2.EncounterProvider.Raw, CandidApi.encounterProviders.v2.EncounterProvider>;
10
11
  export declare namespace EncounterProvider {
11
12
  interface Raw extends EncounterProviderBase.Raw {
@@ -16,5 +17,6 @@ export declare namespace EncounterProvider {
16
17
  taxonomy_code?: string | null;
17
18
  qualifier?: QualifierCode.Raw | null;
18
19
  provider_commercial_license_type?: BillingProviderCommercialLicenseType.Raw | null;
20
+ secondary_identification?: ProviderSecondaryIdentification.Raw | null;
19
21
  }
20
22
  }
@@ -41,6 +41,7 @@ const QualifierCode_1 = require("../../../../commons/types/QualifierCode");
41
41
  const StreetAddressLongZip_1 = require("../../../../commons/types/StreetAddressLongZip");
42
42
  const EncounterProviderBase_1 = require("./EncounterProviderBase");
43
43
  const ProviderId_1 = require("./ProviderId");
44
+ const ProviderSecondaryIdentification_1 = require("./ProviderSecondaryIdentification");
44
45
  exports.EncounterProvider = core.serialization
45
46
  .object({
46
47
  providerId: core.serialization.property("provider_id", ProviderId_1.ProviderId),
@@ -50,5 +51,6 @@ exports.EncounterProvider = core.serialization
50
51
  taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
51
52
  qualifier: QualifierCode_1.QualifierCode.optional(),
52
53
  providerCommercialLicenseType: core.serialization.property("provider_commercial_license_type", BillingProviderCommercialLicenseType_1.BillingProviderCommercialLicenseType.optional()),
54
+ secondaryIdentification: core.serialization.property("secondary_identification", ProviderSecondaryIdentification_1.ProviderSecondaryIdentification.optional()),
53
55
  })
54
56
  .extend(EncounterProviderBase_1.EncounterProviderBase);
@@ -0,0 +1,9 @@
1
+ import type * as CandidApi from "../../../../../../api/index";
2
+ import * as core from "../../../../../../core";
3
+ import type * as serializers from "../../../../../index";
4
+ export declare const ProviderSecondaryIdentification: core.serialization.ObjectSchema<serializers.encounterProviders.v2.ProviderSecondaryIdentification.Raw, CandidApi.encounterProviders.v2.ProviderSecondaryIdentification>;
5
+ export declare namespace ProviderSecondaryIdentification {
6
+ interface Raw {
7
+ reference_identification: string;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ProviderSecondaryIdentification = void 0;
38
+ const core = __importStar(require("../../../../../../core"));
39
+ exports.ProviderSecondaryIdentification = core.serialization.object({
40
+ referenceIdentification: core.serialization.property("reference_identification", core.serialization.string()),
41
+ });
@@ -3,11 +3,13 @@ import * as core from "../../../../../../core";
3
3
  import type * as serializers from "../../../../../index";
4
4
  import { StreetAddressLongZip } from "../../../../commons/types/StreetAddressLongZip";
5
5
  import { EncounterProviderBase } from "./EncounterProviderBase";
6
+ import { ProviderSecondaryIdentification } from "./ProviderSecondaryIdentification";
6
7
  export declare const RenderingProvider: core.serialization.ObjectSchema<serializers.encounterProviders.v2.RenderingProvider.Raw, CandidApi.encounterProviders.v2.RenderingProvider>;
7
8
  export declare namespace RenderingProvider {
8
9
  interface Raw extends EncounterProviderBase.Raw {
9
10
  npi: string;
10
11
  taxonomy_code?: string | null;
11
12
  address?: StreetAddressLongZip.Raw | null;
13
+ secondary_identification?: ProviderSecondaryIdentification.Raw | null;
12
14
  }
13
15
  }
@@ -38,10 +38,12 @@ exports.RenderingProvider = void 0;
38
38
  const core = __importStar(require("../../../../../../core"));
39
39
  const StreetAddressLongZip_1 = require("../../../../commons/types/StreetAddressLongZip");
40
40
  const EncounterProviderBase_1 = require("./EncounterProviderBase");
41
+ const ProviderSecondaryIdentification_1 = require("./ProviderSecondaryIdentification");
41
42
  exports.RenderingProvider = core.serialization
42
43
  .object({
43
44
  npi: core.serialization.string(),
44
45
  taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
45
46
  address: StreetAddressLongZip_1.StreetAddressLongZip.optional(),
47
+ secondaryIdentification: core.serialization.property("secondary_identification", ProviderSecondaryIdentification_1.ProviderSecondaryIdentification.optional()),
46
48
  })
47
49
  .extend(EncounterProviderBase_1.EncounterProviderBase);
@@ -3,11 +3,13 @@ import * as core from "../../../../../../core";
3
3
  import type * as serializers from "../../../../../index";
4
4
  import { StreetAddressLongZip } from "../../../../commons/types/StreetAddressLongZip";
5
5
  import { EncounterProviderBase } from "./EncounterProviderBase";
6
+ import { ProviderSecondaryIdentification } from "./ProviderSecondaryIdentification";
6
7
  export declare const RenderingProviderUpdate: core.serialization.ObjectSchema<serializers.encounterProviders.v2.RenderingProviderUpdate.Raw, CandidApi.encounterProviders.v2.RenderingProviderUpdate>;
7
8
  export declare namespace RenderingProviderUpdate {
8
9
  interface Raw extends EncounterProviderBase.Raw {
9
10
  npi?: string | null;
10
11
  taxonomy_code?: string | null;
11
12
  address?: StreetAddressLongZip.Raw | null;
13
+ secondary_identification?: ProviderSecondaryIdentification.Raw | null;
12
14
  }
13
15
  }
@@ -38,10 +38,12 @@ exports.RenderingProviderUpdate = void 0;
38
38
  const core = __importStar(require("../../../../../../core"));
39
39
  const StreetAddressLongZip_1 = require("../../../../commons/types/StreetAddressLongZip");
40
40
  const EncounterProviderBase_1 = require("./EncounterProviderBase");
41
+ const ProviderSecondaryIdentification_1 = require("./ProviderSecondaryIdentification");
41
42
  exports.RenderingProviderUpdate = core.serialization
42
43
  .object({
43
44
  npi: core.serialization.string().optional(),
44
45
  taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
45
46
  address: StreetAddressLongZip_1.StreetAddressLongZip.optional(),
47
+ secondaryIdentification: core.serialization.property("secondary_identification", ProviderSecondaryIdentification_1.ProviderSecondaryIdentification.optional()),
46
48
  })
47
49
  .extend(EncounterProviderBase_1.EncounterProviderBase);
@@ -3,11 +3,13 @@ import * as core from "../../../../../../core";
3
3
  import type * as serializers from "../../../../../index";
4
4
  import { StreetAddressShortZipOptional } from "../../../../commons/types/StreetAddressShortZipOptional";
5
5
  import { EncounterProviderBase } from "./EncounterProviderBase";
6
+ import { ProviderSecondaryIdentification } from "./ProviderSecondaryIdentification";
6
7
  export declare const RenderingProviderUpdateWithOptionalAddress: core.serialization.ObjectSchema<serializers.encounterProviders.v2.RenderingProviderUpdateWithOptionalAddress.Raw, CandidApi.encounterProviders.v2.RenderingProviderUpdateWithOptionalAddress>;
7
8
  export declare namespace RenderingProviderUpdateWithOptionalAddress {
8
9
  interface Raw extends EncounterProviderBase.Raw {
9
10
  npi?: string | null;
10
11
  taxonomy_code?: string | null;
11
12
  address?: StreetAddressShortZipOptional.Raw | null;
13
+ secondary_identification?: ProviderSecondaryIdentification.Raw | null;
12
14
  }
13
15
  }
@@ -38,10 +38,12 @@ exports.RenderingProviderUpdateWithOptionalAddress = void 0;
38
38
  const core = __importStar(require("../../../../../../core"));
39
39
  const StreetAddressShortZipOptional_1 = require("../../../../commons/types/StreetAddressShortZipOptional");
40
40
  const EncounterProviderBase_1 = require("./EncounterProviderBase");
41
+ const ProviderSecondaryIdentification_1 = require("./ProviderSecondaryIdentification");
41
42
  exports.RenderingProviderUpdateWithOptionalAddress = core.serialization
42
43
  .object({
43
44
  npi: core.serialization.string().optional(),
44
45
  taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
45
46
  address: StreetAddressShortZipOptional_1.StreetAddressShortZipOptional.optional(),
47
+ secondaryIdentification: core.serialization.property("secondary_identification", ProviderSecondaryIdentification_1.ProviderSecondaryIdentification.optional()),
46
48
  })
47
49
  .extend(EncounterProviderBase_1.EncounterProviderBase);
@@ -10,6 +10,7 @@ export * from "./OrderingProvider";
10
10
  export * from "./OrderingProviderOptional";
11
11
  export * from "./OrderingProviderUpdate";
12
12
  export * from "./ProviderId";
13
+ export * from "./ProviderSecondaryIdentification";
13
14
  export * from "./ReferringProvider";
14
15
  export * from "./ReferringProviderUpdate";
15
16
  export * from "./ReferringProviderUpdateWithOptionalAddress";
@@ -26,6 +26,7 @@ __exportStar(require("./OrderingProvider"), exports);
26
26
  __exportStar(require("./OrderingProviderOptional"), exports);
27
27
  __exportStar(require("./OrderingProviderUpdate"), exports);
28
28
  __exportStar(require("./ProviderId"), exports);
29
+ __exportStar(require("./ProviderSecondaryIdentification"), exports);
29
30
  __exportStar(require("./ReferringProvider"), exports);
30
31
  __exportStar(require("./ReferringProviderUpdate"), exports);
31
32
  __exportStar(require("./ReferringProviderUpdateWithOptionalAddress"), exports);
@@ -4,6 +4,7 @@ import type * as serializers from "../../../../../index";
4
4
  import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
5
5
  import { RequestValidationError } from "../../../../commons/types/RequestValidationError";
6
6
  import { UnauthorizedErrorMessage } from "../../../../commons/types/UnauthorizedErrorMessage";
7
+ import { UnprocessableEntityErrorMessage } from "../../../../commons/types/UnprocessableEntityErrorMessage";
7
8
  import { CashPayPayerErrorMessage } from "../types/CashPayPayerErrorMessage";
8
9
  import { EncounterExternalIdUniquenessErrorType } from "../types/EncounterExternalIdUniquenessErrorType";
9
10
  import { EncounterGuarantorMissingContactInfoErrorType } from "../types/EncounterGuarantorMissingContactInfoErrorType";
@@ -14,7 +15,7 @@ import { PayerPlanGroupPayerDoesNotMatchInsuranceCardError } from "../types/Paye
14
15
  import { SchemaInstanceValidationFailure } from "../types/SchemaInstanceValidationFailure";
15
16
  export declare const Error: core.serialization.Schema<serializers.encounters.v4.create.Error.Raw, CandidApi.encounters.v4.create.Error>;
16
17
  export declare namespace Error {
17
- type Raw = Error.EncounterExternalIdUniquenessError | Error.EncounterPatientControlNumberUniquenessError | Error.EntityNotFoundError | Error.UnauthorizedError | Error.EncounterGuarantorMissingContactInfoError | Error.HttpRequestValidationsError | Error.CashPayPayerError | Error.SchemaInstanceValidationHttpFailure | Error.InvalidTagNamesError | Error.HttpRequestValidationError | Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError | Error.EncounterRenderingOrAttendingProviderRequired;
18
+ type Raw = Error.EncounterExternalIdUniquenessError | Error.EncounterPatientControlNumberUniquenessError | Error.EntityNotFoundError | Error.UnauthorizedError | Error.EncounterGuarantorMissingContactInfoError | Error.HttpRequestValidationsError | Error.CashPayPayerError | Error.SchemaInstanceValidationHttpFailure | Error.UnprocessableEntityError | Error.InvalidTagNamesError | Error.HttpRequestValidationError | Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError | Error.EncounterRenderingOrAttendingProviderRequired;
18
19
  interface EncounterExternalIdUniquenessError {
19
20
  errorName: "EncounterExternalIdUniquenessError";
20
21
  content: EncounterExternalIdUniquenessErrorType.Raw;
@@ -47,6 +48,10 @@ export declare namespace Error {
47
48
  errorName: "SchemaInstanceValidationHttpFailure";
48
49
  content: SchemaInstanceValidationFailure.Raw;
49
50
  }
51
+ interface UnprocessableEntityError {
52
+ errorName: "UnprocessableEntityError";
53
+ content: UnprocessableEntityErrorMessage.Raw;
54
+ }
50
55
  interface InvalidTagNamesError {
51
56
  errorName: "InvalidTagNamesError";
52
57
  content: InvalidTagNamesErrorType.Raw;
@@ -51,6 +51,7 @@ const core = __importStar(require("../../../../../../core"));
51
51
  const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
52
52
  const RequestValidationError_1 = require("../../../../commons/types/RequestValidationError");
53
53
  const UnauthorizedErrorMessage_1 = require("../../../../commons/types/UnauthorizedErrorMessage");
54
+ const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
54
55
  const CashPayPayerErrorMessage_1 = require("../types/CashPayPayerErrorMessage");
55
56
  const EncounterExternalIdUniquenessErrorType_1 = require("../types/EncounterExternalIdUniquenessErrorType");
56
57
  const EncounterGuarantorMissingContactInfoErrorType_1 = require("../types/EncounterGuarantorMissingContactInfoErrorType");
@@ -85,6 +86,9 @@ exports.Error = core.serialization
85
86
  SchemaInstanceValidationHttpFailure: core.serialization.object({
86
87
  content: SchemaInstanceValidationFailure_1.SchemaInstanceValidationFailure,
87
88
  }),
89
+ UnprocessableEntityError: core.serialization.object({
90
+ content: UnprocessableEntityErrorMessage_1.UnprocessableEntityErrorMessage,
91
+ }),
88
92
  InvalidTagNamesError: core.serialization.object({
89
93
  content: InvalidTagNamesErrorType_1.InvalidTagNamesErrorType,
90
94
  }),
@@ -117,6 +121,8 @@ exports.Error = core.serialization
117
121
  return CandidApi.encounters.v4.create.Error.cashPayPayerError(value.content);
118
122
  case "SchemaInstanceValidationHttpFailure":
119
123
  return CandidApi.encounters.v4.create.Error.schemaInstanceValidationHttpFailure(value.content);
124
+ case "UnprocessableEntityError":
125
+ return CandidApi.encounters.v4.create.Error.unprocessableEntityError(value.content);
120
126
  case "InvalidTagNamesError":
121
127
  return CandidApi.encounters.v4.create.Error.invalidTagNamesError(value.content);
122
128
  case "HttpRequestValidationError":
@@ -4,13 +4,14 @@ import type * as serializers from "../../../../../index";
4
4
  import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
5
5
  import { RequestValidationError } from "../../../../commons/types/RequestValidationError";
6
6
  import { UnauthorizedErrorMessage } from "../../../../commons/types/UnauthorizedErrorMessage";
7
+ import { UnprocessableEntityErrorMessage } from "../../../../commons/types/UnprocessableEntityErrorMessage";
7
8
  import { EncounterExternalIdUniquenessErrorType } from "../types/EncounterExternalIdUniquenessErrorType";
8
9
  import { EncounterPatientControlNumberUniquenessErrorType } from "../types/EncounterPatientControlNumberUniquenessErrorType";
9
10
  import { PayerPlanGroupPayerDoesNotMatchInsuranceCardError } from "../types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError";
10
11
  import { SchemaInstanceValidationFailure } from "../types/SchemaInstanceValidationFailure";
11
12
  export declare const Error: core.serialization.Schema<serializers.encounters.v4.createFromPreEncounterPatient.Error.Raw, CandidApi.encounters.v4.createFromPreEncounterPatient.Error>;
12
13
  export declare namespace Error {
13
- type Raw = Error.EncounterExternalIdUniquenessError | Error.EncounterPatientControlNumberUniquenessError | Error.EntityNotFoundError | Error.UnauthorizedError | Error.HttpRequestValidationsError | Error.SchemaInstanceValidationHttpFailure | Error.HttpRequestValidationError | Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError;
14
+ type Raw = Error.EncounterExternalIdUniquenessError | Error.EncounterPatientControlNumberUniquenessError | Error.EntityNotFoundError | Error.UnauthorizedError | Error.HttpRequestValidationsError | Error.SchemaInstanceValidationHttpFailure | Error.UnprocessableEntityError | Error.HttpRequestValidationError | Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError;
14
15
  interface EncounterExternalIdUniquenessError {
15
16
  errorName: "EncounterExternalIdUniquenessError";
16
17
  content: EncounterExternalIdUniquenessErrorType.Raw;
@@ -35,6 +36,10 @@ export declare namespace Error {
35
36
  errorName: "SchemaInstanceValidationHttpFailure";
36
37
  content: SchemaInstanceValidationFailure.Raw;
37
38
  }
39
+ interface UnprocessableEntityError {
40
+ errorName: "UnprocessableEntityError";
41
+ content: UnprocessableEntityErrorMessage.Raw;
42
+ }
38
43
  interface HttpRequestValidationError {
39
44
  errorName: "HttpRequestValidationError";
40
45
  content: RequestValidationError.Raw;
@@ -51,6 +51,7 @@ const core = __importStar(require("../../../../../../core"));
51
51
  const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
52
52
  const RequestValidationError_1 = require("../../../../commons/types/RequestValidationError");
53
53
  const UnauthorizedErrorMessage_1 = require("../../../../commons/types/UnauthorizedErrorMessage");
54
+ const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
54
55
  const EncounterExternalIdUniquenessErrorType_1 = require("../types/EncounterExternalIdUniquenessErrorType");
55
56
  const EncounterPatientControlNumberUniquenessErrorType_1 = require("../types/EncounterPatientControlNumberUniquenessErrorType");
56
57
  const PayerPlanGroupPayerDoesNotMatchInsuranceCardError_1 = require("../types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError");
@@ -75,6 +76,9 @@ exports.Error = core.serialization
75
76
  SchemaInstanceValidationHttpFailure: core.serialization.object({
76
77
  content: SchemaInstanceValidationFailure_1.SchemaInstanceValidationFailure,
77
78
  }),
79
+ UnprocessableEntityError: core.serialization.object({
80
+ content: UnprocessableEntityErrorMessage_1.UnprocessableEntityErrorMessage,
81
+ }),
78
82
  HttpRequestValidationError: core.serialization.object({
79
83
  content: RequestValidationError_1.RequestValidationError,
80
84
  }),
@@ -97,6 +101,8 @@ exports.Error = core.serialization
97
101
  return CandidApi.encounters.v4.createFromPreEncounterPatient.Error.httpRequestValidationsError(value.content);
98
102
  case "SchemaInstanceValidationHttpFailure":
99
103
  return CandidApi.encounters.v4.createFromPreEncounterPatient.Error.schemaInstanceValidationHttpFailure(value.content);
104
+ case "UnprocessableEntityError":
105
+ return CandidApi.encounters.v4.createFromPreEncounterPatient.Error.unprocessableEntityError(value.content);
100
106
  case "HttpRequestValidationError":
101
107
  return CandidApi.encounters.v4.createFromPreEncounterPatient.Error.httpRequestValidationError(value.content);
102
108
  case "PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError":
@@ -4,13 +4,14 @@ import type * as serializers from "../../../../../index";
4
4
  import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
5
5
  import { RequestValidationError } from "../../../../commons/types/RequestValidationError";
6
6
  import { UnauthorizedErrorMessage } from "../../../../commons/types/UnauthorizedErrorMessage";
7
+ import { UnprocessableEntityErrorMessage } from "../../../../commons/types/UnprocessableEntityErrorMessage";
7
8
  import { EncounterExternalIdUniquenessErrorType } from "../types/EncounterExternalIdUniquenessErrorType";
8
9
  import { EncounterPatientControlNumberUniquenessErrorType } from "../types/EncounterPatientControlNumberUniquenessErrorType";
9
10
  import { PayerPlanGroupPayerDoesNotMatchInsuranceCardError } from "../types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError";
10
11
  import { SchemaInstanceValidationFailure } from "../types/SchemaInstanceValidationFailure";
11
12
  export declare const Error: core.serialization.Schema<serializers.encounters.v4.createFromPreEncounterPatientUniversal.Error.Raw, CandidApi.encounters.v4.createFromPreEncounterPatientUniversal.Error>;
12
13
  export declare namespace Error {
13
- type Raw = Error.EncounterExternalIdUniquenessError | Error.EncounterPatientControlNumberUniquenessError | Error.EntityNotFoundError | Error.UnauthorizedError | Error.HttpRequestValidationsError | Error.SchemaInstanceValidationHttpFailure | Error.HttpRequestValidationError | Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError;
14
+ type Raw = Error.EncounterExternalIdUniquenessError | Error.EncounterPatientControlNumberUniquenessError | Error.EntityNotFoundError | Error.UnauthorizedError | Error.HttpRequestValidationsError | Error.SchemaInstanceValidationHttpFailure | Error.UnprocessableEntityError | Error.HttpRequestValidationError | Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError;
14
15
  interface EncounterExternalIdUniquenessError {
15
16
  errorName: "EncounterExternalIdUniquenessError";
16
17
  content: EncounterExternalIdUniquenessErrorType.Raw;
@@ -35,6 +36,10 @@ export declare namespace Error {
35
36
  errorName: "SchemaInstanceValidationHttpFailure";
36
37
  content: SchemaInstanceValidationFailure.Raw;
37
38
  }
39
+ interface UnprocessableEntityError {
40
+ errorName: "UnprocessableEntityError";
41
+ content: UnprocessableEntityErrorMessage.Raw;
42
+ }
38
43
  interface HttpRequestValidationError {
39
44
  errorName: "HttpRequestValidationError";
40
45
  content: RequestValidationError.Raw;
@@ -51,6 +51,7 @@ const core = __importStar(require("../../../../../../core"));
51
51
  const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
52
52
  const RequestValidationError_1 = require("../../../../commons/types/RequestValidationError");
53
53
  const UnauthorizedErrorMessage_1 = require("../../../../commons/types/UnauthorizedErrorMessage");
54
+ const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
54
55
  const EncounterExternalIdUniquenessErrorType_1 = require("../types/EncounterExternalIdUniquenessErrorType");
55
56
  const EncounterPatientControlNumberUniquenessErrorType_1 = require("../types/EncounterPatientControlNumberUniquenessErrorType");
56
57
  const PayerPlanGroupPayerDoesNotMatchInsuranceCardError_1 = require("../types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError");
@@ -75,6 +76,9 @@ exports.Error = core.serialization
75
76
  SchemaInstanceValidationHttpFailure: core.serialization.object({
76
77
  content: SchemaInstanceValidationFailure_1.SchemaInstanceValidationFailure,
77
78
  }),
79
+ UnprocessableEntityError: core.serialization.object({
80
+ content: UnprocessableEntityErrorMessage_1.UnprocessableEntityErrorMessage,
81
+ }),
78
82
  HttpRequestValidationError: core.serialization.object({
79
83
  content: RequestValidationError_1.RequestValidationError,
80
84
  }),
@@ -97,6 +101,8 @@ exports.Error = core.serialization
97
101
  return CandidApi.encounters.v4.createFromPreEncounterPatientUniversal.Error.httpRequestValidationsError(value.content);
98
102
  case "SchemaInstanceValidationHttpFailure":
99
103
  return CandidApi.encounters.v4.createFromPreEncounterPatientUniversal.Error.schemaInstanceValidationHttpFailure(value.content);
104
+ case "UnprocessableEntityError":
105
+ return CandidApi.encounters.v4.createFromPreEncounterPatientUniversal.Error.unprocessableEntityError(value.content);
100
106
  case "HttpRequestValidationError":
101
107
  return CandidApi.encounters.v4.createFromPreEncounterPatientUniversal.Error.httpRequestValidationError(value.content);
102
108
  case "PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError":
@@ -4,6 +4,7 @@ import type * as serializers from "../../../../../index";
4
4
  import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
5
5
  import { RequestValidationError } from "../../../../commons/types/RequestValidationError";
6
6
  import { UnauthorizedErrorMessage } from "../../../../commons/types/UnauthorizedErrorMessage";
7
+ import { UnprocessableEntityErrorMessage } from "../../../../commons/types/UnprocessableEntityErrorMessage";
7
8
  import { CashPayPayerErrorMessage } from "../types/CashPayPayerErrorMessage";
8
9
  import { EncounterExternalIdUniquenessErrorType } from "../types/EncounterExternalIdUniquenessErrorType";
9
10
  import { EncounterGuarantorMissingContactInfoErrorType } from "../types/EncounterGuarantorMissingContactInfoErrorType";
@@ -14,7 +15,7 @@ import { PayerPlanGroupPayerDoesNotMatchInsuranceCardError } from "../types/Paye
14
15
  import { SchemaInstanceValidationFailure } from "../types/SchemaInstanceValidationFailure";
15
16
  export declare const Error: core.serialization.Schema<serializers.encounters.v4.createUniversal.Error.Raw, CandidApi.encounters.v4.createUniversal.Error>;
16
17
  export declare namespace Error {
17
- type Raw = Error.EncounterExternalIdUniquenessError | Error.EncounterPatientControlNumberUniquenessError | Error.EntityNotFoundError | Error.UnauthorizedError | Error.EncounterGuarantorMissingContactInfoError | Error.HttpRequestValidationsError | Error.CashPayPayerError | Error.SchemaInstanceValidationHttpFailure | Error.InvalidTagNamesError | Error.HttpRequestValidationError | Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError | Error.EncounterRenderingOrAttendingProviderRequired;
18
+ type Raw = Error.EncounterExternalIdUniquenessError | Error.EncounterPatientControlNumberUniquenessError | Error.EntityNotFoundError | Error.UnauthorizedError | Error.EncounterGuarantorMissingContactInfoError | Error.HttpRequestValidationsError | Error.CashPayPayerError | Error.SchemaInstanceValidationHttpFailure | Error.UnprocessableEntityError | Error.InvalidTagNamesError | Error.HttpRequestValidationError | Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError | Error.EncounterRenderingOrAttendingProviderRequired;
18
19
  interface EncounterExternalIdUniquenessError {
19
20
  errorName: "EncounterExternalIdUniquenessError";
20
21
  content: EncounterExternalIdUniquenessErrorType.Raw;
@@ -47,6 +48,10 @@ export declare namespace Error {
47
48
  errorName: "SchemaInstanceValidationHttpFailure";
48
49
  content: SchemaInstanceValidationFailure.Raw;
49
50
  }
51
+ interface UnprocessableEntityError {
52
+ errorName: "UnprocessableEntityError";
53
+ content: UnprocessableEntityErrorMessage.Raw;
54
+ }
50
55
  interface InvalidTagNamesError {
51
56
  errorName: "InvalidTagNamesError";
52
57
  content: InvalidTagNamesErrorType.Raw;
@@ -51,6 +51,7 @@ const core = __importStar(require("../../../../../../core"));
51
51
  const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
52
52
  const RequestValidationError_1 = require("../../../../commons/types/RequestValidationError");
53
53
  const UnauthorizedErrorMessage_1 = require("../../../../commons/types/UnauthorizedErrorMessage");
54
+ const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
54
55
  const CashPayPayerErrorMessage_1 = require("../types/CashPayPayerErrorMessage");
55
56
  const EncounterExternalIdUniquenessErrorType_1 = require("../types/EncounterExternalIdUniquenessErrorType");
56
57
  const EncounterGuarantorMissingContactInfoErrorType_1 = require("../types/EncounterGuarantorMissingContactInfoErrorType");
@@ -85,6 +86,9 @@ exports.Error = core.serialization
85
86
  SchemaInstanceValidationHttpFailure: core.serialization.object({
86
87
  content: SchemaInstanceValidationFailure_1.SchemaInstanceValidationFailure,
87
88
  }),
89
+ UnprocessableEntityError: core.serialization.object({
90
+ content: UnprocessableEntityErrorMessage_1.UnprocessableEntityErrorMessage,
91
+ }),
88
92
  InvalidTagNamesError: core.serialization.object({
89
93
  content: InvalidTagNamesErrorType_1.InvalidTagNamesErrorType,
90
94
  }),
@@ -117,6 +121,8 @@ exports.Error = core.serialization
117
121
  return CandidApi.encounters.v4.createUniversal.Error.cashPayPayerError(value.content);
118
122
  case "SchemaInstanceValidationHttpFailure":
119
123
  return CandidApi.encounters.v4.createUniversal.Error.schemaInstanceValidationHttpFailure(value.content);
124
+ case "UnprocessableEntityError":
125
+ return CandidApi.encounters.v4.createUniversal.Error.unprocessableEntityError(value.content);
120
126
  case "InvalidTagNamesError":
121
127
  return CandidApi.encounters.v4.createUniversal.Error.invalidTagNamesError(value.content);
122
128
  case "HttpRequestValidationError":
@@ -17,6 +17,7 @@ import { Guarantor } from "../../../../guarantor/resources/v1/types/Guarantor";
17
17
  import { Patient } from "../../../../individual/types/Patient";
18
18
  import { Subscriber } from "../../../../individual/types/Subscriber";
19
19
  import { PatientPayment } from "../../../../patientPayments/resources/v3/types/PatientPayment";
20
+ import { RelatedCausesInformation } from "../../../../relatedCausesInformation/resources/v1/types/RelatedCausesInformation";
20
21
  import { EncounterServiceFacility } from "../../../../serviceFacility/types/EncounterServiceFacility";
21
22
  import { Tag } from "../../../../tags/types/Tag";
22
23
  import { PatientDischargeStatusCode } from "../../../../x12/resources/v1/types/PatientDischargeStatusCode";
@@ -54,6 +55,7 @@ export declare namespace Encounter {
54
55
  discharge_status?: PatientDischargeStatusCode.Raw | null;
55
56
  operating_provider?: EncounterProvider.Raw | null;
56
57
  other_operating_provider?: EncounterProvider.Raw | null;
58
+ related_causes_information?: RelatedCausesInformation.Raw | null;
57
59
  submission_expectation?: EncounterSubmissionExpectation.Raw | null;
58
60
  type_of_bill?: TypeOfBillComposite.Raw | null;
59
61
  referring_provider?: EncounterProvider.Raw | null;
@@ -52,6 +52,7 @@ const Guarantor_1 = require("../../../../guarantor/resources/v1/types/Guarantor"
52
52
  const Patient_1 = require("../../../../individual/types/Patient");
53
53
  const Subscriber_1 = require("../../../../individual/types/Subscriber");
54
54
  const PatientPayment_1 = require("../../../../patientPayments/resources/v3/types/PatientPayment");
55
+ const RelatedCausesInformation_1 = require("../../../../relatedCausesInformation/resources/v1/types/RelatedCausesInformation");
55
56
  const EncounterServiceFacility_1 = require("../../../../serviceFacility/types/EncounterServiceFacility");
56
57
  const Tag_1 = require("../../../../tags/types/Tag");
57
58
  const PatientDischargeStatusCode_1 = require("../../../../x12/resources/v1/types/PatientDischargeStatusCode");
@@ -88,6 +89,7 @@ exports.Encounter = core.serialization
88
89
  dischargeStatus: core.serialization.property("discharge_status", PatientDischargeStatusCode_1.PatientDischargeStatusCode.optional()),
89
90
  operatingProvider: core.serialization.property("operating_provider", EncounterProvider_1.EncounterProvider.optional()),
90
91
  otherOperatingProvider: core.serialization.property("other_operating_provider", EncounterProvider_1.EncounterProvider.optional()),
92
+ relatedCausesInformation: core.serialization.property("related_causes_information", RelatedCausesInformation_1.RelatedCausesInformation.optional()),
91
93
  submissionExpectation: core.serialization.property("submission_expectation", EncounterSubmissionExpectation_1.EncounterSubmissionExpectation.optional()),
92
94
  typeOfBill: core.serialization.property("type_of_bill", TypeOfBillComposite_1.TypeOfBillComposite.optional()),
93
95
  referringProvider: core.serialization.property("referring_provider", EncounterProvider_1.EncounterProvider.optional()),
@@ -17,6 +17,7 @@ import { ResponsiblePartyType } from "../../encounters/resources/v4/types/Respon
17
17
  import { GuarantorCreate } from "../../guarantor/resources/v1/types/GuarantorCreate";
18
18
  import { PatientCreate } from "../../individual/types/PatientCreate";
19
19
  import { SubscriberCreate } from "../../individual/types/SubscriberCreate";
20
+ import { RelatedCausesInformationCreate } from "../../relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate";
20
21
  import { EncounterServiceFacilityBase } from "../../serviceFacility/types/EncounterServiceFacilityBase";
21
22
  import { TagId } from "../../tags/types/TagId";
22
23
  export declare const UniversalEncounterCreateBase: core.serialization.ObjectSchema<serializers.encountersUniversal.UniversalEncounterCreateBase.Raw, CandidApi.encountersUniversal.UniversalEncounterCreateBase>;
@@ -43,5 +44,6 @@ export declare namespace UniversalEncounterCreateBase {
43
44
  epsdt_referral?: EpsdtReferral.Raw | null;
44
45
  claim_supplemental_information?: ClaimSupplementalInformation.Raw[] | null;
45
46
  secondary_payer_carrier_code?: string | null;
47
+ related_causes_information?: RelatedCausesInformationCreate.Raw | null;
46
48
  }
47
49
  }
@@ -52,6 +52,7 @@ const ResponsiblePartyType_1 = require("../../encounters/resources/v4/types/Resp
52
52
  const GuarantorCreate_1 = require("../../guarantor/resources/v1/types/GuarantorCreate");
53
53
  const PatientCreate_1 = require("../../individual/types/PatientCreate");
54
54
  const SubscriberCreate_1 = require("../../individual/types/SubscriberCreate");
55
+ const RelatedCausesInformationCreate_1 = require("../../relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate");
55
56
  const EncounterServiceFacilityBase_1 = require("../../serviceFacility/types/EncounterServiceFacilityBase");
56
57
  const TagId_1 = require("../../tags/types/TagId");
57
58
  exports.UniversalEncounterCreateBase = core.serialization
@@ -77,5 +78,6 @@ exports.UniversalEncounterCreateBase = core.serialization
77
78
  epsdtReferral: core.serialization.property("epsdt_referral", EpsdtReferral_1.EpsdtReferral.optional()),
78
79
  claimSupplementalInformation: core.serialization.property("claim_supplemental_information", core.serialization.list(ClaimSupplementalInformation_1.ClaimSupplementalInformation).optional()),
79
80
  secondaryPayerCarrierCode: core.serialization.property("secondary_payer_carrier_code", core.serialization.string().optional()),
81
+ relatedCausesInformation: core.serialization.property("related_causes_information", RelatedCausesInformationCreate_1.RelatedCausesInformationCreate.optional()),
80
82
  })
81
83
  .extend(EncounterBase_1.EncounterBase);
@@ -12,6 +12,7 @@ import { SupervisingProvider } from "../../encounterProviders/resources/v2/types
12
12
  import { ClinicalNoteCategoryCreate } from "../../encounters/resources/v4/types/ClinicalNoteCategoryCreate";
13
13
  import { EncounterBase } from "../../encounters/resources/v4/types/EncounterBase";
14
14
  import { PatientHistoryCategory } from "../../encounters/resources/v4/types/PatientHistoryCategory";
15
+ import { RelatedCausesInformationCreate } from "../../relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate";
15
16
  import { EncounterServiceFacilityBase } from "../../serviceFacility/types/EncounterServiceFacilityBase";
16
17
  import { TagId } from "../../tags/types/TagId";
17
18
  export declare const UniversalEncounterCreateFromPreEncounterBase: core.serialization.ObjectSchema<serializers.encountersUniversal.UniversalEncounterCreateFromPreEncounterBase.Raw, CandidApi.encountersUniversal.UniversalEncounterCreateFromPreEncounterBase>;
@@ -29,5 +30,6 @@ export declare namespace UniversalEncounterCreateFromPreEncounterBase {
29
30
  external_claim_submission?: ExternalClaimSubmissionCreate.Raw | null;
30
31
  tag_ids?: TagId.Raw[] | null;
31
32
  schema_instances?: SchemaInstance.Raw[] | null;
33
+ related_causes_information?: RelatedCausesInformationCreate.Raw | null;
32
34
  }
33
35
  }
@@ -47,6 +47,7 @@ const SupervisingProvider_1 = require("../../encounterProviders/resources/v2/typ
47
47
  const ClinicalNoteCategoryCreate_1 = require("../../encounters/resources/v4/types/ClinicalNoteCategoryCreate");
48
48
  const EncounterBase_1 = require("../../encounters/resources/v4/types/EncounterBase");
49
49
  const PatientHistoryCategory_1 = require("../../encounters/resources/v4/types/PatientHistoryCategory");
50
+ const RelatedCausesInformationCreate_1 = require("../../relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate");
50
51
  const EncounterServiceFacilityBase_1 = require("../../serviceFacility/types/EncounterServiceFacilityBase");
51
52
  const TagId_1 = require("../../tags/types/TagId");
52
53
  exports.UniversalEncounterCreateFromPreEncounterBase = core.serialization
@@ -63,5 +64,6 @@ exports.UniversalEncounterCreateFromPreEncounterBase = core.serialization
63
64
  externalClaimSubmission: core.serialization.property("external_claim_submission", ExternalClaimSubmissionCreate_1.ExternalClaimSubmissionCreate.optional()),
64
65
  tagIds: core.serialization.property("tag_ids", core.serialization.list(TagId_1.TagId).optional()),
65
66
  schemaInstances: core.serialization.property("schema_instances", core.serialization.list(SchemaInstance_1.SchemaInstance).optional()),
67
+ relatedCausesInformation: core.serialization.property("related_causes_information", RelatedCausesInformationCreate_1.RelatedCausesInformationCreate.optional()),
66
68
  })
67
69
  .extend(EncounterBase_1.EncounterBase);
@@ -17,6 +17,7 @@ import { Medication } from "../../encounters/resources/v4/types/Medication";
17
17
  import { GuarantorUpdate } from "../../guarantor/resources/v1/types/GuarantorUpdate";
18
18
  import { PatientUpdate } from "../../individual/types/PatientUpdate";
19
19
  import { SubscriberCreate } from "../../individual/types/SubscriberCreate";
20
+ import { RelatedCausesInformationUpdate } from "../../relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate";
20
21
  import { EncounterServiceFacilityUpdate } from "../../serviceFacility/types/EncounterServiceFacilityUpdate";
21
22
  export declare const UniversalEncounterUpdateBase: core.serialization.ObjectSchema<serializers.encountersUniversal.UniversalEncounterUpdateBase.Raw, CandidApi.encountersUniversal.UniversalEncounterUpdateBase>;
22
23
  export declare namespace UniversalEncounterUpdateBase {
@@ -39,5 +40,6 @@ export declare namespace UniversalEncounterUpdateBase {
39
40
  supervising_provider?: SupervisingProviderUpdate.Raw | null;
40
41
  billing_provider?: BillingProviderUpdate.Raw | null;
41
42
  place_of_service_code_as_submitted?: FacilityTypeCode.Raw | null;
43
+ related_causes_information?: RelatedCausesInformationUpdate.Raw | null;
42
44
  }
43
45
  }
@@ -52,6 +52,7 @@ const Medication_1 = require("../../encounters/resources/v4/types/Medication");
52
52
  const GuarantorUpdate_1 = require("../../guarantor/resources/v1/types/GuarantorUpdate");
53
53
  const PatientUpdate_1 = require("../../individual/types/PatientUpdate");
54
54
  const SubscriberCreate_1 = require("../../individual/types/SubscriberCreate");
55
+ const RelatedCausesInformationUpdate_1 = require("../../relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate");
55
56
  const EncounterServiceFacilityUpdate_1 = require("../../serviceFacility/types/EncounterServiceFacilityUpdate");
56
57
  exports.UniversalEncounterUpdateBase = core.serialization
57
58
  .object({
@@ -73,5 +74,6 @@ exports.UniversalEncounterUpdateBase = core.serialization
73
74
  supervisingProvider: core.serialization.property("supervising_provider", SupervisingProviderUpdate_1.SupervisingProviderUpdate.optional()),
74
75
  billingProvider: core.serialization.property("billing_provider", BillingProviderUpdate_1.BillingProviderUpdate.optional()),
75
76
  placeOfServiceCodeAsSubmitted: core.serialization.property("place_of_service_code_as_submitted", FacilityTypeCode_1.FacilityTypeCode.optional()),
77
+ relatedCausesInformation: core.serialization.property("related_causes_information", RelatedCausesInformationUpdate_1.RelatedCausesInformationUpdate.optional()),
76
78
  })
77
79
  .extend(EncounterOptional_1.EncounterOptional);
@@ -1,4 +1,4 @@
1
- import type * as CandidApi from "../../../../../../api/index";
1
+ import * as CandidApi from "../../../../../../api/index";
2
2
  import * as core from "../../../../../../core";
3
3
  import type * as serializers from "../../../../../index";
4
4
  export declare const D8Date: core.serialization.Schema<serializers.healthCareCodeInformation.v1.D8Date.Raw, CandidApi.healthCareCodeInformation.v1.D8Date>;