@awell-health/ui-library 0.1.33
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.
- package/README.md +77 -0
- package/dist/index.css +8917 -0
- package/dist/index.js +50543 -0
- package/dist/types/atoms/button/Button.d.ts +8 -0
- package/dist/types/atoms/button/index.d.ts +2 -0
- package/dist/types/atoms/checkboxButton/CheckboxButton.d.ts +8 -0
- package/dist/types/atoms/checkboxButton/index.d.ts +2 -0
- package/dist/types/atoms/datePicker/DatePicker.d.ts +10 -0
- package/dist/types/atoms/datePicker/index.d.ts +1 -0
- package/dist/types/atoms/description/Description.d.ts +6 -0
- package/dist/types/atoms/description/index.d.ts +2 -0
- package/dist/types/atoms/index.d.ts +21 -0
- package/dist/types/atoms/inputField/InputField.d.ts +10 -0
- package/dist/types/atoms/inputField/index.d.ts +2 -0
- package/dist/types/atoms/logo/Logo.d.ts +6 -0
- package/dist/types/atoms/logo/index.d.ts +2 -0
- package/dist/types/atoms/longTextField/LongTextField.d.ts +9 -0
- package/dist/types/atoms/longTextField/index.d.ts +2 -0
- package/dist/types/atoms/messageAttachment/MessageAttachment.d.ts +8 -0
- package/dist/types/atoms/messageAttachment/index.d.ts +2 -0
- package/dist/types/atoms/modal/Modal.d.ts +11 -0
- package/dist/types/atoms/modal/index.d.ts +1 -0
- package/dist/types/atoms/phoneInputField/PhoneInputField.d.ts +22 -0
- package/dist/types/atoms/phoneInputField/helpers.d.ts +3 -0
- package/dist/types/atoms/phoneInputField/index.d.ts +3 -0
- package/dist/types/atoms/progressIndicator/ProgressIndicator.d.ts +6 -0
- package/dist/types/atoms/progressIndicator/index.d.ts +1 -0
- package/dist/types/atoms/questionLabel/QuestionLabel.d.ts +6 -0
- package/dist/types/atoms/questionLabel/index.d.ts +2 -0
- package/dist/types/atoms/radioButton/RadioButton.d.ts +9 -0
- package/dist/types/atoms/radioButton/index.d.ts +2 -0
- package/dist/types/atoms/rangeInput/RangeInput.d.ts +18 -0
- package/dist/types/atoms/rangeInput/index.d.ts +2 -0
- package/dist/types/atoms/richTextViewer/RichTextViewer.d.ts +6 -0
- package/dist/types/atoms/richTextViewer/index.d.ts +1 -0
- package/dist/types/atoms/richTextViewer/serializeHtml.d.ts +3 -0
- package/dist/types/atoms/scheduling/cal.com/CalDotComScheduling.d.ts +11 -0
- package/dist/types/atoms/scheduling/cal.com/calDotComTypes.d.ts +8 -0
- package/dist/types/atoms/scheduling/cal.com/index.d.ts +2 -0
- package/dist/types/atoms/scheduling/index.d.ts +1 -0
- package/dist/types/atoms/scrollIndicator/ScrollIndicator.d.ts +2 -0
- package/dist/types/atoms/scrollIndicator/index.d.ts +1 -0
- package/dist/types/atoms/select/Select.d.ts +22 -0
- package/dist/types/atoms/select/index.d.ts +3 -0
- package/dist/types/atoms/select/types.d.ts +1 -0
- package/dist/types/atoms/spinner/Spinner.d.ts +7 -0
- package/dist/types/atoms/spinner/index.d.ts +1 -0
- package/dist/types/atoms/themeProvider/ThemeProvider.d.ts +6 -0
- package/dist/types/atoms/themeProvider/helpers.d.ts +3 -0
- package/dist/types/atoms/themeProvider/index.d.ts +2 -0
- package/dist/types/atoms/typingCaret/TypingCaret.d.ts +8 -0
- package/dist/types/atoms/typingCaret/index.d.ts +1 -0
- package/dist/types/atoms/typography/Typography.d.ts +22 -0
- package/dist/types/atoms/typography/index.d.ts +3 -0
- package/dist/types/atoms/typography/types.d.ts +3 -0
- package/dist/types/constants/descriptionFixture.d.ts +56 -0
- package/dist/types/constants/formFixture.d.ts +3 -0
- package/dist/types/constants/messageFixture.d.ts +56 -0
- package/dist/types/hooks/index.d.ts +5 -0
- package/dist/types/hooks/useAccentColor/index.d.ts +1 -0
- package/dist/types/hooks/useAccentColor/useAccentColor.d.ts +5 -0
- package/dist/types/hooks/useClickOutsideNotifier/index.d.ts +7 -0
- package/dist/types/hooks/useForm/helpers.d.ts +20 -0
- package/dist/types/hooks/useForm/index.d.ts +2 -0
- package/dist/types/hooks/useForm/types.d.ts +55 -0
- package/dist/types/hooks/useForm/useConversationalForm.d.ts +3 -0
- package/dist/types/hooks/useForm/useTraditionalForm.d.ts +3 -0
- package/dist/types/hooks/useHtmlScript.d.ts +5 -0
- package/dist/types/hooks/useScrollHint/index.d.ts +1 -0
- package/dist/types/hooks/useScrollHint/useScrollHint.d.ts +6 -0
- package/dist/types/hooks/useValidate/index.d.ts +2 -0
- package/dist/types/hooks/useValidate/types.d.ts +24 -0
- package/dist/types/hooks/useValidate/useValidate.d.ts +9 -0
- package/dist/types/hostedPages/activities/checklist/Checklist.d.ts +14 -0
- package/dist/types/hostedPages/activities/checklist/index.d.ts +2 -0
- package/dist/types/hostedPages/activities/cloudinary/CloudinarySingleFileUpload.d.ts +3 -0
- package/dist/types/hostedPages/activities/cloudinary/CloudinaryUpload.d.ts +3 -0
- package/dist/types/hostedPages/activities/cloudinary/components/CloudinaryUploadWidget.d.ts +10 -0
- package/dist/types/hostedPages/activities/cloudinary/components/index.d.ts +1 -0
- package/dist/types/hostedPages/activities/cloudinary/index.d.ts +2 -0
- package/dist/types/hostedPages/activities/cloudinary/types.d.ts +86 -0
- package/dist/types/hostedPages/activities/cloudinary/utils.d.ts +5 -0
- package/dist/types/hostedPages/activities/form/ConversationalForm.d.ts +3 -0
- package/dist/types/hostedPages/activities/form/TraditionalForm.d.ts +3 -0
- package/dist/types/hostedPages/activities/form/__testdata__/eq5d5lFixture.d.ts +51 -0
- package/dist/types/hostedPages/activities/form/__testdata__/testFormFixture.d.ts +5 -0
- package/dist/types/hostedPages/activities/form/index.d.ts +2 -0
- package/dist/types/hostedPages/activities/form/types.d.ts +20 -0
- package/dist/types/hostedPages/activities/message/Message.d.ts +3 -0
- package/dist/types/hostedPages/activities/message/index.d.ts +1 -0
- package/dist/types/hostedPages/activities/message/types.d.ts +16 -0
- package/dist/types/hostedPages/activities/scheduling/cal.com/CalDotcomActivity.d.ts +3 -0
- package/dist/types/hostedPages/activities/scheduling/cal.com/index.d.ts +1 -0
- package/dist/types/hostedPages/activities/scheduling/cal.com/types.d.ts +6 -0
- package/dist/types/hostedPages/activities/scheduling/index.d.ts +1 -0
- package/dist/types/hostedPages/activities/wizardForm/WizardForm.d.ts +2 -0
- package/dist/types/hostedPages/activities/wizardForm/__testdata__/testFormFixture.d.ts +6 -0
- package/dist/types/hostedPages/activities/wizardForm/index.d.ts +1 -0
- package/dist/types/hostedPages/index.d.ts +9 -0
- package/dist/types/hostedPages/layouts/HostedPageLayout/CloseButton/CloseButton.d.ts +6 -0
- package/dist/types/hostedPages/layouts/HostedPageLayout/CloseButton/index.d.ts +1 -0
- package/dist/types/hostedPages/layouts/HostedPageLayout/HostedPageFooter/HostedPageFooter.d.ts +6 -0
- package/dist/types/hostedPages/layouts/HostedPageLayout/HostedPageFooter/index.d.ts +1 -0
- package/dist/types/hostedPages/layouts/HostedPageLayout/HostedPageLayout.d.ts +8 -0
- package/dist/types/hostedPages/layouts/HostedPageLayout/index.d.ts +2 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/molecules/attachmentList/AttachmentList.d.ts +3 -0
- package/dist/types/molecules/attachmentList/index.d.ts +2 -0
- package/dist/types/molecules/attachmentList/types.d.ts +8 -0
- package/dist/types/molecules/avaGPT/avaGPT.d.ts +3 -0
- package/dist/types/molecules/avaGPT/index.d.ts +1 -0
- package/dist/types/molecules/avaGPT/types.d.ts +12 -0
- package/dist/types/molecules/index.d.ts +5 -0
- package/dist/types/molecules/multipleChoiceQuestion/MultipleChoiceQuestion.d.ts +11 -0
- package/dist/types/molecules/multipleChoiceQuestion/index.d.ts +1 -0
- package/dist/types/molecules/navbar/Navbar.d.ts +7 -0
- package/dist/types/molecules/navbar/index.d.ts +2 -0
- package/dist/types/molecules/question/Question.d.ts +4 -0
- package/dist/types/molecules/question/index.d.ts +1 -0
- package/dist/types/molecules/question/types.d.ts +31 -0
- package/dist/types/molecules/singleChoiceQuestion/SingleChoiceQuestion.d.ts +12 -0
- package/dist/types/molecules/singleChoiceQuestion/index.d.ts +1 -0
- package/dist/types/setupTests.d.ts +1 -0
- package/dist/types/types/form.d.ts +26 -0
- package/dist/types/types/generated/fragment-types.d.ts +0 -0
- package/dist/types/types/generated/types-orchestration.d.ts +1874 -0
- package/dist/types/types/index.d.ts +8 -0
- package/dist/types/types/message.d.ts +6 -0
- package/dist/types/types/question.d.ts +27 -0
- package/dist/types/types/richText.d.ts +7 -0
- package/package.json +194 -0
|
@@ -0,0 +1,1874 @@
|
|
|
1
|
+
export declare type Maybe<T> = T | null;
|
|
2
|
+
export declare type InputMaybe<T> = Maybe<T>;
|
|
3
|
+
export declare type Exact<T extends {
|
|
4
|
+
[key: string]: unknown;
|
|
5
|
+
}> = {
|
|
6
|
+
[K in keyof T]: T[K];
|
|
7
|
+
};
|
|
8
|
+
export declare type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
9
|
+
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
10
|
+
};
|
|
11
|
+
export declare type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
12
|
+
[SubKey in K]: Maybe<T[SubKey]>;
|
|
13
|
+
};
|
|
14
|
+
export declare type Scalars = {
|
|
15
|
+
ID: string;
|
|
16
|
+
String: string;
|
|
17
|
+
Boolean: boolean;
|
|
18
|
+
Int: number;
|
|
19
|
+
Float: number;
|
|
20
|
+
SafeDate: any;
|
|
21
|
+
};
|
|
22
|
+
export declare type ActionPayload = Payload & {
|
|
23
|
+
__typename?: 'ActionPayload';
|
|
24
|
+
calculationId: Scalars['String'];
|
|
25
|
+
code: Scalars['String'];
|
|
26
|
+
success: Scalars['Boolean'];
|
|
27
|
+
};
|
|
28
|
+
export declare enum ActionType {
|
|
29
|
+
ApiCall = "API_CALL",
|
|
30
|
+
ApiCallGraphql = "API_CALL_GRAPHQL",
|
|
31
|
+
Calculation = "CALCULATION",
|
|
32
|
+
Checklist = "CHECKLIST",
|
|
33
|
+
ClinicalNote = "CLINICAL_NOTE",
|
|
34
|
+
Form = "FORM",
|
|
35
|
+
Message = "MESSAGE",
|
|
36
|
+
Plugin = "PLUGIN",
|
|
37
|
+
PushToEmr = "PUSH_TO_EMR"
|
|
38
|
+
}
|
|
39
|
+
export declare type ActivitiesPayload = Payload & {
|
|
40
|
+
__typename?: 'ActivitiesPayload';
|
|
41
|
+
activities: Array<Activity>;
|
|
42
|
+
code: Scalars['String'];
|
|
43
|
+
metadata?: Maybe<ActivityMetadata>;
|
|
44
|
+
pagination?: Maybe<PaginationOutput>;
|
|
45
|
+
sorting?: Maybe<SortingOutput>;
|
|
46
|
+
success: Scalars['Boolean'];
|
|
47
|
+
};
|
|
48
|
+
export declare type Activity = {
|
|
49
|
+
__typename?: 'Activity';
|
|
50
|
+
action: ActivityAction;
|
|
51
|
+
container_name?: Maybe<Scalars['String']>;
|
|
52
|
+
context?: Maybe<PathwayContext>;
|
|
53
|
+
date: Scalars['String'];
|
|
54
|
+
form?: Maybe<Form>;
|
|
55
|
+
form_display_mode?: Maybe<FormDisplayMode>;
|
|
56
|
+
icon_url?: Maybe<Scalars['String']>;
|
|
57
|
+
id: Scalars['ID'];
|
|
58
|
+
indirect_object?: Maybe<ActivityObject>;
|
|
59
|
+
isUserActivity: Scalars['Boolean'];
|
|
60
|
+
label?: Maybe<ActivityLabel>;
|
|
61
|
+
object: ActivityObject;
|
|
62
|
+
public?: Maybe<Scalars['Boolean']>;
|
|
63
|
+
reference_id: Scalars['String'];
|
|
64
|
+
resolution?: Maybe<ActivityResolution>;
|
|
65
|
+
session_id?: Maybe<Scalars['String']>;
|
|
66
|
+
stakeholders?: Maybe<Array<ActivityObject>>;
|
|
67
|
+
status: ActivityStatus;
|
|
68
|
+
stream_id: Scalars['String'];
|
|
69
|
+
sub_activities: Array<SubActivity>;
|
|
70
|
+
subject: ActivitySubject;
|
|
71
|
+
track?: Maybe<ActivityTrack>;
|
|
72
|
+
};
|
|
73
|
+
export declare enum ActivityAction {
|
|
74
|
+
Activate = "ACTIVATE",
|
|
75
|
+
Added = "ADDED",
|
|
76
|
+
Assigned = "ASSIGNED",
|
|
77
|
+
Complete = "COMPLETE",
|
|
78
|
+
Computed = "COMPUTED",
|
|
79
|
+
Delegated = "DELEGATED",
|
|
80
|
+
Deliver = "DELIVER",
|
|
81
|
+
Discarded = "DISCARDED",
|
|
82
|
+
Failed = "FAILED",
|
|
83
|
+
FailedToSend = "FAILED_TO_SEND",
|
|
84
|
+
Generated = "GENERATED",
|
|
85
|
+
IsWaitingOn = "IS_WAITING_ON",
|
|
86
|
+
Postponed = "POSTPONED",
|
|
87
|
+
Processed = "PROCESSED",
|
|
88
|
+
Read = "READ",
|
|
89
|
+
Remind = "REMIND",
|
|
90
|
+
Reported = "REPORTED",
|
|
91
|
+
Scheduled = "SCHEDULED",
|
|
92
|
+
Send = "SEND",
|
|
93
|
+
Skipped = "SKIPPED",
|
|
94
|
+
Stopped = "STOPPED",
|
|
95
|
+
Submitted = "SUBMITTED"
|
|
96
|
+
}
|
|
97
|
+
export declare type ActivityLabel = {
|
|
98
|
+
__typename?: 'ActivityLabel';
|
|
99
|
+
color: Scalars['String'];
|
|
100
|
+
id?: Maybe<Scalars['String']>;
|
|
101
|
+
text: Scalars['String'];
|
|
102
|
+
};
|
|
103
|
+
export declare type ActivityMetadata = {
|
|
104
|
+
__typename?: 'ActivityMetadata';
|
|
105
|
+
stakeholders?: Maybe<Array<ActivityObject>>;
|
|
106
|
+
};
|
|
107
|
+
export declare type ActivityObject = {
|
|
108
|
+
__typename?: 'ActivityObject';
|
|
109
|
+
email?: Maybe<Scalars['String']>;
|
|
110
|
+
id: Scalars['String'];
|
|
111
|
+
name: Scalars['String'];
|
|
112
|
+
preferred_language?: Maybe<Scalars['String']>;
|
|
113
|
+
type: ActivityObjectType;
|
|
114
|
+
};
|
|
115
|
+
export declare enum ActivityObjectType {
|
|
116
|
+
Action = "ACTION",
|
|
117
|
+
ApiCall = "API_CALL",
|
|
118
|
+
Calculation = "CALCULATION",
|
|
119
|
+
Checklist = "CHECKLIST",
|
|
120
|
+
ClinicalNote = "CLINICAL_NOTE",
|
|
121
|
+
EmrReport = "EMR_REPORT",
|
|
122
|
+
EmrRequest = "EMR_REQUEST",
|
|
123
|
+
EvaluatedRule = "EVALUATED_RULE",
|
|
124
|
+
Form = "FORM",
|
|
125
|
+
Message = "MESSAGE",
|
|
126
|
+
Pathway = "PATHWAY",
|
|
127
|
+
Patient = "PATIENT",
|
|
128
|
+
Plugin = "PLUGIN",
|
|
129
|
+
PluginAction = "PLUGIN_ACTION",
|
|
130
|
+
Reminder = "REMINDER",
|
|
131
|
+
Stakeholder = "STAKEHOLDER",
|
|
132
|
+
Step = "STEP",
|
|
133
|
+
Track = "TRACK",
|
|
134
|
+
User = "USER"
|
|
135
|
+
}
|
|
136
|
+
export declare enum ActivityResolution {
|
|
137
|
+
Failure = "FAILURE",
|
|
138
|
+
Success = "SUCCESS"
|
|
139
|
+
}
|
|
140
|
+
export declare enum ActivityStatus {
|
|
141
|
+
Active = "ACTIVE",
|
|
142
|
+
Canceled = "CANCELED",
|
|
143
|
+
Done = "DONE",
|
|
144
|
+
Failed = "FAILED"
|
|
145
|
+
}
|
|
146
|
+
export declare type ActivitySubject = {
|
|
147
|
+
__typename?: 'ActivitySubject';
|
|
148
|
+
id?: Maybe<Scalars['String']>;
|
|
149
|
+
name: Scalars['String'];
|
|
150
|
+
type: ActivitySubjectType;
|
|
151
|
+
};
|
|
152
|
+
export declare enum ActivitySubjectType {
|
|
153
|
+
ApiCall = "API_CALL",
|
|
154
|
+
Awell = "AWELL",
|
|
155
|
+
Plugin = "PLUGIN",
|
|
156
|
+
Stakeholder = "STAKEHOLDER",
|
|
157
|
+
User = "USER"
|
|
158
|
+
}
|
|
159
|
+
export declare type ActivityTrack = {
|
|
160
|
+
__typename?: 'ActivityTrack';
|
|
161
|
+
id?: Maybe<Scalars['String']>;
|
|
162
|
+
title: Scalars['String'];
|
|
163
|
+
};
|
|
164
|
+
export declare type AddTrackInput = {
|
|
165
|
+
pathway_id: Scalars['String'];
|
|
166
|
+
track_id: Scalars['String'];
|
|
167
|
+
};
|
|
168
|
+
export declare type AddTrackPayload = Payload & {
|
|
169
|
+
__typename?: 'AddTrackPayload';
|
|
170
|
+
code: Scalars['String'];
|
|
171
|
+
success: Scalars['Boolean'];
|
|
172
|
+
};
|
|
173
|
+
export declare type Address = {
|
|
174
|
+
__typename?: 'Address';
|
|
175
|
+
city?: Maybe<Scalars['String']>;
|
|
176
|
+
country?: Maybe<Scalars['String']>;
|
|
177
|
+
state?: Maybe<Scalars['String']>;
|
|
178
|
+
street?: Maybe<Scalars['String']>;
|
|
179
|
+
zip?: Maybe<Scalars['String']>;
|
|
180
|
+
};
|
|
181
|
+
export declare type AddressInput = {
|
|
182
|
+
city?: InputMaybe<Scalars['String']>;
|
|
183
|
+
country?: InputMaybe<Scalars['String']>;
|
|
184
|
+
state?: InputMaybe<Scalars['String']>;
|
|
185
|
+
street?: InputMaybe<Scalars['String']>;
|
|
186
|
+
zip?: InputMaybe<Scalars['String']>;
|
|
187
|
+
};
|
|
188
|
+
export declare type Answer = {
|
|
189
|
+
__typename?: 'Answer';
|
|
190
|
+
question_id: Scalars['String'];
|
|
191
|
+
value: Scalars['String'];
|
|
192
|
+
value_type: DataPointValueType;
|
|
193
|
+
};
|
|
194
|
+
export declare type AnswerInput = {
|
|
195
|
+
question_id: Scalars['String'];
|
|
196
|
+
value: Scalars['String'];
|
|
197
|
+
};
|
|
198
|
+
export declare type ApiCall = {
|
|
199
|
+
__typename?: 'ApiCall';
|
|
200
|
+
created_at: Scalars['String'];
|
|
201
|
+
id: Scalars['ID'];
|
|
202
|
+
request: ApiCallRequest;
|
|
203
|
+
responses: Array<ApiCallResponse>;
|
|
204
|
+
status: ApiCallStatus;
|
|
205
|
+
title: Scalars['String'];
|
|
206
|
+
};
|
|
207
|
+
export declare type ApiCallHeader = {
|
|
208
|
+
__typename?: 'ApiCallHeader';
|
|
209
|
+
key: Scalars['String'];
|
|
210
|
+
value: Scalars['String'];
|
|
211
|
+
};
|
|
212
|
+
export declare type ApiCallPayload = Payload & {
|
|
213
|
+
__typename?: 'ApiCallPayload';
|
|
214
|
+
api_call: ApiCall;
|
|
215
|
+
code: Scalars['String'];
|
|
216
|
+
success: Scalars['Boolean'];
|
|
217
|
+
};
|
|
218
|
+
export declare type ApiCallRequest = {
|
|
219
|
+
__typename?: 'ApiCallRequest';
|
|
220
|
+
body?: Maybe<Scalars['String']>;
|
|
221
|
+
endpoint: Scalars['String'];
|
|
222
|
+
headers: Array<ApiCallHeader>;
|
|
223
|
+
method: ApiCallRequestMethod;
|
|
224
|
+
};
|
|
225
|
+
export declare enum ApiCallRequestMethod {
|
|
226
|
+
Get = "GET",
|
|
227
|
+
Post = "POST"
|
|
228
|
+
}
|
|
229
|
+
export declare type ApiCallResponse = {
|
|
230
|
+
__typename?: 'ApiCallResponse';
|
|
231
|
+
body: Scalars['String'];
|
|
232
|
+
date: Scalars['String'];
|
|
233
|
+
status: Scalars['Float'];
|
|
234
|
+
};
|
|
235
|
+
export declare enum ApiCallStatus {
|
|
236
|
+
Failed = "Failed",
|
|
237
|
+
InProgress = "InProgress",
|
|
238
|
+
Pending = "Pending",
|
|
239
|
+
PermanentlyFailed = "PermanentlyFailed",
|
|
240
|
+
Skipped = "Skipped",
|
|
241
|
+
Success = "Success"
|
|
242
|
+
}
|
|
243
|
+
export declare type ApiCallsPayload = Payload & {
|
|
244
|
+
__typename?: 'ApiCallsPayload';
|
|
245
|
+
api_calls: Array<ApiCall>;
|
|
246
|
+
code: Scalars['String'];
|
|
247
|
+
success: Scalars['Boolean'];
|
|
248
|
+
};
|
|
249
|
+
export declare type ApiPathwayContext = {
|
|
250
|
+
__typename?: 'ApiPathwayContext';
|
|
251
|
+
id: Scalars['String'];
|
|
252
|
+
pathway_definition_id: Scalars['String'];
|
|
253
|
+
patient_id?: Maybe<Scalars['String']>;
|
|
254
|
+
start_date?: Maybe<Scalars['String']>;
|
|
255
|
+
};
|
|
256
|
+
export declare type AuditTrail = {
|
|
257
|
+
__typename?: 'AuditTrail';
|
|
258
|
+
date: Scalars['SafeDate'];
|
|
259
|
+
user_email?: Maybe<Scalars['String']>;
|
|
260
|
+
user_id: Scalars['String'];
|
|
261
|
+
};
|
|
262
|
+
export declare type BaselineDataPoint = {
|
|
263
|
+
__typename?: 'BaselineDataPoint';
|
|
264
|
+
definition: DataPointDefinition;
|
|
265
|
+
value?: Maybe<Scalars['String']>;
|
|
266
|
+
};
|
|
267
|
+
export declare type BaselineInfoInput = {
|
|
268
|
+
data_point_definition_id: Scalars['String'];
|
|
269
|
+
value: Scalars['String'];
|
|
270
|
+
};
|
|
271
|
+
export declare type BaselineInfoPayload = Payload & {
|
|
272
|
+
__typename?: 'BaselineInfoPayload';
|
|
273
|
+
baselineDataPoints: Array<BaselineDataPoint>;
|
|
274
|
+
code: Scalars['String'];
|
|
275
|
+
success: Scalars['Boolean'];
|
|
276
|
+
};
|
|
277
|
+
export declare enum BooleanOperator {
|
|
278
|
+
And = "AND",
|
|
279
|
+
Or = "OR"
|
|
280
|
+
}
|
|
281
|
+
export declare type BrandingSettings = {
|
|
282
|
+
__typename?: 'BrandingSettings';
|
|
283
|
+
accent_color?: Maybe<Scalars['String']>;
|
|
284
|
+
hosted_page_auto_progress?: Maybe<Scalars['Boolean']>;
|
|
285
|
+
hosted_page_autosave?: Maybe<Scalars['Boolean']>;
|
|
286
|
+
hosted_page_title?: Maybe<Scalars['String']>;
|
|
287
|
+
logo_url?: Maybe<Scalars['String']>;
|
|
288
|
+
};
|
|
289
|
+
export declare type CalculationResultsPayload = Payload & {
|
|
290
|
+
__typename?: 'CalculationResultsPayload';
|
|
291
|
+
code: Scalars['String'];
|
|
292
|
+
result: Array<SingleCalculationResult>;
|
|
293
|
+
success: Scalars['Boolean'];
|
|
294
|
+
};
|
|
295
|
+
export declare type CancelScheduledTracksInput = {
|
|
296
|
+
ids: Array<Scalars['String']>;
|
|
297
|
+
};
|
|
298
|
+
export declare type CancelScheduledTracksPayload = Payload & {
|
|
299
|
+
__typename?: 'CancelScheduledTracksPayload';
|
|
300
|
+
code: Scalars['String'];
|
|
301
|
+
success: Scalars['Boolean'];
|
|
302
|
+
unscheduled_ids: Array<Scalars['String']>;
|
|
303
|
+
};
|
|
304
|
+
export declare type Checklist = {
|
|
305
|
+
__typename?: 'Checklist';
|
|
306
|
+
items: Array<Scalars['String']>;
|
|
307
|
+
title: Scalars['String'];
|
|
308
|
+
};
|
|
309
|
+
export declare type ChecklistPayload = Payload & {
|
|
310
|
+
__typename?: 'ChecklistPayload';
|
|
311
|
+
checklist?: Maybe<Checklist>;
|
|
312
|
+
code: Scalars['String'];
|
|
313
|
+
success: Scalars['Boolean'];
|
|
314
|
+
};
|
|
315
|
+
export declare type ClinicalNotePayload = Payload & {
|
|
316
|
+
__typename?: 'ClinicalNotePayload';
|
|
317
|
+
clinical_note: GeneratedClinicalNote;
|
|
318
|
+
code: Scalars['String'];
|
|
319
|
+
success: Scalars['Boolean'];
|
|
320
|
+
};
|
|
321
|
+
export declare type CompleteExtensionActivityInput = {
|
|
322
|
+
activity_id: Scalars['String'];
|
|
323
|
+
data_points: Array<ExtensionDataPointInput>;
|
|
324
|
+
};
|
|
325
|
+
export declare type CompleteExtensionActivityPayload = Payload & {
|
|
326
|
+
__typename?: 'CompleteExtensionActivityPayload';
|
|
327
|
+
activity: Activity;
|
|
328
|
+
code: Scalars['String'];
|
|
329
|
+
success: Scalars['Boolean'];
|
|
330
|
+
};
|
|
331
|
+
export declare type Condition = {
|
|
332
|
+
__typename?: 'Condition';
|
|
333
|
+
id: Scalars['ID'];
|
|
334
|
+
operand?: Maybe<Operand>;
|
|
335
|
+
operator?: Maybe<ConditionOperator>;
|
|
336
|
+
reference?: Maybe<Scalars['String']>;
|
|
337
|
+
reference_key?: Maybe<Scalars['String']>;
|
|
338
|
+
};
|
|
339
|
+
export declare enum ConditionOperandType {
|
|
340
|
+
Boolean = "BOOLEAN",
|
|
341
|
+
DataPoint = "DATA_POINT",
|
|
342
|
+
DataSource = "DATA_SOURCE",
|
|
343
|
+
Number = "NUMBER",
|
|
344
|
+
NumbersArray = "NUMBERS_ARRAY",
|
|
345
|
+
String = "STRING"
|
|
346
|
+
}
|
|
347
|
+
export declare enum ConditionOperator {
|
|
348
|
+
Contains = "CONTAINS",
|
|
349
|
+
DoesNotContain = "DOES_NOT_CONTAIN",
|
|
350
|
+
IsAnyOf = "IS_ANY_OF",
|
|
351
|
+
IsEmpty = "IS_EMPTY",
|
|
352
|
+
IsEqualTo = "IS_EQUAL_TO",
|
|
353
|
+
IsGreaterThan = "IS_GREATER_THAN",
|
|
354
|
+
IsGreaterThanOrEqualTo = "IS_GREATER_THAN_OR_EQUAL_TO",
|
|
355
|
+
IsInRange = "IS_IN_RANGE",
|
|
356
|
+
IsLessThan = "IS_LESS_THAN",
|
|
357
|
+
IsLessThanOrEqualTo = "IS_LESS_THAN_OR_EQUAL_TO",
|
|
358
|
+
IsNoneOf = "IS_NONE_OF",
|
|
359
|
+
IsNotEmpty = "IS_NOT_EMPTY",
|
|
360
|
+
IsNotEqualTo = "IS_NOT_EQUAL_TO",
|
|
361
|
+
IsNotTrue = "IS_NOT_TRUE",
|
|
362
|
+
IsToday = "IS_TODAY",
|
|
363
|
+
IsTrue = "IS_TRUE"
|
|
364
|
+
}
|
|
365
|
+
export declare type CreatePatientInput = {
|
|
366
|
+
address?: InputMaybe<AddressInput>;
|
|
367
|
+
birth_date?: InputMaybe<Scalars['String']>;
|
|
368
|
+
email?: InputMaybe<Scalars['String']>;
|
|
369
|
+
first_name?: InputMaybe<Scalars['String']>;
|
|
370
|
+
last_name?: InputMaybe<Scalars['String']>;
|
|
371
|
+
mobile_phone?: InputMaybe<Scalars['String']>;
|
|
372
|
+
national_registry_number?: InputMaybe<Scalars['String']>;
|
|
373
|
+
patient_code?: InputMaybe<Scalars['String']>;
|
|
374
|
+
phone?: InputMaybe<Scalars['String']>;
|
|
375
|
+
preferred_language?: InputMaybe<Scalars['String']>;
|
|
376
|
+
sex?: InputMaybe<Sex>;
|
|
377
|
+
};
|
|
378
|
+
export declare type CreatePatientPayload = Payload & {
|
|
379
|
+
__typename?: 'CreatePatientPayload';
|
|
380
|
+
code: Scalars['String'];
|
|
381
|
+
patient?: Maybe<User>;
|
|
382
|
+
success: Scalars['Boolean'];
|
|
383
|
+
};
|
|
384
|
+
export declare type DataPointDefinition = {
|
|
385
|
+
__typename?: 'DataPointDefinition';
|
|
386
|
+
category: DataPointSourceType;
|
|
387
|
+
id: Scalars['ID'];
|
|
388
|
+
key: Scalars['String'];
|
|
389
|
+
metadata?: Maybe<Array<DataPointMetaDataItem>>;
|
|
390
|
+
optional?: Maybe<Scalars['Boolean']>;
|
|
391
|
+
pii?: Maybe<Scalars['Boolean']>;
|
|
392
|
+
possibleValues?: Maybe<Array<DataPointPossibleValue>>;
|
|
393
|
+
range?: Maybe<Range>;
|
|
394
|
+
source_definition_id: Scalars['String'];
|
|
395
|
+
title: Scalars['String'];
|
|
396
|
+
unit?: Maybe<Scalars['String']>;
|
|
397
|
+
valueType: DataPointValueType;
|
|
398
|
+
};
|
|
399
|
+
export declare type DataPointInput = {
|
|
400
|
+
data_point_definition_id: Scalars['String'];
|
|
401
|
+
value: Scalars['String'];
|
|
402
|
+
};
|
|
403
|
+
export declare type DataPointMetaDataItem = {
|
|
404
|
+
__typename?: 'DataPointMetaDataItem';
|
|
405
|
+
key: Scalars['String'];
|
|
406
|
+
value: Scalars['String'];
|
|
407
|
+
};
|
|
408
|
+
export declare type DataPointPossibleValue = {
|
|
409
|
+
__typename?: 'DataPointPossibleValue';
|
|
410
|
+
label?: Maybe<Scalars['String']>;
|
|
411
|
+
value: Scalars['String'];
|
|
412
|
+
};
|
|
413
|
+
export declare enum DataPointSourceType {
|
|
414
|
+
ApiCall = "API_CALL",
|
|
415
|
+
ApiCallStatus = "API_CALL_STATUS",
|
|
416
|
+
Calculation = "CALCULATION",
|
|
417
|
+
ExtensionAction = "EXTENSION_ACTION",
|
|
418
|
+
ExtensionWebhook = "EXTENSION_WEBHOOK",
|
|
419
|
+
Form = "FORM",
|
|
420
|
+
Pathway = "PATHWAY",
|
|
421
|
+
PatientProfile = "PATIENT_PROFILE",
|
|
422
|
+
Step = "STEP",
|
|
423
|
+
Track = "TRACK"
|
|
424
|
+
}
|
|
425
|
+
export declare enum DataPointValueType {
|
|
426
|
+
Boolean = "BOOLEAN",
|
|
427
|
+
Date = "DATE",
|
|
428
|
+
Number = "NUMBER",
|
|
429
|
+
NumbersArray = "NUMBERS_ARRAY",
|
|
430
|
+
String = "STRING",
|
|
431
|
+
Telephone = "TELEPHONE"
|
|
432
|
+
}
|
|
433
|
+
export declare type DateFilter = {
|
|
434
|
+
gte?: InputMaybe<Scalars['String']>;
|
|
435
|
+
lte?: InputMaybe<Scalars['String']>;
|
|
436
|
+
};
|
|
437
|
+
export declare type DeletePathwayInput = {
|
|
438
|
+
pathway_id: Scalars['String'];
|
|
439
|
+
};
|
|
440
|
+
export declare type DeletePatientInput = {
|
|
441
|
+
patient_id: Scalars['String'];
|
|
442
|
+
};
|
|
443
|
+
export declare type Element = {
|
|
444
|
+
__typename?: 'Element';
|
|
445
|
+
activity_type?: Maybe<ActionType>;
|
|
446
|
+
context: PathwayContext;
|
|
447
|
+
end_date?: Maybe<Scalars['String']>;
|
|
448
|
+
id: Scalars['ID'];
|
|
449
|
+
label?: Maybe<ActivityLabel>;
|
|
450
|
+
name: Scalars['String'];
|
|
451
|
+
parent_id?: Maybe<Scalars['ID']>;
|
|
452
|
+
stakeholders: Array<ElementStakeholder>;
|
|
453
|
+
start_date: Scalars['String'];
|
|
454
|
+
status: ElementStatus;
|
|
455
|
+
type: ElementType;
|
|
456
|
+
};
|
|
457
|
+
export declare type ElementStakeholder = {
|
|
458
|
+
__typename?: 'ElementStakeholder';
|
|
459
|
+
id: Scalars['ID'];
|
|
460
|
+
name?: Maybe<Scalars['String']>;
|
|
461
|
+
};
|
|
462
|
+
export declare enum ElementStatus {
|
|
463
|
+
Active = "ACTIVE",
|
|
464
|
+
Discarded = "DISCARDED",
|
|
465
|
+
Done = "DONE",
|
|
466
|
+
Postponed = "POSTPONED",
|
|
467
|
+
Scheduled = "SCHEDULED",
|
|
468
|
+
Stopped = "STOPPED"
|
|
469
|
+
}
|
|
470
|
+
export declare enum ElementType {
|
|
471
|
+
Action = "ACTION",
|
|
472
|
+
Pathway = "PATHWAY",
|
|
473
|
+
Step = "STEP",
|
|
474
|
+
Track = "TRACK",
|
|
475
|
+
Trigger = "TRIGGER"
|
|
476
|
+
}
|
|
477
|
+
export declare type ElementsPayload = Payload & {
|
|
478
|
+
__typename?: 'ElementsPayload';
|
|
479
|
+
code: Scalars['String'];
|
|
480
|
+
elements: Array<Element>;
|
|
481
|
+
success: Scalars['Boolean'];
|
|
482
|
+
};
|
|
483
|
+
export declare type EmptyPayload = Payload & {
|
|
484
|
+
__typename?: 'EmptyPayload';
|
|
485
|
+
code: Scalars['String'];
|
|
486
|
+
success: Scalars['Boolean'];
|
|
487
|
+
};
|
|
488
|
+
export declare type EmrReport = {
|
|
489
|
+
__typename?: 'EmrReport';
|
|
490
|
+
id: Scalars['ID'];
|
|
491
|
+
message_html: Scalars['String'];
|
|
492
|
+
metadata?: Maybe<Array<EmrReportMetadataField>>;
|
|
493
|
+
};
|
|
494
|
+
export declare type EmrReportMetadataField = {
|
|
495
|
+
__typename?: 'EmrReportMetadataField';
|
|
496
|
+
id: Scalars['ID'];
|
|
497
|
+
label: Scalars['String'];
|
|
498
|
+
value?: Maybe<Scalars['String']>;
|
|
499
|
+
};
|
|
500
|
+
export declare type EmrReportPayload = Payload & {
|
|
501
|
+
__typename?: 'EmrReportPayload';
|
|
502
|
+
code: Scalars['String'];
|
|
503
|
+
report?: Maybe<EmrReport>;
|
|
504
|
+
success: Scalars['Boolean'];
|
|
505
|
+
};
|
|
506
|
+
export declare type EvaluateFormRulesInput = {
|
|
507
|
+
answers: Array<AnswerInput>;
|
|
508
|
+
form_id: Scalars['String'];
|
|
509
|
+
};
|
|
510
|
+
export declare type EvaluateFormRulesPayload = Payload & {
|
|
511
|
+
__typename?: 'EvaluateFormRulesPayload';
|
|
512
|
+
code: Scalars['String'];
|
|
513
|
+
results: Array<QuestionRuleResult>;
|
|
514
|
+
success: Scalars['Boolean'];
|
|
515
|
+
};
|
|
516
|
+
export declare type ExtensionActionField = {
|
|
517
|
+
__typename?: 'ExtensionActionField';
|
|
518
|
+
id: Scalars['ID'];
|
|
519
|
+
label: Scalars['String'];
|
|
520
|
+
type: ExtensionActionFieldType;
|
|
521
|
+
value: Scalars['String'];
|
|
522
|
+
};
|
|
523
|
+
export declare enum ExtensionActionFieldType {
|
|
524
|
+
Boolean = "BOOLEAN",
|
|
525
|
+
Date = "DATE",
|
|
526
|
+
Html = "HTML",
|
|
527
|
+
Json = "JSON",
|
|
528
|
+
Numeric = "NUMERIC",
|
|
529
|
+
String = "STRING",
|
|
530
|
+
Text = "TEXT"
|
|
531
|
+
}
|
|
532
|
+
export declare type ExtensionActivityRecord = {
|
|
533
|
+
__typename?: 'ExtensionActivityRecord';
|
|
534
|
+
activity_id: Scalars['String'];
|
|
535
|
+
data_points: Array<ExtensionDataPoint>;
|
|
536
|
+
date: Scalars['String'];
|
|
537
|
+
fields: Array<ExtensionActionField>;
|
|
538
|
+
id: Scalars['ID'];
|
|
539
|
+
pathway_id: Scalars['String'];
|
|
540
|
+
plugin_action_key: Scalars['String'];
|
|
541
|
+
plugin_key: Scalars['String'];
|
|
542
|
+
settings?: Maybe<Array<PluginActionSettingsProperty>>;
|
|
543
|
+
};
|
|
544
|
+
export declare type ExtensionActivityRecordPayload = Payload & {
|
|
545
|
+
__typename?: 'ExtensionActivityRecordPayload';
|
|
546
|
+
code: Scalars['String'];
|
|
547
|
+
record: ExtensionActivityRecord;
|
|
548
|
+
success: Scalars['Boolean'];
|
|
549
|
+
};
|
|
550
|
+
export declare type ExtensionDataPoint = {
|
|
551
|
+
__typename?: 'ExtensionDataPoint';
|
|
552
|
+
label: Scalars['String'];
|
|
553
|
+
value: Scalars['String'];
|
|
554
|
+
};
|
|
555
|
+
export declare type ExtensionDataPointInput = {
|
|
556
|
+
key: Scalars['String'];
|
|
557
|
+
value: Scalars['String'];
|
|
558
|
+
};
|
|
559
|
+
export declare type FilterActivitiesParams = {
|
|
560
|
+
action?: InputMaybe<StringArrayFilter>;
|
|
561
|
+
activity_status?: InputMaybe<StringArrayFilter>;
|
|
562
|
+
activity_type?: InputMaybe<StringArrayFilter>;
|
|
563
|
+
pathway_definition_id?: InputMaybe<StringArrayFilter>;
|
|
564
|
+
pathway_status?: InputMaybe<StringArrayFilter>;
|
|
565
|
+
patient_id?: InputMaybe<TextFilterEquals>;
|
|
566
|
+
stakeholders?: InputMaybe<StringArrayFilter>;
|
|
567
|
+
};
|
|
568
|
+
export declare type FilterPathwayDataPointDefinitionsParams = {
|
|
569
|
+
category?: InputMaybe<StringArrayFilter>;
|
|
570
|
+
value_type?: InputMaybe<StringArrayFilter>;
|
|
571
|
+
};
|
|
572
|
+
export declare type FilterPathwayDefinitionsParams = {
|
|
573
|
+
search?: InputMaybe<TextFilterContains>;
|
|
574
|
+
};
|
|
575
|
+
export declare type FilterPathways = {
|
|
576
|
+
pathway_definition_id?: InputMaybe<IdFilter>;
|
|
577
|
+
patient_id?: InputMaybe<StringArrayFilter>;
|
|
578
|
+
release_id?: InputMaybe<StringArrayFilter>;
|
|
579
|
+
start_date?: InputMaybe<DateFilter>;
|
|
580
|
+
status?: InputMaybe<StringArrayFilter>;
|
|
581
|
+
version?: InputMaybe<NumberArrayFilter>;
|
|
582
|
+
};
|
|
583
|
+
export declare type FilterPatientPathways = {
|
|
584
|
+
status: StringArrayFilter;
|
|
585
|
+
};
|
|
586
|
+
export declare type FilterPatients = {
|
|
587
|
+
name?: InputMaybe<TextFilter>;
|
|
588
|
+
national_registry_number?: InputMaybe<TextFilterEquals>;
|
|
589
|
+
patient_code?: InputMaybe<TextFilterEquals>;
|
|
590
|
+
profile_id?: InputMaybe<StringArrayFilter>;
|
|
591
|
+
search?: InputMaybe<TextFilterContains>;
|
|
592
|
+
};
|
|
593
|
+
export declare type Form = {
|
|
594
|
+
__typename?: 'Form';
|
|
595
|
+
definition_id: Scalars['String'];
|
|
596
|
+
id: Scalars['ID'];
|
|
597
|
+
key: Scalars['String'];
|
|
598
|
+
metadata?: Maybe<Scalars['String']>;
|
|
599
|
+
questions: Array<Question>;
|
|
600
|
+
release_id: Scalars['String'];
|
|
601
|
+
title: Scalars['String'];
|
|
602
|
+
trademark?: Maybe<Scalars['String']>;
|
|
603
|
+
};
|
|
604
|
+
export declare enum FormDisplayMode {
|
|
605
|
+
Conversational = "CONVERSATIONAL",
|
|
606
|
+
Regular = "REGULAR"
|
|
607
|
+
}
|
|
608
|
+
export declare type FormPayload = Payload & {
|
|
609
|
+
__typename?: 'FormPayload';
|
|
610
|
+
code: Scalars['String'];
|
|
611
|
+
form?: Maybe<Form>;
|
|
612
|
+
success: Scalars['Boolean'];
|
|
613
|
+
};
|
|
614
|
+
export declare type FormResponse = {
|
|
615
|
+
__typename?: 'FormResponse';
|
|
616
|
+
answers: Array<Answer>;
|
|
617
|
+
};
|
|
618
|
+
export declare type FormResponsePayload = Payload & {
|
|
619
|
+
__typename?: 'FormResponsePayload';
|
|
620
|
+
code: Scalars['String'];
|
|
621
|
+
response: FormResponse;
|
|
622
|
+
success: Scalars['Boolean'];
|
|
623
|
+
};
|
|
624
|
+
export declare type FormattedText = {
|
|
625
|
+
__typename?: 'FormattedText';
|
|
626
|
+
content: TranslatedText;
|
|
627
|
+
format: Scalars['String'];
|
|
628
|
+
};
|
|
629
|
+
export declare type FormsPayload = Payload & {
|
|
630
|
+
__typename?: 'FormsPayload';
|
|
631
|
+
code: Scalars['String'];
|
|
632
|
+
forms?: Maybe<Array<Form>>;
|
|
633
|
+
success: Scalars['Boolean'];
|
|
634
|
+
};
|
|
635
|
+
export declare type GeneratedClinicalNote = {
|
|
636
|
+
__typename?: 'GeneratedClinicalNote';
|
|
637
|
+
context: Array<GeneratedClinicalNoteContextField>;
|
|
638
|
+
id: Scalars['ID'];
|
|
639
|
+
narratives: Array<GeneratedClinicalNoteNarrative>;
|
|
640
|
+
};
|
|
641
|
+
export declare type GeneratedClinicalNoteContextField = {
|
|
642
|
+
__typename?: 'GeneratedClinicalNoteContextField';
|
|
643
|
+
key: Scalars['String'];
|
|
644
|
+
value: Scalars['String'];
|
|
645
|
+
};
|
|
646
|
+
export declare type GeneratedClinicalNoteNarrative = {
|
|
647
|
+
__typename?: 'GeneratedClinicalNoteNarrative';
|
|
648
|
+
body: Scalars['String'];
|
|
649
|
+
id: Scalars['ID'];
|
|
650
|
+
key: Scalars['String'];
|
|
651
|
+
title: Scalars['String'];
|
|
652
|
+
};
|
|
653
|
+
export declare type HostedSession = {
|
|
654
|
+
__typename?: 'HostedSession';
|
|
655
|
+
cancel_url?: Maybe<Scalars['String']>;
|
|
656
|
+
id: Scalars['ID'];
|
|
657
|
+
pathway_id: Scalars['String'];
|
|
658
|
+
stakeholder: HostedSessionStakeholder;
|
|
659
|
+
status: HostedSessionStatus;
|
|
660
|
+
success_url?: Maybe<Scalars['String']>;
|
|
661
|
+
};
|
|
662
|
+
export declare type HostedSessionActivitiesPayload = Payload & {
|
|
663
|
+
__typename?: 'HostedSessionActivitiesPayload';
|
|
664
|
+
activities: Array<Activity>;
|
|
665
|
+
code: Scalars['String'];
|
|
666
|
+
success: Scalars['Boolean'];
|
|
667
|
+
};
|
|
668
|
+
export declare type HostedSessionPayload = Payload & {
|
|
669
|
+
__typename?: 'HostedSessionPayload';
|
|
670
|
+
branding?: Maybe<BrandingSettings>;
|
|
671
|
+
code: Scalars['String'];
|
|
672
|
+
session: HostedSession;
|
|
673
|
+
success: Scalars['Boolean'];
|
|
674
|
+
};
|
|
675
|
+
export declare type HostedSessionStakeholder = {
|
|
676
|
+
__typename?: 'HostedSessionStakeholder';
|
|
677
|
+
id: Scalars['ID'];
|
|
678
|
+
name: Scalars['String'];
|
|
679
|
+
type: HostedSessionStakeholderType;
|
|
680
|
+
};
|
|
681
|
+
export declare enum HostedSessionStakeholderType {
|
|
682
|
+
Patient = "PATIENT",
|
|
683
|
+
Stakeholder = "STAKEHOLDER"
|
|
684
|
+
}
|
|
685
|
+
export declare enum HostedSessionStatus {
|
|
686
|
+
Active = "ACTIVE",
|
|
687
|
+
Completed = "COMPLETED",
|
|
688
|
+
Expired = "EXPIRED"
|
|
689
|
+
}
|
|
690
|
+
export declare type IdFilter = {
|
|
691
|
+
eq?: InputMaybe<Scalars['String']>;
|
|
692
|
+
};
|
|
693
|
+
export declare type MarkMessageAsReadInput = {
|
|
694
|
+
activity_id: Scalars['String'];
|
|
695
|
+
};
|
|
696
|
+
export declare type MarkMessageAsReadPayload = Payload & {
|
|
697
|
+
__typename?: 'MarkMessageAsReadPayload';
|
|
698
|
+
activity: Activity;
|
|
699
|
+
code: Scalars['String'];
|
|
700
|
+
success: Scalars['Boolean'];
|
|
701
|
+
};
|
|
702
|
+
export declare type Message = {
|
|
703
|
+
__typename?: 'Message';
|
|
704
|
+
attachments?: Maybe<Array<MessageAttachment>>;
|
|
705
|
+
body: Scalars['String'];
|
|
706
|
+
format: MessageFormat;
|
|
707
|
+
id: Scalars['ID'];
|
|
708
|
+
subject?: Maybe<Scalars['String']>;
|
|
709
|
+
};
|
|
710
|
+
export declare type MessageAttachment = {
|
|
711
|
+
__typename?: 'MessageAttachment';
|
|
712
|
+
id: Scalars['ID'];
|
|
713
|
+
name: Scalars['String'];
|
|
714
|
+
type: MessageAttachmentType;
|
|
715
|
+
url: Scalars['String'];
|
|
716
|
+
};
|
|
717
|
+
export declare enum MessageAttachmentType {
|
|
718
|
+
File = "FILE",
|
|
719
|
+
Link = "LINK",
|
|
720
|
+
Video = "VIDEO"
|
|
721
|
+
}
|
|
722
|
+
export declare enum MessageFormat {
|
|
723
|
+
Html = "HTML",
|
|
724
|
+
Slate = "SLATE"
|
|
725
|
+
}
|
|
726
|
+
export declare type MessagePayload = Payload & {
|
|
727
|
+
__typename?: 'MessagePayload';
|
|
728
|
+
code: Scalars['String'];
|
|
729
|
+
message?: Maybe<Message>;
|
|
730
|
+
success: Scalars['Boolean'];
|
|
731
|
+
};
|
|
732
|
+
export declare type Mutation = {
|
|
733
|
+
__typename?: 'Mutation';
|
|
734
|
+
addTrack: AddTrackPayload;
|
|
735
|
+
completeExtensionActivity: CompleteExtensionActivityPayload;
|
|
736
|
+
createPatient: CreatePatientPayload;
|
|
737
|
+
deletePathway: EmptyPayload;
|
|
738
|
+
deletePatient: EmptyPayload;
|
|
739
|
+
evaluateFormRules: EvaluateFormRulesPayload;
|
|
740
|
+
markMessageAsRead: MarkMessageAsReadPayload;
|
|
741
|
+
requestPatientDemographics: PatientDemographicsPayload;
|
|
742
|
+
retryActivity: EmptyPayload;
|
|
743
|
+
retryAllApiCalls: EmptyPayload;
|
|
744
|
+
retryAllFailedApiCalls: EmptyPayload;
|
|
745
|
+
retryAllFailedWebhookCalls: EmptyPayload;
|
|
746
|
+
retryAllFailedWebhookCallsForPathwayDefinition: EmptyPayload;
|
|
747
|
+
retryAllWebhookCalls: EmptyPayload;
|
|
748
|
+
retryApiCall: RetryApiCallPayload;
|
|
749
|
+
retryPushToEmr: EmptyPayload;
|
|
750
|
+
retryWebhookCall: RetryWebhookCallPayload;
|
|
751
|
+
saveBaselineInfo: EmptyPayload;
|
|
752
|
+
scheduleTrack: ScheduleTrackPayload;
|
|
753
|
+
startHostedActivitySession: StartHostedActivitySessionPayload;
|
|
754
|
+
startHostedActivitySessionViaHostedPagesLink: StartHostedActivitySessionPayload;
|
|
755
|
+
startHostedPathwaySession: StartHostedPathwaySessionPayload;
|
|
756
|
+
startHostedPathwaySessionFromLink: StartHostedPathwaySessionFromLinkPayload;
|
|
757
|
+
startPathway: StartPathwayPayload;
|
|
758
|
+
stopPathway: EmptyPayload;
|
|
759
|
+
stopTrack: StopTrackPayload;
|
|
760
|
+
submitChecklist: SubmitChecklistPayload;
|
|
761
|
+
submitFormResponse: SubmitFormResponsePayload;
|
|
762
|
+
unscheduleTracks: CancelScheduledTracksPayload;
|
|
763
|
+
updateBaselineInfo: EmptyPayload;
|
|
764
|
+
updatePatient: UpdatePatientPayload;
|
|
765
|
+
updatePatientDemographicsQuery: UpdatePatientDemographicsQueryPayload;
|
|
766
|
+
updatePatientLanguage: UpdatePatientLanguagePayload;
|
|
767
|
+
};
|
|
768
|
+
export declare type MutationAddTrackArgs = {
|
|
769
|
+
input: AddTrackInput;
|
|
770
|
+
};
|
|
771
|
+
export declare type MutationCompleteExtensionActivityArgs = {
|
|
772
|
+
input: CompleteExtensionActivityInput;
|
|
773
|
+
};
|
|
774
|
+
export declare type MutationCreatePatientArgs = {
|
|
775
|
+
input?: InputMaybe<CreatePatientInput>;
|
|
776
|
+
mycare?: InputMaybe<MyCareOptions>;
|
|
777
|
+
};
|
|
778
|
+
export declare type MutationDeletePathwayArgs = {
|
|
779
|
+
input: DeletePathwayInput;
|
|
780
|
+
};
|
|
781
|
+
export declare type MutationDeletePatientArgs = {
|
|
782
|
+
input: DeletePatientInput;
|
|
783
|
+
};
|
|
784
|
+
export declare type MutationEvaluateFormRulesArgs = {
|
|
785
|
+
input: EvaluateFormRulesInput;
|
|
786
|
+
};
|
|
787
|
+
export declare type MutationMarkMessageAsReadArgs = {
|
|
788
|
+
input: MarkMessageAsReadInput;
|
|
789
|
+
};
|
|
790
|
+
export declare type MutationRequestPatientDemographicsArgs = {
|
|
791
|
+
input: PatientDemographicsInput;
|
|
792
|
+
};
|
|
793
|
+
export declare type MutationRetryActivityArgs = {
|
|
794
|
+
input: RetryActivityInput;
|
|
795
|
+
};
|
|
796
|
+
export declare type MutationRetryAllApiCallsArgs = {
|
|
797
|
+
input: RetryAllApiCallsInput;
|
|
798
|
+
};
|
|
799
|
+
export declare type MutationRetryAllFailedApiCallsArgs = {
|
|
800
|
+
input: RetryAllFailedApiCallsInput;
|
|
801
|
+
};
|
|
802
|
+
export declare type MutationRetryAllFailedWebhookCallsArgs = {
|
|
803
|
+
input: RetryAllFailedWebhookCallsInput;
|
|
804
|
+
};
|
|
805
|
+
export declare type MutationRetryAllFailedWebhookCallsForPathwayDefinitionArgs = {
|
|
806
|
+
input: RetryAllFailedWebhookCallsForPathwayDefinitionInput;
|
|
807
|
+
};
|
|
808
|
+
export declare type MutationRetryAllWebhookCallsArgs = {
|
|
809
|
+
input: RetryAllWebhookCallsInput;
|
|
810
|
+
};
|
|
811
|
+
export declare type MutationRetryApiCallArgs = {
|
|
812
|
+
input: RetryApiCallInput;
|
|
813
|
+
};
|
|
814
|
+
export declare type MutationRetryPushToEmrArgs = {
|
|
815
|
+
input: RetryPushToEmrInput;
|
|
816
|
+
};
|
|
817
|
+
export declare type MutationRetryWebhookCallArgs = {
|
|
818
|
+
input: RetryWebhookCallInput;
|
|
819
|
+
};
|
|
820
|
+
export declare type MutationSaveBaselineInfoArgs = {
|
|
821
|
+
input: SaveBaselineInfoInput;
|
|
822
|
+
};
|
|
823
|
+
export declare type MutationScheduleTrackArgs = {
|
|
824
|
+
input: ScheduleTrackInput;
|
|
825
|
+
};
|
|
826
|
+
export declare type MutationStartHostedActivitySessionArgs = {
|
|
827
|
+
input: StartHostedActivitySessionInput;
|
|
828
|
+
};
|
|
829
|
+
export declare type MutationStartHostedActivitySessionViaHostedPagesLinkArgs = {
|
|
830
|
+
input: StartHostedActivitySessionViaHostedPagesLinkInput;
|
|
831
|
+
};
|
|
832
|
+
export declare type MutationStartHostedPathwaySessionArgs = {
|
|
833
|
+
input: StartHostedPathwaySessionInput;
|
|
834
|
+
};
|
|
835
|
+
export declare type MutationStartHostedPathwaySessionFromLinkArgs = {
|
|
836
|
+
input: StartHostedPathwaySessionFromLinkInput;
|
|
837
|
+
};
|
|
838
|
+
export declare type MutationStartPathwayArgs = {
|
|
839
|
+
input: StartPathwayInput;
|
|
840
|
+
};
|
|
841
|
+
export declare type MutationStopPathwayArgs = {
|
|
842
|
+
input: StopPathwayInput;
|
|
843
|
+
};
|
|
844
|
+
export declare type MutationStopTrackArgs = {
|
|
845
|
+
input: StopTrackInput;
|
|
846
|
+
};
|
|
847
|
+
export declare type MutationSubmitChecklistArgs = {
|
|
848
|
+
input: SubmitChecklistInput;
|
|
849
|
+
};
|
|
850
|
+
export declare type MutationSubmitFormResponseArgs = {
|
|
851
|
+
input: SubmitFormResponseInput;
|
|
852
|
+
};
|
|
853
|
+
export declare type MutationUnscheduleTracksArgs = {
|
|
854
|
+
input: CancelScheduledTracksInput;
|
|
855
|
+
};
|
|
856
|
+
export declare type MutationUpdateBaselineInfoArgs = {
|
|
857
|
+
input: UpdateBaselineInfoInput;
|
|
858
|
+
};
|
|
859
|
+
export declare type MutationUpdatePatientArgs = {
|
|
860
|
+
input: UpdatePatientInput;
|
|
861
|
+
};
|
|
862
|
+
export declare type MutationUpdatePatientDemographicsQueryArgs = {
|
|
863
|
+
input: UpdatePatientDemographicsQueryInput;
|
|
864
|
+
};
|
|
865
|
+
export declare type MutationUpdatePatientLanguageArgs = {
|
|
866
|
+
input: UpdatePatientLanguageInput;
|
|
867
|
+
};
|
|
868
|
+
export declare type MyCareOptions = {
|
|
869
|
+
password?: InputMaybe<Scalars['String']>;
|
|
870
|
+
};
|
|
871
|
+
export declare type NumberArrayFilter = {
|
|
872
|
+
in?: InputMaybe<Array<Scalars['Float']>>;
|
|
873
|
+
};
|
|
874
|
+
export declare type Operand = {
|
|
875
|
+
__typename?: 'Operand';
|
|
876
|
+
type: ConditionOperandType;
|
|
877
|
+
value: Scalars['String'];
|
|
878
|
+
};
|
|
879
|
+
export declare type Option = {
|
|
880
|
+
__typename?: 'Option';
|
|
881
|
+
id: Scalars['ID'];
|
|
882
|
+
label: Scalars['String'];
|
|
883
|
+
value: Scalars['Float'];
|
|
884
|
+
};
|
|
885
|
+
export declare type OrchestrationFact = {
|
|
886
|
+
__typename?: 'OrchestrationFact';
|
|
887
|
+
content: Array<Scalars['String']>;
|
|
888
|
+
date: Scalars['String'];
|
|
889
|
+
level: Scalars['String'];
|
|
890
|
+
pathway_id: Scalars['String'];
|
|
891
|
+
};
|
|
892
|
+
export declare type OrchestrationFactsPayload = Payload & {
|
|
893
|
+
__typename?: 'OrchestrationFactsPayload';
|
|
894
|
+
code: Scalars['String'];
|
|
895
|
+
facts: Array<OrchestrationFact>;
|
|
896
|
+
pagination?: Maybe<PaginationOutput>;
|
|
897
|
+
sorting?: Maybe<SortingOutput>;
|
|
898
|
+
success: Scalars['Boolean'];
|
|
899
|
+
};
|
|
900
|
+
export declare type OrchestrationFactsPromptPayload = Payload & {
|
|
901
|
+
__typename?: 'OrchestrationFactsPromptPayload';
|
|
902
|
+
code: Scalars['String'];
|
|
903
|
+
response: Scalars['String'];
|
|
904
|
+
success: Scalars['Boolean'];
|
|
905
|
+
};
|
|
906
|
+
export declare type PaginationOutput = {
|
|
907
|
+
__typename?: 'PaginationOutput';
|
|
908
|
+
count?: Maybe<Scalars['Float']>;
|
|
909
|
+
offset?: Maybe<Scalars['Float']>;
|
|
910
|
+
total_count?: Maybe<Scalars['Float']>;
|
|
911
|
+
};
|
|
912
|
+
export declare type PaginationParams = {
|
|
913
|
+
count: Scalars['Float'];
|
|
914
|
+
offset: Scalars['Float'];
|
|
915
|
+
};
|
|
916
|
+
export declare type Pathway = {
|
|
917
|
+
__typename?: 'Pathway';
|
|
918
|
+
activities: Array<Activity>;
|
|
919
|
+
complete_date?: Maybe<Scalars['SafeDate']>;
|
|
920
|
+
dashboards?: Maybe<PathwayDashboard>;
|
|
921
|
+
id: Scalars['ID'];
|
|
922
|
+
pathway_definition_id: Scalars['String'];
|
|
923
|
+
patient: User;
|
|
924
|
+
patient_id: Scalars['String'];
|
|
925
|
+
release_id: Scalars['String'];
|
|
926
|
+
start_date?: Maybe<Scalars['SafeDate']>;
|
|
927
|
+
status: PathwayStatus;
|
|
928
|
+
status_explanation?: Maybe<Scalars['String']>;
|
|
929
|
+
stop_date?: Maybe<Scalars['SafeDate']>;
|
|
930
|
+
swimlanes: Swimlanes;
|
|
931
|
+
title: Scalars['String'];
|
|
932
|
+
tracks: Array<Track>;
|
|
933
|
+
version?: Maybe<Scalars['Float']>;
|
|
934
|
+
};
|
|
935
|
+
export declare type PathwayContext = {
|
|
936
|
+
__typename?: 'PathwayContext';
|
|
937
|
+
action_id?: Maybe<Scalars['String']>;
|
|
938
|
+
instance_id: Scalars['String'];
|
|
939
|
+
pathway_id: Scalars['String'];
|
|
940
|
+
step_id?: Maybe<Scalars['String']>;
|
|
941
|
+
track_id?: Maybe<Scalars['String']>;
|
|
942
|
+
};
|
|
943
|
+
export declare type PathwayDashboard = {
|
|
944
|
+
__typename?: 'PathwayDashboard';
|
|
945
|
+
cumulio_auth_id: Scalars['String'];
|
|
946
|
+
cumulio_auth_token: Scalars['String'];
|
|
947
|
+
dashboard_ids: Array<Scalars['String']>;
|
|
948
|
+
};
|
|
949
|
+
export declare type PathwayDataPointDefinitionsPayload = Payload & {
|
|
950
|
+
__typename?: 'PathwayDataPointDefinitionsPayload';
|
|
951
|
+
code: Scalars['String'];
|
|
952
|
+
data_point_definitions: Array<DataPointDefinition>;
|
|
953
|
+
success: Scalars['Boolean'];
|
|
954
|
+
};
|
|
955
|
+
export declare type PathwayDefinitionDetails = {
|
|
956
|
+
__typename?: 'PathwayDefinitionDetails';
|
|
957
|
+
active_careflows?: Maybe<Scalars['Float']>;
|
|
958
|
+
completed_careflows?: Maybe<Scalars['Float']>;
|
|
959
|
+
stopped_careflows?: Maybe<Scalars['Float']>;
|
|
960
|
+
total_careflows?: Maybe<Scalars['Float']>;
|
|
961
|
+
total_patients?: Maybe<Scalars['Float']>;
|
|
962
|
+
};
|
|
963
|
+
export declare type PathwayFactsFilters = {
|
|
964
|
+
date?: InputMaybe<DateFilter>;
|
|
965
|
+
keyword?: InputMaybe<Scalars['String']>;
|
|
966
|
+
pathway_id: Scalars['String'];
|
|
967
|
+
};
|
|
968
|
+
export declare type PathwayPayload = Payload & {
|
|
969
|
+
__typename?: 'PathwayPayload';
|
|
970
|
+
code: Scalars['String'];
|
|
971
|
+
pathway?: Maybe<Pathway>;
|
|
972
|
+
success: Scalars['Boolean'];
|
|
973
|
+
};
|
|
974
|
+
export declare enum PathwayStatus {
|
|
975
|
+
Active = "active",
|
|
976
|
+
Completed = "completed",
|
|
977
|
+
MissingBaselineInfo = "missing_baseline_info",
|
|
978
|
+
Starting = "starting",
|
|
979
|
+
Stopped = "stopped"
|
|
980
|
+
}
|
|
981
|
+
export declare type PathwaySummary = {
|
|
982
|
+
__typename?: 'PathwaySummary';
|
|
983
|
+
complete_date?: Maybe<Scalars['SafeDate']>;
|
|
984
|
+
id: Scalars['ID'];
|
|
985
|
+
pathway_definition_id?: Maybe<Scalars['String']>;
|
|
986
|
+
patient_id?: Maybe<Scalars['String']>;
|
|
987
|
+
start_date?: Maybe<Scalars['SafeDate']>;
|
|
988
|
+
status: PathwayStatus;
|
|
989
|
+
status_explanation?: Maybe<Scalars['String']>;
|
|
990
|
+
stop_date?: Maybe<Scalars['SafeDate']>;
|
|
991
|
+
title: Scalars['String'];
|
|
992
|
+
version?: Maybe<Scalars['Float']>;
|
|
993
|
+
};
|
|
994
|
+
export declare type PathwaysPayload = Payload & {
|
|
995
|
+
__typename?: 'PathwaysPayload';
|
|
996
|
+
code: Scalars['String'];
|
|
997
|
+
pagination?: Maybe<PaginationOutput>;
|
|
998
|
+
pathways: Array<PathwaySummary>;
|
|
999
|
+
sorting?: Maybe<SortingOutput>;
|
|
1000
|
+
success: Scalars['Boolean'];
|
|
1001
|
+
};
|
|
1002
|
+
export declare type PatientDemographicsInput = {
|
|
1003
|
+
patient_identifier: Scalars['String'];
|
|
1004
|
+
};
|
|
1005
|
+
export declare type PatientDemographicsPayload = Payload & {
|
|
1006
|
+
__typename?: 'PatientDemographicsPayload';
|
|
1007
|
+
code: Scalars['String'];
|
|
1008
|
+
entry?: Maybe<Array<UserProfile>>;
|
|
1009
|
+
query_id: Scalars['String'];
|
|
1010
|
+
status: Scalars['String'];
|
|
1011
|
+
success: Scalars['Boolean'];
|
|
1012
|
+
total?: Maybe<Scalars['Float']>;
|
|
1013
|
+
};
|
|
1014
|
+
export declare type PatientDemographicsQueryConfigurationPayload = {
|
|
1015
|
+
__typename?: 'PatientDemographicsQueryConfigurationPayload';
|
|
1016
|
+
input_box_text?: Maybe<Scalars['String']>;
|
|
1017
|
+
is_enabled: Scalars['Boolean'];
|
|
1018
|
+
};
|
|
1019
|
+
export declare type PatientPathway = {
|
|
1020
|
+
__typename?: 'PatientPathway';
|
|
1021
|
+
active_activities?: Maybe<Scalars['Float']>;
|
|
1022
|
+
baseline_info?: Maybe<Array<BaselineDataPoint>>;
|
|
1023
|
+
complete_date?: Maybe<Scalars['String']>;
|
|
1024
|
+
failed_activities?: Maybe<Scalars['Float']>;
|
|
1025
|
+
id: Scalars['ID'];
|
|
1026
|
+
latest_activity_date?: Maybe<Scalars['String']>;
|
|
1027
|
+
latest_activity_title?: Maybe<Scalars['String']>;
|
|
1028
|
+
latest_activity_type?: Maybe<Scalars['String']>;
|
|
1029
|
+
pathway_definition_id: Scalars['String'];
|
|
1030
|
+
release_id: Scalars['String'];
|
|
1031
|
+
status: PathwayStatus;
|
|
1032
|
+
status_explanation?: Maybe<Scalars['String']>;
|
|
1033
|
+
stop_date?: Maybe<Scalars['String']>;
|
|
1034
|
+
title: Scalars['String'];
|
|
1035
|
+
total_activities?: Maybe<Scalars['Float']>;
|
|
1036
|
+
version?: Maybe<Scalars['Float']>;
|
|
1037
|
+
};
|
|
1038
|
+
export declare type PatientPathwaysPayload = Payload & {
|
|
1039
|
+
__typename?: 'PatientPathwaysPayload';
|
|
1040
|
+
code: Scalars['String'];
|
|
1041
|
+
patientPathways: Array<PatientPathway>;
|
|
1042
|
+
success: Scalars['Boolean'];
|
|
1043
|
+
};
|
|
1044
|
+
export declare type PatientPayload = Payload & {
|
|
1045
|
+
__typename?: 'PatientPayload';
|
|
1046
|
+
code: Scalars['String'];
|
|
1047
|
+
patient?: Maybe<User>;
|
|
1048
|
+
success: Scalars['Boolean'];
|
|
1049
|
+
};
|
|
1050
|
+
export declare type PatientProfileInput = {
|
|
1051
|
+
address?: InputMaybe<AddressInput>;
|
|
1052
|
+
birth_date?: InputMaybe<Scalars['String']>;
|
|
1053
|
+
email?: InputMaybe<Scalars['String']>;
|
|
1054
|
+
first_name?: InputMaybe<Scalars['String']>;
|
|
1055
|
+
last_name?: InputMaybe<Scalars['String']>;
|
|
1056
|
+
mobile_phone?: InputMaybe<Scalars['String']>;
|
|
1057
|
+
national_registry_number?: InputMaybe<Scalars['String']>;
|
|
1058
|
+
patient_code?: InputMaybe<Scalars['String']>;
|
|
1059
|
+
phone?: InputMaybe<Scalars['String']>;
|
|
1060
|
+
preferred_language?: InputMaybe<Scalars['String']>;
|
|
1061
|
+
sex?: InputMaybe<Sex>;
|
|
1062
|
+
};
|
|
1063
|
+
export declare type PatientsPayload = Payload & {
|
|
1064
|
+
__typename?: 'PatientsPayload';
|
|
1065
|
+
code: Scalars['String'];
|
|
1066
|
+
pagination: PaginationOutput;
|
|
1067
|
+
patients: Array<User>;
|
|
1068
|
+
sorting: SortingOutput;
|
|
1069
|
+
success: Scalars['Boolean'];
|
|
1070
|
+
};
|
|
1071
|
+
export declare type Payload = {
|
|
1072
|
+
code: Scalars['String'];
|
|
1073
|
+
success: Scalars['Boolean'];
|
|
1074
|
+
};
|
|
1075
|
+
export declare type PhoneConfig = {
|
|
1076
|
+
__typename?: 'PhoneConfig';
|
|
1077
|
+
available_countries?: Maybe<Array<Scalars['String']>>;
|
|
1078
|
+
default_country?: Maybe<Scalars['String']>;
|
|
1079
|
+
};
|
|
1080
|
+
export declare type PluginActionSettingsProperty = {
|
|
1081
|
+
__typename?: 'PluginActionSettingsProperty';
|
|
1082
|
+
key: Scalars['String'];
|
|
1083
|
+
label: Scalars['String'];
|
|
1084
|
+
value: Scalars['String'];
|
|
1085
|
+
};
|
|
1086
|
+
export declare type PublishedPathwayDefinition = {
|
|
1087
|
+
__typename?: 'PublishedPathwayDefinition';
|
|
1088
|
+
active_activities?: Maybe<Scalars['Float']>;
|
|
1089
|
+
all?: Maybe<PathwayDefinitionDetails>;
|
|
1090
|
+
cancelled_activities?: Maybe<Scalars['Float']>;
|
|
1091
|
+
created?: Maybe<AuditTrail>;
|
|
1092
|
+
dataPointDefinitions: Array<DataPointDefinition>;
|
|
1093
|
+
data_point_definitions?: Maybe<Array<DataPointDefinition>>;
|
|
1094
|
+
failed_activities?: Maybe<Scalars['Float']>;
|
|
1095
|
+
id: Scalars['ID'];
|
|
1096
|
+
last_updated?: Maybe<AuditTrail>;
|
|
1097
|
+
latest?: Maybe<PathwayDefinitionDetails>;
|
|
1098
|
+
patients_with_pending_activities?: Maybe<Scalars['Float']>;
|
|
1099
|
+
release_date?: Maybe<Scalars['String']>;
|
|
1100
|
+
release_id?: Maybe<Scalars['String']>;
|
|
1101
|
+
stakeholders_with_pending_activities_list?: Maybe<Array<Scalars['String']>>;
|
|
1102
|
+
title: Scalars['String'];
|
|
1103
|
+
total_activities?: Maybe<Scalars['Float']>;
|
|
1104
|
+
total_patients?: Maybe<Scalars['Float']>;
|
|
1105
|
+
total_stakeholders?: Maybe<Scalars['Float']>;
|
|
1106
|
+
track_definitions?: Maybe<Array<Track>>;
|
|
1107
|
+
version?: Maybe<Scalars['Float']>;
|
|
1108
|
+
};
|
|
1109
|
+
export declare type PublishedPathwayDefinitionsPayload = Payload & {
|
|
1110
|
+
__typename?: 'PublishedPathwayDefinitionsPayload';
|
|
1111
|
+
code: Scalars['String'];
|
|
1112
|
+
pagination?: Maybe<PaginationOutput>;
|
|
1113
|
+
publishedPathwayDefinitions: Array<PublishedPathwayDefinition>;
|
|
1114
|
+
sorting?: Maybe<SortingOutput>;
|
|
1115
|
+
success: Scalars['Boolean'];
|
|
1116
|
+
};
|
|
1117
|
+
export declare type Query = {
|
|
1118
|
+
__typename?: 'Query';
|
|
1119
|
+
activities: ActivitiesPayload;
|
|
1120
|
+
adHocTracksByPathway: TracksPayload;
|
|
1121
|
+
adHocTracksByRelease: TracksPayload;
|
|
1122
|
+
apiCall: ApiCallPayload;
|
|
1123
|
+
apiCalls: ApiCallsPayload;
|
|
1124
|
+
baselineInfo: BaselineInfoPayload;
|
|
1125
|
+
calculationAction: ActionPayload;
|
|
1126
|
+
calculationResults: CalculationResultsPayload;
|
|
1127
|
+
checklist: ChecklistPayload;
|
|
1128
|
+
clinicalNote: ClinicalNotePayload;
|
|
1129
|
+
emrReport: EmrReportPayload;
|
|
1130
|
+
extensionActivityRecord: ExtensionActivityRecordPayload;
|
|
1131
|
+
filterStakeholders: StakeholdersPayload;
|
|
1132
|
+
form: FormPayload;
|
|
1133
|
+
formResponse: FormResponsePayload;
|
|
1134
|
+
forms: FormsPayload;
|
|
1135
|
+
getOrchestrationFactsFromPrompt: OrchestrationFactsPromptPayload;
|
|
1136
|
+
getStatusForPublishedPathwayDefinitions: PublishedPathwayDefinitionsPayload;
|
|
1137
|
+
hostedSession: HostedSessionPayload;
|
|
1138
|
+
hostedSessionActivities: HostedSessionActivitiesPayload;
|
|
1139
|
+
message: MessagePayload;
|
|
1140
|
+
myActivities: ActivitiesPayload;
|
|
1141
|
+
myPathways: PathwaysPayload;
|
|
1142
|
+
myPendingActivities: ActivitiesPayload;
|
|
1143
|
+
pathway: PathwayPayload;
|
|
1144
|
+
pathwayActivities: ActivitiesPayload;
|
|
1145
|
+
pathwayDataPointDefinitions: PathwayDataPointDefinitionsPayload;
|
|
1146
|
+
pathwayElements: ElementsPayload;
|
|
1147
|
+
pathwayFacts: OrchestrationFactsPayload;
|
|
1148
|
+
pathwayStepActivities: ActivitiesPayload;
|
|
1149
|
+
pathways: PathwaysPayload;
|
|
1150
|
+
patient: PatientPayload;
|
|
1151
|
+
patientDemographicsQueryConfiguration: PatientDemographicsQueryConfigurationPayload;
|
|
1152
|
+
patientPathways: PatientPathwaysPayload;
|
|
1153
|
+
patients: PatientsPayload;
|
|
1154
|
+
publishedPathwayDefinitions: PublishedPathwayDefinitionsPayload;
|
|
1155
|
+
publishedPathwayDefinitionsDashboard: PublishedPathwayDefinitionsPayload;
|
|
1156
|
+
scheduledSteps: ScheduledStepsPayload;
|
|
1157
|
+
scheduledTracksForPathway: ScheduledTracksPayload;
|
|
1158
|
+
searchPatientsByNationalRegistryNumber: SearchPatientsPayload;
|
|
1159
|
+
searchPatientsByPatientCode: SearchPatientsPayload;
|
|
1160
|
+
stakeholdersByDefinitionIds: StakeholdersPayload;
|
|
1161
|
+
stakeholdersByPathwayDefinitionIds: StakeholdersPayload;
|
|
1162
|
+
stakeholdersByReleaseIds: StakeholdersPayload;
|
|
1163
|
+
webhookCall: WebhookCallPayload;
|
|
1164
|
+
webhookCalls: WebhookCallsPayload;
|
|
1165
|
+
webhookCallsForPathwayDefinition: WebhookCallsPayload;
|
|
1166
|
+
webhookCallsForTenant: WebhookCallsPayload;
|
|
1167
|
+
whoami: UserPayload;
|
|
1168
|
+
};
|
|
1169
|
+
export declare type QueryActivitiesArgs = {
|
|
1170
|
+
filters?: InputMaybe<FilterActivitiesParams>;
|
|
1171
|
+
pagination?: InputMaybe<PaginationParams>;
|
|
1172
|
+
sorting?: InputMaybe<SortingParams>;
|
|
1173
|
+
};
|
|
1174
|
+
export declare type QueryAdHocTracksByPathwayArgs = {
|
|
1175
|
+
pathway_id: Scalars['String'];
|
|
1176
|
+
};
|
|
1177
|
+
export declare type QueryAdHocTracksByReleaseArgs = {
|
|
1178
|
+
release_id: Scalars['String'];
|
|
1179
|
+
};
|
|
1180
|
+
export declare type QueryApiCallArgs = {
|
|
1181
|
+
id: Scalars['String'];
|
|
1182
|
+
};
|
|
1183
|
+
export declare type QueryApiCallsArgs = {
|
|
1184
|
+
pathway_id: Scalars['String'];
|
|
1185
|
+
};
|
|
1186
|
+
export declare type QueryBaselineInfoArgs = {
|
|
1187
|
+
pathway_id: Scalars['String'];
|
|
1188
|
+
};
|
|
1189
|
+
export declare type QueryCalculationActionArgs = {
|
|
1190
|
+
id: Scalars['String'];
|
|
1191
|
+
};
|
|
1192
|
+
export declare type QueryCalculationResultsArgs = {
|
|
1193
|
+
activity_id: Scalars['String'];
|
|
1194
|
+
pathway_id: Scalars['String'];
|
|
1195
|
+
};
|
|
1196
|
+
export declare type QueryChecklistArgs = {
|
|
1197
|
+
id: Scalars['String'];
|
|
1198
|
+
};
|
|
1199
|
+
export declare type QueryClinicalNoteArgs = {
|
|
1200
|
+
id: Scalars['String'];
|
|
1201
|
+
};
|
|
1202
|
+
export declare type QueryEmrReportArgs = {
|
|
1203
|
+
id: Scalars['String'];
|
|
1204
|
+
};
|
|
1205
|
+
export declare type QueryExtensionActivityRecordArgs = {
|
|
1206
|
+
id: Scalars['String'];
|
|
1207
|
+
};
|
|
1208
|
+
export declare type QueryFilterStakeholdersArgs = {
|
|
1209
|
+
pathway_definition_ids?: InputMaybe<Array<Scalars['String']>>;
|
|
1210
|
+
release_ids?: InputMaybe<Array<Scalars['String']>>;
|
|
1211
|
+
stakeholder_definition_ids?: InputMaybe<Array<Scalars['String']>>;
|
|
1212
|
+
};
|
|
1213
|
+
export declare type QueryFormArgs = {
|
|
1214
|
+
id: Scalars['String'];
|
|
1215
|
+
};
|
|
1216
|
+
export declare type QueryFormResponseArgs = {
|
|
1217
|
+
activity_id: Scalars['String'];
|
|
1218
|
+
pathway_id: Scalars['String'];
|
|
1219
|
+
};
|
|
1220
|
+
export declare type QueryFormsArgs = {
|
|
1221
|
+
pathway_definition_id: Scalars['String'];
|
|
1222
|
+
release_id?: InputMaybe<Scalars['String']>;
|
|
1223
|
+
};
|
|
1224
|
+
export declare type QueryGetOrchestrationFactsFromPromptArgs = {
|
|
1225
|
+
pathway_id: Scalars['String'];
|
|
1226
|
+
prompt: Scalars['String'];
|
|
1227
|
+
};
|
|
1228
|
+
export declare type QueryHostedSessionActivitiesArgs = {
|
|
1229
|
+
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
|
1230
|
+
};
|
|
1231
|
+
export declare type QueryMessageArgs = {
|
|
1232
|
+
id: Scalars['String'];
|
|
1233
|
+
};
|
|
1234
|
+
export declare type QueryMyActivitiesArgs = {
|
|
1235
|
+
pathway_id: Scalars['String'];
|
|
1236
|
+
};
|
|
1237
|
+
export declare type QueryPathwayArgs = {
|
|
1238
|
+
id: Scalars['String'];
|
|
1239
|
+
};
|
|
1240
|
+
export declare type QueryPathwayActivitiesArgs = {
|
|
1241
|
+
pathway_id: Scalars['String'];
|
|
1242
|
+
};
|
|
1243
|
+
export declare type QueryPathwayDataPointDefinitionsArgs = {
|
|
1244
|
+
filters?: InputMaybe<FilterPathwayDataPointDefinitionsParams>;
|
|
1245
|
+
pathway_definition_id?: InputMaybe<Scalars['String']>;
|
|
1246
|
+
release_id: Scalars['String'];
|
|
1247
|
+
};
|
|
1248
|
+
export declare type QueryPathwayElementsArgs = {
|
|
1249
|
+
pathway_id: Scalars['String'];
|
|
1250
|
+
};
|
|
1251
|
+
export declare type QueryPathwayFactsArgs = {
|
|
1252
|
+
filters: PathwayFactsFilters;
|
|
1253
|
+
pagination?: InputMaybe<PaginationParams>;
|
|
1254
|
+
sorting?: InputMaybe<SortingParams>;
|
|
1255
|
+
};
|
|
1256
|
+
export declare type QueryPathwayStepActivitiesArgs = {
|
|
1257
|
+
pathway_id: Scalars['String'];
|
|
1258
|
+
step_id: Scalars['String'];
|
|
1259
|
+
};
|
|
1260
|
+
export declare type QueryPathwaysArgs = {
|
|
1261
|
+
filters?: InputMaybe<FilterPathways>;
|
|
1262
|
+
pagination?: InputMaybe<PaginationParams>;
|
|
1263
|
+
sorting?: InputMaybe<SortingParams>;
|
|
1264
|
+
};
|
|
1265
|
+
export declare type QueryPatientArgs = {
|
|
1266
|
+
id: Scalars['String'];
|
|
1267
|
+
};
|
|
1268
|
+
export declare type QueryPatientPathwaysArgs = {
|
|
1269
|
+
filters?: InputMaybe<FilterPatientPathways>;
|
|
1270
|
+
patient_id: Scalars['String'];
|
|
1271
|
+
};
|
|
1272
|
+
export declare type QueryPatientsArgs = {
|
|
1273
|
+
filters?: InputMaybe<FilterPatients>;
|
|
1274
|
+
pagination?: InputMaybe<PaginationParams>;
|
|
1275
|
+
sorting?: InputMaybe<SortingParams>;
|
|
1276
|
+
};
|
|
1277
|
+
export declare type QueryPublishedPathwayDefinitionsDashboardArgs = {
|
|
1278
|
+
filters?: InputMaybe<FilterPathwayDefinitionsParams>;
|
|
1279
|
+
pagination?: InputMaybe<PaginationParams>;
|
|
1280
|
+
sorting?: InputMaybe<SortingParams>;
|
|
1281
|
+
};
|
|
1282
|
+
export declare type QueryScheduledStepsArgs = {
|
|
1283
|
+
pathway_id: Scalars['String'];
|
|
1284
|
+
};
|
|
1285
|
+
export declare type QueryScheduledTracksForPathwayArgs = {
|
|
1286
|
+
pathway_id: Scalars['String'];
|
|
1287
|
+
};
|
|
1288
|
+
export declare type QuerySearchPatientsByNationalRegistryNumberArgs = {
|
|
1289
|
+
national_registry_number: Scalars['String'];
|
|
1290
|
+
};
|
|
1291
|
+
export declare type QuerySearchPatientsByPatientCodeArgs = {
|
|
1292
|
+
patient_code: Scalars['String'];
|
|
1293
|
+
};
|
|
1294
|
+
export declare type QueryStakeholdersByDefinitionIdsArgs = {
|
|
1295
|
+
stakeholder_definition_ids: Array<Scalars['String']>;
|
|
1296
|
+
};
|
|
1297
|
+
export declare type QueryStakeholdersByPathwayDefinitionIdsArgs = {
|
|
1298
|
+
pathway_definition_ids: Array<Scalars['String']>;
|
|
1299
|
+
};
|
|
1300
|
+
export declare type QueryStakeholdersByReleaseIdsArgs = {
|
|
1301
|
+
release_ids: Array<Scalars['String']>;
|
|
1302
|
+
};
|
|
1303
|
+
export declare type QueryWebhookCallArgs = {
|
|
1304
|
+
webhook_call_id: Scalars['String'];
|
|
1305
|
+
};
|
|
1306
|
+
export declare type QueryWebhookCallsArgs = {
|
|
1307
|
+
pathway_id: Scalars['String'];
|
|
1308
|
+
};
|
|
1309
|
+
export declare type QueryWebhookCallsForPathwayDefinitionArgs = {
|
|
1310
|
+
pathway_definition_id: Scalars['String'];
|
|
1311
|
+
};
|
|
1312
|
+
export declare type Question = {
|
|
1313
|
+
__typename?: 'Question';
|
|
1314
|
+
dataPointValueType?: Maybe<DataPointValueType>;
|
|
1315
|
+
definition_id: Scalars['String'];
|
|
1316
|
+
id: Scalars['ID'];
|
|
1317
|
+
key: Scalars['String'];
|
|
1318
|
+
metadata?: Maybe<Scalars['String']>;
|
|
1319
|
+
options?: Maybe<Array<Option>>;
|
|
1320
|
+
questionConfig?: Maybe<QuestionConfig>;
|
|
1321
|
+
questionType?: Maybe<QuestionType>;
|
|
1322
|
+
rule?: Maybe<Rule>;
|
|
1323
|
+
title: Scalars['String'];
|
|
1324
|
+
userQuestionType?: Maybe<UserQuestionType>;
|
|
1325
|
+
};
|
|
1326
|
+
export declare type QuestionConfig = {
|
|
1327
|
+
__typename?: 'QuestionConfig';
|
|
1328
|
+
mandatory: Scalars['Boolean'];
|
|
1329
|
+
phone?: Maybe<PhoneConfig>;
|
|
1330
|
+
recode_enabled?: Maybe<Scalars['Boolean']>;
|
|
1331
|
+
slider?: Maybe<SliderConfig>;
|
|
1332
|
+
use_select?: Maybe<Scalars['Boolean']>;
|
|
1333
|
+
};
|
|
1334
|
+
export declare type QuestionResponseInput = {
|
|
1335
|
+
question_id: Scalars['String'];
|
|
1336
|
+
value: Scalars['String'];
|
|
1337
|
+
};
|
|
1338
|
+
export declare type QuestionRuleResult = {
|
|
1339
|
+
__typename?: 'QuestionRuleResult';
|
|
1340
|
+
question_id: Scalars['String'];
|
|
1341
|
+
rule_id: Scalars['String'];
|
|
1342
|
+
satisfied: Scalars['Boolean'];
|
|
1343
|
+
};
|
|
1344
|
+
export declare enum QuestionType {
|
|
1345
|
+
Input = "INPUT",
|
|
1346
|
+
MultipleChoice = "MULTIPLE_CHOICE",
|
|
1347
|
+
NoInput = "NO_INPUT"
|
|
1348
|
+
}
|
|
1349
|
+
export declare type Range = {
|
|
1350
|
+
__typename?: 'Range';
|
|
1351
|
+
max?: Maybe<Scalars['Float']>;
|
|
1352
|
+
min?: Maybe<Scalars['Float']>;
|
|
1353
|
+
};
|
|
1354
|
+
export declare type RetryActivityInput = {
|
|
1355
|
+
activity_id: Scalars['String'];
|
|
1356
|
+
};
|
|
1357
|
+
export declare type RetryAllApiCallsInput = {
|
|
1358
|
+
pathway_id: Scalars['String'];
|
|
1359
|
+
};
|
|
1360
|
+
export declare type RetryAllFailedApiCallsInput = {
|
|
1361
|
+
pathway_id: Scalars['String'];
|
|
1362
|
+
};
|
|
1363
|
+
export declare type RetryAllFailedWebhookCallsForPathwayDefinitionInput = {
|
|
1364
|
+
pathway_definition_id: Scalars['String'];
|
|
1365
|
+
};
|
|
1366
|
+
export declare type RetryAllFailedWebhookCallsInput = {
|
|
1367
|
+
pathway_id: Scalars['String'];
|
|
1368
|
+
};
|
|
1369
|
+
export declare type RetryAllWebhookCallsInput = {
|
|
1370
|
+
pathway_id: Scalars['String'];
|
|
1371
|
+
};
|
|
1372
|
+
export declare type RetryApiCallInput = {
|
|
1373
|
+
api_call_id: Scalars['String'];
|
|
1374
|
+
};
|
|
1375
|
+
export declare type RetryApiCallPayload = Payload & {
|
|
1376
|
+
__typename?: 'RetryApiCallPayload';
|
|
1377
|
+
api_call: ApiCall;
|
|
1378
|
+
code: Scalars['String'];
|
|
1379
|
+
success: Scalars['Boolean'];
|
|
1380
|
+
};
|
|
1381
|
+
export declare type RetryPushToEmrInput = {
|
|
1382
|
+
activity_id: Scalars['String'];
|
|
1383
|
+
};
|
|
1384
|
+
export declare type RetryWebhookCallInput = {
|
|
1385
|
+
webhook_call_id: Scalars['String'];
|
|
1386
|
+
};
|
|
1387
|
+
export declare type RetryWebhookCallPayload = Payload & {
|
|
1388
|
+
__typename?: 'RetryWebhookCallPayload';
|
|
1389
|
+
code: Scalars['String'];
|
|
1390
|
+
success: Scalars['Boolean'];
|
|
1391
|
+
webhook_call: WebhookCall;
|
|
1392
|
+
};
|
|
1393
|
+
export declare type Rule = {
|
|
1394
|
+
__typename?: 'Rule';
|
|
1395
|
+
boolean_operator: BooleanOperator;
|
|
1396
|
+
conditions: Array<Condition>;
|
|
1397
|
+
definition_id?: Maybe<Scalars['String']>;
|
|
1398
|
+
id: Scalars['ID'];
|
|
1399
|
+
};
|
|
1400
|
+
export declare type SaveBaselineInfoInput = {
|
|
1401
|
+
baseline_info: Array<BaselineInfoInput>;
|
|
1402
|
+
pathway_id: Scalars['String'];
|
|
1403
|
+
};
|
|
1404
|
+
export declare type ScheduleTrackInput = {
|
|
1405
|
+
cancel_any_scheduled?: InputMaybe<Scalars['Boolean']>;
|
|
1406
|
+
pathway_id: Scalars['String'];
|
|
1407
|
+
scheduled_date: Scalars['String'];
|
|
1408
|
+
track_id: Scalars['String'];
|
|
1409
|
+
};
|
|
1410
|
+
export declare type ScheduleTrackPayload = Payload & {
|
|
1411
|
+
__typename?: 'ScheduleTrackPayload';
|
|
1412
|
+
code: Scalars['String'];
|
|
1413
|
+
id: Scalars['String'];
|
|
1414
|
+
success: Scalars['Boolean'];
|
|
1415
|
+
};
|
|
1416
|
+
export declare type ScheduledStepsPayload = Payload & {
|
|
1417
|
+
__typename?: 'ScheduledStepsPayload';
|
|
1418
|
+
code: Scalars['String'];
|
|
1419
|
+
steps: Array<Element>;
|
|
1420
|
+
success: Scalars['Boolean'];
|
|
1421
|
+
};
|
|
1422
|
+
export declare type ScheduledTrack = {
|
|
1423
|
+
__typename?: 'ScheduledTrack';
|
|
1424
|
+
created_by_user_id: Scalars['String'];
|
|
1425
|
+
created_date: Scalars['String'];
|
|
1426
|
+
id: Scalars['ID'];
|
|
1427
|
+
modified_date?: Maybe<Scalars['String']>;
|
|
1428
|
+
pathway_id: Scalars['String'];
|
|
1429
|
+
release_id: Scalars['String'];
|
|
1430
|
+
scheduled_date: Scalars['String'];
|
|
1431
|
+
status: Scalars['String'];
|
|
1432
|
+
tenant_id: Scalars['String'];
|
|
1433
|
+
title: Scalars['String'];
|
|
1434
|
+
track_definition_id: Scalars['String'];
|
|
1435
|
+
};
|
|
1436
|
+
export declare type ScheduledTracksPayload = Payload & {
|
|
1437
|
+
__typename?: 'ScheduledTracksPayload';
|
|
1438
|
+
code: Scalars['String'];
|
|
1439
|
+
scheduled_tracks: Array<ScheduledTrack>;
|
|
1440
|
+
success: Scalars['Boolean'];
|
|
1441
|
+
};
|
|
1442
|
+
export declare type SearchPatientsPayload = Payload & {
|
|
1443
|
+
__typename?: 'SearchPatientsPayload';
|
|
1444
|
+
code: Scalars['String'];
|
|
1445
|
+
patients: Array<User>;
|
|
1446
|
+
success: Scalars['Boolean'];
|
|
1447
|
+
};
|
|
1448
|
+
export declare enum Sex {
|
|
1449
|
+
Female = "FEMALE",
|
|
1450
|
+
Male = "MALE",
|
|
1451
|
+
NotKnown = "NOT_KNOWN"
|
|
1452
|
+
}
|
|
1453
|
+
export declare type SingleCalculationResult = {
|
|
1454
|
+
__typename?: 'SingleCalculationResult';
|
|
1455
|
+
status?: Maybe<Scalars['String']>;
|
|
1456
|
+
subresult_id: Scalars['String'];
|
|
1457
|
+
unit?: Maybe<Scalars['String']>;
|
|
1458
|
+
value: Scalars['String'];
|
|
1459
|
+
value_type?: Maybe<DataPointValueType>;
|
|
1460
|
+
};
|
|
1461
|
+
export declare type SliderConfig = {
|
|
1462
|
+
__typename?: 'SliderConfig';
|
|
1463
|
+
display_marks: Scalars['Boolean'];
|
|
1464
|
+
is_value_tooltip_on: Scalars['Boolean'];
|
|
1465
|
+
max: Scalars['Float'];
|
|
1466
|
+
max_label: Scalars['String'];
|
|
1467
|
+
min: Scalars['Float'];
|
|
1468
|
+
min_label: Scalars['String'];
|
|
1469
|
+
show_min_max_values: Scalars['Boolean'];
|
|
1470
|
+
step_value: Scalars['Float'];
|
|
1471
|
+
};
|
|
1472
|
+
export declare type SortingOutput = {
|
|
1473
|
+
__typename?: 'SortingOutput';
|
|
1474
|
+
direction: Scalars['String'];
|
|
1475
|
+
field: Scalars['String'];
|
|
1476
|
+
};
|
|
1477
|
+
export declare type SortingParams = {
|
|
1478
|
+
direction: Scalars['String'];
|
|
1479
|
+
field: Scalars['String'];
|
|
1480
|
+
};
|
|
1481
|
+
export declare type Stakeholder = {
|
|
1482
|
+
__typename?: 'Stakeholder';
|
|
1483
|
+
clinical_app_role: StakeholderClinicalAppRole;
|
|
1484
|
+
definition_id: Scalars['String'];
|
|
1485
|
+
id: Scalars['ID'];
|
|
1486
|
+
label: StakeholderLabel;
|
|
1487
|
+
release_id: Scalars['String'];
|
|
1488
|
+
version: Scalars['Float'];
|
|
1489
|
+
};
|
|
1490
|
+
export declare enum StakeholderClinicalAppRole {
|
|
1491
|
+
Caregiver = "CAREGIVER",
|
|
1492
|
+
Patient = "PATIENT",
|
|
1493
|
+
Physician = "PHYSICIAN"
|
|
1494
|
+
}
|
|
1495
|
+
export declare type StakeholderLabel = {
|
|
1496
|
+
__typename?: 'StakeholderLabel';
|
|
1497
|
+
en: Scalars['String'];
|
|
1498
|
+
};
|
|
1499
|
+
export declare type StakeholdersPayload = Payload & {
|
|
1500
|
+
__typename?: 'StakeholdersPayload';
|
|
1501
|
+
code: Scalars['String'];
|
|
1502
|
+
stakeholders: Array<Stakeholder>;
|
|
1503
|
+
success: Scalars['Boolean'];
|
|
1504
|
+
};
|
|
1505
|
+
export declare type StartHostedActivitySessionInput = {
|
|
1506
|
+
cancel_url?: InputMaybe<Scalars['String']>;
|
|
1507
|
+
language?: InputMaybe<Scalars['String']>;
|
|
1508
|
+
pathway_id: Scalars['String'];
|
|
1509
|
+
stakeholder_id: Scalars['String'];
|
|
1510
|
+
success_url?: InputMaybe<Scalars['String']>;
|
|
1511
|
+
};
|
|
1512
|
+
export declare type StartHostedActivitySessionPayload = Payload & {
|
|
1513
|
+
__typename?: 'StartHostedActivitySessionPayload';
|
|
1514
|
+
code: Scalars['String'];
|
|
1515
|
+
language?: Maybe<Scalars['String']>;
|
|
1516
|
+
session_id: Scalars['String'];
|
|
1517
|
+
session_url: Scalars['String'];
|
|
1518
|
+
success: Scalars['Boolean'];
|
|
1519
|
+
};
|
|
1520
|
+
export declare type StartHostedActivitySessionViaHostedPagesLinkInput = {
|
|
1521
|
+
hosted_pages_link_id: Scalars['String'];
|
|
1522
|
+
};
|
|
1523
|
+
export declare type StartHostedPathwaySessionFromLinkInput = {
|
|
1524
|
+
id: Scalars['String'];
|
|
1525
|
+
};
|
|
1526
|
+
export declare type StartHostedPathwaySessionFromLinkPayload = Payload & {
|
|
1527
|
+
__typename?: 'StartHostedPathwaySessionFromLinkPayload';
|
|
1528
|
+
code: Scalars['String'];
|
|
1529
|
+
session_url: Scalars['String'];
|
|
1530
|
+
success: Scalars['Boolean'];
|
|
1531
|
+
};
|
|
1532
|
+
export declare type StartHostedPathwaySessionInput = {
|
|
1533
|
+
cancel_url?: InputMaybe<Scalars['String']>;
|
|
1534
|
+
data_points?: InputMaybe<Array<DataPointInput>>;
|
|
1535
|
+
language?: InputMaybe<Scalars['String']>;
|
|
1536
|
+
pathway_definition_id: Scalars['String'];
|
|
1537
|
+
patient_id?: InputMaybe<Scalars['String']>;
|
|
1538
|
+
success_url?: InputMaybe<Scalars['String']>;
|
|
1539
|
+
};
|
|
1540
|
+
export declare type StartHostedPathwaySessionPayload = Payload & {
|
|
1541
|
+
__typename?: 'StartHostedPathwaySessionPayload';
|
|
1542
|
+
code: Scalars['String'];
|
|
1543
|
+
pathway_id: Scalars['String'];
|
|
1544
|
+
session_id: Scalars['String'];
|
|
1545
|
+
session_url: Scalars['String'];
|
|
1546
|
+
stakeholder: HostedSessionStakeholder;
|
|
1547
|
+
success: Scalars['Boolean'];
|
|
1548
|
+
};
|
|
1549
|
+
export declare type StartPathwayInput = {
|
|
1550
|
+
data_points?: InputMaybe<Array<DataPointInput>>;
|
|
1551
|
+
pathway_definition_id: Scalars['String'];
|
|
1552
|
+
patient_id: Scalars['String'];
|
|
1553
|
+
};
|
|
1554
|
+
export declare type StartPathwayPayload = Payload & {
|
|
1555
|
+
__typename?: 'StartPathwayPayload';
|
|
1556
|
+
code: Scalars['String'];
|
|
1557
|
+
pathway_id: Scalars['String'];
|
|
1558
|
+
stakeholders: Array<Stakeholder>;
|
|
1559
|
+
success: Scalars['Boolean'];
|
|
1560
|
+
};
|
|
1561
|
+
export declare type StopPathwayInput = {
|
|
1562
|
+
pathway_id: Scalars['String'];
|
|
1563
|
+
reason?: InputMaybe<Scalars['String']>;
|
|
1564
|
+
};
|
|
1565
|
+
export declare type StopTrackInput = {
|
|
1566
|
+
pathway_id: Scalars['String'];
|
|
1567
|
+
track_id: Scalars['String'];
|
|
1568
|
+
};
|
|
1569
|
+
export declare type StopTrackPayload = Payload & {
|
|
1570
|
+
__typename?: 'StopTrackPayload';
|
|
1571
|
+
code: Scalars['String'];
|
|
1572
|
+
success: Scalars['Boolean'];
|
|
1573
|
+
track: Element;
|
|
1574
|
+
};
|
|
1575
|
+
export declare type StringArrayFilter = {
|
|
1576
|
+
in?: InputMaybe<Array<Scalars['String']>>;
|
|
1577
|
+
};
|
|
1578
|
+
export declare type SubActivity = {
|
|
1579
|
+
__typename?: 'SubActivity';
|
|
1580
|
+
action: ActivityAction;
|
|
1581
|
+
date: Scalars['String'];
|
|
1582
|
+
error?: Maybe<Scalars['String']>;
|
|
1583
|
+
error_category?: Maybe<Scalars['String']>;
|
|
1584
|
+
id: Scalars['String'];
|
|
1585
|
+
object?: Maybe<ActivityObject>;
|
|
1586
|
+
subject: ActivitySubject;
|
|
1587
|
+
text?: Maybe<TranslatedText>;
|
|
1588
|
+
};
|
|
1589
|
+
export declare type SubmitChecklistInput = {
|
|
1590
|
+
activity_id: Scalars['String'];
|
|
1591
|
+
};
|
|
1592
|
+
export declare type SubmitChecklistPayload = Payload & {
|
|
1593
|
+
__typename?: 'SubmitChecklistPayload';
|
|
1594
|
+
activity: Activity;
|
|
1595
|
+
code: Scalars['String'];
|
|
1596
|
+
success: Scalars['Boolean'];
|
|
1597
|
+
};
|
|
1598
|
+
export declare type SubmitFormResponseInput = {
|
|
1599
|
+
activity_id: Scalars['String'];
|
|
1600
|
+
response: Array<QuestionResponseInput>;
|
|
1601
|
+
};
|
|
1602
|
+
export declare type SubmitFormResponsePayload = Payload & {
|
|
1603
|
+
__typename?: 'SubmitFormResponsePayload';
|
|
1604
|
+
activity: Activity;
|
|
1605
|
+
code: Scalars['String'];
|
|
1606
|
+
success: Scalars['Boolean'];
|
|
1607
|
+
};
|
|
1608
|
+
export declare type Subscription = {
|
|
1609
|
+
__typename?: 'Subscription';
|
|
1610
|
+
activityCompleted: Activity;
|
|
1611
|
+
activityCreated: Activity;
|
|
1612
|
+
activityUpdated: Activity;
|
|
1613
|
+
apiCallCreated: ApiCall;
|
|
1614
|
+
apiCallUpdated: ApiCall;
|
|
1615
|
+
elementCompleted: Element;
|
|
1616
|
+
elementCreated: Element;
|
|
1617
|
+
elementUpdated: Element;
|
|
1618
|
+
pathwayUpdated: Pathway;
|
|
1619
|
+
sessionActivityCompleted: Activity;
|
|
1620
|
+
sessionActivityCreated: Activity;
|
|
1621
|
+
sessionActivityUpdated: Activity;
|
|
1622
|
+
sessionCompleted: HostedSession;
|
|
1623
|
+
sessionExpired: HostedSession;
|
|
1624
|
+
webhookCallCreated: WebhookCall;
|
|
1625
|
+
webhookCallUpdated: WebhookCall;
|
|
1626
|
+
};
|
|
1627
|
+
export declare type SubscriptionActivityCompletedArgs = {
|
|
1628
|
+
only_patient_activities?: InputMaybe<Scalars['Boolean']>;
|
|
1629
|
+
pathway_id?: InputMaybe<Scalars['String']>;
|
|
1630
|
+
};
|
|
1631
|
+
export declare type SubscriptionActivityCreatedArgs = {
|
|
1632
|
+
only_patient_activities?: InputMaybe<Scalars['Boolean']>;
|
|
1633
|
+
pathway_id?: InputMaybe<Scalars['String']>;
|
|
1634
|
+
};
|
|
1635
|
+
export declare type SubscriptionActivityUpdatedArgs = {
|
|
1636
|
+
only_patient_activities?: InputMaybe<Scalars['Boolean']>;
|
|
1637
|
+
pathway_id?: InputMaybe<Scalars['String']>;
|
|
1638
|
+
};
|
|
1639
|
+
export declare type SubscriptionApiCallCreatedArgs = {
|
|
1640
|
+
pathway_id: Scalars['String'];
|
|
1641
|
+
};
|
|
1642
|
+
export declare type SubscriptionApiCallUpdatedArgs = {
|
|
1643
|
+
pathway_id: Scalars['String'];
|
|
1644
|
+
};
|
|
1645
|
+
export declare type SubscriptionElementCompletedArgs = {
|
|
1646
|
+
element_type?: InputMaybe<ElementType>;
|
|
1647
|
+
pathway_id: Scalars['String'];
|
|
1648
|
+
};
|
|
1649
|
+
export declare type SubscriptionElementCreatedArgs = {
|
|
1650
|
+
element_type?: InputMaybe<ElementType>;
|
|
1651
|
+
pathway_id: Scalars['String'];
|
|
1652
|
+
};
|
|
1653
|
+
export declare type SubscriptionElementUpdatedArgs = {
|
|
1654
|
+
element_type?: InputMaybe<ElementType>;
|
|
1655
|
+
pathway_id: Scalars['String'];
|
|
1656
|
+
};
|
|
1657
|
+
export declare type SubscriptionPathwayUpdatedArgs = {
|
|
1658
|
+
id: Scalars['ID'];
|
|
1659
|
+
};
|
|
1660
|
+
export declare type SubscriptionSessionActivityCompletedArgs = {
|
|
1661
|
+
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
|
1662
|
+
};
|
|
1663
|
+
export declare type SubscriptionSessionActivityCreatedArgs = {
|
|
1664
|
+
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
|
1665
|
+
};
|
|
1666
|
+
export declare type SubscriptionSessionActivityUpdatedArgs = {
|
|
1667
|
+
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
|
1668
|
+
};
|
|
1669
|
+
export declare type SubscriptionWebhookCallCreatedArgs = {
|
|
1670
|
+
pathway_id: Scalars['String'];
|
|
1671
|
+
};
|
|
1672
|
+
export declare type SubscriptionWebhookCallUpdatedArgs = {
|
|
1673
|
+
pathway_id: Scalars['String'];
|
|
1674
|
+
};
|
|
1675
|
+
export declare type Swimlane = {
|
|
1676
|
+
__typename?: 'Swimlane';
|
|
1677
|
+
id: Scalars['ID'];
|
|
1678
|
+
title: Scalars['String'];
|
|
1679
|
+
};
|
|
1680
|
+
export declare type SwimlaneItem = {
|
|
1681
|
+
__typename?: 'SwimlaneItem';
|
|
1682
|
+
category: SwimlaneItemCategory;
|
|
1683
|
+
column_index: Scalars['Float'];
|
|
1684
|
+
date?: Maybe<Scalars['SafeDate']>;
|
|
1685
|
+
documentation?: Maybe<FormattedText>;
|
|
1686
|
+
id: Scalars['ID'];
|
|
1687
|
+
info?: Maybe<Scalars['String']>;
|
|
1688
|
+
lane_id: Scalars['ID'];
|
|
1689
|
+
row_index: Scalars['Float'];
|
|
1690
|
+
title: Scalars['String'];
|
|
1691
|
+
track_id?: Maybe<Scalars['ID']>;
|
|
1692
|
+
type: SwimlaneItemType;
|
|
1693
|
+
};
|
|
1694
|
+
export declare enum SwimlaneItemCategory {
|
|
1695
|
+
Action = "ACTION",
|
|
1696
|
+
PathwayEnd = "PATHWAY_END",
|
|
1697
|
+
PathwayStart = "PATHWAY_START",
|
|
1698
|
+
Step = "STEP",
|
|
1699
|
+
Track = "TRACK",
|
|
1700
|
+
TrackEnd = "TRACK_END",
|
|
1701
|
+
TrackStart = "TRACK_START"
|
|
1702
|
+
}
|
|
1703
|
+
export declare enum SwimlaneItemType {
|
|
1704
|
+
Active = "active",
|
|
1705
|
+
Completed = "completed",
|
|
1706
|
+
Pending = "pending",
|
|
1707
|
+
Possible = "possible"
|
|
1708
|
+
}
|
|
1709
|
+
export declare type SwimlaneLink = {
|
|
1710
|
+
__typename?: 'SwimlaneLink';
|
|
1711
|
+
destination_id: Scalars['ID'];
|
|
1712
|
+
id: Scalars['ID'];
|
|
1713
|
+
origin_id: Scalars['ID'];
|
|
1714
|
+
};
|
|
1715
|
+
export declare type Swimlanes = {
|
|
1716
|
+
__typename?: 'Swimlanes';
|
|
1717
|
+
items: Array<SwimlaneItem>;
|
|
1718
|
+
lanes: Array<Swimlane>;
|
|
1719
|
+
links: Array<SwimlaneLink>;
|
|
1720
|
+
};
|
|
1721
|
+
export declare type Tenant = {
|
|
1722
|
+
__typename?: 'Tenant';
|
|
1723
|
+
accent_color: Scalars['String'];
|
|
1724
|
+
hosted_page_title: Scalars['String'];
|
|
1725
|
+
is_default: Scalars['Boolean'];
|
|
1726
|
+
logo_path: Scalars['String'];
|
|
1727
|
+
name: Scalars['String'];
|
|
1728
|
+
};
|
|
1729
|
+
export declare type TextFilter = {
|
|
1730
|
+
contains?: InputMaybe<Scalars['String']>;
|
|
1731
|
+
eq?: InputMaybe<Scalars['String']>;
|
|
1732
|
+
};
|
|
1733
|
+
export declare type TextFilterContains = {
|
|
1734
|
+
contains?: InputMaybe<Scalars['String']>;
|
|
1735
|
+
};
|
|
1736
|
+
export declare type TextFilterEquals = {
|
|
1737
|
+
eq?: InputMaybe<Scalars['String']>;
|
|
1738
|
+
};
|
|
1739
|
+
export declare type Track = {
|
|
1740
|
+
__typename?: 'Track';
|
|
1741
|
+
can_trigger_manually?: Maybe<Scalars['Boolean']>;
|
|
1742
|
+
id: Scalars['ID'];
|
|
1743
|
+
release_id?: Maybe<Scalars['String']>;
|
|
1744
|
+
title: Scalars['String'];
|
|
1745
|
+
};
|
|
1746
|
+
export declare type TracksPayload = Payload & {
|
|
1747
|
+
__typename?: 'TracksPayload';
|
|
1748
|
+
code: Scalars['String'];
|
|
1749
|
+
success: Scalars['Boolean'];
|
|
1750
|
+
tracks: Array<Track>;
|
|
1751
|
+
};
|
|
1752
|
+
export declare type TranslatedText = {
|
|
1753
|
+
__typename?: 'TranslatedText';
|
|
1754
|
+
en?: Maybe<Scalars['String']>;
|
|
1755
|
+
};
|
|
1756
|
+
export declare type UpdateBaselineInfoInput = {
|
|
1757
|
+
baseline_info: Array<BaselineInfoInput>;
|
|
1758
|
+
pathway_id: Scalars['String'];
|
|
1759
|
+
};
|
|
1760
|
+
export declare type UpdatePatientDemographicsQueryInput = {
|
|
1761
|
+
created_patient_entry_index: Scalars['Float'];
|
|
1762
|
+
created_patient_id: Scalars['String'];
|
|
1763
|
+
query_id: Scalars['String'];
|
|
1764
|
+
};
|
|
1765
|
+
export declare type UpdatePatientDemographicsQueryPayload = Payload & {
|
|
1766
|
+
__typename?: 'UpdatePatientDemographicsQueryPayload';
|
|
1767
|
+
code: Scalars['String'];
|
|
1768
|
+
created_patient_entry_index: Scalars['Float'];
|
|
1769
|
+
created_patient_id: Scalars['String'];
|
|
1770
|
+
success: Scalars['Boolean'];
|
|
1771
|
+
};
|
|
1772
|
+
export declare type UpdatePatientInput = {
|
|
1773
|
+
patient_id: Scalars['String'];
|
|
1774
|
+
profile: PatientProfileInput;
|
|
1775
|
+
};
|
|
1776
|
+
export declare type UpdatePatientLanguageInput = {
|
|
1777
|
+
preferred_language: Scalars['String'];
|
|
1778
|
+
};
|
|
1779
|
+
export declare type UpdatePatientLanguagePayload = Payload & {
|
|
1780
|
+
__typename?: 'UpdatePatientLanguagePayload';
|
|
1781
|
+
code: Scalars['String'];
|
|
1782
|
+
success: Scalars['Boolean'];
|
|
1783
|
+
user?: Maybe<User>;
|
|
1784
|
+
};
|
|
1785
|
+
export declare type UpdatePatientPayload = Payload & {
|
|
1786
|
+
__typename?: 'UpdatePatientPayload';
|
|
1787
|
+
code: Scalars['String'];
|
|
1788
|
+
patient?: Maybe<User>;
|
|
1789
|
+
success: Scalars['Boolean'];
|
|
1790
|
+
};
|
|
1791
|
+
export declare type User = {
|
|
1792
|
+
__typename?: 'User';
|
|
1793
|
+
id: Scalars['ID'];
|
|
1794
|
+
profile?: Maybe<UserProfile>;
|
|
1795
|
+
tenant: Tenant;
|
|
1796
|
+
tenant_id: Scalars['String'];
|
|
1797
|
+
};
|
|
1798
|
+
export declare type UserPayload = Payload & {
|
|
1799
|
+
__typename?: 'UserPayload';
|
|
1800
|
+
code: Scalars['String'];
|
|
1801
|
+
success: Scalars['Boolean'];
|
|
1802
|
+
user: User;
|
|
1803
|
+
};
|
|
1804
|
+
export declare type UserProfile = {
|
|
1805
|
+
__typename?: 'UserProfile';
|
|
1806
|
+
address?: Maybe<Address>;
|
|
1807
|
+
birth_date?: Maybe<Scalars['String']>;
|
|
1808
|
+
email?: Maybe<Scalars['String']>;
|
|
1809
|
+
first_name?: Maybe<Scalars['String']>;
|
|
1810
|
+
last_name?: Maybe<Scalars['String']>;
|
|
1811
|
+
mobile_phone?: Maybe<Scalars['String']>;
|
|
1812
|
+
name?: Maybe<Scalars['String']>;
|
|
1813
|
+
national_registry_number?: Maybe<Scalars['String']>;
|
|
1814
|
+
patient_code?: Maybe<Scalars['String']>;
|
|
1815
|
+
phone?: Maybe<Scalars['String']>;
|
|
1816
|
+
preferred_language?: Maybe<Scalars['String']>;
|
|
1817
|
+
sex?: Maybe<Sex>;
|
|
1818
|
+
};
|
|
1819
|
+
export declare enum UserQuestionType {
|
|
1820
|
+
Date = "DATE",
|
|
1821
|
+
Description = "DESCRIPTION",
|
|
1822
|
+
LongText = "LONG_TEXT",
|
|
1823
|
+
MultipleChoice = "MULTIPLE_CHOICE",
|
|
1824
|
+
MultipleChoiceGrid = "MULTIPLE_CHOICE_GRID",
|
|
1825
|
+
MultipleSelect = "MULTIPLE_SELECT",
|
|
1826
|
+
Number = "NUMBER",
|
|
1827
|
+
ShortText = "SHORT_TEXT",
|
|
1828
|
+
Signature = "SIGNATURE",
|
|
1829
|
+
Slider = "SLIDER",
|
|
1830
|
+
Telephone = "TELEPHONE",
|
|
1831
|
+
YesNo = "YES_NO"
|
|
1832
|
+
}
|
|
1833
|
+
export declare type WebhookCall = {
|
|
1834
|
+
__typename?: 'WebhookCall';
|
|
1835
|
+
created_at: Scalars['String'];
|
|
1836
|
+
event_type: Scalars['String'];
|
|
1837
|
+
id: Scalars['ID'];
|
|
1838
|
+
pathway?: Maybe<ApiPathwayContext>;
|
|
1839
|
+
request: WebhookCallRequest;
|
|
1840
|
+
responses: Array<WebhookCallResponse>;
|
|
1841
|
+
status: Scalars['String'];
|
|
1842
|
+
webhook_id: Scalars['String'];
|
|
1843
|
+
webhook_name: Scalars['String'];
|
|
1844
|
+
};
|
|
1845
|
+
export declare type WebhookCallHeader = {
|
|
1846
|
+
__typename?: 'WebhookCallHeader';
|
|
1847
|
+
key: Scalars['String'];
|
|
1848
|
+
value: Scalars['String'];
|
|
1849
|
+
};
|
|
1850
|
+
export declare type WebhookCallPayload = Payload & {
|
|
1851
|
+
__typename?: 'WebhookCallPayload';
|
|
1852
|
+
code: Scalars['String'];
|
|
1853
|
+
success: Scalars['Boolean'];
|
|
1854
|
+
webhook_call: WebhookCall;
|
|
1855
|
+
};
|
|
1856
|
+
export declare type WebhookCallRequest = {
|
|
1857
|
+
__typename?: 'WebhookCallRequest';
|
|
1858
|
+
body: Scalars['String'];
|
|
1859
|
+
endpoint: Scalars['String'];
|
|
1860
|
+
headers: Array<WebhookCallHeader>;
|
|
1861
|
+
method: Scalars['String'];
|
|
1862
|
+
};
|
|
1863
|
+
export declare type WebhookCallResponse = {
|
|
1864
|
+
__typename?: 'WebhookCallResponse';
|
|
1865
|
+
body: Scalars['String'];
|
|
1866
|
+
date: Scalars['String'];
|
|
1867
|
+
status: Scalars['Float'];
|
|
1868
|
+
};
|
|
1869
|
+
export declare type WebhookCallsPayload = Payload & {
|
|
1870
|
+
__typename?: 'WebhookCallsPayload';
|
|
1871
|
+
code: Scalars['String'];
|
|
1872
|
+
success: Scalars['Boolean'];
|
|
1873
|
+
webhook_calls: Array<WebhookCall>;
|
|
1874
|
+
};
|