candidhealth 1.12.1 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (586) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +53 -53
  3. package/api/resources/commons/types/ProcedureModifier.d.ts +3 -0
  4. package/api/resources/commons/types/ProcedureModifier.js +3 -0
  5. package/api/resources/commons/types/index.d.ts +2 -0
  6. package/api/resources/commons/types/index.js +2 -0
  7. package/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +12 -1
  8. package/api/resources/encounterAttachments/resources/v1/client/Client.js +64 -1
  9. package/api/resources/encounterAttachments/resources/v1/client/createWithDescription.d.ts +19 -0
  10. package/api/resources/encounterAttachments/resources/v1/client/createWithDescription.js +55 -0
  11. package/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -0
  12. package/api/resources/encounterAttachments/resources/v1/client/index.js +2 -1
  13. package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.d.ts +5 -0
  14. package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.js +3 -0
  15. package/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +1 -0
  16. package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +2 -0
  17. package/api/resources/encounterSupplementalInformation/client/Client.d.ts +14 -0
  18. package/api/resources/encounterSupplementalInformation/client/Client.js +15 -0
  19. package/api/resources/encounterSupplementalInformation/client/index.d.ts +1 -0
  20. package/api/resources/encounterSupplementalInformation/client/index.js +2 -0
  21. package/api/resources/encounterSupplementalInformation/index.d.ts +2 -0
  22. package/api/resources/encounterSupplementalInformation/index.js +18 -0
  23. package/api/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
  24. package/{dist/api/resources/serviceFacility/client → api/resources/encounterSupplementalInformation/resources}/index.js +2 -2
  25. package/api/resources/encounterSupplementalInformation/resources/v1/client/Client.d.ts +59 -0
  26. package/api/resources/encounterSupplementalInformation/resources/v1/client/Client.js +328 -0
  27. package/api/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +25 -0
  28. package/api/resources/encounterSupplementalInformation/resources/v1/client/create.js +66 -0
  29. package/api/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +25 -0
  30. package/api/resources/encounterSupplementalInformation/resources/v1/client/delete.js +66 -0
  31. package/api/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +19 -0
  32. package/api/resources/{serviceFacility/client/update.js → encounterSupplementalInformation/resources/v1/client/get.js} +2 -2
  33. package/api/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
  34. package/api/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
  35. package/api/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +25 -0
  36. package/api/resources/encounterSupplementalInformation/resources/v1/client/update.js +66 -0
  37. package/api/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
  38. package/api/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
  39. package/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +6 -0
  40. package/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +9 -0
  41. package/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +8 -0
  42. package/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +3 -0
  43. package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +10 -0
  44. package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +3 -0
  45. package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +5 -0
  46. package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +7 -0
  47. package/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +8 -0
  48. package/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +3 -0
  49. package/api/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
  50. package/api/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
  51. package/api/resources/encounters/resources/v4/client/Client.d.ts +97 -0
  52. package/api/resources/encounters/resources/v4/client/Client.js +312 -0
  53. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +67 -0
  54. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +143 -0
  55. package/api/resources/encounters/resources/v4/client/createUniversal.d.ts +91 -0
  56. package/api/resources/encounters/resources/v4/client/createUniversal.js +187 -0
  57. package/api/resources/encounters/resources/v4/client/index.d.ts +3 -0
  58. package/api/resources/encounters/resources/v4/client/index.js +4 -1
  59. package/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +67 -0
  60. package/api/resources/encounters/resources/v4/client/updateUniversal.js +143 -0
  61. package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +2 -2
  62. package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +2 -2
  63. package/api/resources/encounters/resources/v4/types/index.d.ts +0 -2
  64. package/api/resources/encounters/resources/v4/types/index.js +0 -2
  65. package/api/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +46 -0
  66. package/api/resources/encountersUniversal/types/UniversalEncounterCreate.js +3 -0
  67. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +44 -0
  68. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +3 -0
  69. package/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +36 -0
  70. package/api/resources/encountersUniversal/types/UniversalEncounterUpdate.js +3 -0
  71. package/api/resources/encountersUniversal/types/index.d.ts +3 -0
  72. package/api/resources/encountersUniversal/types/index.js +3 -0
  73. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +8 -0
  74. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +3 -0
  75. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +8 -0
  76. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +3 -0
  77. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +8 -0
  78. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +3 -0
  79. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +9 -0
  80. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +3 -0
  81. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +27 -0
  82. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +3 -0
  83. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
  84. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +3 -0
  85. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +9 -0
  86. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +3 -0
  87. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +9 -0
  88. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +3 -0
  89. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
  90. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +3 -0
  91. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +8 -0
  92. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +3 -0
  93. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +9 -0
  94. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +3 -0
  95. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
  96. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +3 -0
  97. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +8 -0
  98. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +3 -0
  99. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +9 -0
  100. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +3 -0
  101. package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
  102. package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
  103. package/api/resources/index.d.ts +2 -0
  104. package/api/resources/index.js +4 -2
  105. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +2 -0
  106. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +2 -0
  107. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +2 -0
  108. package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -1
  109. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +2 -2
  110. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +6 -3
  111. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -0
  112. package/api/resources/serviceFacility/index.d.ts +0 -1
  113. package/api/resources/serviceFacility/index.js +0 -1
  114. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +8 -0
  115. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +3 -0
  116. package/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  117. package/api/resources/serviceLines/resources/v2/types/index.js +1 -0
  118. package/api/resources/users/index.d.ts +1 -0
  119. package/api/resources/users/index.js +17 -0
  120. package/api/resources/users/resources/index.d.ts +1 -0
  121. package/api/resources/{serviceFacility/client → users/resources}/index.js +2 -2
  122. package/api/resources/users/resources/v2/index.d.ts +1 -0
  123. package/api/resources/users/resources/v2/index.js +17 -0
  124. package/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
  125. package/api/resources/users/resources/v2/types/AuthZeroMetadata.js +3 -0
  126. package/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +3 -0
  127. package/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +3 -0
  128. package/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
  129. package/api/resources/users/resources/v2/types/HumanUserMetadata.js +3 -0
  130. package/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +20 -0
  131. package/api/resources/users/resources/v2/types/IdpUserMetadata.js +3 -0
  132. package/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +3 -0
  133. package/api/resources/users/resources/v2/types/MachineUserMetadata.js +3 -0
  134. package/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +3 -0
  135. package/api/resources/users/resources/v2/types/OtherIdpMetadata.js +3 -0
  136. package/api/resources/users/resources/v2/types/UserMetadata.d.ts +19 -0
  137. package/api/resources/users/resources/v2/types/UserMetadata.js +3 -0
  138. package/api/resources/users/resources/v2/types/UserV2.d.ts +24 -0
  139. package/api/resources/users/resources/v2/types/UserV2.js +3 -0
  140. package/api/resources/users/resources/v2/types/index.d.ts +8 -0
  141. package/api/resources/users/resources/v2/types/index.js +24 -0
  142. package/api/resources/x12/resources/v1/types/Carc.d.ts +1 -0
  143. package/api/resources/x12/resources/v1/types/Carc.js +1 -0
  144. package/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +27 -0
  145. package/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +3 -0
  146. package/api/resources/x12/resources/v1/types/index.d.ts +1 -0
  147. package/api/resources/x12/resources/v1/types/index.js +1 -0
  148. package/dist/Client.d.ts +3 -3
  149. package/dist/Client.js +53 -53
  150. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +3 -0
  151. package/dist/api/resources/commons/types/ProcedureModifier.js +3 -0
  152. package/dist/api/resources/commons/types/index.d.ts +2 -0
  153. package/dist/api/resources/commons/types/index.js +2 -0
  154. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +12 -1
  155. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +64 -1
  156. package/dist/api/resources/encounterAttachments/resources/v1/client/createWithDescription.d.ts +19 -0
  157. package/dist/api/resources/encounterAttachments/resources/v1/client/createWithDescription.js +55 -0
  158. package/dist/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -0
  159. package/dist/api/resources/encounterAttachments/resources/v1/client/index.js +2 -1
  160. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.d.ts +5 -0
  161. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.js +3 -0
  162. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +1 -0
  163. package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +2 -0
  164. package/dist/api/resources/encounterSupplementalInformation/client/Client.d.ts +14 -0
  165. package/dist/api/resources/encounterSupplementalInformation/client/Client.js +15 -0
  166. package/dist/api/resources/encounterSupplementalInformation/client/index.d.ts +1 -0
  167. package/dist/api/resources/encounterSupplementalInformation/client/index.js +2 -0
  168. package/dist/api/resources/encounterSupplementalInformation/index.d.ts +2 -0
  169. package/dist/api/resources/encounterSupplementalInformation/index.js +18 -0
  170. package/dist/api/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
  171. package/dist/api/resources/encounterSupplementalInformation/resources/index.js +37 -0
  172. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/Client.d.ts +59 -0
  173. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/Client.js +328 -0
  174. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +25 -0
  175. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/create.js +66 -0
  176. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +25 -0
  177. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/delete.js +66 -0
  178. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +19 -0
  179. package/dist/api/resources/{serviceFacility/client/update.js → encounterSupplementalInformation/resources/v1/client/get.js} +2 -2
  180. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
  181. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
  182. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +25 -0
  183. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/update.js +66 -0
  184. package/dist/api/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
  185. package/dist/api/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
  186. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +6 -0
  187. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +9 -0
  188. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +8 -0
  189. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +3 -0
  190. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +10 -0
  191. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +3 -0
  192. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +5 -0
  193. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +7 -0
  194. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +8 -0
  195. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +3 -0
  196. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
  197. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
  198. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +97 -0
  199. package/dist/api/resources/encounters/resources/v4/client/Client.js +312 -0
  200. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +67 -0
  201. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +143 -0
  202. package/dist/api/resources/encounters/resources/v4/client/createUniversal.d.ts +91 -0
  203. package/dist/api/resources/encounters/resources/v4/client/createUniversal.js +187 -0
  204. package/dist/api/resources/encounters/resources/v4/client/index.d.ts +3 -0
  205. package/dist/api/resources/encounters/resources/v4/client/index.js +4 -1
  206. package/dist/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +67 -0
  207. package/dist/api/resources/encounters/resources/v4/client/updateUniversal.js +143 -0
  208. package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +2 -2
  209. package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +2 -2
  210. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +0 -2
  211. package/dist/api/resources/encounters/resources/v4/types/index.js +0 -2
  212. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +46 -0
  213. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreate.js +3 -0
  214. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +44 -0
  215. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +3 -0
  216. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +36 -0
  217. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdate.js +3 -0
  218. package/dist/api/resources/encountersUniversal/types/index.d.ts +3 -0
  219. package/dist/api/resources/encountersUniversal/types/index.js +3 -0
  220. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +8 -0
  221. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +3 -0
  222. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +8 -0
  223. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +3 -0
  224. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +8 -0
  225. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +3 -0
  226. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +9 -0
  227. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +3 -0
  228. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +27 -0
  229. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +3 -0
  230. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
  231. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +3 -0
  232. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +9 -0
  233. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +3 -0
  234. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +9 -0
  235. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +3 -0
  236. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
  237. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +3 -0
  238. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +8 -0
  239. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +3 -0
  240. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +9 -0
  241. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +3 -0
  242. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
  243. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +3 -0
  244. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +8 -0
  245. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +3 -0
  246. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +9 -0
  247. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +3 -0
  248. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
  249. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
  250. package/dist/api/resources/index.d.ts +2 -0
  251. package/dist/api/resources/index.js +4 -2
  252. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +2 -0
  253. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +2 -0
  254. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +2 -0
  255. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -1
  256. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +2 -2
  257. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +6 -3
  258. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -0
  259. package/dist/api/resources/serviceFacility/index.d.ts +0 -1
  260. package/dist/api/resources/serviceFacility/index.js +0 -1
  261. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +8 -0
  262. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +3 -0
  263. package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  264. package/dist/api/resources/serviceLines/resources/v2/types/index.js +1 -0
  265. package/dist/api/resources/users/index.d.ts +1 -0
  266. package/dist/api/resources/users/index.js +17 -0
  267. package/dist/api/resources/users/resources/index.d.ts +1 -0
  268. package/dist/api/resources/users/resources/index.js +37 -0
  269. package/dist/api/resources/users/resources/v2/index.d.ts +1 -0
  270. package/dist/api/resources/users/resources/v2/index.js +17 -0
  271. package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
  272. package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.js +3 -0
  273. package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +3 -0
  274. package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +3 -0
  275. package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
  276. package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.js +3 -0
  277. package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +20 -0
  278. package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.js +3 -0
  279. package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +3 -0
  280. package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.js +3 -0
  281. package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +3 -0
  282. package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.js +3 -0
  283. package/dist/api/resources/users/resources/v2/types/UserMetadata.d.ts +19 -0
  284. package/dist/api/resources/users/resources/v2/types/UserMetadata.js +3 -0
  285. package/dist/api/resources/users/resources/v2/types/UserV2.d.ts +24 -0
  286. package/dist/api/resources/users/resources/v2/types/UserV2.js +3 -0
  287. package/dist/api/resources/users/resources/v2/types/index.d.ts +8 -0
  288. package/dist/api/resources/users/resources/v2/types/index.js +24 -0
  289. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +1 -0
  290. package/dist/api/resources/x12/resources/v1/types/Carc.js +1 -0
  291. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +27 -0
  292. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +3 -0
  293. package/dist/api/resources/x12/resources/v1/types/index.d.ts +1 -0
  294. package/dist/api/resources/x12/resources/v1/types/index.js +1 -0
  295. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  296. package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  297. package/dist/serialization/resources/commons/types/ReportTransmissionCode.d.ts +7 -0
  298. package/dist/serialization/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +1 -1
  299. package/{serialization/resources/encounters/resources/v4 → dist/serialization/resources/commons}/types/ReportTypeCode.d.ts +4 -4
  300. package/{serialization/resources/encounters/resources/v4 → dist/serialization/resources/commons}/types/ReportTypeCode.js +1 -1
  301. package/dist/serialization/resources/commons/types/index.d.ts +2 -0
  302. package/dist/serialization/resources/commons/types/index.js +2 -0
  303. package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +3 -0
  304. package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +3 -0
  305. package/dist/serialization/resources/encounterSupplementalInformation/index.d.ts +1 -0
  306. package/dist/serialization/resources/encounterSupplementalInformation/index.js +17 -0
  307. package/dist/serialization/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
  308. package/dist/serialization/resources/encounterSupplementalInformation/resources/index.js +37 -0
  309. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +12 -0
  310. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.js +69 -0
  311. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +12 -0
  312. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.js +69 -0
  313. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +8 -0
  314. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.js +40 -0
  315. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
  316. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
  317. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +12 -0
  318. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.js +69 -0
  319. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
  320. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
  321. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +7 -0
  322. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +39 -0
  323. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +17 -0
  324. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +49 -0
  325. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +21 -0
  326. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +53 -0
  327. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +7 -0
  328. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +43 -0
  329. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +17 -0
  330. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +49 -0
  331. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
  332. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
  333. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +46 -0
  334. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +110 -0
  335. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +66 -0
  336. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.js +134 -0
  337. package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +3 -0
  338. package/dist/serialization/resources/encounters/resources/v4/client/index.js +4 -1
  339. package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +47 -0
  340. package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.js +111 -0
  341. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +2 -2
  342. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +2 -2
  343. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +2 -2
  344. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +2 -2
  345. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -2
  346. package/dist/serialization/resources/encounters/resources/v4/types/index.js +0 -2
  347. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +36 -0
  348. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +70 -0
  349. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +34 -0
  350. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +68 -0
  351. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +29 -0
  352. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +63 -0
  353. package/dist/serialization/resources/encountersUniversal/types/index.d.ts +3 -0
  354. package/dist/serialization/resources/encountersUniversal/types/index.js +3 -0
  355. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +13 -0
  356. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +47 -0
  357. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +13 -0
  358. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +47 -0
  359. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +13 -0
  360. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +47 -0
  361. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +15 -0
  362. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +49 -0
  363. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +34 -0
  364. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +66 -0
  365. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
  366. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +49 -0
  367. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +15 -0
  368. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +49 -0
  369. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +15 -0
  370. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +49 -0
  371. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
  372. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +49 -0
  373. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +13 -0
  374. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +47 -0
  375. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +15 -0
  376. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +49 -0
  377. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
  378. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +49 -0
  379. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +13 -0
  380. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +47 -0
  381. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +15 -0
  382. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +49 -0
  383. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
  384. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
  385. package/dist/serialization/resources/index.d.ts +2 -0
  386. package/dist/serialization/resources/index.js +4 -2
  387. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
  388. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
  389. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
  390. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
  391. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
  392. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
  393. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +2 -2
  394. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +2 -2
  395. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +12 -0
  396. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +46 -0
  397. package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  398. package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
  399. package/dist/serialization/resources/users/index.d.ts +1 -0
  400. package/dist/serialization/resources/users/index.js +17 -0
  401. package/dist/serialization/resources/users/resources/index.d.ts +1 -0
  402. package/dist/serialization/resources/users/resources/index.js +37 -0
  403. package/dist/serialization/resources/users/resources/v2/index.d.ts +1 -0
  404. package/dist/serialization/resources/users/resources/v2/index.js +17 -0
  405. package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
  406. package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +41 -0
  407. package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +9 -0
  408. package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +41 -0
  409. package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +11 -0
  410. package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +43 -0
  411. package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
  412. package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +51 -0
  413. package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +9 -0
  414. package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +41 -0
  415. package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +9 -0
  416. package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +41 -0
  417. package/dist/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +15 -0
  418. package/dist/serialization/resources/users/resources/v2/types/UserMetadata.js +49 -0
  419. package/dist/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
  420. package/dist/serialization/resources/users/resources/v2/types/UserV2.js +48 -0
  421. package/dist/serialization/resources/users/resources/v2/types/index.d.ts +8 -0
  422. package/dist/serialization/resources/users/resources/v2/types/index.js +24 -0
  423. package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  424. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +1 -0
  425. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +15 -0
  426. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +50 -0
  427. package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +1 -0
  428. package/dist/serialization/resources/x12/resources/v1/types/index.js +1 -0
  429. package/dist/version.d.ts +1 -1
  430. package/dist/version.js +1 -1
  431. package/package.json +1 -1
  432. package/reference.md +471 -60
  433. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  434. package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  435. package/serialization/resources/commons/types/ReportTransmissionCode.d.ts +7 -0
  436. package/serialization/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +1 -1
  437. package/{dist/serialization/resources/encounters/resources/v4 → serialization/resources/commons}/types/ReportTypeCode.d.ts +4 -4
  438. package/{dist/serialization/resources/encounters/resources/v4 → serialization/resources/commons}/types/ReportTypeCode.js +1 -1
  439. package/serialization/resources/commons/types/index.d.ts +2 -0
  440. package/serialization/resources/commons/types/index.js +2 -0
  441. package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +3 -0
  442. package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +3 -0
  443. package/serialization/resources/encounterSupplementalInformation/index.d.ts +1 -0
  444. package/serialization/resources/encounterSupplementalInformation/index.js +17 -0
  445. package/serialization/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
  446. package/serialization/resources/encounterSupplementalInformation/resources/index.js +37 -0
  447. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +12 -0
  448. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.js +69 -0
  449. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +12 -0
  450. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.js +69 -0
  451. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +8 -0
  452. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.js +40 -0
  453. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
  454. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
  455. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +12 -0
  456. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.js +69 -0
  457. package/serialization/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
  458. package/serialization/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
  459. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +7 -0
  460. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +39 -0
  461. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +17 -0
  462. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +49 -0
  463. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +21 -0
  464. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +53 -0
  465. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +7 -0
  466. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +43 -0
  467. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +17 -0
  468. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +49 -0
  469. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
  470. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
  471. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +46 -0
  472. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +110 -0
  473. package/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +66 -0
  474. package/serialization/resources/encounters/resources/v4/client/createUniversal.js +134 -0
  475. package/serialization/resources/encounters/resources/v4/client/index.d.ts +3 -0
  476. package/serialization/resources/encounters/resources/v4/client/index.js +4 -1
  477. package/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +47 -0
  478. package/serialization/resources/encounters/resources/v4/client/updateUniversal.js +111 -0
  479. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +2 -2
  480. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +2 -2
  481. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +2 -2
  482. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +2 -2
  483. package/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -2
  484. package/serialization/resources/encounters/resources/v4/types/index.js +0 -2
  485. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +36 -0
  486. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +70 -0
  487. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +34 -0
  488. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +68 -0
  489. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +29 -0
  490. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +63 -0
  491. package/serialization/resources/encountersUniversal/types/index.d.ts +3 -0
  492. package/serialization/resources/encountersUniversal/types/index.js +3 -0
  493. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +13 -0
  494. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +47 -0
  495. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +13 -0
  496. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +47 -0
  497. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +13 -0
  498. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +47 -0
  499. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +15 -0
  500. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +49 -0
  501. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +34 -0
  502. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +66 -0
  503. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
  504. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +49 -0
  505. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +15 -0
  506. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +49 -0
  507. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +15 -0
  508. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +49 -0
  509. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
  510. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +49 -0
  511. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +13 -0
  512. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +47 -0
  513. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +15 -0
  514. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +49 -0
  515. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
  516. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +49 -0
  517. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +13 -0
  518. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +47 -0
  519. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +15 -0
  520. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +49 -0
  521. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
  522. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
  523. package/serialization/resources/index.d.ts +2 -0
  524. package/serialization/resources/index.js +4 -2
  525. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
  526. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
  527. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
  528. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
  529. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
  530. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
  531. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +2 -2
  532. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +2 -2
  533. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +12 -0
  534. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +46 -0
  535. package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  536. package/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
  537. package/serialization/resources/users/index.d.ts +1 -0
  538. package/serialization/resources/users/index.js +17 -0
  539. package/serialization/resources/users/resources/index.d.ts +1 -0
  540. package/serialization/resources/users/resources/index.js +37 -0
  541. package/serialization/resources/users/resources/v2/index.d.ts +1 -0
  542. package/serialization/resources/users/resources/v2/index.js +17 -0
  543. package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
  544. package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +41 -0
  545. package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +9 -0
  546. package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +41 -0
  547. package/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +11 -0
  548. package/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +43 -0
  549. package/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
  550. package/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +51 -0
  551. package/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +9 -0
  552. package/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +41 -0
  553. package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +9 -0
  554. package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +41 -0
  555. package/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +15 -0
  556. package/serialization/resources/users/resources/v2/types/UserMetadata.js +49 -0
  557. package/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
  558. package/serialization/resources/users/resources/v2/types/UserV2.js +48 -0
  559. package/serialization/resources/users/resources/v2/types/index.d.ts +8 -0
  560. package/serialization/resources/users/resources/v2/types/index.js +24 -0
  561. package/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  562. package/serialization/resources/x12/resources/v1/types/Carc.js +1 -0
  563. package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +15 -0
  564. package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +50 -0
  565. package/serialization/resources/x12/resources/v1/types/index.d.ts +1 -0
  566. package/serialization/resources/x12/resources/v1/types/index.js +1 -0
  567. package/version.d.ts +1 -1
  568. package/version.js +1 -1
  569. package/api/resources/serviceFacility/client/Client.d.ts +0 -25
  570. package/api/resources/serviceFacility/client/Client.js +0 -119
  571. package/api/resources/serviceFacility/client/index.d.ts +0 -1
  572. package/api/resources/serviceFacility/client/update.d.ts +0 -19
  573. package/dist/api/resources/serviceFacility/client/Client.d.ts +0 -25
  574. package/dist/api/resources/serviceFacility/client/Client.js +0 -119
  575. package/dist/api/resources/serviceFacility/client/index.d.ts +0 -1
  576. package/dist/api/resources/serviceFacility/client/update.d.ts +0 -19
  577. package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +0 -7
  578. package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +0 -7
  579. /package/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.d.ts +0 -0
  580. /package/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +0 -0
  581. /package/api/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.d.ts +0 -0
  582. /package/api/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.js +0 -0
  583. /package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.d.ts +0 -0
  584. /package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +0 -0
  585. /package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.d.ts +0 -0
  586. /package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.js +0 -0
