candidhealth 0.34.6 → 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 (434) 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 +13 -3
  55. package/api/resources/encounters/resources/v4/client/Client.js +18 -9
  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 +10 -0
  59. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +12 -2
  60. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +25 -1
  61. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +23 -1
  62. package/api/resources/encounters/resources/v4/types/index.d.ts +0 -1
  63. package/api/resources/encounters/resources/v4/types/index.js +0 -1
  64. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  65. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  66. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  67. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  68. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  69. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  70. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  71. package/api/resources/index.d.ts +1 -0
  72. package/api/resources/index.js +2 -1
  73. package/api/resources/individual/types/Patient.d.ts +24 -1
  74. package/api/resources/individual/types/PatientCreate.d.ts +1 -0
  75. package/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +27 -0
  76. package/api/resources/individual/types/PatientNonInsurancePayerInfo.js +5 -0
  77. package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +8 -0
  78. package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +5 -0
  79. package/api/resources/individual/types/PatientUpdate.d.ts +2 -0
  80. package/api/resources/individual/types/index.d.ts +2 -0
  81. package/api/resources/individual/types/index.js +2 -0
  82. package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +2 -17
  83. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +5 -20
  84. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  85. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  86. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  87. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  88. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  89. package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +12 -1
  90. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +18 -7
  91. package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  92. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +8 -1
  93. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +14 -0
  94. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +5 -0
  95. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -0
  96. package/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
  97. package/api/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
  98. package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +2 -8
  99. package/api/resources/organizationProviders/resources/v3/client/Client.js +6 -12
  100. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  101. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  102. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  103. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  104. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +8 -46
  105. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +14 -52
  106. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +8 -0
  107. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +5 -0
  108. package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  109. package/api/resources/preEncounter/resources/common/types/index.js +1 -0
  110. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +26 -50
  111. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +34 -58
  112. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -0
  113. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  114. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +56 -310
  115. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +64 -318
  116. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +28 -155
  117. package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  118. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  119. package/api/resources/serviceFacility/client/Client.js +1 -1
  120. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +30 -1
  121. package/api/resources/serviceLines/resources/v2/client/Client.js +33 -4
  122. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +8 -0
  123. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  124. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  125. package/api/resources/x12/resources/v1/types/Rarc.d.ts +2 -1
  126. package/api/resources/x12/resources/v1/types/Rarc.js +1 -0
  127. package/dist/Client.d.ts +3 -0
  128. package/dist/Client.js +61 -56
  129. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  130. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  131. package/dist/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +8 -0
  132. package/dist/api/resources/commons/types/ProviderCredentialingSpanId.js +10 -0
  133. package/dist/api/resources/commons/types/index.d.ts +1 -0
  134. package/dist/api/resources/commons/types/index.js +1 -0
  135. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  136. package/dist/api/resources/credentialing/client/Client.d.ts +26 -0
  137. package/dist/api/resources/credentialing/client/Client.js +17 -0
  138. package/dist/api/resources/credentialing/client/index.d.ts +1 -0
  139. package/dist/api/resources/credentialing/client/index.js +2 -0
  140. package/dist/api/resources/credentialing/index.d.ts +2 -0
  141. package/dist/api/resources/credentialing/index.js +18 -0
  142. package/dist/api/resources/credentialing/resources/index.d.ts +1 -0
  143. package/dist/api/resources/credentialing/resources/index.js +27 -0
  144. package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +97 -0
  145. package/dist/api/resources/credentialing/resources/v2/client/Client.js +413 -0
  146. package/dist/api/resources/credentialing/resources/v2/client/create.d.ts +34 -0
  147. package/dist/api/resources/credentialing/resources/v2/client/create.js +69 -0
  148. package/dist/api/resources/credentialing/resources/v2/client/delete.d.ts +34 -0
  149. package/dist/api/resources/credentialing/resources/v2/client/delete.js +69 -0
  150. package/dist/api/resources/credentialing/resources/v2/client/get.d.ts +34 -0
  151. package/dist/api/resources/credentialing/resources/v2/client/get.js +69 -0
  152. package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +28 -0
  153. package/dist/api/resources/credentialing/resources/v2/client/getAll.js +58 -0
  154. package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +6 -0
  155. package/dist/api/resources/credentialing/resources/v2/client/index.js +35 -0
  156. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +33 -0
  157. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js +5 -0
  158. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +44 -0
  159. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +5 -0
  160. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +41 -0
  161. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +5 -0
  162. package/dist/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
  163. package/dist/api/resources/credentialing/resources/v2/client/requests/index.js +2 -0
  164. package/dist/api/resources/credentialing/resources/v2/client/update.d.ts +46 -0
  165. package/dist/api/resources/credentialing/resources/v2/client/update.js +91 -0
  166. package/dist/api/resources/credentialing/resources/v2/index.d.ts +2 -0
  167. package/dist/api/resources/credentialing/resources/v2/index.js +18 -0
  168. package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +13 -0
  169. package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +12 -0
  170. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +31 -0
  171. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +5 -0
  172. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +8 -0
  173. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +10 -0
  174. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +7 -0
  175. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +5 -0
  176. package/dist/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  177. package/dist/api/resources/credentialing/resources/v2/types/index.js +20 -0
  178. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  179. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  180. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  181. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  182. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +13 -3
  183. package/dist/api/resources/encounters/resources/v4/client/Client.js +18 -9
  184. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -7
  185. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -11
  186. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +10 -0
  187. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +12 -2
  188. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +25 -1
  189. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +23 -1
  190. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +0 -1
  191. package/dist/api/resources/encounters/resources/v4/types/index.js +0 -1
  192. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  193. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  194. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  195. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  196. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  197. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  198. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  199. package/dist/api/resources/index.d.ts +1 -0
  200. package/dist/api/resources/index.js +2 -1
  201. package/dist/api/resources/individual/types/Patient.d.ts +24 -1
  202. package/dist/api/resources/individual/types/PatientCreate.d.ts +1 -0
  203. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +27 -0
  204. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.js +5 -0
  205. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +8 -0
  206. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +5 -0
  207. package/dist/api/resources/individual/types/PatientUpdate.d.ts +2 -0
  208. package/dist/api/resources/individual/types/index.d.ts +2 -0
  209. package/dist/api/resources/individual/types/index.js +2 -0
  210. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +2 -17
  211. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +5 -20
  212. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  213. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  214. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  215. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  216. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  217. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +12 -1
  218. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +18 -7
  219. package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  220. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +8 -1
  221. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +14 -0
  222. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +5 -0
  223. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -0
  224. package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
  225. package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
  226. package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +2 -8
  227. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +6 -12
  228. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  229. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  230. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  231. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  232. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +8 -46
  233. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +14 -52
  234. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +8 -0
  235. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +5 -0
  236. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  237. package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -0
  238. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +26 -50
  239. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +34 -58
  240. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -0
  241. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  242. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +56 -310
  243. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +64 -318
  244. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +28 -155
  245. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  246. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  247. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  248. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +30 -1
  249. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +33 -4
  250. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +8 -0
  251. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  252. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  253. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +2 -1
  254. package/dist/api/resources/x12/resources/v1/types/Rarc.js +1 -0
  255. package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +10 -0
  256. package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.js +35 -0
  257. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  258. package/dist/serialization/resources/commons/types/index.js +1 -0
  259. package/dist/serialization/resources/credentialing/index.d.ts +1 -0
  260. package/dist/serialization/resources/credentialing/index.js +17 -0
  261. package/dist/serialization/resources/credentialing/resources/index.d.ts +1 -0
  262. package/dist/serialization/resources/credentialing/resources/index.js +27 -0
  263. package/dist/serialization/resources/credentialing/resources/v2/client/create.d.ts +20 -0
  264. package/dist/serialization/resources/credentialing/resources/v2/client/create.js +67 -0
  265. package/dist/serialization/resources/credentialing/resources/v2/client/delete.d.ts +20 -0
  266. package/dist/serialization/resources/credentialing/resources/v2/client/delete.js +67 -0
  267. package/dist/serialization/resources/credentialing/resources/v2/client/get.d.ts +20 -0
  268. package/dist/serialization/resources/credentialing/resources/v2/client/get.js +67 -0
  269. package/dist/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +15 -0
  270. package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +61 -0
  271. package/dist/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -0
  272. package/dist/serialization/resources/credentialing/resources/v2/client/index.js +35 -0
  273. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +20 -0
  274. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +41 -0
  275. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +19 -0
  276. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +40 -0
  277. package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
  278. package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.js +7 -0
  279. package/dist/serialization/resources/credentialing/resources/v2/client/update.d.ts +30 -0
  280. package/dist/serialization/resources/credentialing/resources/v2/client/update.js +79 -0
  281. package/dist/serialization/resources/credentialing/resources/v2/index.d.ts +2 -0
  282. package/dist/serialization/resources/credentialing/resources/v2/index.js +18 -0
  283. package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +10 -0
  284. package/dist/serialization/resources/{encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → credentialing/resources/v2/types/CredentialingSpanStatus.js} +2 -4
  285. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +29 -0
  286. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +50 -0
  287. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +10 -0
  288. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +35 -0
  289. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +14 -0
  290. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +37 -0
  291. package/dist/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  292. package/dist/serialization/resources/credentialing/resources/v2/types/index.js +20 -0
  293. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -6
  294. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -6
  295. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
  296. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -0
  297. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  298. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  299. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  300. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  301. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -1
  302. package/dist/serialization/resources/encounters/resources/v4/types/index.js +0 -1
  303. package/dist/serialization/resources/index.d.ts +1 -0
  304. package/dist/serialization/resources/index.js +2 -1
  305. package/dist/serialization/resources/individual/types/Patient.d.ts +2 -0
  306. package/dist/serialization/resources/individual/types/Patient.js +2 -0
  307. package/dist/serialization/resources/individual/types/PatientCreate.d.ts +2 -0
  308. package/dist/serialization/resources/individual/types/PatientCreate.js +2 -0
  309. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +14 -0
  310. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +35 -0
  311. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +14 -0
  312. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +35 -0
  313. package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +2 -0
  314. package/dist/serialization/resources/individual/types/PatientUpdate.js +2 -0
  315. package/dist/serialization/resources/individual/types/index.d.ts +2 -0
  316. package/dist/serialization/resources/individual/types/index.js +2 -0
  317. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  318. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
  319. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +2 -0
  320. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +2 -0
  321. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +18 -0
  322. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +42 -0
  323. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +2 -0
  324. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +2 -0
  325. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
  326. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
  327. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +14 -0
  328. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +35 -0
  329. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  330. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  331. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -0
  332. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -0
  333. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  334. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
  335. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -0
  336. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -0
  337. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +6 -0
  338. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +6 -0
  339. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  340. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1 -0
  341. package/package.json +1 -1
  342. package/reference.md +6630 -1164
  343. package/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +10 -0
  344. package/serialization/resources/commons/types/ProviderCredentialingSpanId.js +35 -0
  345. package/serialization/resources/commons/types/index.d.ts +1 -0
  346. package/serialization/resources/commons/types/index.js +1 -0
  347. package/serialization/resources/credentialing/index.d.ts +1 -0
  348. package/serialization/resources/credentialing/index.js +17 -0
  349. package/serialization/resources/credentialing/resources/index.d.ts +1 -0
  350. package/serialization/resources/credentialing/resources/index.js +27 -0
  351. package/serialization/resources/credentialing/resources/v2/client/create.d.ts +20 -0
  352. package/serialization/resources/credentialing/resources/v2/client/create.js +67 -0
  353. package/serialization/resources/credentialing/resources/v2/client/delete.d.ts +20 -0
  354. package/serialization/resources/credentialing/resources/v2/client/delete.js +67 -0
  355. package/serialization/resources/credentialing/resources/v2/client/get.d.ts +20 -0
  356. package/serialization/resources/credentialing/resources/v2/client/get.js +67 -0
  357. package/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +15 -0
  358. package/serialization/resources/credentialing/resources/v2/client/getAll.js +61 -0
  359. package/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -0
  360. package/serialization/resources/credentialing/resources/v2/client/index.js +35 -0
  361. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +20 -0
  362. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +41 -0
  363. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +19 -0
  364. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +40 -0
  365. package/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
  366. package/serialization/resources/credentialing/resources/v2/client/requests/index.js +7 -0
  367. package/serialization/resources/credentialing/resources/v2/client/update.d.ts +30 -0
  368. package/serialization/resources/credentialing/resources/v2/client/update.js +79 -0
  369. package/serialization/resources/credentialing/resources/v2/index.d.ts +2 -0
  370. package/serialization/resources/credentialing/resources/v2/index.js +18 -0
  371. package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +10 -0
  372. package/serialization/resources/{encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → credentialing/resources/v2/types/CredentialingSpanStatus.js} +2 -4
  373. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +29 -0
  374. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +50 -0
  375. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +10 -0
  376. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +35 -0
  377. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +14 -0
  378. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +37 -0
  379. package/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  380. package/serialization/resources/credentialing/resources/v2/types/index.js +20 -0
  381. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -6
  382. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -6
  383. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
  384. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -0
  385. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  386. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  387. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  388. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  389. package/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -1
  390. package/serialization/resources/encounters/resources/v4/types/index.js +0 -1
  391. package/serialization/resources/index.d.ts +1 -0
  392. package/serialization/resources/index.js +2 -1
  393. package/serialization/resources/individual/types/Patient.d.ts +2 -0
  394. package/serialization/resources/individual/types/Patient.js +2 -0
  395. package/serialization/resources/individual/types/PatientCreate.d.ts +2 -0
  396. package/serialization/resources/individual/types/PatientCreate.js +2 -0
  397. package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +14 -0
  398. package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +35 -0
  399. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +14 -0
  400. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +35 -0
  401. package/serialization/resources/individual/types/PatientUpdate.d.ts +2 -0
  402. package/serialization/resources/individual/types/PatientUpdate.js +2 -0
  403. package/serialization/resources/individual/types/index.d.ts +2 -0
  404. package/serialization/resources/individual/types/index.js +2 -0
  405. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  406. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
  407. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +2 -0
  408. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +2 -0
  409. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +18 -0
  410. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +42 -0
  411. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +2 -0
  412. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +2 -0
  413. package/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
  414. package/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
  415. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +14 -0
  416. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +35 -0
  417. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  418. package/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  419. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -0
  420. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -0
  421. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  422. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
  423. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -0
  424. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -0
  425. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +6 -0
  426. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +6 -0
  427. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  428. package/serialization/resources/x12/resources/v1/types/Rarc.js +1 -0
  429. package/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -6
  430. package/dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -6
  431. package/dist/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -12
  432. package/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -12
  433. /package/api/resources/{encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js} +0 -0
  434. /package/{dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js} +0 -0
