candidhealth 0.3.0 → 0.4.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/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/client/Client.js +1 -1
  3. package/api/resources/commons/types/DateRangeOptionalEnd.d.ts +8 -0
  4. package/api/resources/commons/types/Decimal.d.ts +11 -0
  5. package/api/resources/commons/types/Decimal.js +10 -0
  6. package/api/resources/commons/types/EmrPayerCrosswalk.d.ts +8 -0
  7. package/api/resources/commons/types/EmrPayerCrosswalk.js +10 -0
  8. package/api/resources/commons/types/UserId.d.ts +8 -0
  9. package/api/resources/commons/types/index.d.ts +4 -1
  10. package/api/resources/commons/types/index.js +4 -1
  11. package/api/resources/encounters/resources/v4/client/Client.js +16 -12
  12. package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  13. package/api/resources/encounters/resources/v4/client/create.js +11 -0
  14. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
  15. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -7
  16. package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +2 -1
  17. package/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +8 -0
  18. package/api/resources/encounters/resources/v4/types/BillableStatusType.js +10 -0
  19. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  20. package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +13 -7
  21. package/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +6 -0
  22. package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +9 -0
  23. package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.js +11 -0
  24. package/api/resources/encounters/resources/v4/types/index.d.ts +3 -0
  25. package/api/resources/encounters/resources/v4/types/index.js +3 -0
  26. package/api/resources/expectedNetworkStatus/client/Client.js +1 -1
  27. package/api/resources/guarantor/resources/v1/client/Client.d.ts +2 -2
  28. package/api/resources/guarantor/resources/v1/client/Client.js +20 -6
  29. package/api/resources/guarantor/resources/v1/client/create.d.ts +7 -1
  30. package/api/resources/guarantor/resources/v1/client/create.js +11 -0
  31. package/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +6 -3
  32. package/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +6 -0
  33. package/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +4 -0
  34. package/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -2
  35. package/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +6 -0
  36. package/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  37. package/api/resources/guarantor/resources/v1/types/index.js +1 -0
  38. package/api/resources/index.d.ts +0 -1
  39. package/api/resources/index.js +1 -2
  40. package/api/resources/individual/types/Patient.d.ts +4 -0
  41. package/api/resources/individual/types/PatientBase.d.ts +0 -1
  42. package/api/resources/individual/types/PatientCreate.d.ts +6 -0
  43. package/api/resources/insuranceCard/types/InsuranceCardBase.d.ts +1 -1
  44. package/api/resources/insuranceCard/types/InsuranceCardCreate.d.ts +1 -0
  45. package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +13 -1
  46. package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +12 -0
  47. package/api/resources/payers/client/Client.js +2 -2
  48. package/api/resources/serviceLines/types/ServiceLine.d.ts +13 -1
  49. package/api/resources/serviceLines/types/ServiceLineCreate.d.ts +7 -1
  50. package/api/resources/tasks/resources/v3/client/Client.js +1 -1
  51. package/api/resources/workQueues/resources/v1/types/WorkQueue.d.ts +1 -1
  52. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  53. package/dist/api/resources/billingNotes/client/Client.js +1 -1
  54. package/dist/api/resources/commons/types/DateRangeOptionalEnd.d.ts +8 -0
  55. package/dist/api/resources/commons/types/Decimal.d.ts +11 -0
  56. package/dist/api/resources/commons/types/Decimal.js +10 -0
  57. package/dist/api/resources/commons/types/EmrPayerCrosswalk.d.ts +8 -0
  58. package/dist/api/resources/commons/types/EmrPayerCrosswalk.js +10 -0
  59. package/dist/api/resources/commons/types/UserId.d.ts +8 -0
  60. package/dist/api/resources/commons/types/index.d.ts +4 -1
  61. package/dist/api/resources/commons/types/index.js +4 -1
  62. package/dist/api/resources/encounters/resources/v4/client/Client.js +16 -12
  63. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  64. package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
  65. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
  66. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -7
  67. package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +2 -1
  68. package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +8 -0
  69. package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.js +10 -0
  70. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  71. package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +13 -7
  72. package/dist/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +6 -0
  73. package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +9 -0
  74. package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.js +11 -0
  75. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +3 -0
  76. package/dist/api/resources/encounters/resources/v4/types/index.js +3 -0
  77. package/dist/api/resources/expectedNetworkStatus/client/Client.js +1 -1
  78. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +2 -2
  79. package/dist/api/resources/guarantor/resources/v1/client/Client.js +20 -6
  80. package/dist/api/resources/guarantor/resources/v1/client/create.d.ts +7 -1
  81. package/dist/api/resources/guarantor/resources/v1/client/create.js +11 -0
  82. package/dist/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +6 -3
  83. package/dist/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +6 -0
  84. package/dist/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +4 -0
  85. package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -2
  86. package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +6 -0
  87. package/dist/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  88. package/dist/api/resources/guarantor/resources/v1/types/index.js +1 -0
  89. package/dist/api/resources/index.d.ts +0 -1
  90. package/dist/api/resources/index.js +1 -2
  91. package/dist/api/resources/individual/types/Patient.d.ts +4 -0
  92. package/dist/api/resources/individual/types/PatientBase.d.ts +0 -1
  93. package/dist/api/resources/individual/types/PatientCreate.d.ts +6 -0
  94. package/dist/api/resources/insuranceCard/types/InsuranceCardBase.d.ts +1 -1
  95. package/dist/api/resources/insuranceCard/types/InsuranceCardCreate.d.ts +1 -0
  96. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +13 -1
  97. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +12 -0
  98. package/dist/api/resources/payers/client/Client.js +2 -2
  99. package/dist/api/resources/serviceLines/types/ServiceLine.d.ts +13 -1
  100. package/dist/api/resources/serviceLines/types/ServiceLineCreate.d.ts +7 -1
  101. package/dist/api/resources/tasks/resources/v3/client/Client.js +1 -1
  102. package/dist/api/resources/workQueues/resources/v1/types/WorkQueue.d.ts +1 -1
  103. package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.d.ts +13 -0
  104. package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.js +34 -0
  105. package/dist/serialization/resources/commons/types/Decimal.d.ts +10 -0
  106. package/dist/serialization/resources/commons/types/Decimal.js +37 -0
  107. package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.d.ts +10 -0
  108. package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.js +31 -0
  109. package/dist/serialization/resources/commons/types/UserId.d.ts +10 -0
  110. package/dist/serialization/resources/{users/resources/v2 → commons}/types/UserId.js +6 -4
  111. package/dist/serialization/resources/commons/types/index.d.ts +4 -1
  112. package/dist/serialization/resources/commons/types/index.js +4 -1
  113. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +5 -1
  114. package/dist/serialization/resources/encounters/resources/v4/client/create.js +5 -0
  115. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
  116. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
  117. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -2
  118. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +6 -2
  119. package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.d.ts +10 -0
  120. package/{serialization/resources/users/resources/v2/types/MachineUserMetadata.js → dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.js} +2 -4
  121. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  122. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +3 -0
  123. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +3 -2
  124. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +3 -2
  125. package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +12 -0
  126. package/dist/serialization/resources/{users/resources/v2/types/GoogleAppsMetadata.js → encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js} +3 -3
  127. package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +10 -0
  128. package/dist/serialization/resources/{users/resources/v2/types/MachineUserMetadata.js → encounters/resources/v4/types/ResponsiblePartyType.js} +2 -4
  129. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +3 -0
  130. package/dist/serialization/resources/encounters/resources/v4/types/index.js +3 -0
  131. package/dist/serialization/resources/guarantor/resources/v1/client/create.d.ts +14 -0
  132. package/dist/serialization/resources/{users/resources/v2/types/UserMetadata.js → guarantor/resources/v1/client/create.js} +14 -7
  133. package/dist/serialization/resources/guarantor/resources/v1/client/index.d.ts +1 -0
  134. package/dist/serialization/resources/guarantor/resources/v1/client/index.js +14 -0
  135. package/dist/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +6 -3
  136. package/dist/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.js +8 -3
  137. package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +12 -0
  138. package/{serialization/resources/users/resources/v2/types/AuthZeroMetadata.js → dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js} +3 -3
  139. package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +4 -0
  140. package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +4 -0
  141. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -2
  142. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -2
  143. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +4 -0
  144. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +8 -1
  145. package/dist/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  146. package/dist/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
  147. package/dist/serialization/resources/index.d.ts +0 -1
  148. package/dist/serialization/resources/index.js +1 -2
  149. package/dist/serialization/resources/individual/types/Patient.d.ts +4 -0
  150. package/dist/serialization/resources/individual/types/Patient.js +4 -0
  151. package/dist/serialization/resources/individual/types/PatientBase.d.ts +0 -1
  152. package/dist/serialization/resources/individual/types/PatientBase.js +0 -1
  153. package/dist/serialization/resources/individual/types/PatientCreate.d.ts +4 -0
  154. package/dist/serialization/resources/individual/types/PatientCreate.js +8 -1
  155. package/dist/serialization/resources/insuranceCard/types/InsuranceCardBase.d.ts +1 -1
  156. package/dist/serialization/resources/insuranceCard/types/InsuranceCardBase.js +1 -1
  157. package/dist/serialization/resources/insuranceCard/types/InsuranceCardCreate.d.ts +1 -0
  158. package/dist/serialization/resources/insuranceCard/types/InsuranceCardCreate.js +1 -0
  159. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  160. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +12 -0
  161. package/dist/serialization/resources/serviceLines/types/ServiceLine.d.ts +2 -1
  162. package/dist/serialization/resources/serviceLines/types/ServiceLine.js +2 -1
  163. package/dist/serialization/resources/serviceLines/types/ServiceLineCreate.d.ts +1 -1
  164. package/dist/serialization/resources/serviceLines/types/ServiceLineCreate.js +1 -1
  165. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueue.d.ts +1 -1
  166. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueue.js +1 -1
  167. package/examples/acmeHealth.ts +4 -2
  168. package/package.json +1 -1
  169. package/serialization/resources/commons/types/DateRangeOptionalEnd.d.ts +13 -0
  170. package/serialization/resources/commons/types/DateRangeOptionalEnd.js +34 -0
  171. package/serialization/resources/commons/types/Decimal.d.ts +10 -0
  172. package/serialization/resources/commons/types/Decimal.js +37 -0
  173. package/serialization/resources/commons/types/EmrPayerCrosswalk.d.ts +10 -0
  174. package/serialization/resources/commons/types/EmrPayerCrosswalk.js +31 -0
  175. package/serialization/resources/commons/types/UserId.d.ts +10 -0
  176. package/serialization/resources/{users/resources/v2 → commons}/types/UserId.js +6 -4
  177. package/serialization/resources/commons/types/index.d.ts +4 -1
  178. package/serialization/resources/commons/types/index.js +4 -1
  179. package/serialization/resources/encounters/resources/v4/client/create.d.ts +5 -1
  180. package/serialization/resources/encounters/resources/v4/client/create.js +5 -0
  181. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
  182. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
  183. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -2
  184. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +6 -2
  185. package/serialization/resources/encounters/resources/v4/types/BillableStatusType.d.ts +10 -0
  186. package/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +31 -0
  187. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  188. package/serialization/resources/encounters/resources/v4/types/Encounter.js +3 -0
  189. package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +3 -2
  190. package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +3 -2
  191. package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +12 -0
  192. package/{dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.js → serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js} +3 -4
  193. package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +10 -0
  194. package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +31 -0
  195. package/serialization/resources/encounters/resources/v4/types/index.d.ts +3 -0
  196. package/serialization/resources/encounters/resources/v4/types/index.js +3 -0
  197. package/serialization/resources/guarantor/resources/v1/client/create.d.ts +14 -0
  198. package/serialization/resources/{users/resources/v2/types/IdpUserMetadata.js → guarantor/resources/v1/client/create.js} +14 -8
  199. package/serialization/resources/guarantor/resources/v1/client/index.d.ts +1 -0
  200. package/serialization/resources/guarantor/resources/v1/client/index.js +14 -0
  201. package/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +6 -3
  202. package/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.js +8 -3
  203. package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +12 -0
  204. package/{dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js → serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js} +3 -3
  205. package/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +4 -0
  206. package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +4 -0
  207. package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -2
  208. package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -2
  209. package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +4 -0
  210. package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +8 -1
  211. package/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  212. package/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
  213. package/serialization/resources/index.d.ts +0 -1
  214. package/serialization/resources/index.js +1 -2
  215. package/serialization/resources/individual/types/Patient.d.ts +4 -0
  216. package/serialization/resources/individual/types/Patient.js +4 -0
  217. package/serialization/resources/individual/types/PatientBase.d.ts +0 -1
  218. package/serialization/resources/individual/types/PatientBase.js +0 -1
  219. package/serialization/resources/individual/types/PatientCreate.d.ts +4 -0
  220. package/serialization/resources/individual/types/PatientCreate.js +8 -1
  221. package/serialization/resources/insuranceCard/types/InsuranceCardBase.d.ts +1 -1
  222. package/serialization/resources/insuranceCard/types/InsuranceCardBase.js +1 -1
  223. package/serialization/resources/insuranceCard/types/InsuranceCardCreate.d.ts +1 -0
  224. package/serialization/resources/insuranceCard/types/InsuranceCardCreate.js +1 -0
  225. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  226. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +12 -0
  227. package/serialization/resources/serviceLines/types/ServiceLine.d.ts +2 -1
  228. package/serialization/resources/serviceLines/types/ServiceLine.js +2 -1
  229. package/serialization/resources/serviceLines/types/ServiceLineCreate.d.ts +1 -1
  230. package/serialization/resources/serviceLines/types/ServiceLineCreate.js +1 -1
  231. package/serialization/resources/workQueues/resources/v1/types/WorkQueue.d.ts +1 -1
  232. package/serialization/resources/workQueues/resources/v1/types/WorkQueue.js +1 -1
  233. package/api/resources/commons/types/ContactInfo.d.ts +0 -10
  234. package/api/resources/users/index.d.ts +0 -1
  235. package/api/resources/users/index.js +0 -17
  236. package/api/resources/users/resources/index.d.ts +0 -1
  237. package/api/resources/users/resources/index.js +0 -27
  238. package/api/resources/users/resources/v2/index.d.ts +0 -1
  239. package/api/resources/users/resources/v2/index.js +0 -17
  240. package/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +0 -6
  241. package/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +0 -6
  242. package/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +0 -7
  243. package/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +0 -16
  244. package/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +0 -6
  245. package/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +0 -6
  246. package/api/resources/users/resources/v2/types/OtherIdpMetadata.js +0 -5
  247. package/api/resources/users/resources/v2/types/UserId.d.ts +0 -8
  248. package/api/resources/users/resources/v2/types/UserMetadata.d.ts +0 -13
  249. package/api/resources/users/resources/v2/types/UserMetadata.js +0 -5
  250. package/api/resources/users/resources/v2/types/UserV2.d.ts +0 -11
  251. package/api/resources/users/resources/v2/types/UserV2.js +0 -5
  252. package/api/resources/users/resources/v2/types/index.d.ts +0 -9
  253. package/api/resources/users/resources/v2/types/index.js +0 -25
  254. package/dist/api/resources/commons/types/ContactInfo.d.ts +0 -10
  255. package/dist/api/resources/commons/types/ContactInfo.js +0 -5
  256. package/dist/api/resources/users/index.d.ts +0 -1
  257. package/dist/api/resources/users/index.js +0 -17
  258. package/dist/api/resources/users/resources/index.d.ts +0 -1
  259. package/dist/api/resources/users/resources/index.js +0 -27
  260. package/dist/api/resources/users/resources/v2/index.d.ts +0 -1
  261. package/dist/api/resources/users/resources/v2/index.js +0 -17
  262. package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +0 -6
  263. package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.js +0 -5
  264. package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +0 -6
  265. package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +0 -5
  266. package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +0 -7
  267. package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.js +0 -5
  268. package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +0 -16
  269. package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.js +0 -5
  270. package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +0 -6
  271. package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.js +0 -5
  272. package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +0 -6
  273. package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.js +0 -5
  274. package/dist/api/resources/users/resources/v2/types/UserId.d.ts +0 -8
  275. package/dist/api/resources/users/resources/v2/types/UserMetadata.d.ts +0 -13
  276. package/dist/api/resources/users/resources/v2/types/UserMetadata.js +0 -5
  277. package/dist/api/resources/users/resources/v2/types/UserV2.d.ts +0 -11
  278. package/dist/api/resources/users/resources/v2/types/UserV2.js +0 -5
  279. package/dist/api/resources/users/resources/v2/types/index.d.ts +0 -9
  280. package/dist/api/resources/users/resources/v2/types/index.js +0 -25
  281. package/dist/serialization/resources/commons/types/ContactInfo.d.ts +0 -15
  282. package/dist/serialization/resources/commons/types/ContactInfo.js +0 -36
  283. package/dist/serialization/resources/users/index.d.ts +0 -1
  284. package/dist/serialization/resources/users/index.js +0 -17
  285. package/dist/serialization/resources/users/resources/index.d.ts +0 -1
  286. package/dist/serialization/resources/users/resources/index.js +0 -27
  287. package/dist/serialization/resources/users/resources/v2/index.d.ts +0 -1
  288. package/dist/serialization/resources/users/resources/v2/index.js +0 -17
  289. package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +0 -12
  290. package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +0 -12
  291. package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +0 -13
  292. package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +0 -19
  293. package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +0 -40
  294. package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +0 -12
  295. package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +0 -12
  296. package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +0 -33
  297. package/dist/serialization/resources/users/resources/v2/types/UserId.d.ts +0 -10
  298. package/dist/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +0 -16
  299. package/dist/serialization/resources/users/resources/v2/types/UserV2.d.ts +0 -16
  300. package/dist/serialization/resources/users/resources/v2/types/UserV2.js +0 -37
  301. package/dist/serialization/resources/users/resources/v2/types/index.d.ts +0 -9
  302. package/dist/serialization/resources/users/resources/v2/types/index.js +0 -25
  303. package/serialization/resources/commons/types/ContactInfo.d.ts +0 -15
  304. package/serialization/resources/commons/types/ContactInfo.js +0 -36
  305. package/serialization/resources/users/index.d.ts +0 -1
  306. package/serialization/resources/users/index.js +0 -17
  307. package/serialization/resources/users/resources/index.d.ts +0 -1
  308. package/serialization/resources/users/resources/index.js +0 -27
  309. package/serialization/resources/users/resources/v2/index.d.ts +0 -1
  310. package/serialization/resources/users/resources/v2/index.js +0 -17
  311. package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +0 -12
  312. package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +0 -12
  313. package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +0 -33
  314. package/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +0 -13
  315. package/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +0 -34
  316. package/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +0 -19
  317. package/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +0 -12
  318. package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +0 -12
  319. package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +0 -33
  320. package/serialization/resources/users/resources/v2/types/UserId.d.ts +0 -10
  321. package/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +0 -16
  322. package/serialization/resources/users/resources/v2/types/UserMetadata.js +0 -39
  323. package/serialization/resources/users/resources/v2/types/UserV2.d.ts +0 -16
  324. package/serialization/resources/users/resources/v2/types/UserV2.js +0 -37
  325. package/serialization/resources/users/resources/v2/types/index.d.ts +0 -9
  326. package/serialization/resources/users/resources/v2/types/index.js +0 -25
  327. /package/api/resources/commons/types/{ContactInfo.js → DateRangeOptionalEnd.js} +0 -0
  328. /package/api/resources/{users/resources/v2 → commons}/types/UserId.js +0 -0
  329. /package/api/resources/{users/resources/v2/types/AuthZeroMetadata.js → encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js} +0 -0
  330. /package/api/resources/{users/resources/v2/types/GoogleAppsMetadata.js → guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js} +0 -0
  331. /package/{api/resources/users/resources/v2/types/HumanUserMetadata.js → dist/api/resources/commons/types/DateRangeOptionalEnd.js} +0 -0
  332. /package/dist/api/resources/{users/resources/v2 → commons}/types/UserId.js +0 -0
  333. /package/{api/resources/users/resources/v2/types/IdpUserMetadata.js → dist/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js} +0 -0
  334. /package/{api/resources/users/resources/v2/types/MachineUserMetadata.js → dist/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js} +0 -0