@@ -0,0 +1,187 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.Error = void 0;
38
+ const CandidApi = __importStar(require("../../../../../index"));
39
+ exports.Error = {
40
+ encounterExternalIdUniquenessError: (value) => {
41
+ return {
42
+ content: value,
43
+ errorName: "EncounterExternalIdUniquenessError",
44
+ _visit: function (visitor) {
45
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
46
+ },
47
+ };
48
+ },
49
+ encounterPatientControlNumberUniquenessError: (value) => {
50
+ return {
51
+ content: value,
52
+ errorName: "EncounterPatientControlNumberUniquenessError",
53
+ _visit: function (visitor) {
54
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
55
+ },
56
+ };
57
+ },
58
+ entityNotFoundError: (value) => {
59
+ return {
60
+ content: value,
61
+ errorName: "EntityNotFoundError",
62
+ _visit: function (visitor) {
63
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
64
+ },
65
+ };
66
+ },
67
+ unauthorizedError: (value) => {
68
+ return {
69
+ content: value,
70
+ errorName: "UnauthorizedError",
71
+ _visit: function (visitor) {
72
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
73
+ },
74
+ };
75
+ },
76
+ encounterGuarantorMissingContactInfoError: (value) => {
77
+ return {
78
+ content: value,
79
+ errorName: "EncounterGuarantorMissingContactInfoError",
80
+ _visit: function (visitor) {
81
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
82
+ },
83
+ };
84
+ },
85
+ httpRequestValidationsError: (value) => {
86
+ return {
87
+ content: value,
88
+ errorName: "HttpRequestValidationsError",
89
+ _visit: function (visitor) {
90
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
91
+ },
92
+ };
93
+ },
94
+ cashPayPayerError: (value) => {
95
+ return {
96
+ content: value,
97
+ errorName: "CashPayPayerError",
98
+ _visit: function (visitor) {
99
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
100
+ },
101
+ };
102
+ },
103
+ schemaInstanceValidationHttpFailure: (value) => {
104
+ return {
105
+ content: value,
106
+ errorName: "SchemaInstanceValidationHttpFailure",
107
+ _visit: function (visitor) {
108
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
109
+ },
110
+ };
111
+ },
112
+ invalidTagNamesError: (value) => {
113
+ return {
114
+ content: value,
115
+ errorName: "InvalidTagNamesError",
116
+ _visit: function (visitor) {
117
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
118
+ },
119
+ };
120
+ },
121
+ httpRequestValidationError: (value) => {
122
+ return {
123
+ content: value,
124
+ errorName: "HttpRequestValidationError",
125
+ _visit: function (visitor) {
126
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
127
+ },
128
+ };
129
+ },
130
+ payerPlanGroupPayerDoesNotMatchInsuranceCardHttpError: (value) => {
131
+ return {
132
+ content: value,
133
+ errorName: "PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError",
134
+ _visit: function (visitor) {
135
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
136
+ },
137
+ };
138
+ },
139
+ encounterRenderingOrAttendingProviderRequired: (value) => {
140
+ return {
141
+ content: value,
142
+ errorName: "EncounterRenderingOrAttendingProviderRequired",
143
+ _visit: function (visitor) {
144
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
145
+ },
146
+ };
147
+ },
148
+ _unknown: (fetcherError) => {
149
+ return {
150
+ errorName: undefined,
151
+ content: fetcherError,
152
+ _visit: function (visitor) {
153
+ return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
154
+ },
155
+ };
156
+ },
157
+ _visit: (value, visitor) => {
158
+ switch (value.errorName) {
159
+ case "EncounterExternalIdUniquenessError":
160
+ return visitor.encounterExternalIdUniquenessError(value.content);
161
+ case "EncounterPatientControlNumberUniquenessError":
162
+ return visitor.encounterPatientControlNumberUniquenessError(value.content);
163
+ case "EntityNotFoundError":
164
+ return visitor.entityNotFoundError(value.content);
165
+ case "UnauthorizedError":
166
+ return visitor.unauthorizedError(value.content);
167
+ case "EncounterGuarantorMissingContactInfoError":
168
+ return visitor.encounterGuarantorMissingContactInfoError(value.content);
169
+ case "HttpRequestValidationsError":
170
+ return visitor.httpRequestValidationsError(value.content);
171
+ case "CashPayPayerError":
172
+ return visitor.cashPayPayerError(value.content);
173
+ case "SchemaInstanceValidationHttpFailure":
174
+ return visitor.schemaInstanceValidationHttpFailure(value.content);
175
+ case "InvalidTagNamesError":
176
+ return visitor.invalidTagNamesError(value.content);
177
+ case "HttpRequestValidationError":
178
+ return visitor.httpRequestValidationError(value.content);
179
+ case "PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError":
180
+ return visitor.payerPlanGroupPayerDoesNotMatchInsuranceCardHttpError(value.content);
181
+ case "EncounterRenderingOrAttendingProviderRequired":
182
+ return visitor.encounterRenderingOrAttendingProviderRequired(value.content);
183
+ default:
184
+ return visitor._other(value);
185
+ }
186
+ },
187
+ };
@@ -1,6 +1,9 @@
1
1
  export * as create from "./create";
