@oystehr/sdk 4.3.1 → 4.3.3

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 (111) hide show
  1. package/dist/cjs/client/client.cjs +87 -13
  2. package/dist/cjs/client/client.cjs.map +1 -1
  3. package/dist/cjs/client/client.d.ts +3 -0
  4. package/dist/cjs/config.d.ts +6 -0
  5. package/dist/cjs/index.min.cjs +1 -1
  6. package/dist/cjs/index.min.cjs.map +1 -1
  7. package/dist/cjs/logger.cjs +36 -0
  8. package/dist/cjs/logger.cjs.map +1 -0
  9. package/dist/cjs/logger.d.ts +11 -0
  10. package/dist/cjs/resources/classes/erx.cjs +8 -0
  11. package/dist/cjs/resources/classes/erx.cjs.map +1 -1
  12. package/dist/cjs/resources/classes/erx.d.ts +7 -1
  13. package/dist/cjs/resources/classes/index.cjs +6 -6
  14. package/dist/cjs/resources/classes/index.cjs.map +1 -1
  15. package/dist/cjs/resources/classes/index.d.ts +3 -3
  16. package/dist/cjs/resources/classes/rcm.cjs +29 -14
  17. package/dist/cjs/resources/classes/rcm.cjs.map +1 -1
  18. package/dist/cjs/resources/classes/rcm.d.ts +29 -11
  19. package/dist/cjs/resources/classes/user.cjs +9 -0
  20. package/dist/cjs/resources/classes/user.cjs.map +1 -1
  21. package/dist/cjs/resources/classes/user.d.ts +8 -1
  22. package/dist/cjs/resources/classes/zambda.cjs +1 -1
  23. package/dist/cjs/resources/classes/zambda.cjs.map +1 -1
  24. package/dist/cjs/resources/classes/zambdaLogStream.cjs +1 -1
  25. package/dist/cjs/resources/classes/zambdaLogStream.cjs.map +1 -1
  26. package/dist/cjs/resources/types/ErxGetMedicationHistoryParams.d.ts +3 -0
  27. package/dist/cjs/resources/types/ErxGetMedicationHistoryResponse.d.ts +43 -0
  28. package/dist/cjs/resources/types/ErxGetMedicationResponse.d.ts +1 -1
  29. package/dist/cjs/resources/types/RcmGetPayerParams.d.ts +3 -0
  30. package/dist/cjs/resources/types/RcmGetPayerResponse.d.ts +5 -0
  31. package/dist/cjs/resources/types/RcmListPayersParams.d.ts +5 -0
  32. package/dist/cjs/resources/types/RcmListPayersResponse.d.ts +5 -0
  33. package/dist/cjs/resources/types/RcmSetClaimStatusParams.d.ts +7 -0
  34. package/dist/cjs/resources/types/RcmSetClaimStatusResponse.d.ts +5 -0
  35. package/dist/cjs/resources/types/RcmSubmitClaimParams.d.ts +3 -0
  36. package/dist/cjs/resources/types/RcmSubmitClaimResponse.d.ts +5 -0
  37. package/dist/cjs/resources/types/UserChangePasswordParams.d.ts +7 -0
  38. package/dist/cjs/resources/types/index.d.ts +36 -29
  39. package/dist/esm/client/client.d.ts +3 -0
  40. package/dist/esm/client/client.js +88 -15
  41. package/dist/esm/client/client.js.map +1 -1
  42. package/dist/esm/config.d.ts +6 -0
  43. package/dist/esm/index.min.js +1 -1
  44. package/dist/esm/index.min.js.map +1 -1
  45. package/dist/esm/logger.d.ts +11 -0
  46. package/dist/esm/logger.js +34 -0
  47. package/dist/esm/logger.js.map +1 -0
  48. package/dist/esm/resources/classes/erx.d.ts +7 -1
  49. package/dist/esm/resources/classes/erx.js +8 -0
  50. package/dist/esm/resources/classes/erx.js.map +1 -1
  51. package/dist/esm/resources/classes/index.d.ts +3 -3
  52. package/dist/esm/resources/classes/index.js +6 -6
  53. package/dist/esm/resources/classes/index.js.map +1 -1
  54. package/dist/esm/resources/classes/rcm.d.ts +29 -11
  55. package/dist/esm/resources/classes/rcm.js +29 -14
  56. package/dist/esm/resources/classes/rcm.js.map +1 -1
  57. package/dist/esm/resources/classes/user.d.ts +8 -1
  58. package/dist/esm/resources/classes/user.js +9 -0
  59. package/dist/esm/resources/classes/user.js.map +1 -1
  60. package/dist/esm/resources/classes/zambda.js +1 -1
  61. package/dist/esm/resources/classes/zambda.js.map +1 -1
  62. package/dist/esm/resources/classes/zambdaLogStream.js +1 -1
  63. package/dist/esm/resources/classes/zambdaLogStream.js.map +1 -1
  64. package/dist/esm/resources/types/ErxGetMedicationHistoryParams.d.ts +3 -0
  65. package/dist/esm/resources/types/ErxGetMedicationHistoryResponse.d.ts +43 -0
  66. package/dist/esm/resources/types/ErxGetMedicationResponse.d.ts +1 -1
  67. package/dist/esm/resources/types/RcmGetPayerParams.d.ts +3 -0
  68. package/dist/esm/resources/types/RcmGetPayerResponse.d.ts +5 -0
  69. package/dist/esm/resources/types/RcmListPayersParams.d.ts +5 -0
  70. package/dist/esm/resources/types/RcmListPayersResponse.d.ts +5 -0
  71. package/dist/esm/resources/types/RcmSetClaimStatusParams.d.ts +7 -0
  72. package/dist/esm/resources/types/RcmSetClaimStatusResponse.d.ts +5 -0
  73. package/dist/esm/resources/types/RcmSubmitClaimParams.d.ts +3 -0
  74. package/dist/esm/resources/types/RcmSubmitClaimResponse.d.ts +5 -0
  75. package/dist/esm/resources/types/UserChangePasswordParams.d.ts +7 -0
  76. package/dist/esm/resources/types/index.d.ts +36 -29
  77. package/package.json +2 -2
  78. package/src/client/client.ts +95 -15
  79. package/src/config.ts +6 -0
  80. package/src/logger.ts +36 -0
  81. package/src/resources/classes/erx.ts +17 -0
  82. package/src/resources/classes/index.ts +6 -6
  83. package/src/resources/classes/rcm.ts +53 -23
  84. package/src/resources/classes/user.ts +10 -0
  85. package/src/resources/classes/zambda.ts +1 -1
  86. package/src/resources/classes/zambdaLogStream.ts +1 -1
  87. package/src/resources/types/ErxGetMedicationHistoryParams.ts +5 -0
  88. package/src/resources/types/ErxGetMedicationHistoryResponse.ts +45 -0
  89. package/src/resources/types/ErxGetMedicationResponse.ts +1 -1
  90. package/src/resources/types/RcmGetPayerParams.ts +5 -0
  91. package/src/resources/types/RcmGetPayerResponse.ts +7 -0
  92. package/src/resources/types/RcmListPayersParams.ts +7 -0
  93. package/src/resources/types/RcmListPayersResponse.ts +7 -0
  94. package/src/resources/types/RcmSetClaimStatusParams.ts +9 -0
  95. package/src/resources/types/RcmSetClaimStatusResponse.ts +7 -0
  96. package/src/resources/types/RcmSubmitClaimParams.ts +5 -0
  97. package/src/resources/types/RcmSubmitClaimResponse.ts +7 -0
  98. package/src/resources/types/UserChangePasswordParams.ts +9 -0
  99. package/src/resources/types/index.ts +36 -29
  100. package/dist/cjs/resources/types/RcmSubmitProfessionalClaimParams.d.ts +0 -10
  101. package/dist/cjs/resources/types/RcmSubmitProfessionalClaimResponse.d.ts +0 -5
  102. package/dist/cjs/resources/types/RcmValidateProfessionalClaimParams.d.ts +0 -6
  103. package/dist/cjs/resources/types/RcmValidateProfessionalClaimResponse.d.ts +0 -21
  104. package/dist/esm/resources/types/RcmSubmitProfessionalClaimParams.d.ts +0 -10
  105. package/dist/esm/resources/types/RcmSubmitProfessionalClaimResponse.d.ts +0 -5
  106. package/dist/esm/resources/types/RcmValidateProfessionalClaimParams.d.ts +0 -6
  107. package/dist/esm/resources/types/RcmValidateProfessionalClaimResponse.d.ts +0 -21
  108. package/src/resources/types/RcmSubmitProfessionalClaimParams.ts +0 -13
  109. package/src/resources/types/RcmSubmitProfessionalClaimResponse.ts +0 -7
  110. package/src/resources/types/RcmValidateProfessionalClaimParams.ts +0 -9
  111. package/src/resources/types/RcmValidateProfessionalClaimResponse.ts +0 -23