@@ -29,5 +29,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.PatientCreate = void 0;
30
30
  const core = __importStar(require("../../../../core"));
31
31
  exports.PatientCreate = core.serialization
32
- .object({})
32
+ .object({
33
+ phoneNumbers: core.serialization.property("phone_numbers", core.serialization
34
+ .list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).PhoneNumber))
35
+ .optional()),
36
+ phoneConsent: core.serialization.property("phone_consent", core.serialization.boolean().optional()),
37
+ email: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).Email).optional(),
38
+ emailConsent: core.serialization.property("email_consent", core.serialization.boolean().optional()),
39
+ })
33
40
  .extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).PatientBase));
@@ -10,6 +10,6 @@ export declare namespace InsuranceCardBase {
10
10
  group_number?: string | null;
11
11
  plan_name?: string | null;
12
12
  plan_type?: serializers.SourceOfPaymentCode.Raw | null;
13
- insurance_type?: string | null;
13
+ insurance_type?: serializers.InsuranceTypeCode.Raw | null;
14
14
  }
15
15
  }
@@ -32,5 +32,5 @@ exports.InsuranceCardBase = core.serialization.object({
32
32
  groupNumber: core.serialization.property("group_number", core.serialization.string().optional()),
33
33
  planName: core.serialization.property("plan_name", core.serialization.string().optional()),
34
34
  planType: core.serialization.property("plan_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).SourceOfPaymentCode).optional()),
35
- insuranceType: core.serialization.property("insurance_type", core.serialization.string().optional()),
35
+ insuranceType: core.serialization.property("insurance_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).InsuranceTypeCode).optional()),
36
36
  });
@@ -14,5 +14,6 @@ export declare namespace InsuranceCardCreate {
14
14
  rx_pcn?: string | null;
15
15
  image_url_front?: string | null;
16
16
  image_url_back?: string | null;
17
+ emr_payer_crosswalk?: serializers.EmrPayerCrosswalk.Raw | null;
17
18
  }
18
19
  }
@@ -37,5 +37,6 @@ exports.InsuranceCardCreate = core.serialization
37
37
  rxPcn: core.serialization.property("rx_pcn", core.serialization.string().optional()),
38
38
  imageUrlFront: core.serialization.property("image_url_front", core.serialization.string().optional()),
39
39
  imageUrlBack: core.serialization.property("image_url_back", core.serialization.string().optional()),
40
+ emrPayerCrosswalk: core.serialization.property("emr_payer_crosswalk", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).EmrPayerCrosswalk).optional()),
40
41
  })
