candidhealth 0.24.3 → 0.24.4

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 (520) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +6 -6
  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/contracts/resources/v2/client/Client.js +5 -5
  6. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  7. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  8. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  9. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  10. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  11. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  12. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  13. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  14. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  15. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  16. package/api/resources/index.d.ts +1 -1
  17. package/api/resources/index.js +2 -2
  18. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  19. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  20. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  21. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  22. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  23. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  24. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  25. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  26. package/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +8 -0
  27. package/api/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages/types/CoverageType.js → common/types/DisabilityStatus.js} +4 -4
  28. package/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
  29. package/api/resources/preEncounter/resources/common/types/Ethnicity.js +12 -0
  30. package/api/resources/preEncounter/resources/common/types/Gender.d.ts +6 -3
  31. package/api/resources/preEncounter/resources/common/types/Gender.js +5 -2
  32. package/api/resources/preEncounter/resources/common/types/Race.d.ts +15 -0
  33. package/api/resources/preEncounter/resources/common/types/Race.js +17 -0
  34. package/api/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
  35. package/api/resources/preEncounter/resources/common/types/Sex.js +12 -0
  36. package/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +13 -0
  37. package/api/resources/preEncounter/resources/common/types/SexualOrientation.js +15 -0
  38. package/api/resources/preEncounter/resources/common/types/index.d.ts +5 -0
  39. package/api/resources/preEncounter/resources/common/types/index.js +5 -0
  40. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +108 -3
  41. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +420 -3
  42. package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +22 -0
  43. package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +47 -0
  44. package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/get.d.ts +6 -6
  45. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/client/get.js +2 -2
  46. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/client/getHistory.d.ts +7 -7
  47. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/coverages/resources/v1}/client/getHistory.js +3 -3
  48. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +22 -0
  49. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +47 -0
  50. package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +7 -1
  51. package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +34 -0
  52. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/client/scan.d.ts +6 -6
  53. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/coverages/resources/v1}/client/scan.js +2 -2
  54. package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/update.d.ts +8 -8
  55. package/api/resources/preEncounter/resources/{patients/resources/v1/resources/patients → coverages/resources/v1}/client/update.js +4 -4
  56. package/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
  57. package/api/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
  58. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/Coverage.d.ts +1 -1
  59. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageId.d.ts +1 -1
  60. package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.d.ts +2 -2
  61. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/MutableCoverage.d.ts +1 -1
  62. package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +82 -0
  63. package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +27 -0
  64. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/Subscriber.d.ts +1 -1
  65. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/index.d.ts +1 -1
  66. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/index.js +1 -1
  67. package/api/resources/preEncounter/resources/index.d.ts +2 -2
  68. package/api/resources/preEncounter/resources/index.js +3 -3
  69. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +167 -3
  70. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +554 -3
  71. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.d.ts +7 -7
  72. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.js +3 -3
  73. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/deactivate.d.ts +8 -8
  74. package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +69 -0
  75. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/get.d.ts +7 -7
  76. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/get.js +3 -3
  77. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.d.ts +7 -7
  78. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.js +3 -3
  79. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +8 -1
  80. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +35 -0
  81. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/scan.d.ts +6 -6
  82. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/scan.js +2 -2
  83. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/search.d.ts +6 -6
  84. package/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +47 -0
  85. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/update.d.ts +8 -8
  86. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/update.js +4 -4
  87. package/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
  88. package/api/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
  89. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/types/Contact.d.ts +1 -1
  90. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/types/ExternalProvider.d.ts +2 -1
  91. package/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +10 -0
  92. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MutablePatient.d.ts +12 -1
  93. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/types/Patient.d.ts +4 -1
  94. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.d.ts +1 -1
  95. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.d.ts +1 -0
  96. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.js +1 -0
  97. package/api/resources/serviceFacility/client/Client.js +1 -1
  98. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  99. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  100. package/dist/Client.d.ts +3 -3
  101. package/dist/Client.js +6 -6
  102. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  103. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  104. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  105. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  106. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  107. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  108. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  109. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  110. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  111. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  112. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  113. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  114. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  115. package/dist/api/resources/index.d.ts +1 -1
  116. package/dist/api/resources/index.js +2 -2
  117. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  118. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  119. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  120. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  121. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  122. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  123. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  124. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  125. package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +8 -0
  126. package/dist/api/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages/types/CoverageType.js → common/types/DisabilityStatus.js} +4 -4
  127. package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
  128. package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.js +12 -0
  129. package/dist/api/resources/preEncounter/resources/common/types/Gender.d.ts +6 -3
  130. package/dist/api/resources/preEncounter/resources/common/types/Gender.js +5 -2
  131. package/dist/api/resources/preEncounter/resources/common/types/Race.d.ts +15 -0
  132. package/dist/api/resources/preEncounter/resources/common/types/Race.js +17 -0
  133. package/dist/api/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
  134. package/dist/api/resources/preEncounter/resources/common/types/Sex.js +12 -0
  135. package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +13 -0
  136. package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.js +15 -0
  137. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +5 -0
  138. package/dist/api/resources/preEncounter/resources/common/types/index.js +5 -0
  139. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +108 -3
  140. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +420 -3
  141. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +22 -0
  142. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +47 -0
  143. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/get.d.ts +6 -6
  144. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/client/get.js +2 -2
  145. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/client/getHistory.d.ts +7 -7
  146. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +58 -0
  147. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +22 -0
  148. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +47 -0
  149. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +7 -1
  150. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +34 -0
  151. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/client/scan.d.ts +6 -6
  152. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +47 -0
  153. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/update.d.ts +8 -8
  154. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/client/update.js +4 -4
  155. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
  156. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
  157. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/types/Coverage.d.ts +1 -1
  158. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageId.d.ts +1 -1
  159. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.d.ts +2 -2
  160. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/types/MutableCoverage.d.ts +1 -1
  161. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +82 -0
  162. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +27 -0
  163. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/types/Subscriber.d.ts +1 -1
  164. package/dist/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/index.d.ts +1 -1
  165. package/dist/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/index.js +1 -1
  166. package/dist/api/resources/preEncounter/resources/index.d.ts +2 -2
  167. package/dist/api/resources/preEncounter/resources/index.js +3 -3
  168. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +167 -3
  169. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +554 -3
  170. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.d.ts +7 -7
  171. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.js +3 -3
  172. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/client/deactivate.d.ts +8 -8
  173. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +69 -0
  174. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/client/get.d.ts +7 -7
  175. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/client/get.js +3 -3
  176. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.d.ts +7 -7
  177. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +58 -0
  178. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +8 -1
  179. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +35 -0
  180. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/client/scan.d.ts +6 -6
  181. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +47 -0
  182. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/search.d.ts +6 -6
  183. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +47 -0
  184. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/update.d.ts +8 -8
  185. package/dist/api/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages → patients/resources/v1}/client/update.js +4 -4
  186. package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
  187. package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
  188. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/types/Contact.d.ts +1 -1
  189. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/types/ExternalProvider.d.ts +2 -1
  190. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +10 -0
  191. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MutablePatient.d.ts +12 -1
  192. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +5 -0
  193. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/types/Patient.d.ts +4 -1
  194. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +5 -0
  195. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.d.ts +1 -1
  196. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.d.ts +1 -0
  197. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.js +1 -0
  198. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  199. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  200. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  201. package/dist/serialization/resources/index.d.ts +1 -1
  202. package/dist/serialization/resources/index.js +2 -2
  203. package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +10 -0
  204. package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +31 -0
  205. package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
  206. package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +31 -0
  207. package/dist/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
  208. package/dist/serialization/resources/preEncounter/resources/common/types/Gender.js +1 -1
  209. package/dist/serialization/resources/preEncounter/resources/common/types/Race.d.ts +10 -0
  210. package/dist/serialization/resources/preEncounter/resources/common/types/Race.js +41 -0
  211. package/dist/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
  212. package/dist/serialization/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages/types/CoverageType.js → common/types/Sex.js} +3 -3
  213. package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +10 -0
  214. package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +31 -0
  215. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +5 -0
  216. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +5 -0
  217. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +20 -0
  218. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/getHistory.js +4 -4
  219. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +11 -0
  220. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/getMulti.js +1 -1
  221. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +11 -0
  222. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/scan.js +1 -1
  223. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +20 -0
  224. package/dist/serialization/resources/preEncounter/resources/{patients/resources/v1/resources/patients → coverages/resources/v1}/client/update.js +6 -6
  225. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +2 -1
  226. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +2 -1
  227. package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/Coverage.d.ts +5 -5
  228. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Coverage.js +3 -3
  229. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageId.d.ts +3 -3
  230. package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageId.js +2 -2
  231. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.d.ts +3 -3
  232. package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageStatus.js +1 -1
  233. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.d.ts +7 -7
  234. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.js +5 -5
  235. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/MutableCoverage.d.ts +5 -5
  236. package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/MutableCoverage.js +3 -3
  237. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +10 -0
  238. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +51 -0
  239. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.d.ts +5 -5
  240. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.js +3 -3
  241. package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/index.d.ts +1 -1
  242. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/index.js +1 -1
  243. package/dist/serialization/resources/preEncounter/resources/index.d.ts +2 -2
  244. package/dist/serialization/resources/preEncounter/resources/index.js +3 -3
  245. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +15 -0
  246. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.js +4 -4
  247. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +20 -0
  248. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +67 -0
  249. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +15 -0
  250. package/{serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/serialization/resources/preEncounter/resources/patients/resources/v1}/client/get.js +4 -4
  251. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +20 -0
  252. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.js +4 -4
  253. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +11 -0
  254. package/{serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/serialization/resources/preEncounter/resources/patients/resources/v1}/client/scan.js +1 -1
  255. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +11 -0
  256. package/{serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/serialization/resources/preEncounter/resources/patients/resources/v1}/client/search.js +1 -1
  257. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +20 -0
  258. package/{serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/serialization/resources/preEncounter/resources/patients/resources/v1}/client/update.js +6 -6
  259. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +2 -1
  260. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +2 -1
  261. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +23 -0
  262. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Contact.js +7 -7
  263. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.d.ts +3 -3
  264. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.js +1 -1
  265. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvider.d.ts +20 -0
  266. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvider.js +6 -5
  267. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +13 -0
  268. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +34 -0
  269. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.d.ts +3 -3
  270. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.js +1 -1
  271. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +50 -0
  272. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MutablePatient.js +20 -5
  273. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.d.ts +6 -5
  274. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.js +4 -3
  275. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.d.ts +3 -3
  276. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.js +2 -2
  277. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.d.ts +1 -0
  278. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.js +1 -0
  279. package/package.json +1 -1
  280. package/reference.md +193 -391
  281. package/serialization/resources/index.d.ts +1 -1
  282. package/serialization/resources/index.js +2 -2
  283. package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +10 -0
  284. package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +31 -0
  285. package/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
  286. package/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +31 -0
  287. package/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
  288. package/serialization/resources/preEncounter/resources/common/types/Gender.js +1 -1
  289. package/serialization/resources/preEncounter/resources/common/types/Race.d.ts +10 -0
  290. package/serialization/resources/preEncounter/resources/common/types/Race.js +41 -0
  291. package/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
  292. package/serialization/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages/types/CoverageType.js → common/types/Sex.js} +3 -3
  293. package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +10 -0
  294. package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +31 -0
  295. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +5 -0
  296. package/serialization/resources/preEncounter/resources/common/types/index.js +5 -0
  297. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +20 -0
  298. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/getHistory.js +4 -4
  299. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +11 -0
  300. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/getMulti.js +1 -1
  301. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +11 -0
  302. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/scan.js +1 -1
  303. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +20 -0
  304. package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/client/update.js +6 -6
  305. package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +2 -1
  306. package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +2 -1
  307. package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/Coverage.d.ts +5 -5
  308. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Coverage.js +3 -3
  309. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageId.d.ts +3 -3
  310. package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageId.js +2 -2
  311. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.d.ts +3 -3
  312. package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageStatus.js +1 -1
  313. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.d.ts +7 -7
  314. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.js +5 -5
  315. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/MutableCoverage.d.ts +5 -5
  316. package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/MutableCoverage.js +3 -3
  317. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +10 -0
  318. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +51 -0
  319. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.d.ts +5 -5
  320. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.js +3 -3
  321. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/index.d.ts +1 -1
  322. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/index.js +1 -1
  323. package/serialization/resources/preEncounter/resources/index.d.ts +2 -2
  324. package/serialization/resources/preEncounter/resources/index.js +3 -3
  325. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +15 -0
  326. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.js +4 -4
  327. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +20 -0
  328. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +67 -0
  329. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +15 -0
  330. package/{dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → serialization/resources/preEncounter/resources/patients/resources/v1}/client/get.js +4 -4
  331. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +20 -0
  332. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.js +4 -4
  333. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +11 -0
  334. package/{dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → serialization/resources/preEncounter/resources/patients/resources/v1}/client/scan.js +1 -1
  335. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +11 -0
  336. package/{dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → serialization/resources/preEncounter/resources/patients/resources/v1}/client/search.js +1 -1
  337. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +20 -0
  338. package/serialization/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages → patients/resources/v1}/client/update.js +6 -6
  339. package/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +2 -1
  340. package/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +2 -1
  341. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +23 -0
  342. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Contact.js +7 -7
  343. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.d.ts +3 -3
  344. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.js +1 -1
  345. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvider.d.ts +20 -0
  346. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvider.js +6 -5
  347. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +13 -0
  348. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +34 -0
  349. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.d.ts +3 -3
  350. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.js +1 -1
  351. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +50 -0
  352. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MutablePatient.js +20 -5
  353. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.d.ts +6 -5
  354. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.js +4 -3
  355. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.d.ts +3 -3
  356. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.js +2 -2
  357. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.d.ts +1 -0
  358. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.js +1 -0
  359. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.d.ts +0 -147
  360. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.js +0 -451
  361. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/create.d.ts +0 -22
  362. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/create.js +0 -47
  363. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getHistory.js +0 -58
  364. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.d.ts +0 -22
  365. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.js +0 -47
  366. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/index.d.ts +0 -7
  367. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/index.js +0 -36
  368. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/scan.js +0 -47
  369. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.d.ts +0 -2
  370. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.js +0 -18
  371. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/types/CoverageType.d.ts +0 -8
  372. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/index.d.ts +0 -3
  373. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/index.js +0 -32
  374. package/api/resources/preEncounter/resources/patients/resources/v1/resources/index.d.ts +0 -3
  375. package/api/resources/preEncounter/resources/patients/resources/v1/resources/index.js +0 -32
  376. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.d.ts +0 -338
  377. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.js +0 -716
  378. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.js +0 -69
  379. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/index.d.ts +0 -8
  380. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/index.js +0 -37
  381. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/search.js +0 -47
  382. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.d.ts +0 -2
  383. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.js +0 -18
  384. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.d.ts +0 -147
  385. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.js +0 -451
  386. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/create.d.ts +0 -22
  387. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/create.js +0 -47
  388. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getHistory.js +0 -58
  389. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.d.ts +0 -22
  390. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.js +0 -47
  391. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/index.d.ts +0 -7
  392. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/index.js +0 -36
  393. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/scan.js +0 -47
  394. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.d.ts +0 -2
  395. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.js +0 -18
  396. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/types/CoverageType.d.ts +0 -8
  397. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/index.d.ts +0 -3
  398. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/index.js +0 -32
  399. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/index.d.ts +0 -3
  400. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/index.js +0 -32
  401. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.d.ts +0 -338
  402. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.js +0 -716
  403. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.js +0 -69
  404. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/index.d.ts +0 -8
  405. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/index.js +0 -37
  406. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/search.js +0 -47
  407. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.d.ts +0 -2
  408. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.js +0 -18
  409. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getHistory.d.ts +0 -20
  410. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.d.ts +0 -11
  411. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/scan.d.ts +0 -11
  412. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/update.d.ts +0 -20
  413. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.d.ts +0 -2
  414. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.js +0 -18
  415. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/types/CoverageType.d.ts +0 -10
  416. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/index.d.ts +0 -2
  417. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/index.js +0 -31
  418. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/index.d.ts +0 -2
  419. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/index.js +0 -31
  420. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/create.d.ts +0 -15
  421. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.d.ts +0 -20
  422. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.js +0 -67
  423. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/get.d.ts +0 -15
  424. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/getHistory.d.ts +0 -20
  425. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/scan.d.ts +0 -11
  426. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/search.d.ts +0 -11
  427. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/update.d.ts +0 -20
  428. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.d.ts +0 -2
  429. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.js +0 -18
  430. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/Contact.d.ts +0 -23
  431. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/ExternalProvider.d.ts +0 -19
  432. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/MutablePatient.d.ts +0 -35
  433. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getHistory.d.ts +0 -20
  434. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.d.ts +0 -11
  435. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/scan.d.ts +0 -11
  436. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/update.d.ts +0 -20
  437. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.d.ts +0 -2
  438. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.js +0 -18
  439. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/types/CoverageType.d.ts +0 -10
  440. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/index.d.ts +0 -2
  441. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/index.js +0 -31
  442. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/index.d.ts +0 -2
  443. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/index.js +0 -31
  444. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/create.d.ts +0 -15
  445. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.d.ts +0 -20
  446. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.js +0 -67
  447. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/get.d.ts +0 -15
  448. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/getHistory.d.ts +0 -20
  449. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/scan.d.ts +0 -11
  450. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/search.d.ts +0 -11
  451. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/update.d.ts +0 -20
  452. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.d.ts +0 -2
  453. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.js +0 -18
  454. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/Contact.d.ts +0 -23
  455. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/ExternalProvider.d.ts +0 -19
  456. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/MutablePatient.d.ts +0 -35
  457. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/CoverageScanRequest.d.ts +0 -0
  458. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/CoverageScanRequest.js +0 -0
  459. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/GetAllCoveragesRequest.d.ts +0 -0
  460. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/GetAllCoveragesRequest.js +0 -0
  461. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/index.d.ts +0 -0
  462. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/index.js +0 -0
  463. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Coverage.js +0 -0
  464. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageId.js +0 -0
  465. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.d.ts +0 -0
  466. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.js +0 -0
  467. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.js +0 -0
  468. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/MutableCoverage.js +0 -0
  469. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.js +0 -0
  470. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientScanRequest.d.ts +0 -0
  471. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientScanRequest.js +0 -0
  472. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientsSearchRequest.d.ts +0 -0
  473. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientsSearchRequest.js +0 -0
  474. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/index.d.ts +0 -0
  475. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/index.js +0 -0
  476. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Contact.js +0 -0
  477. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.d.ts +0 -0
  478. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.js +0 -0
  479. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvider.js +0 -0
  480. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types/MutablePatient.js → types/FilingOrder.js} +0 -0
  481. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.d.ts +0 -0
  482. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.js +0 -0
  483. /package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/types/MutablePatient.js +0 -0
  484. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.js +0 -0
  485. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.js +0 -0
  486. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/CoverageScanRequest.d.ts +0 -0
  487. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/CoverageScanRequest.js +0 -0
  488. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/GetAllCoveragesRequest.d.ts +0 -0
  489. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/GetAllCoveragesRequest.js +0 -0
  490. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/index.d.ts +0 -0
  491. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/index.js +0 -0
  492. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Coverage.js +0 -0
  493. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageId.js +0 -0
  494. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.d.ts +0 -0
  495. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.js +0 -0
  496. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.js +0 -0
  497. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/MutableCoverage.js +0 -0
  498. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.js +0 -0
  499. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientScanRequest.d.ts +0 -0
  500. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientScanRequest.js +0 -0
  501. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientsSearchRequest.d.ts +0 -0
  502. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientsSearchRequest.js +0 -0
  503. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/index.d.ts +0 -0
  504. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/index.js +0 -0
  505. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Contact.js +0 -0
  506. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.d.ts +0 -0
  507. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.js +0 -0
  508. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvider.js +0 -0
  509. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types/Patient.js → types/FilingOrder.js} +0 -0
  510. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.d.ts +0 -0
  511. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.js +0 -0
  512. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.js +0 -0
  513. /package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/index.d.ts +0 -0
  514. /package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/index.js +0 -0
  515. /package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/index.d.ts +0 -0
  516. /package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/index.js +0 -0
  517. /package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/index.d.ts +0 -0
  518. /package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/index.js +0 -0
  519. /package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/index.d.ts +0 -0
  520. /package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/index.js +0 -0