@@ -4,10 +4,14 @@ import {
4
4
  OystehrClientRequest,
5
5
  RcmEligibilityCheckParams,
6
6
  RcmEligibilityCheckResponse,
7
- RcmSubmitProfessionalClaimParams,
8
- RcmSubmitProfessionalClaimResponse,
9
- RcmValidateProfessionalClaimParams,
10
- RcmValidateProfessionalClaimResponse,
7
+ RcmGetPayerParams,
8
+ RcmGetPayerResponse,
9
+ RcmListPayersParams,
10
+ RcmListPayersResponse,
11
+ RcmSetClaimStatusParams,
12
+ RcmSetClaimStatusResponse,
13
+ RcmSubmitClaimParams,
14
+ RcmSubmitClaimResponse,
11
15
  } from '../..';
12
16
  import { SDKResource } from '../../client/client';
13
17
  import { OystehrConfig } from '../../config';
@@ -17,7 +21,7 @@ export class Rcm extends SDKResource {
17
21
  super(config);
18
22
  }
19
23
  #baseUrlThunk(): string {
20
- return this.config.services?.['projectApiUrl'] ?? 'https://project-api.zapehr.com/v1';
24
+ return this.config.services?.['rcmApiUrl'] ?? 'https://rcm-api.zapehr.com/v1';
21
25
  }