2
2
  export * as createFromPreEncounterPatient from "./createFromPreEncounterPatient";
3
+ export * as createFromPreEncounterPatientUniversal from "./createFromPreEncounterPatientUniversal";
4
+ export * as createUniversal from "./createUniversal";
3
5
  export * as get from "./get";
4
6
  export * as getAll from "./getAll";
5
7
  export * from "./requests";
6
8
  export * as update from "./update";
9
+ export * as updateUniversal from "./updateUniversal";
@@ -36,10 +36,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.update = exports.getAll = exports.get = exports.createFromPreEncounterPatient = exports.create = void 0;
39
+ exports.updateUniversal = exports.update = exports.getAll = exports.get = exports.createUniversal = exports.createFromPreEncounterPatientUniversal = exports.createFromPreEncounterPatient = exports.create = void 0;
40
40
  exports.create = __importStar(require("./create"));
41
41
  exports.createFromPreEncounterPatient = __importStar(require("./createFromPreEncounterPatient"));
42
+ exports.createFromPreEncounterPatientUniversal = __importStar(require("./createFromPreEncounterPatientUniversal"));
43
+ exports.createUniversal = __importStar(require("./createUniversal"));
42
44
  exports.get = __importStar(require("./get"));
43
45
  exports.getAll = __importStar(require("./getAll"));