41
42
  .extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).InsuranceCardBase));
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
7
  export declare const LicenseType: core.serialization.Schema<serializers.organizationProviders.v2.LicenseType.Raw, CandidApi.organizationProviders.v2.LicenseType>;
8
8
  export declare namespace LicenseType {
9
- type Raw = "MD" | "NP" | "PA" | "LMFT" | "LCPC" | "LCSW" | "PMHNP" | "FNP" | "LPCC" | "DO" | "RD" | "SLP" | "APRN" | "LPC" | "PHD" | "PSYD" | "LMSW" | "LMHC" | "OTHER_MASTERS" | "BCBA" | "UNKNOWN";
9
+ type Raw = "MD" | "NP" | "PA" | "LMFT" | "LCPC" | "LCSW" | "PMHNP" | "FNP" | "LPCC" | "DO" | "RD" | "SLP" | "APRN" | "LPC" | "PHD" | "PSYD" | "LMSW" | "LMHC" | "OTHER_MASTERS" | "BCBA" | "UNKNOWN" | "RPH" | "PHT" | "LAC" | "LMT" | "DC" | "ND" | "MA" | "PT" | "IBCLC" | "RN" | "DPT" | "LCMHC";
10
10
  }
@@ -50,4 +50,16 @@ exports.LicenseType = core.serialization.enum_([
50
50
  "OTHER_MASTERS",
51
51
  "BCBA",
52
52
  "UNKNOWN",
53
+ "RPH",
54
+ "PHT",
55
+ "LAC",
56
+ "LMT",
57
+ "DC",
58
+ "ND",
59
+ "MA",
60
+ "PT",
61
+ "IBCLC",
62
+ "RN",
63
+ "DPT",
64
+ "LCMHC",
53
65
  ]);