package/reference.md CHANGED
@@ -6197,78 +6197,9 @@ await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7
6197
6197
  </dl>
6198
6198
  </details>
6199
6199
 
6200
- ## ServiceFacility
6201
-
6202
- <details><summary><code>client.serviceFacility.<a href="/src/api/resources/serviceFacility/client/Client.ts">update</a>(serviceFacilityId, { ...params }) -> core.APIResponse<CandidApi.EncounterServiceFacility, CandidApi.serviceFacility.update.Error></code></summary>
6203
- <dl>
6204
- <dd>
6205
-
6206
- #### 🔌 Usage
6207
-
6208
- <dl>
6209
- <dd>
6210
-
6211
- <dl>
6212
- <dd>
6213
-
6214
- ```typescript
6215
- await client.serviceFacility.update(CandidApi.ServiceFacilityId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
6216
- organizationName: "string",
6217
- npi: "string",
6218
- address: {
6219
- address1: "123 Main St",
6220
- address2: "Apt 1",
6221
- city: "New York",
6222
- state: CandidApi.State.Ny,
6223
- zipCode: "10001",
6224
- zipPlusFourCode: "1234",
6225
- },
6226
- });
6227
- ```
6228
-
6229
- </dd>
6230
- </dl>
6231
- </dd>
6232
- </dl>
6233
-
6234
- #### ⚙️ Parameters
6235
-
6236
- <dl>
6237
- <dd>
6238
-
6239
- <dl>
6240
- <dd>
6241
-
6242
- **serviceFacilityId:** `CandidApi.ServiceFacilityId`
6243
-
6244
- </dd>
6245
- </dl>
6246
-
6247
- <dl>
6248
- <dd>
6249
-
6250
- **request:** `CandidApi.EncounterServiceFacilityUpdate`
6251
-
6252
- </dd>
6253
- </dl>
6254
-
6255
- <dl>
6256
- <dd>
6257
-
6258
- **requestOptions:** `ServiceFacility.RequestOptions`
6259
-
6260
- </dd>
6261
- </dl>
6262
- </dd>
6263
- </dl>
6264
-
6265
- </dd>
6266
- </dl>
6267
- </details>
6268
-
6269
- ## PreEncounter Coverages V1 Coverages
6200
+ ## PreEncounter Coverages V1
6270
6201
 
6271
- <details><summary><code>client.preEncounter.coverages.v1.coverages.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.coverages.create.Error></code></summary>
6202
+ <details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.create.Error></code></summary>
6272
6203
  <dl>
6273
6204
  <dd>
6274
6205
 
@@ -6296,17 +6227,12 @@ Creates a new Coverage. A Coverage provides the high-level identifiers and descr
6296
6227
  <dd>
6297
6228
 
6298
6229
  ```typescript
6299
- await client.preEncounter.coverages.v1.coverages.create({
6230
+ await client.preEncounter.coverages.v1.create({
6300
6231
  status: CandidApi.CoverageStatus.Active,
6301
6232
  subscriber: {
6302
- name: {
6303
- family: "string",
6304
- given: ["string"],
6305
- use: CandidApi.NameUse.Usual,
6306
- period: {},
6307
- },
6233
+ name: {},
6308
6234
  dateOfBirth: "2023-01-15",
6309
- gender: CandidApi.Gender.Female,
6235
+ gender: CandidApi.Gender.Man,
6310
6236
  },
6311
6237
  relationship: CandidApi.Relationship.Self,
6312
6238
  patient: CandidApi.PatientId("string"),
@@ -6316,11 +6242,8 @@ await client.preEncounter.coverages.v1.coverages.create({
6316
6242
  payerName: "string",
6317
6243
  groupNumber: "string",
6318
6244
  name: "string",
6319
- type: CandidApi.CoverageType.Ppo,
6320
- period: {
6321
- start: "2023-01-15",
6322
- end: "2023-01-15",
6323
- },
6245
+ type: CandidApi.NetworkType.Ppo,
6246
+ period: {},
6324
6247
  insuranceCardImageLocator: "string",
6325
6248
  },
6326
6249
  verified: true,
@@ -6348,7 +6271,7 @@ await client.preEncounter.coverages.v1.coverages.create({
6348
6271
  <dl>
6349
6272
  <dd>
6350
6273
 
6351
- **requestOptions:** `Coverages.RequestOptions`
6274
+ **requestOptions:** `V1.RequestOptions`
6352
6275
 
6353
6276
  </dd>
6354
6277
  </dl>
@@ -6359,7 +6282,7 @@ await client.preEncounter.coverages.v1.coverages.create({
6359
6282
  </dl>
6360
6283
  </details>
6361
6284
 
6362
- <details><summary><code>client.preEncounter.coverages.v1.coverages.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.coverages.update.Error></code></summary>
6285
+ <details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.update.Error></code></summary>
6363
6286
  <dl>
6364
6287
  <dd>
6365
6288
 
@@ -6387,39 +6310,27 @@ Updates a Coverage. The path must contain the most recent version to prevent rac
6387
6310
  <dd>
6388
6311
 
6389
6312
  ```typescript