44
46
  __exportStar(require("./requests"), exports);
45
47
  exports.update = __importStar(require("./update"));
48
+ exports.updateUniversal = __importStar(require("./updateUniversal"));
@@ -0,0 +1,67 @@
1
+ import type * as core from "../../../../../../core";
2
+ import * as CandidApi from "../../../../../index";
3
+ export type Error = CandidApi.encounters.v4.updateUniversal.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.updateUniversal.Error.EntityNotFoundError | CandidApi.encounters.v4.updateUniversal.Error.UnauthorizedError | CandidApi.encounters.v4.updateUniversal.Error.HttpRequestValidationsError | CandidApi.encounters.v4.updateUniversal.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.updateUniversal.Error.UnprocessableEntityError | CandidApi.encounters.v4.updateUniversal.Error.InvalidTagNamesError | CandidApi.encounters.v4.updateUniversal.Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError | CandidApi.encounters.v4.updateUniversal.Error._Unknown;
4
+ export declare namespace Error {
5
+ interface EncounterExternalIdUniquenessError extends _Utils {
6
+ errorName: "EncounterExternalIdUniquenessError";
7
+ content: CandidApi.encounters.v4.EncounterExternalIdUniquenessErrorType;
8
+ }
9
+ interface EntityNotFoundError extends _Utils {
10
+ errorName: "EntityNotFoundError";
11
+ content: CandidApi.EntityNotFoundErrorMessage;
12
+ }
13
+ interface UnauthorizedError extends _Utils {
14
+ errorName: "UnauthorizedError";
15
+ content: CandidApi.UnauthorizedErrorMessage;
16
+ }
17
+ interface HttpRequestValidationsError extends _Utils {
18
+ errorName: "HttpRequestValidationsError";
19
+ content: CandidApi.RequestValidationError[];
20
+ }
21
+ interface SchemaInstanceValidationHttpFailure extends _Utils {
22
+ errorName: "SchemaInstanceValidationHttpFailure";
23
+ content: CandidApi.encounters.v4.SchemaInstanceValidationFailure;
24
+ }
25
+ interface UnprocessableEntityError extends _Utils {
26
+ errorName: "UnprocessableEntityError";
27
+ content: CandidApi.UnprocessableEntityErrorMessage;
28
+ }
29
+ interface InvalidTagNamesError extends _Utils {
30
+ errorName: "InvalidTagNamesError";
31
+ content: CandidApi.encounters.v4.InvalidTagNamesErrorType;
32
+ }
33
+ interface PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError extends _Utils {
34
+ errorName: "PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError";
35
+ content: CandidApi.encounters.v4.PayerPlanGroupPayerDoesNotMatchInsuranceCardError;
36
+ }
37
+ interface _Unknown extends _Utils {
38
+ errorName: void;
39
+ content: core.Fetcher.Error;
40
+ }
41
+ interface _Utils {
42
+ _visit: <_Result>(visitor: CandidApi.encounters.v4.updateUniversal.Error._Visitor<_Result>) => _Result;
43
+ }
44
+ interface _Visitor<_Result> {
45
+ encounterExternalIdUniquenessError: (value: CandidApi.encounters.v4.EncounterExternalIdUniquenessErrorType) => _Result;
46
+ entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
47
+ unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
48
+ httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
49
+ schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
50
+ unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
51
+ invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => _Result;
52
+ payerPlanGroupPayerDoesNotMatchInsuranceCardHttpError: (value: CandidApi.encounters.v4.PayerPlanGroupPayerDoesNotMatchInsuranceCardError) => _Result;
53
+ _other: (value: core.Fetcher.Error) => _Result;
54
+ }
55
+ }
56
+ export declare const Error: {
57
+ readonly encounterExternalIdUniquenessError: (value: CandidApi.encounters.v4.EncounterExternalIdUniquenessErrorType) => CandidApi.encounters.v4.updateUniversal.Error.EncounterExternalIdUniquenessError;
58
+ readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.encounters.v4.updateUniversal.Error.EntityNotFoundError;
59
+ readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.encounters.v4.updateUniversal.Error.UnauthorizedError;
60
+ readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounters.v4.updateUniversal.Error.HttpRequestValidationsError;
61
+ readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.encounters.v4.updateUniversal.Error.SchemaInstanceValidationHttpFailure;
62
+ readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.encounters.v4.updateUniversal.Error.UnprocessableEntityError;
63
+ readonly invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => CandidApi.encounters.v4.updateUniversal.Error.InvalidTagNamesError;
64
+ readonly payerPlanGroupPayerDoesNotMatchInsuranceCardHttpError: (value: CandidApi.encounters.v4.PayerPlanGroupPayerDoesNotMatchInsuranceCardError) => CandidApi.encounters.v4.updateUniversal.Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError;
65
+ readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounters.v4.updateUniversal.Error._Unknown;
66
+ readonly _visit: <_Result>(value: CandidApi.encounters.v4.updateUniversal.Error, visitor: CandidApi.encounters.v4.updateUniversal.Error._Visitor<_Result>) => _Result;
67
+ };
@@ -0,0 +1,143 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.Error = void 0;
38
+ const CandidApi = __importStar(require("../../../../../index"));
39
+ exports.Error = {
40
+ encounterExternalIdUniquenessError: (value) => {
41
+ return {
42
+ content: value,
43
+ errorName: "EncounterExternalIdUniquenessError",
44
+ _visit: function (visitor) {
45
+ return CandidApi.encounters.v4.updateUniversal.Error._visit(this, visitor);
46
+ },
47
+ };
48
+ },
49
+ entityNotFoundError: (value) => {
50
+ return {
51
+ content: value,
52
+ errorName: "EntityNotFoundError",
53
+ _visit: function (visitor) {
54
+ return CandidApi.encounters.v4.updateUniversal.Error._visit(this, visitor);
55
+ },
56
+ };
57
+ },
58
+ unauthorizedError: (value) => {
59
+ return {
60
+ content: value,
61
+ errorName: "UnauthorizedError",
62
+ _visit: function (visitor) {
63
+ return CandidApi.encounters.v4.updateUniversal.Error._visit(this, visitor);
64
+ },
65
+ };
66
+ },
67
+ httpRequestValidationsError: (value) => {
68
+ return {
69
+ content: value,
70
+ errorName: "HttpRequestValidationsError",
71
+ _visit: function (visitor) {
72
+ return CandidApi.encounters.v4.updateUniversal.Error._visit(this, visitor);
73
+ },
74
+ };
75
+ },
76
+ schemaInstanceValidationHttpFailure: (value) => {
77
+ return {
78
+ content: value,
79
+ errorName: "SchemaInstanceValidationHttpFailure",
80
+ _visit: function (visitor) {
81
+ return CandidApi.encounters.v4.updateUniversal.Error._visit(this, visitor);
82
+ },
83
+ };
84
+ },
85
+ unprocessableEntityError: (value) => {
86
+ return {
87
+ content: value,
88
+ errorName: "UnprocessableEntityError",
89
+ _visit: function (visitor) {
90
+ return CandidApi.encounters.v4.updateUniversal.Error._visit(this, visitor);
91
+ },
92
+ };
93
+ },
94
+ invalidTagNamesError: (value) => {
95
+ return {
96
+ content: value,
97
+ errorName: "InvalidTagNamesError",
98
+ _visit: function (visitor) {
99
+ return CandidApi.encounters.v4.updateUniversal.Error._visit(this, visitor);
100
+ },
101
+ };
102
+ },
103
+ payerPlanGroupPayerDoesNotMatchInsuranceCardHttpError: (value) => {
104
+ return {
105
+ content: value,
106
+ errorName: "PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError",
107
+ _visit: function (visitor) {
108
+ return CandidApi.encounters.v4.updateUniversal.Error._visit(this, visitor);
109
+ },
110
+ };
111
+ },
112
+ _unknown: (fetcherError) => {
113
+ return {
114
+ errorName: undefined,
115
+ content: fetcherError,
116
+ _visit: function (visitor) {
117
+ return CandidApi.encounters.v4.updateUniversal.Error._visit(this, visitor);
118
+ },
119
+ };
120
+ },
121
+ _visit: (value, visitor) => {
122
+ switch (value.errorName) {
123
+ case "EncounterExternalIdUniquenessError":
124
+ return visitor.encounterExternalIdUniquenessError(value.content);
125
+ case "EntityNotFoundError":
126
+ return visitor.entityNotFoundError(value.content);
127
+ case "UnauthorizedError":
128
+ return visitor.unauthorizedError(value.content);
129
+ case "HttpRequestValidationsError":
130
+ return visitor.httpRequestValidationsError(value.content);
131
+ case "SchemaInstanceValidationHttpFailure":
132
+ return visitor.schemaInstanceValidationHttpFailure(value.content);
133
+ case "UnprocessableEntityError":
134
+ return visitor.unprocessableEntityError(value.content);
135
+ case "InvalidTagNamesError":
136
+ return visitor.invalidTagNamesError(value.content);
137
+ case "PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError":
138
+ return visitor.payerPlanGroupPayerDoesNotMatchInsuranceCardHttpError(value.content);
139
+ default:
140
+ return visitor._other(value);
141
+ }
142
+ },
143
+ };
@@ -1,6 +1,6 @@
1
1
  import type * as CandidApi from "../../../../../index";