22
26
  /**
23
27
  * Check [Insurance Eligibility](https://docs.oystehr.com/oystehr/services/rcm/eligibility/).
@@ -32,39 +36,65 @@ export class Rcm extends SDKResource {
32
36
  params: RcmEligibilityCheckParams,
33
37
  request?: OystehrClientRequest
34
38
  ): Promise<RcmEligibilityCheckResponse> {
35
- return this.request('/rcm/eligibility-check', 'post', this.#baseUrlThunk.bind(this))(params, request);
39
+ return this.request('/eligibility-check', 'post', this.#baseUrlThunk.bind(this))(params, request);
36
40
  }
37
41
  /**
38
- * Check [Validate Professional Claim](https://docs.oystehr.com/oystehr/services/rcm/professional-claim-submission/).
42
+ * Submit a claim to a payer.
39
43
  *
40
- * Access Policy Action: `RCM:ValidateProfessionalClaim`
44
+ * Access Policy Action: `RCM:SubmitClaim`
41
45
  * Access Policy Resource: `RCM:Claim`
42
46
  *
43
47
  * Access Policy Action: `FHIR:Create`
44
- * Access Policy Resource: `FHIR:AuditEvent`
48
+ * Access Policy Resource: `FHIR:ClaimResponse`
45
49
  */