@@ -9,8 +9,9 @@ export declare namespace ServiceLine {
9
9
  interface Raw extends serializers.ServiceLineBaseWithOptionals.Raw {
10
10
  service_line_id: serializers.ServiceLineId.Raw;
11
11
  procedure_code: string;
12
- quantity: string;
12
+ quantity: serializers.Decimal.Raw;
13
13
  units: serializers.ServiceLineUnits.Raw;
14
14
  claim_id: serializers.ClaimId.Raw;
15
+ date_of_service_range: serializers.DateRangeOptionalEnd.Raw;
15
16
  }
16
17
  }
@@ -32,8 +32,9 @@ exports.ServiceLine = core.serialization
32
32
  .object({
33
33
  serviceLineId: core.serialization.property("service_line_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ServiceLineId)),
34
34
  procedureCode: core.serialization.property("procedure_code", core.serialization.string()),
35
- quantity: core.serialization.string(),
35
+ quantity: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).Decimal),
36
36
  units: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ServiceLineUnits),
37
37
  claimId: core.serialization.property("claim_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ClaimId)),
38
+ dateOfServiceRange: core.serialization.property("date_of_service_range", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).DateRangeOptionalEnd)),
38
39
  })
39
40
  .extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ServiceLineBaseWithOptionals));