2
2
  export interface ClaimSupplementalInformation {
3
- attachmentReportTypeCode: CandidApi.encounters.v4.ReportTypeCode;
4
- attachmentTransmissionCode: CandidApi.encounters.v4.ReportTransmissionCode;
3
+ attachmentReportTypeCode: CandidApi.ReportTypeCode;
4
+ attachmentTransmissionCode: CandidApi.ReportTransmissionCode;
5
5
  attachmentControlNumber?: string;
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import type * as CandidApi from "../../../../../index";
2
2
  export interface ClaimSupplementalInformationOptional {
3
- attachmentReportTypeCode?: CandidApi.encounters.v4.ReportTypeCode;
4
- attachmentTransmissionCode?: CandidApi.encounters.v4.ReportTransmissionCode;
3
+ attachmentReportTypeCode?: CandidApi.ReportTypeCode;
4
+ attachmentTransmissionCode?: CandidApi.ReportTransmissionCode;
5
5
  attachmentControlNumber?: string;
6
6
  }
@@ -49,8 +49,6 @@ export * from "./PatientHistoryCategoryEnum";
49
49
  export * from "./PatientHistoryCategoryOptional";
50
50
  export * from "./PayerPlanGroupPayerDoesNotMatchInsuranceCardError";
51
51
  export * from "./PriorAuthorizationNumber";
52
- export * from "./ReportTransmissionCode";
53
- export * from "./ReportTypeCode";
54
52
  export * from "./ResponsiblePartyType";
55
53
  export * from "./RxCui";
56
54
  export * from "./SchemaDoesNotExistError";
@@ -65,8 +65,6 @@ __exportStar(require("./PatientHistoryCategoryEnum"), exports);
65
65
  __exportStar(require("./PatientHistoryCategoryOptional"), exports);
66
66
  __exportStar(require("./PayerPlanGroupPayerDoesNotMatchInsuranceCardError"), exports);
67
67
  __exportStar(require("./PriorAuthorizationNumber"), exports);
68
- __exportStar(require("./ReportTransmissionCode"), exports);
69
- __exportStar(require("./ReportTypeCode"), exports);
70
68
  __exportStar(require("./ResponsiblePartyType"), exports);
71
69
  __exportStar(require("./RxCui"), exports);
72
70
  __exportStar(require("./SchemaDoesNotExistError"), exports);
@@ -0,0 +1,46 @@
1
+ import type * as CandidApi from "../../../index";
2
+ export interface UniversalEncounterCreate extends CandidApi.encountersUniversal.UniversalEncounterCreateBase {
3
+ /** The billing provider is the provider or business entity submitting the claim. Billing provider may be, but is not necessarily, the same person/NPI as the rendering provider. From a payer's perspective, this represents the person or entity being reimbursed. When a contract exists with the target payer, the billing provider should be the entity contracted with the payer. In some circumstances, this will be an individual provider. In that case, submit that provider's NPI and the tax ID (TIN) that the provider gave to the payer during contracting. In other cases, the billing entity will be a medical group. If so, submit the group NPI and the group's tax ID. Box 33 on the CMS-1500 claim or Form Locator 1 on a UB-04 claim form. */
4
+ billingProvider: CandidApi.encounterProviders.v2.BillingProvider;
5
+ /** Box 24B on the CMS-1500 claim form. 837p Loop2300, CLM-05-1. This box is not used on a UB-04 or 837i claim form. 02 for telemedicine, 11 for in-person. Full list [here](https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set). */
6
+ placeOfServiceCode?: CandidApi.FacilityTypeCode;
7
+ /**
8
+ * The rendering provider is the practitioner -- physician, nurse practitioner, etc. -- performing the service.
9
+ * For telehealth services, the rendering provider performs the visit, asynchronous communication, or other service. The rendering provider address should generally be the same as the service facility address.
10
+ */
11
+ renderingProvider?: CandidApi.encounterProviders.v2.RenderingProvider;
12
+ serviceLines?: CandidApi.serviceLines.v2.UniversalServiceLineCreate[];
13
+ /** The health care code information associated with this encounter, which includes things such as diagnoses, vitals, procedures, occurrences, reason for visit, and numerous other code related fields. */
14
+ healthCareCodeInformation?: CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationCreate;
15
+ /** Describes the currently expected target form for this encounter. This can change later, but it orients this encounter in the pipeline and effects reporting. */
16
+ submissionExpectation: CandidApi.encounters.v4.EncounterSubmissionExpectation;
17
+ /** 837i NM1 2500 variant for Loop ID-2310. Used to indicate the individual whom has overall responsibility for the patient in institutional claims processing. */
18
+ attendingProvider?: CandidApi.encounterProviders.v2.RenderingProvider;
19
+ /**
20
+ * 837i Loop 2300 DTP-03
21
+ * Extension of the admission date with hour (0-23 integer) details.
22
+ */
23
+ admissionHour?: number;
24
+ /** 837i Loop 2300 CL1-01 Code used to indicate the priority of an admission or visit. Equivalent to Form Locator 14 Priority of Admission on a UB-04 claim, not used on CMS-1500 claim forms. */
25
+ admissionTypeCode?: CandidApi.x12.v1.TypeOfAdmissionOrVisitCode;
26
+ /** 837i Loop 2300 CLI1-02 Code used to indicate the conditions under which an admission occurs. Equivalent to Form Locator 15 Point of Origin on a UB-04 claim, not used on CMS-1500 claim forms. */
27
+ admissionSourceCode?: CandidApi.x12.v1.PointOfOriginForAdmissionOrVisitCode;
28
+ /**
29
+ * 837i Loop 2300 DTP-03
30
+ * Extension of the discharge date with hour (0-23 integer) details.
31
+ */
32
+ dischargeHour?: number;
33
+ /**
34
+ * 837i CL1-03 or Form Locator 17 on a UB-04 claim form. This is a required field on UB-04 claims.
35
+ * Code indicating patient status as of the "statement covers through date" .
36
+ */
37
+ dischargeStatus?: CandidApi.x12.v1.PatientDischargeStatusCode;
38
+ /** 837i NM1 2500 variant for Loop ID-2310. Used to indicate the individual whom has primary responsibility for surgical procedures in institutional claims processing. */
39
+ operatingProvider?: CandidApi.encounterProviders.v2.RenderingProvider;
40
+ /** 837i NM1 2500 variant for Loop ID-2310. Used to indicate the individual whom has secondary responsibility for surgical procedures in institutional claims processing. Only used when operating_provider is also set. */
41
+ otherOperatingProvider?: CandidApi.encounterProviders.v2.RenderingProvider;
42
+ /** Four digit code used in institutional forms to indicate the type of bill (e.g., hospital inpatient, hospital outpatient). First digit is a leading 0, followed by the type_of_facility, type_of_care, then frequency_code. Professional forms are not required to submit this attribute. You may send the 4 digit code via raw_code, or each individual digit separately via composite_codes. */
43
+ typeOfBill?: CandidApi.x12.v1.TypeOfBillCompositeUpdate;
44
+ /** 837i-REF1000 -- an optional state indicating where an accident related to the encounter occurred. */
45
+ accidentStateOrProvinceCode?: CandidApi.State;
46
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,44 @@
1
+ import type * as CandidApi from "../../../index";
2
+ export interface UniversalEncounterCreateFromPreEncounter extends CandidApi.encountersUniversal.UniversalEncounterCreateFromPreEncounterBase {
3
+ /** Describes the currently expected target form for this encounter. This effects what validations and queues the form is processed under. */
4
+ submissionExpectation: CandidApi.encounters.v4.EncounterSubmissionExpectation;
5
+ /**
6
+ * The rendering provider is the practitioner -- physician, nurse practitioner, etc. -- performing the service.
7
+ * For telehealth services, the rendering provider performs the visit, asynchronous communication, or other service. The rendering provider address should generally be the same as the service facility address.
8
+ */
9
+ renderingProvider?: CandidApi.encounterProviders.v2.RenderingProvider;
10
+ /** The health care code information associated with this encounter, which includes things such as diagnoses, vitals, procedures, occurrences, reason for visit, and numerous other code related fields. */
11
+ healthCareCodeInformation?: CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationCreate;
12
+ /** Box 24B on the CMS-1500 claim form. 837p Loop2300, CLM-05-1. This box is not used on a UB-04 or 837i claim form. 02 for telemedicine, 11 for in-person. Full list [here](https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set). */
13
+ placeOfServiceCode?: CandidApi.FacilityTypeCode;
14
+ serviceLines?: CandidApi.serviceLines.v2.UniversalServiceLineCreate[];
15
+ /** 837i NM1 2500 variant for Loop ID-2310. Used to indicate the individual whom has overall responsibility for the patient in institutional claims processing. */
16
+ attendingProvider?: CandidApi.encounterProviders.v2.RenderingProvider;
17
+ /**
18
+ * 837i Loop 2300 DTP-03
19
+ * Extension of the admission date with hour (0-23 integer) details.
20
+ */
21
+ admissionHour?: number;
22
+ /** 837i Loop 2300 CL1-01 Code used to indicate the priority of an admission or visit. Equivalent to Form Locator 14 Priority of Admission on a UB-04 claim, not used on CMS-1500 claim forms. */
23
+ admissionTypeCode?: CandidApi.x12.v1.TypeOfAdmissionOrVisitCode;
24
+ /** 837i Loop 2300 CLI1-02 Code used to indicate the conditions under which an admission occurs. Equivalent to Form Locator 15 Point of Origin on a UB-04 claim, not used on CMS-1500 claim forms. */
25
+ admissionSourceCode?: CandidApi.x12.v1.PointOfOriginForAdmissionOrVisitCode;
26
+ /**
27
+ * 837i Loop 2300 DTP-03
28
+ * Extension of the discharge date with hour (0-23 integer) details.
29
+ */
30
+ dischargeHour?: number;
31
+ /**
32
+ * 837i CL1-03 or Form Locator 17 on a UB-04 claim form. This is a required field on UB-04 claims.
33
+ * Code indicating patient status as of the "statement covers through date" .
34
+ */
35
+ dischargeStatus?: CandidApi.x12.v1.PatientDischargeStatusCode;
36
+ /** 837i NM1 2500 variant for Loop ID-2310. Used to indicate the individual whom has primary responsibility for surgical procedures in institutional claims processing. */
37
+ operatingProvider?: CandidApi.encounterProviders.v2.RenderingProvider;
38
+ /** 837i NM1 2500 variant for Loop ID-2310. Used to indicate the individual whom has secondary responsibility for surgical procedures in institutional claims processing. Only used when operating_provider is also set. */
39
+ otherOperatingProvider?: CandidApi.encounterProviders.v2.RenderingProvider;
40
+ /** Four digit code used in institutional forms to indicate the type of bill (e.g., hospital inpatient, hospital outpatient). First digit is a leading 0, followed by the type_of_facility, type_of_care, then frequency_code. Professional forms are not required to submit this attribute. You may send the 4 digit code via raw_code, or each individual digit separately via composite_codes. */
41
+ typeOfBill?: CandidApi.x12.v1.TypeOfBillCompositeUpdate;
42
+ /** 837i-REF1000 -- an optional state indicating where an accident related to the encounter occurred. */
43
+ accidentStateOrProvinceCode?: CandidApi.State;
44
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,36 @@
1
+ import type * as CandidApi from "../../../index";
2
+ export interface UniversalEncounterUpdate extends CandidApi.encountersUniversal.UniversalEncounterUpdateBase {
3
+ /** The health care code information associated with this encounter, which includes things such as diagnoses, vitals, procedures, occurrences, reason for visit, and numerous other code related fields. */
4
+ healthCareCodeInformation?: CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationUpdate;
5
+ /** 837i NM1 2500 variant for Loop ID-2310. Used to indicate the individual whom has overall responsibility for the patient in institutional claims processing. */
6
+ attendingProvider?: CandidApi.encounterProviders.v2.RenderingProviderUpdate;
7
+ /**
8
+ * 837i Loop 2300 DTP-03
9
+ * Extension of the admission date with hour (0-23 integer) details.
10
+ */
11
+ admissionHour?: number;
12
+ /** 837i Loop 2300 CL1-01 Code used to indicate the priority of an admission or visit. Equivalent to Form Locator 14 Priority of Admission on a UB-04 claim, not used on CMS-1500 claim forms. */
13
+ admissionTypeCode?: CandidApi.x12.v1.TypeOfAdmissionOrVisitCode;
14
+ /** 837i Loop 2300 CLI1-02 Code used to indicate the conditions under which an admission occurs. Equivalent to Form Locator 15 Point of Origin on a UB-04 claim, not used on CMS-1500 claim forms. */
15
+ admissionSourceCode?: CandidApi.x12.v1.PointOfOriginForAdmissionOrVisitCode;
16
+ /**
17
+ * 837i Loop 2300 DTP-03
18
+ * Extension of the discharge date with hour (0-23 integer) details.
19
+ */
20
+ dischargeHour?: number;
21
+ /**
22
+ * 837i CL1-03 or Form Locator 17 on a UB-04 claim form. This is a required field on UB-04 claims.
23
+ * Code indicating patient status as of the "statement covers through date".
24
+ */
25
+ dischargeStatus?: CandidApi.x12.v1.PatientDischargeStatusCode;
26
+ /** 837i NM1 2500 variant for Loop ID-2310. Used to indicate the individual whom has primary responsibility for surgical procedures in institutional claims processing. */
27
+ operatingProvider?: CandidApi.encounterProviders.v2.RenderingProviderUpdate;
28
+ /** 837i NM1 2500 variant for Loop ID-2310. Used to indicate the individual whom has secondary responsibility for surgical procedures in institutional claims processing. Only used when operating_provider is also set. */
29
+ otherOperatingProvider?: CandidApi.encounterProviders.v2.RenderingProviderUpdate;
30
+ /** Four digit code used in institutional forms to indicate the type of bill (e.g., hospital inpatient, hospital outpatient). First digit is a leading 0, followed by the type_of_facility, type_of_care, then frequency_code. Professional forms are not required to submit this attribute. You may send the 4 digit code via raw_code, or each individual digit separately via composite_codes. */
31
+ typeOfBill?: CandidApi.x12.v1.TypeOfBillCompositeUpdate;
32
+ /** 837i-REF1000 -- an optional state indicating where an accident related to the encounter occurred. */
33
+ accidentStateOrProvinceCode?: CandidApi.State;
34
+ /** Describes the currently expected target form for this encounter. This effects what validations and queues the form is processed under. When this value is not set, it should be assumed to be TARGET_PROFESSIONAL. */
35
+ submissionExpectation?: CandidApi.encounters.v4.EncounterSubmissionExpectation;
36
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,6 @@
1
+ export * from "./UniversalEncounterCreate";
1
2
  export * from "./UniversalEncounterCreateBase";
3
+ export * from "./UniversalEncounterCreateFromPreEncounter";
2
4
  export * from "./UniversalEncounterCreateFromPreEncounterBase";
5
+ export * from "./UniversalEncounterUpdate";
3
6
  export * from "./UniversalEncounterUpdateBase";
@@ -14,6 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./UniversalEncounterCreate"), exports);
17
18
  __exportStar(require("./UniversalEncounterCreateBase"), exports);
19
+ __exportStar(require("./UniversalEncounterCreateFromPreEncounter"), exports);
18
20
  __exportStar(require("./UniversalEncounterCreateFromPreEncounterBase"), exports);
21
+ __exportStar(require("./UniversalEncounterUpdate"), exports);
19
22
  __exportStar(require("./UniversalEncounterUpdateBase"), exports);
@@ -0,0 +1,8 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ /**
3
+ * This corresponds to BJ or ABJ code qualifier values.
4
+ */
5
+ export interface AdmittingDiagnosisNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
6
+ admittingDiagnosisCodeQualifier: CandidApi.healthCareCodeInformation.v1.AdmittingDiagnosisCodeQualifier;
7
+ admittingDiagnosisCode: CandidApi.healthCareCodeInformation.v1.IcdCode;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });