candidhealth 0.34.9 → 0.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +61 -56
  3. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  4. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  5. package/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +8 -0
  6. package/api/resources/commons/types/ProviderCredentialingSpanId.js +10 -0
  7. package/api/resources/commons/types/index.d.ts +1 -0
  8. package/api/resources/commons/types/index.js +1 -0
  9. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  10. package/api/resources/credentialing/client/Client.d.ts +26 -0
  11. package/api/resources/credentialing/client/Client.js +17 -0
  12. package/api/resources/credentialing/client/index.d.ts +1 -0
  13. package/api/resources/credentialing/client/index.js +2 -0
  14. package/api/resources/credentialing/index.d.ts +2 -0
  15. package/api/resources/credentialing/index.js +18 -0
  16. package/api/resources/credentialing/resources/index.d.ts +1 -0
  17. package/api/resources/credentialing/resources/index.js +27 -0
  18. package/api/resources/credentialing/resources/v2/client/Client.d.ts +97 -0
  19. package/api/resources/credentialing/resources/v2/client/Client.js +413 -0
  20. package/api/resources/credentialing/resources/v2/client/create.d.ts +34 -0
  21. package/api/resources/credentialing/resources/v2/client/create.js +69 -0
  22. package/api/resources/credentialing/resources/v2/client/delete.d.ts +34 -0
  23. package/api/resources/credentialing/resources/v2/client/delete.js +69 -0
  24. package/api/resources/credentialing/resources/v2/client/get.d.ts +34 -0
  25. package/api/resources/credentialing/resources/v2/client/get.js +69 -0
  26. package/api/resources/credentialing/resources/v2/client/getAll.d.ts +28 -0
  27. package/api/resources/credentialing/resources/v2/client/getAll.js +58 -0
  28. package/api/resources/credentialing/resources/v2/client/index.d.ts +6 -0
  29. package/api/resources/credentialing/resources/v2/client/index.js +35 -0
  30. package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +33 -0
  31. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +44 -0
  32. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +41 -0
  33. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +5 -0
  34. package/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
  35. package/api/resources/credentialing/resources/v2/client/requests/index.js +2 -0
  36. package/api/resources/credentialing/resources/v2/client/update.d.ts +46 -0
  37. package/api/resources/credentialing/resources/v2/client/update.js +91 -0
  38. package/api/resources/credentialing/resources/v2/index.d.ts +2 -0
  39. package/api/resources/credentialing/resources/v2/index.js +18 -0
  40. package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +13 -0
  41. package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +12 -0
  42. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +31 -0
  43. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +5 -0
  44. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +8 -0
  45. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +10 -0
  46. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +7 -0
  47. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +5 -0
  48. package/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  49. package/api/resources/credentialing/resources/v2/types/index.js +20 -0
  50. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  51. package/api/resources/diagnoses/client/Client.js +3 -3
  52. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  53. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  54. package/api/resources/encounters/resources/v4/client/Client.d.ts +4 -5
  55. package/api/resources/encounters/resources/v4/client/Client.js +9 -11
  56. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -7
  57. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -11
  58. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +7 -2
  59. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +1 -2
  60. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +16 -2
  61. package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +0 -2
  62. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +14 -2
  63. package/api/resources/encounters/resources/v4/types/index.d.ts +0 -1
  64. package/api/resources/encounters/resources/v4/types/index.js +0 -1
  65. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  66. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  67. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  68. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  69. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  70. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  71. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  72. package/api/resources/index.d.ts +1 -0
  73. package/api/resources/index.js +2 -1
  74. package/api/resources/individual/types/Patient.d.ts +14 -2
  75. package/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +7 -1
  76. package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +2 -17
  77. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +5 -20
  78. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  79. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  80. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  81. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  82. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  83. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  84. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +8 -1
  85. package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +2 -8
  86. package/api/resources/organizationProviders/resources/v3/client/Client.js +6 -12
  87. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  88. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  89. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  90. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  91. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +8 -46
  92. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +14 -52
  93. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +8 -64
  94. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +16 -72
  95. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  96. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +48 -316
  97. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +56 -324
  98. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +24 -158
  99. package/api/resources/serviceFacility/client/Client.js +1 -1
  100. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +15 -0
  101. package/api/resources/serviceLines/resources/v2/client/Client.js +18 -3
  102. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +5 -0
  103. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  104. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  105. package/api/resources/x12/resources/v1/types/Rarc.d.ts +2 -1
  106. package/api/resources/x12/resources/v1/types/Rarc.js +1 -0
  107. package/dist/Client.d.ts +3 -0
  108. package/dist/Client.js +61 -56
  109. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  110. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  111. package/dist/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +8 -0
  112. package/dist/api/resources/commons/types/ProviderCredentialingSpanId.js +10 -0
  113. package/dist/api/resources/commons/types/index.d.ts +1 -0
  114. package/dist/api/resources/commons/types/index.js +1 -0
  115. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  116. package/dist/api/resources/credentialing/client/Client.d.ts +26 -0
  117. package/dist/api/resources/credentialing/client/Client.js +17 -0
  118. package/dist/api/resources/credentialing/client/index.d.ts +1 -0
  119. package/dist/api/resources/credentialing/client/index.js +2 -0
  120. package/dist/api/resources/credentialing/index.d.ts +2 -0
  121. package/dist/api/resources/credentialing/index.js +18 -0
  122. package/dist/api/resources/credentialing/resources/index.d.ts +1 -0
  123. package/dist/api/resources/credentialing/resources/index.js +27 -0
  124. package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +97 -0
  125. package/dist/api/resources/credentialing/resources/v2/client/Client.js +413 -0
  126. package/dist/api/resources/credentialing/resources/v2/client/create.d.ts +34 -0
  127. package/dist/api/resources/credentialing/resources/v2/client/create.js +69 -0
  128. package/dist/api/resources/credentialing/resources/v2/client/delete.d.ts +34 -0
  129. package/dist/api/resources/credentialing/resources/v2/client/delete.js +69 -0
  130. package/dist/api/resources/credentialing/resources/v2/client/get.d.ts +34 -0
  131. package/dist/api/resources/credentialing/resources/v2/client/get.js +69 -0
  132. package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +28 -0
  133. package/dist/api/resources/credentialing/resources/v2/client/getAll.js +58 -0
  134. package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +6 -0
  135. package/dist/api/resources/credentialing/resources/v2/client/index.js +35 -0
  136. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +33 -0
  137. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js +5 -0
  138. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +44 -0
  139. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +5 -0
  140. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +41 -0
  141. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +5 -0
  142. package/dist/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
  143. package/dist/api/resources/credentialing/resources/v2/client/requests/index.js +2 -0
  144. package/dist/api/resources/credentialing/resources/v2/client/update.d.ts +46 -0
  145. package/dist/api/resources/credentialing/resources/v2/client/update.js +91 -0
  146. package/dist/api/resources/credentialing/resources/v2/index.d.ts +2 -0
  147. package/dist/api/resources/credentialing/resources/v2/index.js +18 -0
  148. package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +13 -0
  149. package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +12 -0
  150. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +31 -0
  151. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +5 -0
  152. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +8 -0
  153. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +10 -0
  154. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +7 -0
  155. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +5 -0
  156. package/dist/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  157. package/dist/api/resources/credentialing/resources/v2/types/index.js +20 -0
  158. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  159. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  160. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  161. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  162. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +4 -5
  163. package/dist/api/resources/encounters/resources/v4/client/Client.js +9 -11
  164. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -7
  165. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -11
  166. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +7 -2
  167. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +1 -2
  168. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +16 -2
  169. package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +0 -2
  170. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +14 -2
  171. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +0 -1
  172. package/dist/api/resources/encounters/resources/v4/types/index.js +0 -1
  173. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  174. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  175. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  176. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  177. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  178. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  179. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  180. package/dist/api/resources/index.d.ts +1 -0
  181. package/dist/api/resources/index.js +2 -1
  182. package/dist/api/resources/individual/types/Patient.d.ts +14 -2
  183. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +7 -1
  184. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +2 -17
  185. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +5 -20
  186. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  187. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  188. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  189. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  190. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  191. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  192. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +8 -1
  193. package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +2 -8
  194. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +6 -12
  195. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  196. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  197. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  198. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  199. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +8 -46
  200. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +14 -52
  201. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +8 -64
  202. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +16 -72
  203. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  204. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +48 -316
  205. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +56 -324
  206. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +24 -158
  207. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  208. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +15 -0
  209. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +18 -3
  210. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +5 -0
  211. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  212. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  213. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +2 -1
  214. package/dist/api/resources/x12/resources/v1/types/Rarc.js +1 -0
  215. package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +10 -0
  216. package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.js +35 -0
  217. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  218. package/dist/serialization/resources/commons/types/index.js +1 -0
  219. package/dist/serialization/resources/credentialing/index.d.ts +1 -0
  220. package/dist/serialization/resources/credentialing/index.js +17 -0
  221. package/dist/serialization/resources/credentialing/resources/index.d.ts +1 -0
  222. package/dist/serialization/resources/credentialing/resources/index.js +27 -0
  223. package/dist/serialization/resources/credentialing/resources/v2/client/create.d.ts +20 -0
  224. package/dist/serialization/resources/credentialing/resources/v2/client/create.js +67 -0
  225. package/dist/serialization/resources/credentialing/resources/v2/client/delete.d.ts +20 -0
  226. package/dist/serialization/resources/credentialing/resources/v2/client/delete.js +67 -0
  227. package/dist/serialization/resources/credentialing/resources/v2/client/get.d.ts +20 -0
  228. package/dist/serialization/resources/credentialing/resources/v2/client/get.js +67 -0
  229. package/dist/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +15 -0
  230. package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +61 -0
  231. package/dist/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -0
  232. package/dist/serialization/resources/credentialing/resources/v2/client/index.js +35 -0
  233. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +20 -0
  234. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +41 -0
  235. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +19 -0
  236. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +40 -0
  237. package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
  238. package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.js +7 -0
  239. package/dist/serialization/resources/credentialing/resources/v2/client/update.d.ts +30 -0
  240. package/dist/serialization/resources/credentialing/resources/v2/client/update.js +79 -0
  241. package/dist/serialization/resources/credentialing/resources/v2/index.d.ts +2 -0
  242. package/dist/serialization/resources/credentialing/resources/v2/index.js +18 -0
  243. package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +10 -0
  244. package/dist/serialization/resources/{encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → credentialing/resources/v2/types/CredentialingSpanStatus.js} +2 -4
  245. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +29 -0
  246. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +50 -0
  247. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +10 -0
  248. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +35 -0
  249. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +14 -0
  250. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +37 -0
  251. package/dist/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  252. package/dist/serialization/resources/credentialing/resources/v2/types/index.js +20 -0
  253. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -6
  254. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -6
  255. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
  256. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -0
  257. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  258. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  259. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +0 -1
  260. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +0 -1
  261. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -1
  262. package/dist/serialization/resources/encounters/resources/v4/types/index.js +0 -1
  263. package/dist/serialization/resources/index.d.ts +1 -0
  264. package/dist/serialization/resources/index.js +2 -1
  265. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +2 -0
  266. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +2 -0
  267. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
  268. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +2 -0
  269. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  270. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1 -0
  271. package/package.json +1 -1
  272. package/reference.md +357 -446
  273. package/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +10 -0
  274. package/serialization/resources/commons/types/ProviderCredentialingSpanId.js +35 -0
  275. package/serialization/resources/commons/types/index.d.ts +1 -0
  276. package/serialization/resources/commons/types/index.js +1 -0
  277. package/serialization/resources/credentialing/index.d.ts +1 -0
  278. package/serialization/resources/credentialing/index.js +17 -0
  279. package/serialization/resources/credentialing/resources/index.d.ts +1 -0
  280. package/serialization/resources/credentialing/resources/index.js +27 -0
  281. package/serialization/resources/credentialing/resources/v2/client/create.d.ts +20 -0
  282. package/serialization/resources/credentialing/resources/v2/client/create.js +67 -0
  283. package/serialization/resources/credentialing/resources/v2/client/delete.d.ts +20 -0
  284. package/serialization/resources/credentialing/resources/v2/client/delete.js +67 -0
  285. package/serialization/resources/credentialing/resources/v2/client/get.d.ts +20 -0
  286. package/serialization/resources/credentialing/resources/v2/client/get.js +67 -0
  287. package/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +15 -0
  288. package/serialization/resources/credentialing/resources/v2/client/getAll.js +61 -0
  289. package/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -0
  290. package/serialization/resources/credentialing/resources/v2/client/index.js +35 -0
  291. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +20 -0
  292. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +41 -0
  293. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +19 -0
  294. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +40 -0
  295. package/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
  296. package/serialization/resources/credentialing/resources/v2/client/requests/index.js +7 -0
  297. package/serialization/resources/credentialing/resources/v2/client/update.d.ts +30 -0
  298. package/serialization/resources/credentialing/resources/v2/client/update.js +79 -0
  299. package/serialization/resources/credentialing/resources/v2/index.d.ts +2 -0
  300. package/serialization/resources/credentialing/resources/v2/index.js +18 -0
  301. package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +10 -0
  302. package/serialization/resources/{encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → credentialing/resources/v2/types/CredentialingSpanStatus.js} +2 -4
  303. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +29 -0
  304. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +50 -0
  305. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +10 -0
  306. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +35 -0
  307. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +14 -0
  308. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +37 -0
  309. package/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  310. package/serialization/resources/credentialing/resources/v2/types/index.js +20 -0
  311. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -6
  312. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -6
  313. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
  314. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -0
  315. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  316. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  317. package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +0 -1
  318. package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +0 -1
  319. package/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -1
  320. package/serialization/resources/encounters/resources/v4/types/index.js +0 -1
  321. package/serialization/resources/index.d.ts +1 -0
  322. package/serialization/resources/index.js +2 -1
  323. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +2 -0
  324. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +2 -0
  325. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
  326. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +2 -0
  327. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  328. package/serialization/resources/x12/resources/v1/types/Rarc.js +1 -0
  329. package/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -6
  330. package/dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -6
  331. package/dist/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -12
  332. package/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -12
  333. /package/api/resources/{encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js} +0 -0
  334. /package/{dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js} +0 -0
@@ -35,27 +35,13 @@ export declare class V1 {
35
35
  * family: "string",
36
36
  * given: ["string"],
37
37
  * use: CandidApi.preEncounter.NameUse.Usual,
38
- * period: {
39
- * start: {
40
- * "key": "value"
41
- * },
42
- * end: {
43
- * "key": "value"
44
- * }
45
- * }
38
+ * period: {}
46
39
  * },
47
40
  * otherNames: [{
48
41
  * family: "string",
49
42
  * given: ["string"],
50
43
  * use: CandidApi.preEncounter.NameUse.Usual,
51
- * period: {
52
- * start: {
53
- * "key": "value"
54
- * },
55
- * end: {
56
- * "key": "value"
57
- * }
58
- * }
44
+ * period: {}
59
45
  * }],
60
46
  * gender: CandidApi.preEncounter.Gender.Man,
61
47
  * birthDate: "2023-01-15",
@@ -75,14 +61,7 @@ export declare class V1 {
75
61
  * state: "string",
76
62
  * postalCode: "string",
77
63
  * country: "string",
78
- * period: {
79
- * start: {
80
- * "key": "value"
81
- * },
82
- * end: {
83
- * "key": "value"
84
- * }
85
- * }
64
+ * period: {}
86
65
  * },
87
66
  * otherAddresses: [{
88
67
  * use: CandidApi.preEncounter.AddressUse.Home,
@@ -91,28 +70,15 @@ export declare class V1 {
91
70
  * state: "string",
92
71
  * postalCode: "string",
93
72
  * country: "string",
94
- * period: {
95
- * start: {
96
- * "key": "value"
97
- * },
98
- * end: {
99
- * "key": "value"
100
- * }
101
- * }
73
+ * period: {}
102
74
  * }],
103
75
  * primaryTelecom: {
104
76
  * value: "string",
105
- * use: CandidApi.preEncounter.ContactPointUse.Home,
106
- * period: {
107
- * "key": "value"
108
- * }
77
+ * use: CandidApi.preEncounter.ContactPointUse.Home
109
78
  * },
110
79
  * otherTelecoms: [{
111
80
  * value: "string",
112
- * use: CandidApi.preEncounter.ContactPointUse.Home,
113
- * period: {
114
- * "key": "value"
115
- * }
81
+ * use: CandidApi.preEncounter.ContactPointUse.Home
116
82
  * }],
117
83
  * email: "string",
118
84
  * electronicCommunicationOptIn: true,
@@ -128,21 +94,11 @@ export declare class V1 {
128
94
  * family: "string",
129
95
  * given: ["string"],
130
96
  * use: CandidApi.preEncounter.NameUse.Usual,
131
- * period: {
132
- * start: {
133
- * "key": "value"
134
- * },
135
- * end: {
136
- * "key": "value"
137
- * }
138
- * }
97
+ * period: {}
139
98
  * },
140
99
  * telecoms: [{
141
100
  * value: "string",
142
- * use: CandidApi.preEncounter.ContactPointUse.Home,
143
- * period: {
144
- * "key": "value"
145
- * }
101
+ * use: CandidApi.preEncounter.ContactPointUse.Home
146
102
  * }],
147
103
  * addresses: [{
148
104
  * use: CandidApi.preEncounter.AddressUse.Home,
@@ -151,23 +107,9 @@ export declare class V1 {
151
107
  * state: "string",
152
108
  * postalCode: "string",
153
109
  * country: "string",
154
- * period: {
155
- * start: {
156
- * "key": "value"
157
- * },
158
- * end: {
159
- * "key": "value"
160
- * }
161
- * }
110
+ * period: {}
162
111
  * }],
163
- * period: {
164
- * start: {
165
- * "key": "value"
166
- * },
167
- * end: {
168
- * "key": "value"
169
- * }
170
- * },
112
+ * period: {},
171
113
  * hipaaAuthorization: true
172
114
  * }],