46
- validateProfessionalClaim(
47
- params: RcmValidateProfessionalClaimParams,
48
- request?: OystehrClientRequest
49
- ): Promise<RcmValidateProfessionalClaimResponse> {
50
- return this.request('/rcm/professional-claim/validate', 'post', this.#baseUrlThunk.bind(this))(params, request);
50
+ submitClaim(params: RcmSubmitClaimParams, request?: OystehrClientRequest): Promise<RcmSubmitClaimResponse> {
51
+ return this.request('/claim/{claimId}/submit', 'post', this.#baseUrlThunk.bind(this))(params, request);
51
52
  }
52
53
  /**
53
- * Check [Submit Professional Claim](https://docs.oystehr.com/oystehr/services/rcm/professional-claim-submission/).
54
+ * Emulate asynchronous claim responses by manually setting claim status.
54
55
  *
55
- * Access Policy Action: `RCM:SubmitProfessionalClaim`
56
+ * Access Policy Action: `RCM:SubmitClaim`
56
57
  * Access Policy Resource: `RCM:Claim`
57
58
  *
58
59
  * Access Policy Action: `FHIR:Create`
59
- * Access Policy Resource: `FHIR:AuditEvent`
60
+ * Access Policy Resource: `FHIR:ClaimResponse`
61
+ */
62
+ setClaimStatus(params: RcmSetClaimStatusParams, request?: OystehrClientRequest): Promise<RcmSetClaimStatusResponse> {
63
+ return this.request('/claim/{claimId}/status', 'post', this.#baseUrlThunk.bind(this))(params, request);
64
+ }
65
+ /**
66
+ * Search for payers by name or identifier.
67
+ *
68
+ * Access Policy Action: `RCM:SearchPayer`
69
+ * Access Policy Resource: `RCM:Payer`
70
+ */
71
+ listPayers(params: RcmListPayersParams, request?: OystehrClientRequest): Promise<RcmListPayersResponse>;
72
+ /**
73
+ * Search for payers by name or identifier.
60
74
  *
61
- * Access Policy Actions: `FHIR:Create, FHIR:Update`
62
- * Access Policy Resource: `FHIR:Claim`
75
+ * Access Policy Action: `RCM:SearchPayer`
76
+ * Access Policy Resource: `RCM:Payer`
63
77
  */
64
- submitProfessionalClaim(
65
- params: RcmSubmitProfessionalClaimParams,
78
+ listPayers(request?: OystehrClientRequest): Promise<RcmListPayersResponse>;
79
+ /**
80
+ * Search for payers by name or identifier.
81
+ *
82
+ * Access Policy Action: `RCM:SearchPayer`
83
+ * Access Policy Resource: `RCM:Payer`
84
+ */
85
+ listPayers(
86
+ params?: RcmListPayersParams | OystehrClientRequest,
66
87
  request?: OystehrClientRequest
67
- ): Promise<RcmSubmitProfessionalClaimResponse> {
68
- return this.request('/rcm/professional-claim/submit', 'post', this.#baseUrlThunk.bind(this))(params, request);
88
+ ): Promise<RcmListPayersResponse> {
89
+ return this.request('/payer', 'get', this.#baseUrlThunk.bind(this))(params, request);
90
+ }
91
+ /**
92
+ * Retrieve a payer by its ID.
93
+ *
94
+ * Access Policy Action: `RCM:GetPayer`
95
+ * Access Policy Resource: `RCM:Payer`
96
+ */
97
+ getPayer(params: RcmGetPayerParams, request?: OystehrClientRequest): Promise<RcmGetPayerResponse> {
98
+ return this.request('/payer/{id}', 'get', this.#baseUrlThunk.bind(this))(params, request);
69
99
  }
70
100
  }
@@ -2,6 +2,7 @@
2
2
 
3
3
  import {
4
4
  OystehrClientRequest,
5
+ UserChangePasswordParams,
5
6
  UserDeleteParams,
6
7
  UserGetParams,
7
8
  UserGetResponse,
@@ -79,6 +80,15 @@ export class User extends SDKResource {
79
80
  resetPasswordLink(params: UserResetPasswordLinkParams, request?: OystehrClientRequest): Promise<void> {
80
81
  return this.request('/user/{id}/reset-password-link', 'post', this.#baseUrlThunk.bind(this))(params, request);
81
82
  }
83
+ /**
84
+ * Automatically changes the password for the User with the provided ID. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr.
85
+ *
86
+ * Access Policy Action: `App:ChangeUserPassword`
87
+ * Access Policy Resource: `App:User`
88
+ */
89
+ changePassword(params: UserChangePasswordParams, request?: OystehrClientRequest): Promise<void> {
90
+ return this.request('/user/{id}/change-password', 'post', this.#baseUrlThunk.bind(this))(params, request);
91
+ }
82
92
  /**
83
93
  * Invite a User to the Project. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr.
84
94
  *
@@ -26,7 +26,7 @@ export class Zambda extends SDKResource {
26
26
  super(config);
27
27
  }
28
28
  #baseUrlThunk(): string {
29
- return this.config.services?.['projectApiUrl'] ?? 'https://project-api.zapehr.com/v1';
29
+ return this.config.services?.['zambdaApiUrl'] ?? 'https://zambda-api.zapehr.com/v1';
30
30
  }
31
31
  uploadFile = ext.uploadFile;
32
32
  /**
@@ -17,7 +17,7 @@ export class ZambdaLogStream extends SDKResource {
17
17
  super(config);
18
18
  }
19
19
  #baseUrlThunk(): string {
20
- return this.config.services?.['projectApiUrl'] ?? 'https://project-api.zapehr.com/v1';
20
+ return this.config.services?.['zambdaApiUrl'] ?? 'https://zambda-api.zapehr.com/v1';
21
21
  }
22
22
  /**
23
23
  * Get the log streams for the Zambda Function with the provided ID. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services.
@@ -0,0 +1,5 @@
1
+ // AUTOGENERATED -- DO NOT EDIT
2
+
3
+ export interface ErxGetMedicationHistoryParams {
4
+ patientId: string;
5
+ }
@@ -0,0 +1,45 @@
1
+ // AUTOGENERATED -- DO NOT EDIT
2
+
3
+ /**
4
+ * Success
5
+ */
6
+ export type ErxGetMedicationHistoryResponse = {
7
+ /**
8
+ * Unique identifier for the medication history item.
9
+ */
10
+ id: number;
11
+ /**
12
+ * The Medi-Span identifier for the medication.
13
+ */
14
+ medicationId: number;
15
+ /**
16
+ * National Drug Code (NDC) identifier of medication.
17
+ */
18
+ ndc: string | null;
19
+ /**
20
+ * RxNorm Concept Unique (RxCUI) identifier of medication.
21
+ */
22
+ rxcui: number | null;
23
+ /**
24
+ * Human readable name of medication.
25
+ */
26
+ name: string;
27
+ route: string | null;
28
+ doseForm: string | null;
29
+ strength: string | null;
30
+ dispenseUnit: string | null;
31
+ isBrandName: boolean;
32
+ genericName: string | null;
33
+ isOtc: boolean;
34
+ refills: string;
35
+ daysSupply: number | null;
36
+ quantity: number;
37
+ classification: string | null;
38
+ schedule: number | null;
39
+ directions: string | null;
40
+ substitutionsAllowed: boolean;
41
+ writtenDate: string;
42
+ effectiveDate: string | null;
43
+ lastFillDate: string | null;
44
+ expirationDate: string | null;
45
+ }[];
@@ -9,7 +9,7 @@ export interface ErxGetMedicationResponse {
9
9
  */
10
10
  id: number;
11
11
  /**
12
- * RxNorm Concept Unique (RxCUI) identifier of medication.
12
+ * National Drug Code (NDC) identifier of medication.
13
13
  */
14
14
  ndc?: string | null;
15
15
  /**
@@ -0,0 +1,5 @@
1
+ // AUTOGENERATED -- DO NOT EDIT
2
+
3
+ export interface RcmGetPayerParams {
4
+ id: string;
5
+ }
@@ -0,0 +1,7 @@
1
+ // AUTOGENERATED -- DO NOT EDIT
2
+
3
+ import { Organization } from 'fhir/r4b';
4
+ /**
5
+ * A valid FHIR Organization object corresponding to the payer.
6
+ */
7
+ export type RcmGetPayerResponse = Organization;
@@ -0,0 +1,7 @@
1
+ // AUTOGENERATED -- DO NOT EDIT
2
+
3
+ export interface RcmListPayersParams {
4
+ name?: string;
5
+ identifier?: string;
6
+ includeInactive?: boolean;
7
+ }
@@ -0,0 +1,7 @@
1
+ // AUTOGENERATED -- DO NOT EDIT
2
+
3
+ import { Organization } from 'fhir/r4b';
4
+ /**
5
+ * List of payers matching the search criteria.
6
+ */
7
+ export type RcmListPayersResponse = Organization[];
@@ -0,0 +1,9 @@
1
+ // AUTOGENERATED -- DO NOT EDIT
2
+
3
+ export interface RcmSetClaimStatusParams {
4
+ /**
5
+ * The new status for the claim.
6
+ */
7
+ status: 'accepted' | 'rejected';
8
+ claimId: string;
9
+ }
@@ -0,0 +1,7 @@
1
+ // AUTOGENERATED -- DO NOT EDIT
2
+
3
+ import { ClaimResponse } from 'fhir/r4b';
4
+ /**
5
+ * A valid FHIR ClaimResponse object will be returned with details on the claim result.
6
+ */
7
+ export type RcmSetClaimStatusResponse = ClaimResponse;
@@ -0,0 +1,5 @@
1
+ // AUTOGENERATED -- DO NOT EDIT
2
+
3
+ export interface RcmSubmitClaimParams {
4
+ claimId: string;
5
+ }
@@ -0,0 +1,7 @@
1
+ // AUTOGENERATED -- DO NOT EDIT
2
+
3
+ import { ClaimResponse } from 'fhir/r4b';
4
+ /**
5
+ * A valid FHIR ClaimResponse object will be returned with details on the claim result.
6
+ */
7
+ export type RcmSubmitClaimResponse = ClaimResponse;
@@ -0,0 +1,9 @@
1
+ // AUTOGENERATED -- DO NOT EDIT
2
+
3
+ export interface UserChangePasswordParams {
4
+ /**
5
+ * The new password for the user.
6
+ */
7
+ password: string;
8
+ id: string;
9
+ }
@@ -10,9 +10,6 @@ export * from './Application';
10
10
  export * from './RoleStub';
11
11
  export * from './RoleListItem';
12
12
  export * from './Role';
13
- export * from './ZambdaSchedule';
14
- export * from './ZambdaFunction';
15
- export * from './ZambdaExecuteResult';
16
13
  export * from './Secret';
17
14
  export * from './SecretListItem';
18
15
  export * from './UserListItem';
@@ -89,12 +86,6 @@ export * from './ChargeStatusResponse';
89
86
  export * from './ProjectGetResponse';
90
87
  export * from './ProjectUpdateParams';
91
88
  export * from './ProjectUpdateResponse';
92
- export * from './RcmEligibilityCheckParams';
93
- export * from './RcmEligibilityCheckResponse';
94
- export * from './RcmValidateProfessionalClaimParams';
95
- export * from './RcmValidateProfessionalClaimResponse';
96
- export * from './RcmSubmitProfessionalClaimParams';
97
- export * from './RcmSubmitProfessionalClaimResponse';
98
89
  export * from './RoleListResponse';
99
90
  export * from './RoleCreateParams';
100
91
  export * from './RoleCreateResponse';
@@ -121,6 +112,7 @@ export * from './UserUpdateResponse';
121
112
  export * from './UserDeleteParams';
122
113
  export * from './UserResetMfaParams';
123
114
  export * from './UserResetPasswordLinkParams';
115
+ export * from './UserChangePasswordParams';
124
116
  export * from './UserInviteParams';
125
117
  export * from './UserInviteResponse';
126
118
  export * from './UserListResponse';
@@ -136,26 +128,6 @@ export * from './Z3ListObjectsResponse';
136
128
  export * from './Z3GetPresignedUrlParams';
137
129
  export * from './Z3GetPresignedUrlResponse';
138
130
  export * from './Z3DeleteObjectParams';
139
- export * from './ZambdaListResponse';
140
- export * from './ZambdaCreateParams';
141
- export * from './ZambdaCreateResponse';
142
- export * from './ZambdaGetParams';
143
- export * from './ZambdaGetResponse';
144
- export * from './ZambdaUpdateParams';
145
- export * from './ZambdaUpdateResponse';
146
- export * from './ZambdaDeleteParams';
147
- export * from './ZambdaExecuteParams';
148
- export * from './ZambdaExecuteResponse';
149
- export * from './ZambdaExecutePublicParams';
150
- export * from './ZambdaExecutePublicResponse';
151
- export * from './ZambdaLogStreamListParams';
152
- export * from './ZambdaLogStreamListResponse';
153
- export * from './ZambdaS3UploadParams';
154
- export * from './ZambdaS3UploadResponse';
155
- export * from './ZambdaLogStreamSearchParams';
156
- export * from './ZambdaLogStreamSearchResponse';
157
- export * from './ZambdaLogStreamGetParams';
158
- export * from './ZambdaLogStreamGetResponse';
159
131
  export * from './FaxOnboardResponse';
160
132
  export * from './FaxGetConfigurationResponse';
161
133
  export * from './FaxSendParams';
@@ -186,6 +158,8 @@ export * from './ErxCheckMedicationInteractionsParams';
186
158
  export * from './ErxCheckMedicationInteractionsResponse';
187
159
  export * from './ErxCheckPrecheckInteractionsParams';
188
160
  export * from './ErxCheckPrecheckInteractionsResponse';
161
+ export * from './ErxGetMedicationHistoryParams';
162
+ export * from './ErxGetMedicationHistoryResponse';
189
163
  export * from './ErxAddPatientPharmacyParams';
190
164
  export * from './ErxCancelPrescriptionParams';
191
165
  export * from './ErxSyncPatientParams';
@@ -201,3 +175,36 @@ export * from './TerminologySearchCptParams';
201
175
  export * from './TerminologySearchCptResponse';
202
176
  export * from './TerminologySearchHcpcsParams';
203
177
  export * from './TerminologySearchHcpcsResponse';
178
+ export * from './ZambdaSchedule';
179
+ export * from './ZambdaFunction';
180
+ export * from './ZambdaExecuteResult';
181
+ export * from './ZambdaListResponse';
182
+ export * from './ZambdaCreateParams';
183
+ export * from './ZambdaCreateResponse';
184
+ export * from './ZambdaGetParams';
185
+ export * from './ZambdaGetResponse';
186
+ export * from './ZambdaUpdateParams';
187
+ export * from './ZambdaUpdateResponse';
188
+ export * from './ZambdaDeleteParams';
189
+ export * from './ZambdaExecuteParams';
190
+ export * from './ZambdaExecuteResponse';
191
+ export * from './ZambdaExecutePublicParams';
192
+ export * from './ZambdaExecutePublicResponse';
193
+ export * from './ZambdaLogStreamListParams';
194
+ export * from './ZambdaLogStreamListResponse';
195
+ export * from './ZambdaS3UploadParams';
196
+ export * from './ZambdaS3UploadResponse';
197
+ export * from './ZambdaLogStreamSearchParams';
198
+ export * from './ZambdaLogStreamSearchResponse';
199
+ export * from './ZambdaLogStreamGetParams';
200
+ export * from './ZambdaLogStreamGetResponse';
201
+ export * from './RcmEligibilityCheckParams';
202
+ export * from './RcmEligibilityCheckResponse';
203
+ export * from './RcmSubmitClaimParams';
204
+ export * from './RcmSubmitClaimResponse';
205
+ export * from './RcmSetClaimStatusParams';
206
+ export * from './RcmSetClaimStatusResponse';
207
+ export * from './RcmListPayersParams';
208
+ export * from './RcmListPayersResponse';
209
+ export * from './RcmGetPayerParams';
210
+ export * from './RcmGetPayerResponse';
@@ -1,10 +0,0 @@
1
- import { ClaimCMS1500 } from './ClaimCMS1500';
2
- export interface RcmSubmitProfessionalClaimParams {
3
- /**
4
- * Enabling testMode will perform a dry run of claim submission. The claim will not be sent to payers, but the request processing and response will remain the same.
5
- */
6
- testMode?: boolean;
7
- cms1500: ClaimCMS1500;
8
- submitterOrganizationName: string;
9
- payerId: string;
10
- }
@@ -1,5 +0,0 @@
1
- import { Claim } from 'fhir/r4b';
2
- /**
3
- * A valid FHIR Claim object will be returned with details on the claim submission result.
4
- */
5
- export type RcmSubmitProfessionalClaimResponse = Claim;
@@ -1,6 +0,0 @@
1
- import { ClaimCMS1500 } from './ClaimCMS1500';
2
- export interface RcmValidateProfessionalClaimParams {
3
- cms1500: ClaimCMS1500;
4
- submitterOrganizationName: string;
5
- payerId: string;
6
- }
@@ -1,21 +0,0 @@
1
- /**
2
- * Claim validation result.
3
- */
4
- export interface RcmValidateProfessionalClaimResponse {
5
- errors?: {
6
- field?: string;
7
- value?: string;
8
- code?: string;
9
- description?: string;
10
- followupAction?: string;
11
- location?: string;
12
- }[];
13
- meta?: {
14
- submitterId?: string;
15
- senderId?: string;
16
- billerId?: string;
17
- traceId?: string;
18
- applicationMode?: string;
19
- };
20
- editStatus?: string;
21
- }
@@ -1,10 +0,0 @@
1
- import { ClaimCMS1500 } from './ClaimCMS1500';
2
- export interface RcmSubmitProfessionalClaimParams {
3
- /**
4
- * Enabling testMode will perform a dry run of claim submission. The claim will not be sent to payers, but the request processing and response will remain the same.
5
- */
6
- testMode?: boolean;
7
- cms1500: ClaimCMS1500;
8
- submitterOrganizationName: string;
9
- payerId: string;
10
- }
@@ -1,5 +0,0 @@
1
- import { Claim } from 'fhir/r4b';
2
- /**
3
- * A valid FHIR Claim object will be returned with details on the claim submission result.
4
- */
5
- export type RcmSubmitProfessionalClaimResponse = Claim;
@@ -1,6 +0,0 @@
1
- import { ClaimCMS1500 } from './ClaimCMS1500';
2
- export interface RcmValidateProfessionalClaimParams {
3
- cms1500: ClaimCMS1500;
4
- submitterOrganizationName: string;
5
- payerId: string;
6
- }
@@ -1,21 +0,0 @@
1
- /**
2
- * Claim validation result.
3
- */
4
- export interface RcmValidateProfessionalClaimResponse {
5
- errors?: {
6
- field?: string;
7
- value?: string;
8
- code?: string;
9
- description?: string;
10
- followupAction?: string;
11
- location?: string;
12
- }[];
13
- meta?: {
14
- submitterId?: string;
15
- senderId?: string;
16
- billerId?: string;
17
- traceId?: string;
18
- applicationMode?: string;
19
- };
20
- editStatus?: string;
21
- }
@@ -1,13 +0,0 @@
1
- // AUTOGENERATED -- DO NOT EDIT
2
-
3
- import { ClaimCMS1500 } from './ClaimCMS1500';
4
-
5
- export interface RcmSubmitProfessionalClaimParams {
6
- /**
7
- * Enabling testMode will perform a dry run of claim submission. The claim will not be sent to payers, but the request processing and response will remain the same.
8
- */
9
- testMode?: boolean;
10
- cms1500: ClaimCMS1500;
11
- submitterOrganizationName: string;
12
- payerId: string;
13
- }
@@ -1,7 +0,0 @@
1
- // AUTOGENERATED -- DO NOT EDIT
2
-
3
- import { Claim } from 'fhir/r4b';
4
- /**
5
- * A valid FHIR Claim object will be returned with details on the claim submission result.
6
- */
7
- export type RcmSubmitProfessionalClaimResponse = Claim;
@@ -1,9 +0,0 @@
1
- // AUTOGENERATED -- DO NOT EDIT
2
-
3
- import { ClaimCMS1500 } from './ClaimCMS1500';
4
-
5
- export interface RcmValidateProfessionalClaimParams {
6
- cms1500: ClaimCMS1500;
7
- submitterOrganizationName: string;
8
- payerId: string;
9
- }
@@ -1,23 +0,0 @@
1
- // AUTOGENERATED -- DO NOT EDIT
2
-
3
- /**
4
- * Claim validation result.
5
- */
6
- export interface RcmValidateProfessionalClaimResponse {
7
- errors?: {
8
- field?: string;
9
- value?: string;
10
- code?: string;
11
- description?: string;
12
- followupAction?: string;
13
- location?: string;
14
- }[];
15
- meta?: {
16
- submitterId?: string;
17
- senderId?: string;
18
- billerId?: string;
19
- traceId?: string;
20
- applicationMode?: string;
21
- };
22
- editStatus?: string;
23
- }