@@ -0,0 +1,35 @@
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.PatientNonInsurancePayerInfo = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ const NonInsurancePayer_1 = require("../../nonInsurancePayers/resources/v1/types/NonInsurancePayer");
32
+ exports.PatientNonInsurancePayerInfo = core.serialization.object({
33
+ nonInsurancePayer: core.serialization.property("non_insurance_payer", NonInsurancePayer_1.NonInsurancePayer),
34
+ memberId: core.serialization.property("member_id", core.serialization.string().optional()),
35
+ });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as CandidApi from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { NonInsurancePayerId } from "../../nonInsurancePayers/resources/v1/types/NonInsurancePayerId";
8
+ export declare const PatientNonInsurancePayerInfoCreate: core.serialization.ObjectSchema<serializers.PatientNonInsurancePayerInfoCreate.Raw, CandidApi.PatientNonInsurancePayerInfoCreate>;
9
+ export declare namespace PatientNonInsurancePayerInfoCreate {
10
+ interface Raw {
11
+ non_insurance_payer_id: NonInsurancePayerId.Raw;
12
+ member_id?: string | null;
13
+ }
14
+ }
@@ -0,0 +1,35 @@
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.PatientNonInsurancePayerInfoCreate = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ const NonInsurancePayerId_1 = require("../../nonInsurancePayers/resources/v1/types/NonInsurancePayerId");
32
+ exports.PatientNonInsurancePayerInfoCreate = core.serialization.object({
33
+ nonInsurancePayerId: core.serialization.property("non_insurance_payer_id", NonInsurancePayerId_1.NonInsurancePayerId),
34
+ memberId: core.serialization.property("member_id", core.serialization.string().optional()),
35
+ });
@@ -9,6 +9,7 @@ import { StreetAddressShortZip } from "../../commons/types/StreetAddressShortZip
9
9
  import { PhoneNumber } from "../../commons/types/PhoneNumber";