173
115
  * generalPractitioners: [{
@@ -175,35 +117,16 @@ export declare class V1 {
175
117
  * family: "string",
176
118
  * given: ["string"],
177
119
  * use: CandidApi.preEncounter.NameUse.Usual,
178
- * period: {
179
- * start: {
180
- * "key": "value"
181
- * },
182
- * end: {
183
- * "key": "value"
184
- * }
185
- * }
120
+ * period: {}
186
121
  * },
187
122
  * type: CandidApi.preEncounter.ExternalProviderType.Primary,
188
123
  * npi: "string",
189
124
  * telecoms: [{
190
125
  * value: "string",
191
- * use: CandidApi.preEncounter.ContactPointUse.Home,
192
- * period: {
193
- * "key": "value"
194
- * }
195
- * }],
196
- * addresses: [{
197
- * "key": "value"
126
+ * use: CandidApi.preEncounter.ContactPointUse.Home
198
127
  * }],
199
- * period: {
200
- * start: {
201
- * "key": "value"
202
- * },
203
- * end: {
204
- * "key": "value"
205
- * }
206
- * },
128
+ * addresses: [],
129
+ * period: {},
207
130
  * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
208
131
  * }],
209
132
  * filingOrder: {
@@ -211,31 +134,18 @@ export declare class V1 {
211
134
  * },
212
135
  * nonInsurancePayers: [CandidApi.preEncounter.CanonicalNonInsurancePayerId("string")],
213
136
  * nonInsurancePayerAssociations: [{
214
- * id: CandidApi.preEncounter.CanonicalNonInsurancePayerId("string"),
215
- * memberId: {
216
- * "key": "value"
217
- * }
137
+ * id: CandidApi.preEncounter.CanonicalNonInsurancePayerId("string")
218
138
  * }],
219
139
  * guarantor: {
220
140
  * name: {
221
141
  * family: "string",
222
142
  * given: ["string"],
223
143
  * use: CandidApi.preEncounter.NameUse.Usual,
224
- * period: {
225
- * start: {
226
- * "key": "value"
227
- * },
228
- * end: {
229
- * "key": "value"
230
- * }
231
- * }
144
+ * period: {}
232
145
  * },
233
146
  * telecom: {
234
147
  * value: "string",
235
- * use: CandidApi.preEncounter.ContactPointUse.Home,
236
- * period: {
237
- * "key": "value"
238
- * }
148
+ * use: CandidApi.preEncounter.ContactPointUse.Home
239
149
  * },
240
150
  * email: "string",
241
151
  * birthDate: "2023-01-15",
@@ -246,35 +156,16 @@ export declare class V1 {
246
156
  * state: "string",
247
157
  * postalCode: "string",
248
158
  * country: "string",
249
- * period: {
250
- * start: {
251
- * "key": "value"
252
- * },
253
- * end: {
254
- * "key": "value"
255
- * }
256
- * }
159
+ * period: {}
257
160
  * }
258
161
  * },
259
162
  * selfPay: true,
260
163
  * authorizations: [{
261
164
  * payerId: CandidApi.preEncounter.PayerId("string"),
262
165
  * payerName: "string",
263
- * additionalPayerInformation: {
264
- * "key": "value"
265
- * },
266
166
  * authorizationNumber: "string",
267
167
  * cptCode: "string",
268
- * units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
269
- * quantity: {
270
- * "key": "value"
271
- * },
272
- * period: {
273
- * "key": "value"
274
- * },
275
- * notes: {
276
- * "key": "value"
277
- * }
168
+ * units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit
278
169
  * }],
279
170
  * referrals: [{
280
171
  * provider: {
@@ -282,44 +173,19 @@ export declare class V1 {
282
173
  * family: "string",
283
174
  * given: ["string"],
284
175
  * use: CandidApi.preEncounter.NameUse.Usual,
285
- * period: {
286
- * start: {
287
- * "key": "value"
288
- * },
289
- * end: {
290
- * "key": "value"
291
- * }
292
- * }
176
+ * period: {}
293
177
  * },
294
178
  * type: CandidApi.preEncounter.ExternalProviderType.Primary,
295
179
  * npi: "string",
296
180
  * telecoms: [{
297
181
  * value: "string",
298
- * use: CandidApi.preEncounter.ContactPointUse.Home,
299
- * period: {
300
- * "key": "value"
301
- * }
302
- * }],
303
- * addresses: [{
304
- * "key": "value"
182
+ * use: CandidApi.preEncounter.ContactPointUse.Home
305
183
  * }],
306
- * period: {
307
- * start: {
308
- * "key": "value"
309
- * },
310
- * end: {
311
- * "key": "value"
312
- * }
313
- * },
184
+ * addresses: [],
185
+ * period: {},
314
186
  * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
315
187
  * },
316
- * referralNumber: "string",
317
- * period: {
318
- * "key": "value"
319
- * },
320
- * notes: {
321
- * "key": "value"
322
- * }
188
+ * referralNumber: "string"
323
189
  * }],
324
190
  * primaryServiceFacilityId: "string"
325
191
  * }
@@ -376,27 +242,13 @@ export declare class V1 {
376
242
  * family: "string",
377
243
  * given: ["string"],
378
244
  * use: CandidApi.preEncounter.NameUse.Usual,
379
- * period: {
380
- * start: {
381
- * "key": "value"
382
- * },
383
- * end: {
384
- * "key": "value"
385
- * }
386
- * }
245
+ * period: {}
387
246
  * },
388
247
  * otherNames: [{
389
248
  * family: "string",
390
249
  * given: ["string"],
391
250
  * use: CandidApi.preEncounter.NameUse.Usual,
392
- * period: {
393
- * start: {
394
- * "key": "value"
395
- * },
396
- * end: {
397
- * "key": "value"
398
- * }
399
- * }
251
+ * period: {}
400
252
  * }],
401
253
  * gender: CandidApi.preEncounter.Gender.Man,
402
254
  * birthDate: "2023-01-15",
@@ -416,14 +268,7 @@ export declare class V1 {
416
268
  * state: "string",
417
269
  * postalCode: "string",
418
270
  * country: "string",
419
- * period: {
420
- * start: {
421
- * "key": "value"
422
- * },
423
- * end: {
424
- * "key": "value"
425
- * }
426
- * }
271
+ * period: {}
427
272
  * },
428
273
  * otherAddresses: [{
429
274
  * use: CandidApi.preEncounter.AddressUse.Home,
@@ -432,28 +277,15 @@ export declare class V1 {
432
277
  * state: "string",
433
278
  * postalCode: "string",
434
279
  * country: "string",
435
- * period: {
436
- * start: {
437
- * "key": "value"
438
- * },
439
- * end: {
440
- * "key": "value"
441
- * }
442
- * }
280
+ * period: {}
443
281
  * }],
444
282
  * primaryTelecom: {
445
283
  * value: "string",
446
- * use: CandidApi.preEncounter.ContactPointUse.Home,
447
- * period: {
448
- * "key": "value"
449
- * }
284
+ * use: CandidApi.preEncounter.ContactPointUse.Home
450
285
  * },
451
286
  * otherTelecoms: [{
452
287
  * value: "string",
453
- * use: CandidApi.preEncounter.ContactPointUse.Home,
454
- * period: {
455
- * "key": "value"
456
- * }
288
+ * use: CandidApi.preEncounter.ContactPointUse.Home
457
289
  * }],
458
290
  * email: "string",
459
291
  * electronicCommunicationOptIn: true,
@@ -469,21 +301,11 @@ export declare class V1 {
469
301
  * family: "string",
470
302
  * given: ["string"],
471
303
  * use: CandidApi.preEncounter.NameUse.Usual,
472
- * period: {
473
- * start: {
474
- * "key": "value"
475
- * },
476
- * end: {
477
- * "key": "value"
478
- * }
479
- * }
304
+ * period: {}
480
305
  * },
481
306
  * telecoms: [{
482
307
  * value: "string",
483
- * use: CandidApi.preEncounter.ContactPointUse.Home,
484
- * period: {
485
- * "key": "value"
486
- * }
308
+ * use: CandidApi.preEncounter.ContactPointUse.Home
487
309
  * }],
488
310
  * addresses: [{
489
311
  * use: CandidApi.preEncounter.AddressUse.Home,
@@ -492,23 +314,9 @@ export declare class V1 {
492
314
  * state: "string",
493
315
  * postalCode: "string",
494
316
  * country: "string",
495
- * period: {
496
- * start: {
497
- * "key": "value"
498
- * },
499
- * end: {
500
- * "key": "value"
501
- * }
502
- * }
317
+ * period: {}
503
318
  * }],
504
- * period: {
505
- * start: {
506
- * "key": "value"
507
- * },
508
- * end: {
509
- * "key": "value"
510
- * }
511
- * },
319
+ * period: {},
512
320
  * hipaaAuthorization: true
513
321
  * }],
514
322
  * generalPractitioners: [{
@@ -516,35 +324,16 @@ export declare class V1 {
516
324
  * family: "string",
517
325
  * given: ["string"],
518
326
  * use: CandidApi.preEncounter.NameUse.Usual,
519
- * period: {
520
- * start: {
521
- * "key": "value"
522
- * },
523
- * end: {
524
- * "key": "value"
525
- * }
526
- * }
327
+ * period: {}
527
328
  * },
528
329
  * type: CandidApi.preEncounter.ExternalProviderType.Primary,
529
330
  * npi: "string",
530
331
  * telecoms: [{
531
332
  * value: "string",
532
- * use: CandidApi.preEncounter.ContactPointUse.Home,
533
- * period: {
534
- * "key": "value"
535
- * }
536
- * }],
537
- * addresses: [{
538
- * "key": "value"
333
+ * use: CandidApi.preEncounter.ContactPointUse.Home
539
334
  * }],
540
- * period: {
541
- * start: {
542
- * "key": "value"
543
- * },
544
- * end: {
545
- * "key": "value"
546
- * }
547
- * },
335
+ * addresses: [],
336
+ * period: {},
548
337
  * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
549
338
  * }],
550
339
  * filingOrder: {
@@ -552,31 +341,18 @@ export declare class V1 {
552
341
  * },
553
342
  * nonInsurancePayers: [CandidApi.preEncounter.CanonicalNonInsurancePayerId("string")],
554
343
  * nonInsurancePayerAssociations: [{
555
- * id: CandidApi.preEncounter.CanonicalNonInsurancePayerId("string"),
556
- * memberId: {
557
- * "key": "value"
558
- * }
344
+ * id: CandidApi.preEncounter.CanonicalNonInsurancePayerId("string")
559
345
  * }],
560
346
  * guarantor: {
561
347
  * name: {
562
348
  * family: "string",
563
349
  * given: ["string"],
564
350
  * use: CandidApi.preEncounter.NameUse.Usual,
565
- * period: {
566
- * start: {
567
- * "key": "value"
568
- * },
569
- * end: {
570
- * "key": "value"
571
- * }
572
- * }
351
+ * period: {}
573
352
  * },
574
353
  * telecom: {
575
354
  * value: "string",
576
- * use: CandidApi.preEncounter.ContactPointUse.Home,
577
- * period: {
578
- * "key": "value"
579
- * }
355
+ * use: CandidApi.preEncounter.ContactPointUse.Home
580
356
  * },
581
357
  * email: "string",
582
358
  * birthDate: "2023-01-15",
@@ -587,35 +363,16 @@ export declare class V1 {
587
363
  * state: "string",
588
364
  * postalCode: "string",
589
365
  * country: "string",
590
- * period: {
591
- * start: {
592
- * "key": "value"
593
- * },
594
- * end: {
595
- * "key": "value"
596
- * }
597
- * }
366
+ * period: {}
598
367
  * }
599
368
  * },
600
369
  * selfPay: true,
601
370
  * authorizations: [{
602
371
  * payerId: CandidApi.preEncounter.PayerId("string"),
603
372
  * payerName: "string",
604
- * additionalPayerInformation: {
605
- * "key": "value"
606
- * },
607
373
  * authorizationNumber: "string",
608
374
  * cptCode: "string",
609
- * units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
610
- * quantity: {
611
- * "key": "value"
612
- * },
613
- * period: {
614
- * "key": "value"
615
- * },
616
- * notes: {
617
- * "key": "value"
618
- * }
375
+ * units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit
619
376
  * }],
620
377
  * referrals: [{
621
378
  * provider: {
@@ -623,44 +380,19 @@ export declare class V1 {
623
380
  * family: "string",
624
381
  * given: ["string"],
625
382
  * use: CandidApi.preEncounter.NameUse.Usual,
626
- * period: {
627
- * start: {
628
- * "key": "value"
629
- * },
630
- * end: {
631
- * "key": "value"
632
- * }
633
- * }
383
+ * period: {}
634
384
  * },
635
385
  * type: CandidApi.preEncounter.ExternalProviderType.Primary,
636
386
  * npi: "string",
637
387
  * telecoms: [{
638
388
  * value: "string",
639
- * use: CandidApi.preEncounter.ContactPointUse.Home,
640
- * period: {
641
- * "key": "value"
642
- * }
643
- * }],
644
- * addresses: [{
645
- * "key": "value"
389
+ * use: CandidApi.preEncounter.ContactPointUse.Home
646
390
  * }],
647
- * period: {
648
- * start: {
649
- * "key": "value"
650
- * },
651
- * end: {
652
- * "key": "value"
653
- * }
654
- * },
391
+ * addresses: [],
392
+ * period: {},
655
393
  * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
656
394
  * },
657
- * referralNumber: "string",
658
- * period: {
659
- * "key": "value"
660
- * },
661
- * notes: {
662
- * "key": "value"
663
- * }
395
+ * referralNumber: "string"
664
396
  * }],
665
397
  * primaryServiceFacilityId: "string"
666
398
  * })