@@ -8,7 +8,7 @@ export declare const ServiceLineCreate: core.serialization.ObjectSchema<serializ
8
8
  export declare namespace ServiceLineCreate {
9
9
  interface Raw extends serializers.ServiceLineBase.Raw {
10
10
  procedure_code: string;
11
- quantity: string;
11
+ quantity: serializers.Decimal.Raw;
12
12
  units: serializers.ServiceLineUnits.Raw;
13
13
  charge_amount_cents?: number | null;
14
14
  diagnosis_pointers: number[];
@@ -31,7 +31,7 @@ const core = __importStar(require("../../../../core"));
31
31
  exports.ServiceLineCreate = core.serialization
32
32
  .object({
33
33
  procedureCode: core.serialization.property("procedure_code", core.serialization.string()),
34
- quantity: core.serialization.string(),
34
+ quantity: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).Decimal),
35
35
  units: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ServiceLineUnits),
36
36
  chargeAmountCents: core.serialization.property("charge_amount_cents", core.serialization.number().optional()),
37
37
  diagnosisPointers: core.serialization.property("diagnosis_pointers", core.serialization.list(core.serialization.number())),
@@ -12,6 +12,6 @@ export declare namespace WorkQueue {
12
12
  description?: string | null;
13
13
  category: serializers.workQueues.v1.WorkQueueCategory.Raw;
14
14
  created_at: string;
15
- created_by: serializers.users.v2.UserV2.Raw;
15
+ created_by: serializers.UserId.Raw;
16
16
  }
17
17
  }
@@ -34,5 +34,5 @@ exports.WorkQueue = core.serialization.object({
34
34
  description: core.serialization.string().optional(),
35
35
  category: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).workQueues.v1.WorkQueueCategory),
36
36
  createdAt: core.serialization.property("created_at", core.serialization.date()),
37
- createdBy: core.serialization.property("created_by", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).users.v2.UserV2)),
37
+ createdBy: core.serialization.property("created_by", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).UserId)),
38
38
  });