6390
- await client.preEncounter.coverages.v1.coverages.update(
6391
- CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6392
- 1,
6393
- {
6394
- status: CandidApi.CoverageStatus.Active,
6395
- subscriber: {
6396
- name: {
6397
- family: "string",
6398
- given: ["string"],
6399
- use: CandidApi.NameUse.Usual,
6400
- period: {},
6401
- },
6402
- dateOfBirth: "2023-01-15",
6403
- gender: CandidApi.Gender.Female,
6404
- },
6405
- relationship: CandidApi.Relationship.Self,
6406
- patient: CandidApi.PatientId("string"),
6407
- insurancePlan: {
6408
- memberId: "string",
6409
- payerId: CandidApi.PayerId("string"),
6410
- payerName: "string",
6411
- groupNumber: "string",
6412
- name: "string",
6413
- type: CandidApi.CoverageType.Ppo,
6414
- period: {
6415
- start: "2023-01-15",
6416
- end: "2023-01-15",
6417
- },
6418
- insuranceCardImageLocator: "string",
6419
- },
6420
- verified: true,
6421
- }
6422
- );
6313
+ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), "string", {
6314
+ status: CandidApi.CoverageStatus.Active,
6315
+ subscriber: {
6316
+ name: {},
6317
+ dateOfBirth: "2023-01-15",
6318
+ gender: CandidApi.Gender.Man,
6319
+ },
6320
+ relationship: CandidApi.Relationship.Self,
6321
+ patient: CandidApi.PatientId("string"),
6322
+ insurancePlan: {
6323
+ memberId: "string",
6324
+ payerId: CandidApi.PayerId("string"),
6325
+ payerName: "string",
6326
+ groupNumber: "string",
6327
+ name: "string",
6328
+ type: CandidApi.NetworkType.Ppo,
6329
+ period: {},
6330
+ insuranceCardImageLocator: "string",
6331
+ },
6332
+ verified: true,
6333
+ });
6423
6334
  ```
6424
6335
 
6425
6336
  </dd>
@@ -6443,7 +6354,7 @@ await client.preEncounter.coverages.v1.coverages.update(
6443
6354
  <dl>
6444
6355
  <dd>
6445
6356
 
6446
- **version:** `number`
6357
+ **version:** `string`
6447
6358
 
6448
6359
  </dd>
6449
6360
  </dl>
@@ -6459,7 +6370,7 @@ await client.preEncounter.coverages.v1.coverages.update(
6459
6370
  <dl>
6460
6371
  <dd>
6461
6372
 
6462
- **requestOptions:** `Coverages.RequestOptions`
6373
+ **requestOptions:** `V1.RequestOptions`
6463
6374
 
6464
6375
  </dd>
6465
6376
  </dl>
@@ -6470,7 +6381,7 @@ await client.preEncounter.coverages.v1.coverages.update(
6470
6381
  </dl>
6471
6382
  </details>
6472
6383
 
6473
- <details><summary><code>client.preEncounter.coverages.v1.coverages.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.coverages.get.Error></code></summary>
6384
+ <details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.get.Error></code></summary>
6474
6385
  <dl>
6475
6386
  <dd>
6476
6387
 
@@ -6498,7 +6409,7 @@ gets a specific Coverage
6498
6409
  <dd>
6499
6410
 
6500
6411
  ```typescript