10
10
  import { Email } from "../../commons/types/Email";
11
11
  import { NonInsurancePayerId } from "../../nonInsurancePayers/resources/v1/types/NonInsurancePayerId";
12
+ import { PatientNonInsurancePayerInfoCreate } from "./PatientNonInsurancePayerInfoCreate";
12
13
  export declare const PatientUpdate: core.serialization.ObjectSchema<serializers.PatientUpdate.Raw, CandidApi.PatientUpdate>;
13
14
  export declare namespace PatientUpdate {
14
15
  interface Raw {
@@ -23,5 +24,6 @@ export declare namespace PatientUpdate {
23
24
  email?: Email.Raw | null;
24
25
  email_consent?: boolean | null;
25
26
  non_insurance_payers?: NonInsurancePayerId.Raw[] | null;
27
+ non_insurance_payers_info?: PatientNonInsurancePayerInfoCreate.Raw[] | null;
26
28
  }
27
29
  }
@@ -33,6 +33,7 @@ const StreetAddressShortZip_1 = require("../../commons/types/StreetAddressShortZ
33
33
  const PhoneNumber_1 = require("../../commons/types/PhoneNumber");
34
34
  const Email_1 = require("../../commons/types/Email");
35
35
  const NonInsurancePayerId_1 = require("../../nonInsurancePayers/resources/v1/types/NonInsurancePayerId");
36
+ const PatientNonInsurancePayerInfoCreate_1 = require("./PatientNonInsurancePayerInfoCreate");
36
37
  exports.PatientUpdate = core.serialization.object({
37
38
  firstName: core.serialization.property("first_name", core.serialization.string().optional()),
38
39
  lastName: core.serialization.property("last_name", core.serialization.string().optional()),
@@ -45,4 +46,5 @@ exports.PatientUpdate = core.serialization.object({
45
46
  email: Email_1.Email.optional(),
46
47
  emailConsent: core.serialization.property("email_consent", core.serialization.boolean().optional()),
47
48
  nonInsurancePayers: core.serialization.property("non_insurance_payers", core.serialization.list(NonInsurancePayerId_1.NonInsurancePayerId).optional()),
49
+ nonInsurancePayersInfo: core.serialization.property("non_insurance_payers_info", core.serialization.list(PatientNonInsurancePayerInfoCreate_1.PatientNonInsurancePayerInfoCreate).optional()),
48
50
  });
@@ -3,6 +3,8 @@ export * from "./IndividualBase";
3
3
  export * from "./SubscriberBase";
4
4
  export * from "./SubscriberCreate";
5
5
  export * from "./Subscriber";
6
+ export * from "./PatientNonInsurancePayerInfoCreate";
7
+ export * from "./PatientNonInsurancePayerInfo";
6
8
  export * from "./PatientCreate";
7
9
  export * from "./PatientUpdate";
8
10
  export * from "./PatientBase";
@@ -19,6 +19,8 @@ __exportStar(require("./IndividualBase"), exports);
19
19
  __exportStar(require("./SubscriberBase"), exports);
20
20
  __exportStar(require("./SubscriberCreate"), exports);
21
21
  __exportStar(require("./Subscriber"), exports);
22
+ __exportStar(require("./PatientNonInsurancePayerInfoCreate"), exports);
23
+ __exportStar(require("./PatientNonInsurancePayerInfo"), exports);
22
24
  __exportStar(require("./PatientCreate"), exports);
23
25
  __exportStar(require("./PatientUpdate"), exports);
24
26
  __exportStar(require("./PatientBase"), exports);
@@ -4,11 +4,13 @@
4
4
  import * as serializers from "../../../../../index";
5
5
  import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
+ import { StreetAddressShortZip } from "../../../../commons/types/StreetAddressShortZip";
7
8
  export declare const CreateNonInsurancePayerRequest: core.serialization.ObjectSchema<serializers.nonInsurancePayers.v1.CreateNonInsurancePayerRequest.Raw, CandidApi.nonInsurancePayers.v1.CreateNonInsurancePayerRequest>;
8
9
  export declare namespace CreateNonInsurancePayerRequest {
9
10
  interface Raw {
10
11
  name: string;
11
12
  description?: string | null;
12
13
  category?: string | null;
14
+ address?: StreetAddressShortZip.Raw | null;
13
15
  }
14
16
  }
@@ -28,8 +28,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.CreateNonInsurancePayerRequest = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
+ const StreetAddressShortZip_1 = require("../../../../commons/types/StreetAddressShortZip");
31
32
  exports.CreateNonInsurancePayerRequest = core.serialization.object({
32
33
  name: core.serialization.string(),
33
34
  description: core.serialization.string().optional(),
34
35
  category: core.serialization.string().optional(),
36
+ address: StreetAddressShortZip_1.StreetAddressShortZip.optional(),
35
37
  });
@@ -5,6 +5,7 @@ import * as serializers from "../../../../../index";
5
5
  import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
7
  import { NonInsurancePayerId } from "./NonInsurancePayerId";
8
+ import { StreetAddressShortZip } from "../../../../commons/types/StreetAddressShortZip";
8
9
  export declare const NonInsurancePayer: core.serialization.ObjectSchema<serializers.nonInsurancePayers.v1.NonInsurancePayer.Raw, CandidApi.nonInsurancePayers.v1.NonInsurancePayer>;
9
10
  export declare namespace NonInsurancePayer {
10
11
  interface Raw {
@@ -13,5 +14,6 @@ export declare namespace NonInsurancePayer {
13
14
  description?: string | null;
14
15
  category?: string | null;
15
16
  enabled: boolean;
17
+ address?: StreetAddressShortZip.Raw | null;
16
18
  }
17
19
  }
@@ -29,10 +29,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.NonInsurancePayer = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  const NonInsurancePayerId_1 = require("./NonInsurancePayerId");
32
+ const StreetAddressShortZip_1 = require("../../../../commons/types/StreetAddressShortZip");
32
33
  exports.NonInsurancePayer = core.serialization.object({
33
34
  nonInsurancePayerId: core.serialization.property("non_insurance_payer_id", NonInsurancePayerId_1.NonInsurancePayerId),
34
35
  name: core.serialization.string(),
35
36
  description: core.serialization.string().optional(),
36
37
  category: core.serialization.string().optional(),
37
38
  enabled: core.serialization.boolean(),
39
+ address: StreetAddressShortZip_1.StreetAddressShortZip.optional(),
38
40
  });
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../index";
5
+ import * as CandidApi from "../../../../../../api/index";
6
+ import * as core from "../../../../../../core";
7
+ import { StreetAddressShortZip } from "../../../../commons/types/StreetAddressShortZip";
8
+ export declare const NonInsurancePayerAddressUpdate: core.serialization.Schema<serializers.nonInsurancePayers.v1.NonInsurancePayerAddressUpdate.Raw, CandidApi.nonInsurancePayers.v1.NonInsurancePayerAddressUpdate>;
9
+ export declare namespace NonInsurancePayerAddressUpdate {
10
+ type Raw = NonInsurancePayerAddressUpdate.Remove | NonInsurancePayerAddressUpdate.Set;
11
+ interface Remove {
12
+ type: "remove";
13
+ }
14
+ interface Set {
15
+ type: "set";
16
+ value?: StreetAddressShortZip.Raw | null;
17
+ }
18
+ }
@@ -0,0 +1,42 @@
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.NonInsurancePayerAddressUpdate = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ const StreetAddressShortZip_1 = require("../../../../commons/types/StreetAddressShortZip");
32
+ exports.NonInsurancePayerAddressUpdate = core.serialization
33
+ .union("type", {
34
+ remove: core.serialization.object({}),
35
+ set: core.serialization.object({
36
+ value: StreetAddressShortZip_1.StreetAddressShortZip.optional(),
37
+ }),
38
+ })
39
+ .transform({
40
+ transform: (value) => value,
41
+ untransform: (value) => value,
42
+ });
@@ -6,11 +6,13 @@ import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
7
  import { NonInsurancePayerDescriptionUpdate } from "./NonInsurancePayerDescriptionUpdate";
8
8
  import { NonInsurancePayerCategoryUpdate } from "./NonInsurancePayerCategoryUpdate";
9
+ import { NonInsurancePayerAddressUpdate } from "./NonInsurancePayerAddressUpdate";
9
10
  export declare const NonInsurancePayerUpdateRequest: core.serialization.ObjectSchema<serializers.nonInsurancePayers.v1.NonInsurancePayerUpdateRequest.Raw, CandidApi.nonInsurancePayers.v1.NonInsurancePayerUpdateRequest>;
10
11
  export declare namespace NonInsurancePayerUpdateRequest {
11
12
  interface Raw {
12
13
  name?: string | null;
13
14
  description?: NonInsurancePayerDescriptionUpdate.Raw | null;
14
15
  category?: NonInsurancePayerCategoryUpdate.Raw | null;
16
+ address?: NonInsurancePayerAddressUpdate.Raw | null;
15
17
  }
16
18
  }
@@ -30,8 +30,10 @@ exports.NonInsurancePayerUpdateRequest = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  const NonInsurancePayerDescriptionUpdate_1 = require("./NonInsurancePayerDescriptionUpdate");
32
32
  const NonInsurancePayerCategoryUpdate_1 = require("./NonInsurancePayerCategoryUpdate");
33
+ const NonInsurancePayerAddressUpdate_1 = require("./NonInsurancePayerAddressUpdate");
33
34
  exports.NonInsurancePayerUpdateRequest = core.serialization.object({
34
35
  name: core.serialization.string().optional(),
35
36
  description: NonInsurancePayerDescriptionUpdate_1.NonInsurancePayerDescriptionUpdate.optional(),
36
37
  category: NonInsurancePayerCategoryUpdate_1.NonInsurancePayerCategoryUpdate.optional(),
38
+ address: NonInsurancePayerAddressUpdate_1.NonInsurancePayerAddressUpdate.optional(),
37
39
  });
@@ -5,5 +5,6 @@ export * from "./NonInsurancePayerPage";
5
5
  export * from "./NonInsurancePayerSortField";
6
6
  export * from "./NonInsurancePayerDescriptionUpdate";
7
7
  export * from "./NonInsurancePayerCategoryUpdate";
8
+ export * from "./NonInsurancePayerAddressUpdate";
8
9
  export * from "./ToggleNonInsurancePayerEnablementRequest";
9
10
  export * from "./NonInsurancePayerUpdateRequest";
@@ -21,5 +21,6 @@ __exportStar(require("./NonInsurancePayerPage"), exports);
21
21
  __exportStar(require("./NonInsurancePayerSortField"), exports);
22
22
  __exportStar(require("./NonInsurancePayerDescriptionUpdate"), exports);
23
23
  __exportStar(require("./NonInsurancePayerCategoryUpdate"), exports);
24
+ __exportStar(require("./NonInsurancePayerAddressUpdate"), exports);
24
25
  __exportStar(require("./ToggleNonInsurancePayerEnablementRequest"), exports);
25
26
  __exportStar(require("./NonInsurancePayerUpdateRequest"), exports);
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../index";
5
+ import * as CandidApi from "../../../../../../api/index";
6
+ import * as core from "../../../../../../core";
7
+ import { CanonicalNonInsurancePayerId } from "./CanonicalNonInsurancePayerId";
8
+ export declare const CanonicalNonInsurancePayerAssociation: core.serialization.ObjectSchema<serializers.preEncounter.CanonicalNonInsurancePayerAssociation.Raw, CandidApi.preEncounter.CanonicalNonInsurancePayerAssociation>;
9
+ export declare namespace CanonicalNonInsurancePayerAssociation {
10
+ interface Raw {
11
+ id: CanonicalNonInsurancePayerId.Raw;
12
+ member_id?: string | null;
13
+ }
14
+ }
@@ -0,0 +1,35 @@
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.CanonicalNonInsurancePayerAssociation = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ const CanonicalNonInsurancePayerId_1 = require("./CanonicalNonInsurancePayerId");
32
+ exports.CanonicalNonInsurancePayerAssociation = core.serialization.object({
33
+ id: CanonicalNonInsurancePayerId_1.CanonicalNonInsurancePayerId,
34
+ memberId: core.serialization.property("member_id", core.serialization.string().optional()),
35
+ });
@@ -5,6 +5,7 @@ export * from "./PatientId";
5
5
  export * from "./CoverageId";
6
6
  export * from "./AppointmentId";
7
7
  export * from "./CanonicalProviderId";
8
+ export * from "./CanonicalNonInsurancePayerAssociation";
8
9
  export * from "./CanonicalNonInsurancePayerId";
9
10
  export * from "./Relationship";
10
11
  export * from "./Gender";
@@ -21,6 +21,7 @@ __exportStar(require("./PatientId"), exports);
21
21
  __exportStar(require("./CoverageId"), exports);
22
22
  __exportStar(require("./AppointmentId"), exports);
23
23
  __exportStar(require("./CanonicalProviderId"), exports);
24
+ __exportStar(require("./CanonicalNonInsurancePayerAssociation"), exports);
24
25
  __exportStar(require("./CanonicalNonInsurancePayerId"), exports);
25
26
  __exportStar(require("./Relationship"), exports);
26
27
  __exportStar(require("./Gender"), exports);
@@ -6,11 +6,13 @@ import * as CandidApi from "../../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../../core";
7
7
  import { HumanName } from "../../../../common/types/HumanName";
8
8
  import { Sex } from "../../../../common/types/Sex";
9
+ import { Address } from "../../../../common/types/Address";
9
10
  export declare const Subscriber: core.serialization.ObjectSchema<serializers.preEncounter.coverages.v1.Subscriber.Raw, CandidApi.preEncounter.coverages.v1.Subscriber>;
10
11
  export declare namespace Subscriber {
11
12
  interface Raw {
12
13
  name: HumanName.Raw;
13
14
  date_of_birth: string;
14
15
  biological_sex: Sex.Raw;
16
+ address?: Address.Raw | null;
15
17
  }
16
18
  }
@@ -30,8 +30,10 @@ exports.Subscriber = void 0;
30
30
  const core = __importStar(require("../../../../../../../../core"));
31
31
  const HumanName_1 = require("../../../../common/types/HumanName");
32
32
  const Sex_1 = require("../../../../common/types/Sex");
33
+ const Address_1 = require("../../../../common/types/Address");
33
34
  exports.Subscriber = core.serialization.object({
34
35
  name: HumanName_1.HumanName,
35
36
  dateOfBirth: core.serialization.property("date_of_birth", core.serialization.string()),
36
37
  biologicalSex: core.serialization.property("biological_sex", Sex_1.Sex),
38
+ address: Address_1.Address.optional(),
37
39
  });
@@ -11,7 +11,7 @@ export declare const Guarantor: core.serialization.ObjectSchema<serializers.preE
11
11
  export declare namespace Guarantor {
12
12
  interface Raw {
13
13
  name: HumanName.Raw;
14
- telecom: ContactPoint.Raw;
14
+ telecom?: ContactPoint.Raw | null;
15
15
  email?: string | null;
16
16
  birth_date: string;
17
17
  address: Address.Raw;
@@ -33,7 +33,7 @@ const ContactPoint_1 = require("../../../../common/types/ContactPoint");
33
33
  const Address_1 = require("../../../../common/types/Address");
34
34
  exports.Guarantor = core.serialization.object({
35
35
  name: HumanName_1.HumanName,
36
- telecom: ContactPoint_1.ContactPoint,
36
+ telecom: ContactPoint_1.ContactPoint.optional(),
37
37
  email: core.serialization.string().optional(),
38
38
  birthDate: core.serialization.property("birth_date", core.serialization.string()),
39
39
  address: Address_1.Address,
@@ -19,6 +19,7 @@ import { Contact } from "./Contact";
19
19
  import { ExternalProvider } from "../../../../common/types/ExternalProvider";
20
20
  import { FilingOrder } from "./FilingOrder";
21
21
  import { CanonicalNonInsurancePayerId } from "../../../../common/types/CanonicalNonInsurancePayerId";
22
+ import { CanonicalNonInsurancePayerAssociation } from "../../../../common/types/CanonicalNonInsurancePayerAssociation";
22
23
  import { Guarantor } from "./Guarantor";
23
24
  import { Authorization } from "./Authorization";
24
25
  import { Referral } from "./Referral";
@@ -51,9 +52,11 @@ export declare namespace MutablePatient {
51
52
  general_practitioners: ExternalProvider.Raw[];
52
53
  filing_order: FilingOrder.Raw;
53
54
  non_insurance_payers?: CanonicalNonInsurancePayerId.Raw[] | null;
55
+ non_insurance_payer_associations?: CanonicalNonInsurancePayerAssociation.Raw[] | null;
54
56
  guarantor?: Guarantor.Raw | null;
55
57
  self_pay?: boolean | null;
56
58
  authorizations?: Authorization.Raw[] | null;
57
59
  referrals?: Referral.Raw[] | null;
60
+ primary_service_facility_id?: string | null;
58
61
  }
59
62
  }
@@ -43,6 +43,7 @@ const Contact_1 = require("./Contact");
43
43
  const ExternalProvider_1 = require("../../../../common/types/ExternalProvider");
44
44
  const FilingOrder_1 = require("./FilingOrder");
45
45
  const CanonicalNonInsurancePayerId_1 = require("../../../../common/types/CanonicalNonInsurancePayerId");
46
+ const CanonicalNonInsurancePayerAssociation_1 = require("../../../../common/types/CanonicalNonInsurancePayerAssociation");
46
47
  const Guarantor_1 = require("./Guarantor");
47
48
  const Authorization_1 = require("./Authorization");
48
49
  const Referral_1 = require("./Referral");
@@ -73,8 +74,10 @@ exports.MutablePatient = core.serialization.object({
73
74
  generalPractitioners: core.serialization.property("general_practitioners", core.serialization.list(ExternalProvider_1.ExternalProvider)),
74
75
  filingOrder: core.serialization.property("filing_order", FilingOrder_1.FilingOrder),
75
76
  nonInsurancePayers: core.serialization.property("non_insurance_payers", core.serialization.list(CanonicalNonInsurancePayerId_1.CanonicalNonInsurancePayerId).optional()),
77
+ nonInsurancePayerAssociations: core.serialization.property("non_insurance_payer_associations", core.serialization.list(CanonicalNonInsurancePayerAssociation_1.CanonicalNonInsurancePayerAssociation).optional()),
76
78
  guarantor: Guarantor_1.Guarantor.optional(),
77
79
  selfPay: core.serialization.property("self_pay", core.serialization.boolean().optional()),
78
80
  authorizations: core.serialization.list(Authorization_1.Authorization).optional(),
79
81
  referrals: core.serialization.list(Referral_1.Referral).optional(),
82
+ primaryServiceFacilityId: core.serialization.property("primary_service_facility_id", core.serialization.string().optional()),
80
83
  });
@@ -11,6 +11,9 @@ import { FacilityTypeCode } from "../../../../commons/types/FacilityTypeCode";
11
11
  import { Decimal } from "../../../../commons/types/Decimal";
12
12
  import { ServiceLineUnits } from "../../../../commons/types/ServiceLineUnits";
13
13
  import { ClaimId } from "../../../../commons/types/ClaimId";
14
+ import { DrugIdentification } from "./DrugIdentification";
15
+ import { OrderingProvider } from "../../../../encounterProviders/resources/v2/types/OrderingProvider";
16
+ import { TestResult } from "./TestResult";
14
17
  export declare const ServiceLineCreateStandalone: core.serialization.ObjectSchema<serializers.serviceLines.v2.ServiceLineCreateStandalone.Raw, CandidApi.serviceLines.v2.ServiceLineCreateStandalone>;
15
18
  export declare namespace ServiceLineCreateStandalone {
16
19
  interface Raw {
@@ -29,5 +32,8 @@ export declare namespace ServiceLineCreateStandalone {
29
32
  description?: string | null;
30
33
  date_of_service?: string | null;
31
34
  end_date_of_service?: string | null;
35
+ drug_identification?: DrugIdentification.Raw | null;
36
+ ordering_provider?: OrderingProvider.Raw | null;
37
+ test_results?: TestResult.Raw[] | null;
32
38
  }
33
39
  }
@@ -35,6 +35,9 @@ const FacilityTypeCode_1 = require("../../../../commons/types/FacilityTypeCode")
35
35
  const Decimal_1 = require("../../../../commons/types/Decimal");
36
36
  const ServiceLineUnits_1 = require("../../../../commons/types/ServiceLineUnits");
37
37
  const ClaimId_1 = require("../../../../commons/types/ClaimId");
38
+ const DrugIdentification_1 = require("./DrugIdentification");
39
+ const OrderingProvider_1 = require("../../../../encounterProviders/resources/v2/types/OrderingProvider");
40
+ const TestResult_1 = require("./TestResult");
38
41
  exports.ServiceLineCreateStandalone = core.serialization.object({
39
42
  modifiers: core.serialization.list(ProcedureModifier_1.ProcedureModifier).optional(),
40
43
  chargeAmountCents: core.serialization.property("charge_amount_cents", core.serialization.number().optional()),
@@ -51,4 +54,7 @@ exports.ServiceLineCreateStandalone = core.serialization.object({
51
54
  description: core.serialization.string().optional(),
52
55
  dateOfService: core.serialization.property("date_of_service", core.serialization.string().optional()),
53
56
  endDateOfService: core.serialization.property("end_date_of_service", core.serialization.string().optional()),
57
+ drugIdentification: core.serialization.property("drug_identification", DrugIdentification_1.DrugIdentification.optional()),
58
+ orderingProvider: core.serialization.property("ordering_provider", OrderingProvider_1.OrderingProvider.optional()),
59
+ testResults: core.serialization.property("test_results", core.serialization.list(TestResult_1.TestResult).optional()),
54
60
  });
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
7
  export declare const Rarc: core.serialization.Schema<serializers.x12.v1.Rarc.Raw, CandidApi.x12.v1.Rarc>;
8
8
  export declare namespace Rarc {
9
- type Raw = "M1" | "M2" | "M3" | "M4" | "M5" | "M6" | "M7" | "M8" | "M9" | "M10" | "M11" | "M12" | "M13" | "M14" | "M15" | "M16" | "M17" | "M18" | "M19" | "M20" | "M21" | "M22" | "M23" | "M24" | "M25" | "M26" | "M27" | "M28" | "M29" | "M30" | "M31" | "M32" | "M36" | "M37" | "M38" | "M39" | "M40" | "M41" | "M42" | "M44" | "M45" | "M46" | "M47" | "M49" | "M50" | "M51" | "M52" | "M53" | "M54" | "M55" | "M56" | "M59" | "M60" | "M61" | "M62" | "M64" | "M65" | "M66" | "M67" | "M69" | "M70" | "M71" | "M73" | "M74" | "M75" | "M76" | "M77" | "M79" | "M80" | "M81" | "M82" | "M83" | "M84" | "M85" | "M86" | "M87" | "M89" | "M90" | "M91" | "M93" | "M94" | "M95" | "M96" | "M97" | "M99" | "M100" | "M102" | "M103" | "M104" | "M105" | "M107" | "M109" | "M111" | "M112" | "M113" | "M114" | "M115" | "M116" | "M117" | "M121" | "M122" | "M123" | "M124" | "M125" | "M126" | "M127" | "M129" | "M130" | "M131" | "M132" | "M133" | "M134" | "M135" | "M136" | "M137" | "M138" | "M139" | "M141" | "M142" | "M143" | "M144" | "MA01" | "MA02" | "MA04" | "MA07" | "MA08" | "MA09" | "MA10" | "MA12" | "MA13" | "MA14" | "MA15" | "MA16" | "MA17" | "MA18" | "MA19" | "MA20" | "MA21" | "MA22" | "MA23" | "MA24" | "MA25" | "MA26" | "MA27" | "MA28" | "MA30" | "MA31" | "MA32" | "MA33" | "MA34" | "MA35" | "MA36" | "MA37" | "MA39" | "MA40" | "MA41" | "MA42" | "MA43" | "MA44" | "MA45" | "MA46" | "MA47" | "MA48" | "MA50" | "MA53" | "MA54" | "MA55" | "MA56" | "MA57" | "MA58" | "MA59" | "MA60" | "MA61" | "MA62" | "MA63" | "MA64" | "MA65" | "MA66" | "MA67" | "MA68" | "MA69" | "MA70" | "MA71" | "MA72" | "MA73" | "MA74" | "MA75" | "MA76" | "MA77" | "MA79" | "MA80" | "MA81" | "MA83" | "MA84" | "MA88" | "MA89" | "MA90" | "MA91" | "MA92" | "MA93" | "MA94" | "MA96" | "MA97" | "MA99" | "MA100" | "MA103" | "MA106" | "MA107" | "MA108" | "MA109" | "MA110" | "MA111" | "MA112" | "MA113" | "MA114" | "MA115" | "MA116" | "MA117" | "MA118" | "MA120" | "MA121" | "MA122" | "MA123" | "MA125" | "MA126" | "MA128" | "MA130" | "MA131" | "MA132" | "MA133" | "MA134" | "N1" | "N2" | "N3" | "N4" | "N5" | "N6" | "N7" | "N8" | "N9" | "N10" | "N11" | "N12" | "N13" | "N15" | "N16" | "N19" | "N20" | "N21" | "N22" | "N23" | "N24" | "N25" | "N26" | "N27" | "N28" | "N30" | "N31" | "N32" | "N33" | "N34" | "N35" | "N36" | "N37" | "N39" | "N40" | "N42" | "N43" | "N45" | "N46" | "N47" | "N48" | "N49" | "N50" | "N51" | "N52" | "N53" | "N54" | "N55" | "N56" | "N57" | "N58" | "N59" | "N61" | "N62" | "N63" | "N64" | "N65" | "N67" | "N68" | "N69" | "N70" | "N71" | "N72" | "N74" | "N75" | "N76" | "N77" | "N78" | "N79" | "N80" | "N81" | "N82" | "N83" | "N84" | "N85" | "N86" | "N87" | "N88" | "N89" | "N90" | "N91" | "N92" | "N93" | "N94" | "N95" | "N96" | "N97" | "N98" | "N99" | "N103" | "N104" | "N105" | "N106" | "N107" | "N108" | "N109" | "N110" | "N111" | "N112" | "N113" | "N114" | "N115" | "N116" | "N117" | "N118" | "N119" | "N120" | "N121" | "N122" | "N123" | "N124" | "N125" | "N126" | "N127" | "N128" | "N129" | "N130" | "N131" | "N132" | "N133" | "N134" | "N135" | "N136" | "N137" | "N138" | "N139" | "N140" | "N141" | "N142" | "N143" | "N144" | "N146" | "N147" | "N148" | "N149" | "N150" | "N151" | "N152" | "N153" | "N154" | "N155" | "N156" | "N157" | "N158" | "N159" | "N160" | "N161" | "N162" | "N163" | "N167" | "N170" | "N171" | "N172" | "N173" | "N174" | "N175" | "N176" | "N177" | "N178" | "N179" | "N180" | "N181" | "N182" | "N183" | "N184" | "N185" | "N186" | "N187" | "N188" | "N189" | "N190" | "N191" | "N192" | "N193" | "N194" | "N195" | "N196" | "N197" | "N198" | "N199" | "N200" | "N202" | "N203" | "N204" | "N205" | "N206" | "N207" | "N208" | "N209" | "N210" | "N211" | "N212" | "N213" | "N214" | "N215" | "N216" | "N217" | "N218" | "N219" | "N220" | "N221" | "N222" | "N223" | "N224" | "N226" | "N227" | "N228" | "N229" | "N230" | "N231" | "N232" | "N233" | "N234" | "N235" | "N236" | "N237" | "N238" | "N239" | "N240" | "N241" | "N242" | "N243" | "N244" | "N245" | "N246" | "N247" | "N248" | "N249" | "N250" | "N251" | "N252" | "N253" | "N254" | "N255" | "N256" | "N257" | "N258" | "N259" | "N260" | "N261" | "N262" | "N263" | "N264" | "N265" | "N266" | "N267" | "N268" | "N269" | "N270" | "N271" | "N272" | "N273" | "N274" | "N275" | "N276" | "N277" | "N278" | "N279" | "N280" | "N281" | "N282" | "N283" | "N284" | "N285" | "N286" | "N287" | "N288" | "N289" | "N290" | "N291" | "N292" | "N293" | "N294" | "N295" | "N296" | "N297" | "N298" | "N299" | "N300" | "N301" | "N302" | "N303" | "N304" | "N305" | "N306" | "N307" | "N308" | "N309" | "N310" | "N311" | "N312" | "N313" | "N314" | "N315" | "N316" | "N317" | "N318" | "N319" | "N320" | "N321" | "N322" | "N323" | "N324" | "N325" | "N326" | "N327" | "N328" | "N329" | "N330" | "N331" | "N332" | "N333" | "N334" | "N335" | "N336" | "N337" | "N338" | "N339" | "N340" | "N341" | "N342" | "N343" | "N344" | "N345" | "N346" | "N347" | "N348" | "N349" | "N350" | "N351" | "N352" | "N353" | "N354" | "N355" | "N356" | "N357" | "N358" | "N359" | "N360" | "N362" | "N363" | "N364" | "N366" | "N367" | "N368" | "N369" | "N370" | "N371" | "N372" | "N373" | "N374" | "N375" | "N376" | "N377" | "N378" | "N379" | "N380" | "N381" | "N382" | "N383" | "N384" | "N385" | "N386" | "N387" | "N388" | "N389" | "N390" | "N391" | "N392" | "N393" | "N394" | "N395" | "N396" | "N397" | "N398" | "N399" | "N400" | "N401" | "N402" | "N403" | "N404" | "N405" | "N406" | "N407" | "N408" | "N409" | "N410" | "N411" | "N412" | "N413" | "N414" | "N415" | "N416" | "N417" | "N418" | "N419" | "N420" | "N421" | "N422" | "N423" | "N424" | "N425" | "N426" | "N427" | "N428" | "N429" | "N430" | "N431" | "N432" | "N433" | "N434" | "N435" | "N436" | "N437" | "N438" | "N439" | "N440" | "N441" | "N442" | "N443" | "N444" | "N445" | "N446" | "N447" | "N448" | "N449" | "N450" | "N451" | "N452" | "N453" | "N454" | "N455" | "N456" | "N457" | "N458" | "N459" | "N460" | "N461" | "N462" | "N463" | "N464" | "N465" | "N466" | "N467" | "N468" | "N469" | "N470" | "N471" | "N472" | "N473" | "N474" | "N475" | "N476" | "N477" | "N478" | "N479" | "N480" | "N481" | "N482" | "N485" | "N486" | "N487" | "N488" | "N489" | "N490" | "N491" | "N492" | "N493" | "N494" | "N495" | "N496" | "N497" | "N498" | "N499" | "N500" | "N501" | "N502" | "N503" | "N504" | "N505" | "N506" | "N507" | "N508" | "N509" | "N510" | "N511" | "N512" | "N513" | "N516" | "N517" | "N518" | "N519" | "N520" | "N521" | "N522" | "N523" | "N524" | "N525" | "N526" | "N527" | "N528" | "N529" | "N530" | "N531" | "N532" | "N533" | "N534" | "N535" | "N536" | "N537" | "N538" | "N539" | "N540" | "N541" | "N542" | "N543" | "N544" | "N545" | "N546" | "N547" | "N548" | "N549" | "N550" | "N551" | "N552" | "N554" | "N555" | "N556" | "N557" | "N558" | "N559" | "N560" | "N561" | "N562" | "N563" | "N564" | "N565" | "N566" | "N567" | "N568" | "N569" | "N570" | "N571" | "N572" | "N573" | "N574" | "N575" | "N576" | "N577" | "N578" | "N579" | "N580" | "N581" | "N582" | "N583" | "N584" | "N585" | "N586" | "N587" | "N588" | "N589" | "N590" | "N591" | "N592" | "N593" | "N594" | "N595" | "N596" | "N597" | "N598" | "N599" | "N600" | "N601" | "N602" | "N603" | "N604" | "N605" | "N606" | "N607" | "N608" | "N609" | "N610" | "N611" | "N612" | "N613" | "N614" | "N615" | "N616" | "N617" | "N618" | "N619" | "N620" | "N621" | "N622" | "N623" | "N624" | "N625" | "N626" | "N628" | "N629" | "N630" | "N631" | "N632" | "N633" | "N634" | "N635" | "N636" | "N637" | "N638" | "N639" | "N640" | "N641" | "N642" | "N643" | "N644" | "N645" | "N646" | "N647" | "N648" | "N649" | "N650" | "N651" | "N652" | "N653" | "N654" | "N655" | "N656" | "N657" | "N658" | "N659" | "N660" | "N661" | "N662" | "N663" | "N664" | "N665" | "N666" | "N667" | "N668" | "N669" | "N670" | "N671" | "N672" | "N673" | "N674" | "N675" | "N676" | "N677" | "N678" | "N679" | "N680" | "N681" | "N682" | "N683" | "N684" | "N685" | "N686" | "N687" | "N688" | "N689" | "N690" | "N691" | "N692" | "N693" | "N694" | "N695" | "N696" | "N697" | "N698" | "N699" | "N700" | "N701" | "N702" | "N703" | "N704" | "N705" | "N706" | "N707" | "N708" | "N709" | "N710" | "N711" | "N712" | "N713" | "N714" | "N715" | "N716" | "N717" | "N718" | "N719" | "N720" | "N721" | "N722" | "N723" | "N724" | "N725" | "N726" | "N727" | "N728" | "N729" | "N730" | "N731" | "N732" | "N733" | "N734" | "N735" | "N736" | "N737" | "N738" | "N739" | "N740" | "N741" | "N742" | "N743" | "N744" | "N745" | "N746" | "N747" | "N748" | "N749" | "N750" | "N751" | "N752" | "N753" | "N754" | "N755" | "N756" | "N757" | "N758" | "N759" | "N760" | "N761" | "N762" | "N763" | "N764" | "N765" | "N766" | "N767" | "N768" | "N769" | "N770" | "N771" | "N772" | "N773" | "N774" | "N775" | "N776" | "N777" | "N778" | "N779" | "N780" | "N781" | "N782" | "N783" | "N784" | "N785" | "N786" | "N787" | "N788" | "N789" | "N790" | "N791" | "N792" | "N793" | "N794" | "N795" | "N796" | "N797" | "N798" | "N799" | "N800" | "N801" | "N802" | "N803" | "N804" | "N805" | "N806" | "N807" | "N808" | "N809" | "N810" | "N811" | "N812" | "N815" | "N816" | "N817" | "N818" | "N819" | "N820" | "N821" | "N822" | "N823" | "N824" | "N825" | "N826" | "N827" | "N828" | "N829" | "N830" | "N831" | "N832" | "N833" | "N834" | "N835" | "N836" | "N837" | "N838" | "N839" | "N840" | "N841" | "N842" | "N843" | "N844" | "N845" | "N846" | "N847" | "N848" | "N849" | "N850" | "N851" | "N852" | "N853" | "N854" | "N855" | "N856" | "N857" | "N858" | "N859" | "N860";
9
+ type Raw = "M1" | "M2" | "M3" | "M4" | "M5" | "M6" | "M7" | "M8" | "M9" | "M10" | "M11" | "M12" | "M13" | "M14" | "M15" | "M16" | "M17" | "M18" | "M19" | "M20" | "M21" | "M22" | "M23" | "M24" | "M25" | "M26" | "M27" | "M28" | "M29" | "M30" | "M31" | "M32" | "M36" | "M37" | "M38" | "M39" | "M40" | "M41" | "M42" | "M44" | "M45" | "M46" | "M47" | "M49" | "M50" | "M51" | "M52" | "M53" | "M54" | "M55" | "M56" | "M59" | "M60" | "M61" | "M62" | "M64" | "M65" | "M66" | "M67" | "M69" | "M70" | "M71" | "M73" | "M74" | "M75" | "M76" | "M77" | "M79" | "M80" | "M81" | "M82" | "M83" | "M84" | "M85" | "M86" | "M87" | "M89" | "M90" | "M91" | "M93" | "M94" | "M95" | "M96" | "M97" | "M99" | "M100" | "M102" | "M103" | "M104" | "M105" | "M107" | "M109" | "M111" | "M112" | "M113" | "M114" | "M115" | "M116" | "M117" | "M121" | "M122" | "M123" | "M124" | "M125" | "M126" | "M127" | "M129" | "M130" | "M131" | "M132" | "M133" | "M134" | "M135" | "M136" | "M137" | "M138" | "M139" | "M141" | "M142" | "M143" | "M144" | "MA01" | "MA02" | "MA04" | "MA07" | "MA08" | "MA09" | "MA10" | "MA12" | "MA13" | "MA14" | "MA15" | "MA16" | "MA17" | "MA18" | "MA19" | "MA20" | "MA21" | "MA22" | "MA23" | "MA24" | "MA25" | "MA26" | "MA27" | "MA28" | "MA30" | "MA31" | "MA32" | "MA33" | "MA34" | "MA35" | "MA36" | "MA37" | "MA39" | "MA40" | "MA41" | "MA42" | "MA43" | "MA44" | "MA45" | "MA46" | "MA47" | "MA48" | "MA50" | "MA53" | "MA54" | "MA55" | "MA56" | "MA57" | "MA58" | "MA59" | "MA60" | "MA61" | "MA62" | "MA63" | "MA64" | "MA65" | "MA66" | "MA67" | "MA68" | "MA69" | "MA70" | "MA71" | "MA72" | "MA73" | "MA74" | "MA75" | "MA76" | "MA77" | "MA79" | "MA80" | "MA81" | "MA83" | "MA84" | "MA88" | "MA89" | "MA90" | "MA91" | "MA92" | "MA93" | "MA94" | "MA96" | "MA97" | "MA99" | "MA100" | "MA103" | "MA106" | "MA107" | "MA108" | "MA109" | "MA110" | "MA111" | "MA112" | "MA113" | "MA114" | "MA115" | "MA116" | "MA117" | "MA118" | "MA120" | "MA121" | "MA122" | "MA123" | "MA125" | "MA126" | "MA128" | "MA130" | "MA131" | "MA132" | "MA133" | "MA134" | "N1" | "N2" | "N3" | "N4" | "N5" | "N6" | "N7" | "N8" | "N9" | "N10" | "N11" | "N12" | "N13" | "N15" | "N16" | "N19" | "N20" | "N21" | "N22" | "N23" | "N24" | "N25" | "N26" | "N27" | "N28" | "N30" | "N31" | "N32" | "N33" | "N34" | "N35" | "N36" | "N37" | "N39" | "N40" | "N42" | "N43" | "N45" | "N46" | "N47" | "N48" | "N49" | "N50" | "N51" | "N52" | "N53" | "N54" | "N55" | "N56" | "N57" | "N58" | "N59" | "N61" | "N62" | "N63" | "N64" | "N65" | "N67" | "N68" | "N69" | "N70" | "N71" | "N72" | "N74" | "N75" | "N76" | "N77" | "N78" | "N79" | "N80" | "N81" | "N82" | "N83" | "N84" | "N85" | "N86" | "N87" | "N88" | "N89" | "N90" | "N91" | "N92" | "N93" | "N94" | "N95" | "N96" | "N97" | "N98" | "N99" | "N102" | "N103" | "N104" | "N105" | "N106" | "N107" | "N108" | "N109" | "N110" | "N111" | "N112" | "N113" | "N114" | "N115" | "N116" | "N117" | "N118" | "N119" | "N120" | "N121" | "N122" | "N123" | "N124" | "N125" | "N126" | "N127" | "N128" | "N129" | "N130" | "N131" | "N132" | "N133" | "N134" | "N135" | "N136" | "N137" | "N138" | "N139" | "N140" | "N141" | "N142" | "N143" | "N144" | "N146" | "N147" | "N148" | "N149" | "N150" | "N151" | "N152" | "N153" | "N154" | "N155" | "N156" | "N157" | "N158" | "N159" | "N160" | "N161" | "N162" | "N163" | "N167" | "N170" | "N171" | "N172" | "N173" | "N174" | "N175" | "N176" | "N177" | "N178" | "N179" | "N180" | "N181" | "N182" | "N183" | "N184" | "N185" | "N186" | "N187" | "N188" | "N189" | "N190" | "N191" | "N192" | "N193" | "N194" | "N195" | "N196" | "N197" | "N198" | "N199" | "N200" | "N202" | "N203" | "N204" | "N205" | "N206" | "N207" | "N208" | "N209" | "N210" | "N211" | "N212" | "N213" | "N214" | "N215" | "N216" | "N217" | "N218" | "N219" | "N220" | "N221" | "N222" | "N223" | "N224" | "N226" | "N227" | "N228" | "N229" | "N230" | "N231" | "N232" | "N233" | "N234" | "N235" | "N236" | "N237" | "N238" | "N239" | "N240" | "N241" | "N242" | "N243" | "N244" | "N245" | "N246" | "N247" | "N248" | "N249" | "N250" | "N251" | "N252" | "N253" | "N254" | "N255" | "N256" | "N257" | "N258" | "N259" | "N260" | "N261" | "N262" | "N263" | "N264" | "N265" | "N266" | "N267" | "N268" | "N269" | "N270" | "N271" | "N272" | "N273" | "N274" | "N275" | "N276" | "N277" | "N278" | "N279" | "N280" | "N281" | "N282" | "N283" | "N284" | "N285" | "N286" | "N287" | "N288" | "N289" | "N290" | "N291" | "N292" | "N293" | "N294" | "N295" | "N296" | "N297" | "N298" | "N299" | "N300" | "N301" | "N302" | "N303" | "N304" | "N305" | "N306" | "N307" | "N308" | "N309" | "N310" | "N311" | "N312" | "N313" | "N314" | "N315" | "N316" | "N317" | "N318" | "N319" | "N320" | "N321" | "N322" | "N323" | "N324" | "N325" | "N326" | "N327" | "N328" | "N329" | "N330" | "N331" | "N332" | "N333" | "N334" | "N335" | "N336" | "N337" | "N338" | "N339" | "N340" | "N341" | "N342" | "N343" | "N344" | "N345" | "N346" | "N347" | "N348" | "N349" | "N350" | "N351" | "N352" | "N353" | "N354" | "N355" | "N356" | "N357" | "N358" | "N359" | "N360" | "N362" | "N363" | "N364" | "N366" | "N367" | "N368" | "N369" | "N370" | "N371" | "N372" | "N373" | "N374" | "N375" | "N376" | "N377" | "N378" | "N379" | "N380" | "N381" | "N382" | "N383" | "N384" | "N385" | "N386" | "N387" | "N388" | "N389" | "N390" | "N391" | "N392" | "N393" | "N394" | "N395" | "N396" | "N397" | "N398" | "N399" | "N400" | "N401" | "N402" | "N403" | "N404" | "N405" | "N406" | "N407" | "N408" | "N409" | "N410" | "N411" | "N412" | "N413" | "N414" | "N415" | "N416" | "N417" | "N418" | "N419" | "N420" | "N421" | "N422" | "N423" | "N424" | "N425" | "N426" | "N427" | "N428" | "N429" | "N430" | "N431" | "N432" | "N433" | "N434" | "N435" | "N436" | "N437" | "N438" | "N439" | "N440" | "N441" | "N442" | "N443" | "N444" | "N445" | "N446" | "N447" | "N448" | "N449" | "N450" | "N451" | "N452" | "N453" | "N454" | "N455" | "N456" | "N457" | "N458" | "N459" | "N460" | "N461" | "N462" | "N463" | "N464" | "N465" | "N466" | "N467" | "N468" | "N469" | "N470" | "N471" | "N472" | "N473" | "N474" | "N475" | "N476" | "N477" | "N478" | "N479" | "N480" | "N481" | "N482" | "N485" | "N486" | "N487" | "N488" | "N489" | "N490" | "N491" | "N492" | "N493" | "N494" | "N495" | "N496" | "N497" | "N498" | "N499" | "N500" | "N501" | "N502" | "N503" | "N504" | "N505" | "N506" | "N507" | "N508" | "N509" | "N510" | "N511" | "N512" | "N513" | "N516" | "N517" | "N518" | "N519" | "N520" | "N521" | "N522" | "N523" | "N524" | "N525" | "N526" | "N527" | "N528" | "N529" | "N530" | "N531" | "N532" | "N533" | "N534" | "N535" | "N536" | "N537" | "N538" | "N539" | "N540" | "N541" | "N542" | "N543" | "N544" | "N545" | "N546" | "N547" | "N548" | "N549" | "N550" | "N551" | "N552" | "N554" | "N555" | "N556" | "N557" | "N558" | "N559" | "N560" | "N561" | "N562" | "N563" | "N564" | "N565" | "N566" | "N567" | "N568" | "N569" | "N570" | "N571" | "N572" | "N573" | "N574" | "N575" | "N576" | "N577" | "N578" | "N579" | "N580" | "N581" | "N582" | "N583" | "N584" | "N585" | "N586" | "N587" | "N588" | "N589" | "N590" | "N591" | "N592" | "N593" | "N594" | "N595" | "N596" | "N597" | "N598" | "N599" | "N600" | "N601" | "N602" | "N603" | "N604" | "N605" | "N606" | "N607" | "N608" | "N609" | "N610" | "N611" | "N612" | "N613" | "N614" | "N615" | "N616" | "N617" | "N618" | "N619" | "N620" | "N621" | "N622" | "N623" | "N624" | "N625" | "N626" | "N628" | "N629" | "N630" | "N631" | "N632" | "N633" | "N634" | "N635" | "N636" | "N637" | "N638" | "N639" | "N640" | "N641" | "N642" | "N643" | "N644" | "N645" | "N646" | "N647" | "N648" | "N649" | "N650" | "N651" | "N652" | "N653" | "N654" | "N655" | "N656" | "N657" | "N658" | "N659" | "N660" | "N661" | "N662" | "N663" | "N664" | "N665" | "N666" | "N667" | "N668" | "N669" | "N670" | "N671" | "N672" | "N673" | "N674" | "N675" | "N676" | "N677" | "N678" | "N679" | "N680" | "N681" | "N682" | "N683" | "N684" | "N685" | "N686" | "N687" | "N688" | "N689" | "N690" | "N691" | "N692" | "N693" | "N694" | "N695" | "N696" | "N697" | "N698" | "N699" | "N700" | "N701" | "N702" | "N703" | "N704" | "N705" | "N706" | "N707" | "N708" | "N709" | "N710" | "N711" | "N712" | "N713" | "N714" | "N715" | "N716" | "N717" | "N718" | "N719" | "N720" | "N721" | "N722" | "N723" | "N724" | "N725" | "N726" | "N727" | "N728" | "N729" | "N730" | "N731" | "N732" | "N733" | "N734" | "N735" | "N736" | "N737" | "N738" | "N739" | "N740" | "N741" | "N742" | "N743" | "N744" | "N745" | "N746" | "N747" | "N748" | "N749" | "N750" | "N751" | "N752" | "N753" | "N754" | "N755" | "N756" | "N757" | "N758" | "N759" | "N760" | "N761" | "N762" | "N763" | "N764" | "N765" | "N766" | "N767" | "N768" | "N769" | "N770" | "N771" | "N772" | "N773" | "N774" | "N775" | "N776" | "N777" | "N778" | "N779" | "N780" | "N781" | "N782" | "N783" | "N784" | "N785" | "N786" | "N787" | "N788" | "N789" | "N790" | "N791" | "N792" | "N793" | "N794" | "N795" | "N796" | "N797" | "N798" | "N799" | "N800" | "N801" | "N802" | "N803" | "N804" | "N805" | "N806" | "N807" | "N808" | "N809" | "N810" | "N811" | "N812" | "N815" | "N816" | "N817" | "N818" | "N819" | "N820" | "N821" | "N822" | "N823" | "N824" | "N825" | "N826" | "N827" | "N828" | "N829" | "N830" | "N831" | "N832" | "N833" | "N834" | "N835" | "N836" | "N837" | "N838" | "N839" | "N840" | "N841" | "N842" | "N843" | "N844" | "N845" | "N846" | "N847" | "N848" | "N849" | "N850" | "N851" | "N852" | "N853" | "N854" | "N855" | "N856" | "N857" | "N858" | "N859" | "N860";
10
10
  }
@@ -349,6 +349,7 @@ exports.Rarc = core.serialization.enum_([
349
349
  "N97",
350
350
  "N98",
351
351
  "N99",
352
+ "N102",
352
353
  "N103",
353
354
  "N104",
354
355
  "N105",
@@ -1,6 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface InsurancePayMissingPrimaryCoverageErrorType {
5
- patientId: string;
6
- }