@@ -15,8 +15,10 @@ const client = new CandidApiClient({
15
15
  const createEncounter = async () => {
16
16
  // Create a new encounter for patient Loki Laufeyson
17
17
  const createEncounterResponse = await client.encounters.v4.create({
18
- externalId: CandidApi.EncounterExternalId("emr-claim-id-abc"),
18
+ externalId: CandidApi.EncounterExternalId("emr-claim-id-abcd"),
19
19
  dateOfService: CandidApi.Date_("2023-05-23"),
20
+ billableStatus: "BILLABLE", // or "NOT_BILLABLE
21
+ responsibleParty: "INSURANCE_PAY", // or "SELF_PAY"
20
22
  patient: {
21
23
  externalId: "emr-patient-id-123",
22
24
  firstName: "Loki",
@@ -60,7 +62,7 @@ const createEncounter = async () => {
60
62
  {
61
63
  procedureCode: "99212",
62
64
  modifiers: [],
63
- quantity: "1",
65
+ quantity: CandidApi.Decimal("1.0"),
64
66
  units: "UN",
65
67
  chargeAmountCents: 1500,
66
68
  diagnosisPointers: [0, 1],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "candidhealth",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "repository": "https://github.com/candidhealth/candid-node",
6
6
  "main": "./index.js",
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../..";
5
+ import * as CandidApi from "../../../../api";
6
+ import * as core from "../../../../core";
7
+ export declare const DateRangeOptionalEnd: core.serialization.ObjectSchema<serializers.DateRangeOptionalEnd.Raw, CandidApi.DateRangeOptionalEnd>;
8
+ export declare namespace DateRangeOptionalEnd {
9
+ interface Raw {
10
+ start_date: serializers.Date_.Raw;
11
+ end_date?: serializers.Date_.Raw | null;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.DateRangeOptionalEnd = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ exports.DateRangeOptionalEnd = core.serialization.object({
32
+ startDate: core.serialization.property("start_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).Date_)),
33
+ endDate: core.serialization.property("end_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).Date_).optional()),
34
+ });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../..";
5
+ import * as CandidApi from "../../../../api";
6
+ import * as core from "../../../../core";
7
+ export declare const Decimal: core.serialization.Schema<serializers.Decimal.Raw, CandidApi.Decimal>;
8
+ export declare namespace Decimal {
9
+ type Raw = string;
10
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.Decimal = void 0;
30
+ const CandidApi = __importStar(require("../../../../api"));
31
+ const core = __importStar(require("../../../../core"));
32
+ exports.Decimal = core.serialization
33
+ .string()
34
+ .transform({
35
+ transform: CandidApi.Decimal,
36
+ untransform: (value) => value,
37
+ });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../..";
5
+ import * as CandidApi from "../../../../api";
6
+ import * as core from "../../../../core";
7
+ export declare const EmrPayerCrosswalk: core.serialization.Schema<serializers.EmrPayerCrosswalk.Raw, CandidApi.EmrPayerCrosswalk>;
8
+ export declare namespace EmrPayerCrosswalk {
9
+ type Raw = "HEALTHIE" | "CANVAS";
10
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.EmrPayerCrosswalk = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ exports.EmrPayerCrosswalk = core.serialization.enum_(["HEALTHIE", "CANVAS"]);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../..";
5
+ import * as CandidApi from "../../../../api";
6
+ import * as core from "../../../../core";
7
+ export declare const UserId: core.serialization.Schema<serializers.UserId.Raw, CandidApi.UserId>;
8
+ export declare namespace UserId {
9
+ type Raw = string;
10
+ }
@@ -27,9 +27,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.UserId = void 0;
30
- const CandidApi = __importStar(require("../../../../../../api"));
31
- const core = __importStar(require("../../../../../../core"));
32
- exports.UserId = core.serialization.string().transform({
33
- transform: CandidApi.users.v2.UserId,
30
+ const CandidApi = __importStar(require("../../../../api"));
31
+ const core = __importStar(require("../../../../core"));
32
+ exports.UserId = core.serialization
33
+ .string()
34
+ .transform({
35
+ transform: CandidApi.UserId,
34
36
  untransform: (value) => value,
35
37
  });
@@ -6,10 +6,13 @@ export * from "./PatientExternalId";
6
6
  export * from "./EncounterExternalId";
7
7
  export * from "./Npi";
8
8
  export * from "./WorkQueueId";
9
+ export * from "./UserId";
9
10
  export * from "./LinkUrl";
10
11
  export * from "./ContentDownloadUrl";
11
12
  export * from "./PageToken";
12
13
  export * from "./Date_";
14
+ export * from "./DateRangeOptionalEnd";
15
+ export * from "./Decimal";
13
16
  export * from "./ResourcePage";
14
17
  export * from "./StreetAddressBase";
15
18
  export * from "./StreetAddressShortZip";
@@ -24,7 +27,7 @@ export * from "./PatientRelationshipToInsuredCodeAll";
24
27
  export * from "./ProcedureModifier";
25
28
  export * from "./ServiceLineUnits";
26
29
  export * from "./InsuranceTypeCode";
30
+ export * from "./EmrPayerCrosswalk";
27
31
  export * from "./PhoneNumber";
28
32
  export * from "./PhoneNumberType";
29
33
  export * from "./Email";
30
- export * from "./ContactInfo";
@@ -22,10 +22,13 @@ __exportStar(require("./PatientExternalId"), exports);
22
22
  __exportStar(require("./EncounterExternalId"), exports);
23
23
  __exportStar(require("./Npi"), exports);
24
24
  __exportStar(require("./WorkQueueId"), exports);
25
+ __exportStar(require("./UserId"), exports);
25
26
  __exportStar(require("./LinkUrl"), exports);
26
27
  __exportStar(require("./ContentDownloadUrl"), exports);
27
28
  __exportStar(require("./PageToken"), exports);
28
29
  __exportStar(require("./Date_"), exports);
30
+ __exportStar(require("./DateRangeOptionalEnd"), exports);
31
+ __exportStar(require("./Decimal"), exports);
29
32
  __exportStar(require("./ResourcePage"), exports);
30
33
  __exportStar(require("./StreetAddressBase"), exports);
31
34
  __exportStar(require("./StreetAddressShortZip"), exports);
@@ -40,7 +43,7 @@ __exportStar(require("./PatientRelationshipToInsuredCodeAll"), exports);
40
43
  __exportStar(require("./ProcedureModifier"), exports);
41
44
  __exportStar(require("./ServiceLineUnits"), exports);
42
45
  __exportStar(require("./InsuranceTypeCode"), exports);
46
+ __exportStar(require("./EmrPayerCrosswalk"), exports);
43
47
  __exportStar(require("./PhoneNumber"), exports);
44
48
  __exportStar(require("./PhoneNumberType"), exports);
45
49
  __exportStar(require("./Email"), exports);
46
- __exportStar(require("./ContactInfo"), exports);
@@ -6,9 +6,13 @@ import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
7
  export declare const Error: core.serialization.Schema<serializers.encounters.v4.create.Error.Raw, CandidApi.encounters.v4.create.Error>;
8
8
  export declare namespace Error {
9
- type Raw = Error.EncounterExternalIdUniquenessError;
9
+ type Raw = Error.EncounterExternalIdUniquenessError | Error.EncounterGuarantorMissingContactInfoError;
10
10
  interface EncounterExternalIdUniquenessError {
11
11
  errorName: "EncounterExternalIdUniquenessError";
12
12
  content: serializers.encounters.v4.EncounterExternalIdUniquenessErrorType.Raw;
13
13
  }
14
+ interface EncounterGuarantorMissingContactInfoError {
15
+ errorName: "EncounterGuarantorMissingContactInfoError";
16
+ content: serializers.encounters.v4.EncounterGuarantorMissingContactInfoErrorType.Raw;
17
+ }
14
18
  }
@@ -34,12 +34,17 @@ exports.Error = core.serialization
34
34
  EncounterExternalIdUniquenessError: core.serialization.object({
35
35
  content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.EncounterExternalIdUniquenessErrorType),
36
36
  }),
37
+ EncounterGuarantorMissingContactInfoError: core.serialization.object({
38
+ content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.EncounterGuarantorMissingContactInfoErrorType),
39
+ }),
37
40
  })
38
41
  .transform({
39
42
  transform: (value) => {
40
43
  switch (value.errorName) {
41
44
  case "EncounterExternalIdUniquenessError":
42
45
  return CandidApi.encounters.v4.create.Error.encounterExternalIdUniquenessError(value.content);
46
+ case "EncounterGuarantorMissingContactInfoError":
47
+ return CandidApi.encounters.v4.create.Error.encounterGuarantorMissingContactInfoError(value.content);
43
48
  }
44
49
  },
45
50
  untransform: ({ _visit, ...value }) => value,
@@ -8,7 +8,6 @@ export declare const EncounterCreate: core.serialization.Schema<serializers.enco
8
8
  export declare namespace EncounterCreate {
9
9
  interface Raw extends serializers.encounters.v4.EncounterBase.Raw {
10
10
  patient: serializers.PatientCreate.Raw;
11
- patient_is_self_guarantor?: boolean | null;
12
11
  billing_provider: serializers.encounterProviders.v2.BillingProvider.Raw;
13
12
  rendering_provider: serializers.encounterProviders.v2.RenderingProvider.Raw;
14
13
  referring_provider?: serializers.encounterProviders.v2.ReferringProvider.Raw | null;
@@ -31,7 +31,6 @@ const core = __importStar(require("../../../../../../../core"));
31
31
  exports.EncounterCreate = core.serialization
32
32
  .object({
33
33
  patient: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).PatientCreate),
34
- patientIsSelfGuarantor: core.serialization.property("patient_is_self_guarantor", core.serialization.boolean().optional()),
35
34
  billingProvider: core.serialization.property("billing_provider", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).encounterProviders.v2.BillingProvider)),
36
35
  renderingProvider: core.serialization.property("rendering_provider", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).encounterProviders.v2.RenderingProvider)),
37
36
  referringProvider: core.serialization.property("referring_provider", core.serialization
@@ -14,8 +14,8 @@ export declare namespace EncounterUpdate {
14
14
  tag_ids?: serializers.TagId.Raw[] | null;
15
15
  clinical_notes?: serializers.encounters.v4.ClinicalNoteCategoryCreate.Raw[] | null;
16
16
  pay_to_address?: serializers.StreetAddressLongZip.Raw | null;
17
- patient_is_self_guarantor?: boolean | null;
18
- guarantor_id?: serializers.guarantor.v1.GuarantorId.Raw | null;
17
+ billable_status?: serializers.encounters.v4.BillableStatusType.Raw | null;
18
+ responsible_party?: serializers.encounters.v4.ResponsiblePartyType.Raw | null;
19
19
  provider_accepts_assignment?: boolean | null;
20
20
  benefits_assigned_to_provider?: boolean | null;
21
21
  synchronicity?: serializers.encounters.v4.SynchronicityType.Raw | null;
@@ -44,8 +44,12 @@ exports.EncounterUpdate = core.serialization.object({
44
44
  .list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).encounters.v4.ClinicalNoteCategoryCreate))
45
45
  .optional()),
46
46
  payToAddress: core.serialization.property("pay_to_address", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).StreetAddressLongZip).optional()),
47
- patientIsSelfGuarantor: core.serialization.property("patient_is_self_guarantor", core.serialization.boolean().optional()),
48
- guarantorId: core.serialization.property("guarantor_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).guarantor.v1.GuarantorId).optional()),
47
+ billableStatus: core.serialization.property("billable_status", core.serialization
48
+ .lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).encounters.v4.BillableStatusType)
49
+ .optional()),
50
+ responsibleParty: core.serialization.property("responsible_party", core.serialization
51
+ .lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).encounters.v4.ResponsiblePartyType)
52
+ .optional()),
49
53
  providerAcceptsAssignment: core.serialization.property("provider_accepts_assignment", core.serialization.boolean().optional()),
50
54
  benefitsAssignedToProvider: core.serialization.property("benefits_assigned_to_provider", core.serialization.boolean().optional()),
51
55
  synchronicity: core.serialization
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../..";
5
+ import * as CandidApi from "../../../../../../api";
6
+ import * as core from "../../../../../../core";
7
+ export declare const BillableStatusType: core.serialization.Schema<serializers.encounters.v4.BillableStatusType.Raw, CandidApi.encounters.v4.BillableStatusType>;
8
+ export declare namespace BillableStatusType {
9
+ type Raw = "BILLABLE" | "NOT_BILLABLE";
10
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.BillableStatusType = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ exports.BillableStatusType = core.serialization.enum_(["BILLABLE", "NOT_BILLABLE"]);
@@ -10,6 +10,7 @@ export declare namespace Encounter {
10
10
  encounter_id: serializers.EncounterId.Raw;
11
11
  claims: serializers.Claim.Raw[];
12
12
  patient: serializers.Patient.Raw;
13
+ guarantor?: serializers.guarantor.v1.Guarantor.Raw | null;
13
14
  billing_provider: serializers.encounterProviders.v2.EncounterProvider.Raw;
14
15
  rendering_provider: serializers.encounterProviders.v2.EncounterProvider.Raw;
15
16
  referring_provider?: serializers.encounterProviders.v2.EncounterProvider.Raw | null;
@@ -33,6 +33,9 @@ exports.Encounter = core.serialization
33
33
  encounterId: core.serialization.property("encounter_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).EncounterId)),
34
34
  claims: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Claim)),
35
35
  patient: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Patient),
36
+ guarantor: core.serialization
37
+ .lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).guarantor.v1.Guarantor)
38
+ .optional(),
36
39
  billingProvider: core.serialization.property("billing_provider", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounterProviders.v2.EncounterProvider)),
37
40
  renderingProvider: core.serialization.property("rendering_provider", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounterProviders.v2.EncounterProvider)),
38
41
  referringProvider: core.serialization.property("referring_provider", core.serialization
@@ -7,7 +7,7 @@ import * as core from "../../../../../../core";
7
7
  export declare const EncounterBase: core.serialization.ObjectSchema<serializers.encounters.v4.EncounterBase.Raw, CandidApi.encounters.v4.EncounterBase>;
8
8
  export declare namespace EncounterBase {
9
9
  interface Raw {
10
- external_id?: serializers.EncounterExternalId.Raw | null;
10
+ external_id: serializers.EncounterExternalId.Raw;
11
11
  date_of_service: serializers.Date_.Raw;
12
12
  end_date_of_service?: serializers.Date_.Raw | null;
13
13
  prior_authorization_number?: serializers.encounters.v4.PriorAuthorizationNumber.Raw | null;
@@ -15,11 +15,12 @@ export declare namespace EncounterBase {
15
15
  benefits_assigned_to_provider: boolean;
16
16
  provider_accepts_assignment: boolean;
17
17
  appointment_type?: string | null;
18
- do_not_bill?: boolean | null;
19
18
  existing_medications?: serializers.encounters.v4.Medication.Raw[] | null;
20
19
  vitals?: serializers.encounters.v4.Vitals.Raw | null;
21
20
  interventions?: serializers.encounters.v4.Intervention.Raw[] | null;
22
21
  pay_to_address?: serializers.StreetAddressLongZip.Raw | null;
23
22
  synchronicity?: serializers.encounters.v4.SynchronicityType.Raw | null;
23
+ billable_status: serializers.encounters.v4.BillableStatusType.Raw;
24
+ responsible_party: serializers.encounters.v4.ResponsiblePartyType.Raw;
24
25
  }
25
26
  }
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.EncounterBase = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  exports.EncounterBase = core.serialization.object({
32
- externalId: core.serialization.property("external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).EncounterExternalId).optional()),
32
+ externalId: core.serialization.property("external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).EncounterExternalId)),
33
33
  dateOfService: core.serialization.property("date_of_service", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_)),
34
34
  endDateOfService: core.serialization.property("end_date_of_service", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_).optional()),
35
35
  priorAuthorizationNumber: core.serialization.property("prior_authorization_number", core.serialization
@@ -39,7 +39,6 @@ exports.EncounterBase = core.serialization.object({
39
39
  benefitsAssignedToProvider: core.serialization.property("benefits_assigned_to_provider", core.serialization.boolean()),
40
40
  providerAcceptsAssignment: core.serialization.property("provider_accepts_assignment", core.serialization.boolean()),
41
41
  appointmentType: core.serialization.property("appointment_type", core.serialization.string().optional()),
42
- doNotBill: core.serialization.property("do_not_bill", core.serialization.boolean().optional()),
43
42
  existingMedications: core.serialization.property("existing_medications", core.serialization
44
43
  .list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.Medication))
45
44
  .optional()),
@@ -51,4 +50,6 @@ exports.EncounterBase = core.serialization.object({
51
50
  synchronicity: core.serialization
52
51
  .lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.SynchronicityType)
53
52
  .optional(),
53
+ billableStatus: core.serialization.property("billable_status", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.BillableStatusType)),
54
+ responsibleParty: core.serialization.property("responsible_party", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.ResponsiblePartyType)),
54
55
  });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../..";
5
+ import * as CandidApi from "../../../../../../api";
6
+ import * as core from "../../../../../../core";
7
+ export declare const EncounterGuarantorMissingContactInfoErrorType: core.serialization.ObjectSchema<serializers.encounters.v4.EncounterGuarantorMissingContactInfoErrorType.Raw, CandidApi.encounters.v4.EncounterGuarantorMissingContactInfoErrorType>;
8
+ export declare namespace EncounterGuarantorMissingContactInfoErrorType {
9
+ interface Raw {
10
+ missing_fields: string[];
11
+ }
12
+ }