6501
- await client.preEncounter.coverages.v1.coverages.get(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
6412
+ await client.preEncounter.coverages.v1.get(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
6502
6413
  ```
6503
6414
 
6504
6415
  </dd>
@@ -6522,7 +6433,7 @@ await client.preEncounter.coverages.v1.coverages.get(CandidApi.CoverageId("d5e9c
6522
6433
  <dl>
6523
6434
  <dd>
6524
6435
 
6525
- **requestOptions:** `Coverages.RequestOptions`
6436
+ **requestOptions:** `V1.RequestOptions`
6526
6437
 
6527
6438
  </dd>
6528
6439
  </dl>
@@ -6533,7 +6444,7 @@ await client.preEncounter.coverages.v1.coverages.get(CandidApi.CoverageId("d5e9c
6533
6444
  </dl>
6534
6445
  </details>
6535
6446
 
6536
- <details><summary><code>client.preEncounter.coverages.v1.coverages.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.coverages.getHistory.Error></code></summary>
6447
+ <details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.getHistory.Error></code></summary>
6537
6448
  <dl>
6538
6449
  <dd>
6539
6450
 
@@ -6561,9 +6472,7 @@ Gets a coverage along with it's full history. The return list is ordered by vers
6561
6472
  <dd>
6562
6473
 
6563
6474
  ```typescript
6564
- await client.preEncounter.coverages.v1.coverages.getHistory(
6565
- CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
6566
- );
6475
+ await client.preEncounter.coverages.v1.getHistory(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
6567
6476
  ```
6568
6477
 
6569
6478
  </dd>
@@ -6587,7 +6496,7 @@ await client.preEncounter.coverages.v1.coverages.getHistory(
6587
6496
  <dl>
6588
6497
  <dd>
6589
6498
 
6590
- **requestOptions:** `Coverages.RequestOptions`
6499
+ **requestOptions:** `V1.RequestOptions`
6591
6500
 
6592
6501
  </dd>
6593
6502
  </dl>
@@ -6598,7 +6507,7 @@ await client.preEncounter.coverages.v1.coverages.getHistory(
6598
6507
  </dl>
6599
6508
  </details>
6600
6509
 
6601
- <details><summary><code>client.preEncounter.coverages.v1.coverages.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.coverages.getMulti.Error></code></summary>
6510
+ <details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.getMulti.Error></code></summary>
6602
6511
  <dl>
6603
6512
  <dd>
6604
6513
 
@@ -6626,7 +6535,7 @@ returns a list of Coverages based on the search criteria
6626
6535
  <dd>
6627
6536
 
6628
6537
  ```typescript
6629
- await client.preEncounter.coverages.v1.coverages.getMulti({
6538
+ await client.preEncounter.coverages.v1.getMulti({
6630
6539
  patientId: "string",
6631
6540
  });
6632
6541
  ```
@@ -6652,7 +6561,7 @@ await client.preEncounter.coverages.v1.coverages.getMulti({
6652
6561
  <dl>
6653
6562
  <dd>
6654
6563
 
6655
- **requestOptions:** `Coverages.RequestOptions`
6564
+ **requestOptions:** `V1.RequestOptions`
6656
6565
 
6657
6566
  </dd>
6658
6567
  </dl>
@@ -6663,7 +6572,7 @@ await client.preEncounter.coverages.v1.coverages.getMulti({
6663
6572
  </dl>
6664
6573
  </details>
6665
6574
 
6666
- <details><summary><code>client.preEncounter.coverages.v1.coverages.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.coverages.scan.Error></code></summary>
6575
+ <details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.scan.Error></code></summary>
6667
6576
  <dl>
6668
6577
  <dd>
6669
6578
 
@@ -6691,7 +6600,7 @@ Scans up to 100 coverage updates. The since query parameter is inclusive, and th
6691
6600
  <dd>
6692
6601
 
6693
6602
  ```typescript
6694
- await client.preEncounter.coverages.v1.coverages.scan({
6603
+ await client.preEncounter.coverages.v1.scan({
6695
6604
  since: new Date("2024-01-15T09:30:00.000Z"),
6696
6605
  });
6697
6606
  ```
@@ -6717,7 +6626,7 @@ await client.preEncounter.coverages.v1.coverages.scan({
6717
6626
  <dl>
6718
6627
  <dd>
6719
6628
 
6720
- **requestOptions:** `Coverages.RequestOptions`
6629
+ **requestOptions:** `V1.RequestOptions`
6721
6630
 
6722
6631
  </dd>
6723
6632
  </dl>
@@ -6728,9 +6637,9 @@ await client.preEncounter.coverages.v1.coverages.scan({
6728
6637
  </dl>
6729
6638
  </details>
6730
6639
 
6731
- ## PreEncounter Patients V1 Patients
6640
+ ## PreEncounter Patients V1
6732
6641
 
6733
- <details><summary><code>client.preEncounter.patients.v1.patients.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.patients.create.Error></code></summary>
6642
+ <details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.create.Error></code></summary>
6734
6643
  <dl>
6735
6644
  <dd>
6736
6645
 
@@ -6758,64 +6667,26 @@ Adds a patient. VersionConflictError is returned when the patient's external ID
6758
6667
  <dd>
6759
6668
 
6760
6669
  ```typescript
6761
- await client.preEncounter.patients.v1.patients.create({
6762
- name: {
6763
- family: "string",
6764
- given: ["string"],
6765
- use: CandidApi.NameUse.Usual,
6766
- period: {},
6767
- },
6768
- otherNames: [
6769
- {
6770
- family: "string",
6771
- given: ["string"],
6772
- use: CandidApi.NameUse.Usual,
6773
- period: {},
6774
- },
6775
- ],
6776
- gender: CandidApi.Gender.Female,
6670
+ await client.preEncounter.patients.v1.create({
6671
+ name: {},
6672
+ otherNames: [{}],
6673
+ gender: CandidApi.Gender.Man,
6777
6674
  birthDate: "2023-01-15",
6675
+ socialSecurityNumber: "string",
6676
+ biologicalSex: CandidApi.Sex.Female,
6677
+ sexualOrientation: CandidApi.SexualOrientation.Heterosexual,
6678
+ race: CandidApi.Race.AmericanIndianOrAlaskaNative,
6679
+ ethnicity: CandidApi.Ethnicity.HispanicOrLatino,
6680
+ disabilityStatus: CandidApi.DisabilityStatus.Disabled,
6778
6681
  maritalStatus: CandidApi.MaritalStatus.Annulled,
6779
6682
  deceased: new Date("2024-01-15T09:30:00.000Z"),
6780
6683
  multipleBirth: 1,
6781
- primaryAddress: {
6782
- use: CandidApi.AddressUse.Home,
6783
- line: ["string"],
6784
- city: "string",
6785
- state: "string",
6786
- postalCode: "string",
6787
- country: "string",
6788
- period: {},
6789
- },
6790
- otherAddresses: [
6791
- {
6792
- use: CandidApi.AddressUse.Home,
6793
- line: ["string"],
6794
- city: "string",
6795
- state: "string",
6796
- postalCode: "string",
6797
- country: "string",
6798
- period: {},
6799
- },
6800
- ],
6801
- primaryTelecom: {
6802
- value: "string",
6803
- use: CandidApi.ContactPointUse.Home,
6804
- period: {
6805
- start: "2023-01-15",
6806
- end: "2023-01-15",
6807
- },
6808
- },
6809
- otherTelecoms: [
6810
- {
6811
- value: "string",
6812
- use: CandidApi.ContactPointUse.Home,
6813
- period: {
6814
- start: "2023-01-15",
6815
- end: "2023-01-15",
6816
- },
6817
- },
6818
- ],
6684
+ primaryAddress: {},
6685
+ otherAddresses: [{}],
6686
+ primaryTelecom: {},
6687
+ otherTelecoms: [{}],
6688
+ email: "string",
6689
+ electronicCommunicationOptIn: true,
6819
6690
  photo: "string",
6820
6691
  language: "string",
6821
6692
  externalProvenance: {
@@ -6825,75 +6696,25 @@ await client.preEncounter.patients.v1.patients.create({
6825
6696
  contacts: [
6826
6697
  {
6827
6698
  relationship: [CandidApi.Relationship.Self],
6828
- name: {
6829
- family: "string",
6830
- given: ["string"],
6831
- use: CandidApi.NameUse.Usual,
6832
- period: {},
6833
- },
6834
- gender: CandidApi.Gender.Female,
6835
- telecoms: [
6836
- {
6837
- value: "string",
6838
- use: CandidApi.ContactPointUse.Home,
6839
- period: {
6840
- start: "2023-01-15",
6841
- end: "2023-01-15",
6842
- },
6843
- },
6844
- ],
6845
- addresses: [
6846
- {
6847
- use: CandidApi.AddressUse.Home,
6848
- line: ["string"],
6849
- city: "string",
6850
- state: "string",
6851
- postalCode: "string",
6852
- country: "string",
6853
- period: {},
6854
- },
6855
- ],
6856
- period: {
6857
- start: "2023-01-15",
6858
- end: "2023-01-15",
6859
- },
6699
+ name: {},
6700
+ gender: CandidApi.Gender.Man,
6701
+ telecoms: [{}],
6702
+ addresses: [{}],
6703
+ period: {},
6860
6704
  },
6861
6705
  ],
6862
6706
  generalPractitioners: [
6863
6707
  {
6864
- name: {
6865
- family: "string",
6866
- given: ["string"],
6867
- use: CandidApi.NameUse.Usual,
6868
- period: {},
6869
- },
6870
- telecoms: [
6871
- {
6872
- value: "string",
6873
- use: CandidApi.ContactPointUse.Home,
6874
- period: {
6875
- start: "2023-01-15",
6876
- end: "2023-01-15",
6877
- },
6878
- },
6879
- ],
6880
- addresses: [
6881
- {
6882
- use: CandidApi.AddressUse.Home,
6883
- line: ["string"],
6884
- city: "string",
6885
- state: "string",
6886
- postalCode: "string",
6887
- country: "string",
6888
- period: {},
6889
- },
6890
- ],
6891
- period: {
6892
- start: "2023-01-15",
6893
- end: "2023-01-15",
6894
- },
6708
+ name: {},
6709
+ npi: "string",
6710
+ telecoms: [{}],
6711
+ addresses: [{}],
6712
+ period: {},
6895
6713
  },
6896
6714
  ],
6715
+ filingOrder: {
6716
+ coverages: [CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
6717
+ },
6897
6718
  });
6898
6719
  ```
6899
6720
 
@@ -6918,7 +6739,7 @@ await client.preEncounter.patients.v1.patients.create({
6918
6739
  <dl>
6919
6740
  <dd>
6920
6741
 
6921
- **requestOptions:** `Patients.RequestOptions`
6742
+ **requestOptions:** `V1.RequestOptions`
6922
6743
 
6923
6744
  </dd>
6924
6745
  </dl>
@@ -6929,7 +6750,7 @@ await client.preEncounter.patients.v1.patients.create({
6929
6750
  </dl>
6930
6751
  </details>
6931
6752
 
6932
- <details><summary><code>client.preEncounter.patients.v1.patients.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.patients.get.Error></code></summary>
6753
+ <details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.get.Error></code></summary>
6933
6754
  <dl>
6934
6755
  <dd>
6935
6756
 
@@ -6957,7 +6778,7 @@ Gets a patient.
6957
6778
  <dd>
6958
6779
 
6959
6780
  ```typescript
6960
- await client.preEncounter.patients.v1.patients.get(CandidApi.PatientId("string"));
6781
+ await client.preEncounter.patients.v1.get(CandidApi.PatientId("string"));
6961
6782
  ```
6962
6783
 
6963
6784
  </dd>
@@ -6981,7 +6802,7 @@ await client.preEncounter.patients.v1.patients.get(CandidApi.PatientId("string")
6981
6802
  <dl>
6982
6803
  <dd>
6983
6804
 
6984
- **requestOptions:** `Patients.RequestOptions`
6805
+ **requestOptions:** `V1.RequestOptions`
6985
6806
 
6986
6807
  </dd>
6987
6808
  </dl>
@@ -6992,7 +6813,7 @@ await client.preEncounter.patients.v1.patients.get(CandidApi.PatientId("string")
6992
6813
  </dl>
6993
6814
  </details>
6994
6815
 
6995
- <details><summary><code>client.preEncounter.patients.v1.patients.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.patients.getHistory.Error></code></summary>
6816
+ <details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.getHistory.Error></code></summary>
6996
6817
  <dl>
6997
6818
  <dd>
6998
6819
 
@@ -7020,7 +6841,7 @@ Gets a patient along with it's full history. The return list is ordered by versi
7020
6841
  <dd>
7021
6842
 
7022
6843
  ```typescript
7023
- await client.preEncounter.patients.v1.patients.getHistory(CandidApi.PatientId("string"));
6844
+ await client.preEncounter.patients.v1.getHistory(CandidApi.PatientId("string"));
7024
6845
  ```
7025
6846
 
7026
6847
  </dd>
@@ -7044,7 +6865,7 @@ await client.preEncounter.patients.v1.patients.getHistory(CandidApi.PatientId("s
7044
6865
  <dl>
7045
6866
  <dd>
7046
6867
 
7047
- **requestOptions:** `Patients.RequestOptions`
6868
+ **requestOptions:** `V1.RequestOptions`
7048
6869
 
7049
6870
  </dd>
7050
6871
  </dl>
@@ -7055,7 +6876,7 @@ await client.preEncounter.patients.v1.patients.getHistory(CandidApi.PatientId("s
7055
6876
  </dl>
7056
6877
  </details>
7057
6878
 
7058
- <details><summary><code>client.preEncounter.patients.v1.patients.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.patients.update.Error></code></summary>
6879
+ <details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.update.Error></code></summary>
7059
6880
  <dl>
7060
6881
  <dd>
7061
6882
 
@@ -7083,64 +6904,26 @@ Updates a patient. The path must contain the most recent version to prevent race
7083
6904
  <dd>
7084
6905
 
7085
6906
  ```typescript
7086
- await client.preEncounter.patients.v1.patients.update(CandidApi.PatientId("string"), 1, {
7087
- name: {
7088
- family: "string",
7089
- given: ["string"],
7090
- use: CandidApi.NameUse.Usual,
7091
- period: {},
7092
- },
7093
- otherNames: [
7094
- {
7095
- family: "string",
7096
- given: ["string"],
7097
- use: CandidApi.NameUse.Usual,
7098
- period: {},
7099
- },
7100
- ],
7101
- gender: CandidApi.Gender.Female,
6907
+ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "string", {
6908
+ name: {},
6909
+ otherNames: [{}],
6910
+ gender: CandidApi.Gender.Man,
7102
6911
  birthDate: "2023-01-15",
6912
+ socialSecurityNumber: "string",
6913
+ biologicalSex: CandidApi.Sex.Female,
6914
+ sexualOrientation: CandidApi.SexualOrientation.Heterosexual,
6915
+ race: CandidApi.Race.AmericanIndianOrAlaskaNative,
6916
+ ethnicity: CandidApi.Ethnicity.HispanicOrLatino,
6917
+ disabilityStatus: CandidApi.DisabilityStatus.Disabled,
7103
6918
  maritalStatus: CandidApi.MaritalStatus.Annulled,
7104
6919
  deceased: new Date("2024-01-15T09:30:00.000Z"),
7105
6920
  multipleBirth: 1,
7106
- primaryAddress: {
7107
- use: CandidApi.AddressUse.Home,
7108
- line: ["string"],
7109
- city: "string",
7110
- state: "string",
7111
- postalCode: "string",
7112
- country: "string",
7113
- period: {},
7114
- },
7115
- otherAddresses: [
7116
- {
7117
- use: CandidApi.AddressUse.Home,
7118
- line: ["string"],
7119
- city: "string",
7120
- state: "string",
7121
- postalCode: "string",
7122
- country: "string",
7123
- period: {},
7124
- },
7125
- ],
7126
- primaryTelecom: {
7127
- value: "string",
7128
- use: CandidApi.ContactPointUse.Home,
7129
- period: {
7130
- start: "2023-01-15",
7131
- end: "2023-01-15",
7132
- },
7133
- },
7134
- otherTelecoms: [
7135
- {
7136
- value: "string",
7137
- use: CandidApi.ContactPointUse.Home,
7138
- period: {
7139
- start: "2023-01-15",
7140
- end: "2023-01-15",
7141
- },
7142
- },
7143
- ],
6921
+ primaryAddress: {},
6922
+ otherAddresses: [{}],
6923
+ primaryTelecom: {},
6924
+ otherTelecoms: [{}],
6925
+ email: "string",
6926
+ electronicCommunicationOptIn: true,
7144
6927
  photo: "string",
7145
6928
  language: "string",
7146
6929
  externalProvenance: {
@@ -7150,75 +6933,25 @@ await client.preEncounter.patients.v1.patients.update(CandidApi.PatientId("strin
7150
6933
  contacts: [
7151
6934
  {
7152
6935
  relationship: [CandidApi.Relationship.Self],
7153
- name: {
7154
- family: "string",
7155
- given: ["string"],
7156
- use: CandidApi.NameUse.Usual,
7157
- period: {},
7158
- },
7159
- gender: CandidApi.Gender.Female,
7160
- telecoms: [
7161
- {
7162
- value: "string",
7163
- use: CandidApi.ContactPointUse.Home,
7164
- period: {
7165
- start: "2023-01-15",
7166
- end: "2023-01-15",
7167
- },
7168
- },
7169
- ],
7170
- addresses: [
7171
- {
7172
- use: CandidApi.AddressUse.Home,
7173
- line: ["string"],
7174
- city: "string",
7175
- state: "string",
7176
- postalCode: "string",
7177
- country: "string",
7178
- period: {},
7179
- },
7180
- ],
7181
- period: {
7182
- start: "2023-01-15",
7183
- end: "2023-01-15",
7184
- },
6936
+ name: {},
6937
+ gender: CandidApi.Gender.Man,
6938
+ telecoms: [{}],
6939
+ addresses: [{}],
6940
+ period: {},
7185
6941
  },
7186
6942
  ],
7187
6943
  generalPractitioners: [
7188
6944
  {
7189
- name: {
7190
- family: "string",
7191
- given: ["string"],
7192
- use: CandidApi.NameUse.Usual,
7193
- period: {},
7194
- },
7195
- telecoms: [
7196
- {
7197
- value: "string",
7198
- use: CandidApi.ContactPointUse.Home,
7199
- period: {
7200
- start: "2023-01-15",
7201
- end: "2023-01-15",
7202
- },
7203
- },
7204
- ],
7205
- addresses: [
7206
- {
7207
- use: CandidApi.AddressUse.Home,
7208
- line: ["string"],
7209
- city: "string",
7210
- state: "string",
7211
- postalCode: "string",
7212
- country: "string",
7213
- period: {},
7214
- },
7215
- ],
7216
- period: {
7217
- start: "2023-01-15",
7218
- end: "2023-01-15",
7219
- },
6945
+ name: {},
6946
+ npi: "string",
6947
+ telecoms: [{}],
6948
+ addresses: [{}],
6949
+ period: {},
7220
6950
  },
7221
6951
  ],
6952
+ filingOrder: {
6953
+ coverages: [CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
6954
+ },
7222
6955
  });
7223
6956
  ```
7224
6957
 
@@ -7243,7 +6976,7 @@ await client.preEncounter.patients.v1.patients.update(CandidApi.PatientId("strin
7243
6976
  <dl>
7244
6977
  <dd>
7245
6978
 
7246
- **version:** `number`
6979
+ **version:** `string`
7247
6980
 
7248
6981
  </dd>
7249
6982
  </dl>
@@ -7259,7 +6992,7 @@ await client.preEncounter.patients.v1.patients.update(CandidApi.PatientId("strin
7259
6992
  <dl>
7260
6993
  <dd>
7261
6994
 
7262
- **requestOptions:** `Patients.RequestOptions`
6995
+ **requestOptions:** `V1.RequestOptions`
7263
6996
 
7264
6997
  </dd>
7265
6998
  </dl>
@@ -7270,7 +7003,7 @@ await client.preEncounter.patients.v1.patients.update(CandidApi.PatientId("strin
7270
7003
  </dl>
7271
7004
  </details>
7272
7005
 
7273
- <details><summary><code>client.preEncounter.patients.v1.patients.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse<void, CandidApi.preEncounter.patients.v1.patients.deactivate.Error></code></summary>
7006
+ <details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse<void, CandidApi.preEncounter.patients.v1.deactivate.Error></code></summary>
7274
7007
  <dl>
7275
7008
  <dd>
7276
7009
 
@@ -7298,7 +7031,7 @@ Sets a patient as deactivated. The path must contain the most recent version to
7298
7031
  <dd>
7299
7032
 
7300
7033
  ```typescript
7301
- await client.preEncounter.patients.v1.patients.deactivate(CandidApi.PatientId("string"), 1);
7034
+ await client.preEncounter.patients.v1.deactivate(CandidApi.PatientId("string"), "string");
7302
7035
  ```
7303
7036
 
7304
7037
  </dd>
@@ -7322,7 +7055,7 @@ await client.preEncounter.patients.v1.patients.deactivate(CandidApi.PatientId("s
7322
7055
  <dl>
7323
7056
  <dd>
7324
7057
 
7325
- **version:** `number`
7058
+ **version:** `string`
7326
7059
 
7327
7060
  </dd>
7328
7061
  </dl>
@@ -7330,7 +7063,7 @@ await client.preEncounter.patients.v1.patients.deactivate(CandidApi.PatientId("s
7330
7063
  <dl>
7331
7064
  <dd>
7332
7065
 
7333
- **requestOptions:** `Patients.RequestOptions`
7066
+ **requestOptions:** `V1.RequestOptions`
7334
7067
 
7335
7068
  </dd>
7336
7069
  </dl>
@@ -7341,7 +7074,7 @@ await client.preEncounter.patients.v1.patients.deactivate(CandidApi.PatientId("s
7341
7074
  </dl>
7342
7075
  </details>
7343
7076
 
7344
- <details><summary><code>client.preEncounter.patients.v1.patients.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.ts">search</a>({ ...params }) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.patients.search.Error></code></summary>
7077
+ <details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">search</a>({ ...params }) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.search.Error></code></summary>
7345
7078
  <dl>
7346
7079
  <dd>
7347
7080
 
@@ -7369,7 +7102,7 @@ Searches for patients that match the query parameters.
7369
7102
  <dd>
7370
7103
 
7371
7104
  ```typescript
7372
- await client.preEncounter.patients.v1.patients.search({
7105
+ await client.preEncounter.patients.v1.search({
7373
7106
  nameContains: "string",
7374
7107
  });
7375
7108
  ```
@@ -7395,7 +7128,7 @@ await client.preEncounter.patients.v1.patients.search({
7395
7128
  <dl>
7396
7129
  <dd>
7397
7130
 
7398
- **requestOptions:** `Patients.RequestOptions`
7131
+ **requestOptions:** `V1.RequestOptions`
7399
7132
 
7400
7133
  </dd>
7401
7134
  </dl>
@@ -7406,7 +7139,7 @@ await client.preEncounter.patients.v1.patients.search({
7406
7139
  </dl>
7407
7140
  </details>
7408
7141
 
7409
- <details><summary><code>client.preEncounter.patients.v1.patients.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.patients.scan.Error></code></summary>
7142
+ <details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.scan.Error></code></summary>
7410
7143
  <dl>
7411
7144
  <dd>
7412
7145
 
@@ -7434,7 +7167,7 @@ Scans up to 100 patient updates. The since query parameter is inclusive, and the
7434
7167
  <dd>
7435
7168
 
7436
7169
  ```typescript
7437
- await client.preEncounter.patients.v1.patients.scan({
7170
+ await client.preEncounter.patients.v1.scan({
7438
7171
  since: new Date("2024-01-15T09:30:00.000Z"),
7439
7172
  });
7440
7173
  ```
@@ -7460,7 +7193,76 @@ await client.preEncounter.patients.v1.patients.scan({
7460
7193
  <dl>
7461
7194
  <dd>
7462
7195
 
7463
- **requestOptions:** `Patients.RequestOptions`
7196
+ **requestOptions:** `V1.RequestOptions`
7197
+
7198
+ </dd>
7199
+ </dl>
7200
+ </dd>
7201
+ </dl>
7202
+
7203
+ </dd>
7204
+ </dl>
7205
+ </details>
7206
+
7207
+ ## ServiceFacility
7208
+
7209
+ <details><summary><code>client.serviceFacility.<a href="/src/api/resources/serviceFacility/client/Client.ts">update</a>(serviceFacilityId, { ...params }) -> core.APIResponse<CandidApi.EncounterServiceFacility, CandidApi.serviceFacility.update.Error></code></summary>
7210
+ <dl>
7211
+ <dd>
7212
+
7213
+ #### 🔌 Usage
7214
+
7215
+ <dl>
7216
+ <dd>
7217
+
7218
+ <dl>
7219
+ <dd>
7220
+
7221
+ ```typescript
7222
+ await client.serviceFacility.update(CandidApi.ServiceFacilityId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
7223
+ organizationName: "string",
7224
+ npi: "string",
7225
+ address: {
7226
+ address1: "123 Main St",
7227
+ address2: "Apt 1",
7228
+ city: "New York",
7229
+ state: CandidApi.State.Ny,
7230
+ zipCode: "10001",
7231
+ zipPlusFourCode: "1234",
7232
+ },
7233
+ });
7234
+ ```
7235
+
7236
+ </dd>
7237
+ </dl>
7238
+ </dd>
7239
+ </dl>
7240
+
7241
+ #### ⚙️ Parameters
7242
+
7243
+ <dl>
7244
+ <dd>
7245
+
7246
+ <dl>
7247
+ <dd>
7248
+
7249
+ **serviceFacilityId:** `CandidApi.ServiceFacilityId`
7250
+
7251
+ </dd>
7252
+ </dl>
7253
+
7254
+ <dl>
7255
+ <dd>
7256
+
7257
+ **request:** `CandidApi.EncounterServiceFacilityUpdate`
7258
+
7259
+ </dd>
7260
+ </dl>
7261
+
7262
+ <dl>
7263
+ <dd>
7264
+
7265
+ **requestOptions:** `ServiceFacility.RequestOptions`
7464
7266
 
7465
7267
  </dd>
7466
7268
  </dl>