@awell-health/awell-extensions 2.0.194 → 2.0.196
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/dist/extensions/braze/actions/actionHelpers.d.ts +1 -0
- package/dist/extensions/braze/actions/actionHelpers.js +9 -0
- package/dist/extensions/braze/actions/actionHelpers.js.map +1 -0
- package/dist/extensions/braze/actions/index.d.ts +933 -0
- package/dist/extensions/braze/actions/index.js +16 -0
- package/dist/extensions/braze/actions/index.js.map +1 -0
- package/dist/extensions/braze/actions/scheduleEmail/config.d.ts +145 -0
- package/dist/extensions/braze/actions/scheduleEmail/config.js +120 -0
- package/dist/extensions/braze/actions/scheduleEmail/config.js.map +1 -0
- package/dist/extensions/braze/actions/scheduleEmail/index.d.ts +1 -0
- package/dist/extensions/braze/actions/scheduleEmail/index.js +18 -0
- package/dist/extensions/braze/actions/scheduleEmail/index.js.map +1 -0
- package/dist/extensions/braze/actions/scheduleEmail/scheduleEmail.d.ts +220 -0
- package/dist/extensions/braze/actions/scheduleEmail/scheduleEmail.js +73 -0
- package/dist/extensions/braze/actions/scheduleEmail/scheduleEmail.js.map +1 -0
- package/dist/extensions/braze/actions/scheduleSMS/config.d.ts +129 -0
- package/dist/extensions/braze/actions/scheduleSMS/config.js +108 -0
- package/dist/extensions/braze/actions/scheduleSMS/config.js.map +1 -0
- package/dist/extensions/braze/actions/scheduleSMS/index.d.ts +1 -0
- package/dist/extensions/braze/actions/scheduleSMS/index.js +18 -0
- package/dist/extensions/braze/actions/scheduleSMS/index.js.map +1 -0
- package/dist/extensions/braze/actions/scheduleSMS/scheduleSMS.d.ts +196 -0
- package/dist/extensions/braze/actions/scheduleSMS/scheduleSMS.js +68 -0
- package/dist/extensions/braze/actions/scheduleSMS/scheduleSMS.js.map +1 -0
- package/dist/extensions/braze/actions/sendEmail/config.d.ts +115 -0
- package/dist/extensions/braze/actions/sendEmail/config.js +96 -0
- package/dist/extensions/braze/actions/sendEmail/config.js.map +1 -0
- package/dist/extensions/braze/actions/sendEmail/index.d.ts +1 -0
- package/dist/extensions/braze/actions/sendEmail/index.js +18 -0
- package/dist/extensions/braze/actions/sendEmail/index.js.map +1 -0
- package/dist/extensions/braze/actions/sendEmail/sendEmail.d.ts +178 -0
- package/dist/extensions/braze/actions/sendEmail/sendEmail.js +71 -0
- package/dist/extensions/braze/actions/sendEmail/sendEmail.js.map +1 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/config.d.ts +125 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/config.js +104 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/config.js.map +1 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/index.d.ts +1 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/index.js +18 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/index.js.map +1 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/sendEmailUsingTemplate.d.ts +192 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/sendEmailUsingTemplate.js +78 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/sendEmailUsingTemplate.js.map +1 -0
- package/dist/extensions/braze/actions/sendSMS/config.d.ts +95 -0
- package/dist/extensions/braze/actions/sendSMS/config.js +80 -0
- package/dist/extensions/braze/actions/sendSMS/config.js.map +1 -0
- package/dist/extensions/braze/actions/sendSMS/index.d.ts +1 -0
- package/dist/extensions/braze/actions/sendSMS/index.js +18 -0
- package/dist/extensions/braze/actions/sendSMS/index.js.map +1 -0
- package/dist/extensions/braze/actions/sendSMS/sendSMS.d.ts +150 -0
- package/dist/extensions/braze/actions/sendSMS/sendSMS.js +67 -0
- package/dist/extensions/braze/actions/sendSMS/sendSMS.js.map +1 -0
- package/dist/extensions/braze/client.d.ts +18 -0
- package/dist/extensions/braze/client.js +29 -0
- package/dist/extensions/braze/client.js.map +1 -0
- package/dist/extensions/braze/index.d.ts +2 -0
- package/dist/extensions/braze/index.js +20 -0
- package/dist/extensions/braze/index.js.map +1 -0
- package/dist/extensions/braze/settings.d.ts +27 -0
- package/dist/extensions/braze/settings.js +25 -0
- package/dist/extensions/braze/settings.js.map +1 -0
- package/dist/extensions/canvasMedical/v1/validation/questionnaireResponses.zod.d.ts +12 -12
- package/dist/extensions/docuSign/actions/createEmbeddedSignatureRequestWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/dropboxSign/v1/actions/createEmbeddedSignatureRequestWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/dropboxSign/v1/actions/sendSignatureRequestWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/elation/actions/cancelAppointments/__testdata__/Findappointments.mock.d.ts +12 -0
- package/dist/extensions/elation/actions/cancelAppointments/__testdata__/Findappointments.mock.js +32 -0
- package/dist/extensions/elation/actions/cancelAppointments/__testdata__/Findappointments.mock.js.map +1 -0
- package/dist/extensions/elation/actions/cancelAppointments/cancelAppointments.d.ts +4 -0
- package/dist/extensions/elation/actions/cancelAppointments/cancelAppointments.js +125 -0
- package/dist/extensions/elation/actions/cancelAppointments/cancelAppointments.js.map +1 -0
- package/dist/extensions/elation/actions/cancelAppointments/config/dataPoints.d.ts +10 -0
- package/dist/extensions/elation/actions/cancelAppointments/config/dataPoints.js +14 -0
- package/dist/extensions/elation/actions/cancelAppointments/config/dataPoints.js.map +1 -0
- package/dist/extensions/elation/actions/cancelAppointments/config/fields.d.ts +28 -0
- package/dist/extensions/elation/actions/cancelAppointments/config/fields.js +26 -0
- package/dist/extensions/elation/actions/cancelAppointments/config/fields.js.map +1 -0
- package/dist/extensions/elation/actions/cancelAppointments/config/index.d.ts +2 -0
- package/dist/extensions/elation/actions/cancelAppointments/config/index.js +9 -0
- package/dist/extensions/elation/actions/cancelAppointments/config/index.js.map +1 -0
- package/dist/extensions/elation/actions/cancelAppointments/index.d.ts +1 -0
- package/dist/extensions/elation/actions/cancelAppointments/index.js +6 -0
- package/dist/extensions/elation/actions/cancelAppointments/index.js.map +1 -0
- package/dist/extensions/elation/actions/index.d.ts +66 -0
- package/dist/extensions/elation/actions/index.js +2 -0
- package/dist/extensions/elation/actions/index.js.map +1 -1
- package/dist/extensions/elation/client.d.ts +2 -0
- package/dist/extensions/elation/client.js +12 -0
- package/dist/extensions/elation/client.js.map +1 -1
- package/dist/extensions/elation/types/appointment.d.ts +1 -0
- package/dist/extensions/index.js +2 -0
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/markdown.json +5 -1
- package/package.json +1 -1
@@ -0,0 +1,9 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.FieldsValidationSchema = exports.fields = exports.dataPoints = void 0;
|
4
|
+
var dataPoints_1 = require("./dataPoints");
|
5
|
+
Object.defineProperty(exports, "dataPoints", { enumerable: true, get: function () { return dataPoints_1.dataPoints; } });
|
6
|
+
var fields_1 = require("./fields");
|
7
|
+
Object.defineProperty(exports, "fields", { enumerable: true, get: function () { return fields_1.fields; } });
|
8
|
+
Object.defineProperty(exports, "FieldsValidationSchema", { enumerable: true, get: function () { return fields_1.FieldsValidationSchema; } });
|
9
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/elation/actions/cancelAppointments/config/index.ts"],"names":[],"mappings":";;;AAAA,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,mCAAyD;AAAhD,gGAAA,MAAM,OAAA;AAAE,gHAAA,sBAAsB,OAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export { cancelAppointments } from './cancelAppointments';
|
@@ -0,0 +1,6 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.cancelAppointments = void 0;
|
4
|
+
var cancelAppointments_1 = require("./cancelAppointments");
|
5
|
+
Object.defineProperty(exports, "cancelAppointments", { enumerable: true, get: function () { return cancelAppointments_1.cancelAppointments; } });
|
6
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/elation/actions/cancelAppointments/index.ts"],"names":[],"mappings":";;;AAAA,2DAAyD;AAAhD,wHAAA,kBAAkB,OAAA"}
|
@@ -2906,4 +2906,70 @@ export declare const actions: {
|
|
2906
2906
|
required: false;
|
2907
2907
|
};
|
2908
2908
|
}, never>;
|
2909
|
+
cancelAppointments: import("@awell-health/extensions-core").Action<{
|
2910
|
+
patientId: {
|
2911
|
+
id: string;
|
2912
|
+
label: string;
|
2913
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
2914
|
+
required: true;
|
2915
|
+
description: string;
|
2916
|
+
};
|
2917
|
+
prompt: {
|
2918
|
+
id: string;
|
2919
|
+
label: string;
|
2920
|
+
type: import("@awell-health/extensions-core").FieldType.TEXT;
|
2921
|
+
required: true;
|
2922
|
+
description: string;
|
2923
|
+
};
|
2924
|
+
}, {
|
2925
|
+
base_url: {
|
2926
|
+
key: string;
|
2927
|
+
label: string;
|
2928
|
+
obfuscated: false;
|
2929
|
+
description: string;
|
2930
|
+
required: true;
|
2931
|
+
};
|
2932
|
+
auth_url: {
|
2933
|
+
key: string;
|
2934
|
+
label: string;
|
2935
|
+
obfuscated: false;
|
2936
|
+
description: string;
|
2937
|
+
required: true;
|
2938
|
+
};
|
2939
|
+
client_id: {
|
2940
|
+
key: string;
|
2941
|
+
label: string;
|
2942
|
+
obfuscated: false;
|
2943
|
+
description: string;
|
2944
|
+
required: true;
|
2945
|
+
};
|
2946
|
+
client_secret: {
|
2947
|
+
key: string;
|
2948
|
+
label: string;
|
2949
|
+
obfuscated: true;
|
2950
|
+
description: string;
|
2951
|
+
required: true;
|
2952
|
+
};
|
2953
|
+
username: {
|
2954
|
+
key: string;
|
2955
|
+
label: string;
|
2956
|
+
obfuscated: false;
|
2957
|
+
description: string;
|
2958
|
+
required: false;
|
2959
|
+
};
|
2960
|
+
password: {
|
2961
|
+
key: string;
|
2962
|
+
label: string;
|
2963
|
+
obfuscated: true;
|
2964
|
+
description: string;
|
2965
|
+
required: false;
|
2966
|
+
};
|
2967
|
+
rateLimitDuration: {
|
2968
|
+
key: string;
|
2969
|
+
label: string;
|
2970
|
+
obfuscated: false;
|
2971
|
+
description: string;
|
2972
|
+
required: false;
|
2973
|
+
};
|
2974
|
+
}, "explanation" | "cancelledAppointments">;
|
2909
2975
|
};
|
@@ -32,6 +32,7 @@ const findFutureAppointment_1 = require("./findFutureAppointment");
|
|
32
32
|
const findAppointmentsWithAI_1 = require("./findAppointmentsWithAI");
|
33
33
|
const signNonVisitNote_1 = require("./signNonVisitNote/signNonVisitNote");
|
34
34
|
const updateReferralOrderResolution_1 = require("./updateReferralOrderResolution");
|
35
|
+
const cancelAppointments_1 = require("./cancelAppointments/cancelAppointments");
|
35
36
|
exports.actions = {
|
36
37
|
getPatient: getPatient_1.getPatient,
|
37
38
|
createPatient: createPatient_1.createPatient,
|
@@ -64,5 +65,6 @@ exports.actions = {
|
|
64
65
|
findAppointmentsWithAI: findAppointmentsWithAI_1.findAppointmentsWithAI,
|
65
66
|
signNonVisitNote: signNonVisitNote_1.signNonVisitNote,
|
66
67
|
updateReferralOrderResolution: updateReferralOrderResolution_1.updateReferralOrderResolution,
|
68
|
+
cancelAppointments: cancelAppointments_1.cancelAppointments,
|
67
69
|
};
|
68
70
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../extensions/elation/actions/index.ts"],"names":[],"mappings":";;;AAAA,wDAAoD;AACpD,mDAA+C;AAC/C,mDAA+C;AAC/C,2DAAuD;AACvD,qDAAiD;AACjD,+CAA2C;AAC3C,yDAAqD;AACrD,mDAA+C;AAC/C,6DAAyD;AACzD,6DAAyD;AACzD,uDAAmD;AACnD,6DAAyD;AACzD,iDAA6C;AAC7C,6CAAyC;AACzC,qDAAiD;AACjD,+DAA2D;AAC3D,6DAAyD;AACzD,wDAAoD;AACpD,wDAAoD;AACpD,uEAAmE;AACnE,qDAAiD;AACjD,2CAAuC;AACvC,+DAA2D;AAC3D,mDAA+C;AAC/C,iDAA6C;AAC7C,2DAAuD;AACvD,yDAAqD;AACrD,mEAA+D;AAC/D,qEAAiE;AACjE,0EAAsE;AACtE,mFAA+E;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../extensions/elation/actions/index.ts"],"names":[],"mappings":";;;AAAA,wDAAoD;AACpD,mDAA+C;AAC/C,mDAA+C;AAC/C,2DAAuD;AACvD,qDAAiD;AACjD,+CAA2C;AAC3C,yDAAqD;AACrD,mDAA+C;AAC/C,6DAAyD;AACzD,6DAAyD;AACzD,uDAAmD;AACnD,6DAAyD;AACzD,iDAA6C;AAC7C,6CAAyC;AACzC,qDAAiD;AACjD,+DAA2D;AAC3D,6DAAyD;AACzD,wDAAoD;AACpD,wDAAoD;AACpD,uEAAmE;AACnE,qDAAiD;AACjD,2CAAuC;AACvC,+DAA2D;AAC3D,mDAA+C;AAC/C,iDAA6C;AAC7C,2DAAuD;AACvD,yDAAqD;AACrD,mEAA+D;AAC/D,qEAAiE;AACjE,0EAAsE;AACtE,mFAA+E;AAC/E,gFAA4E;AAC/D,QAAA,OAAO,GAAG;IACrB,UAAU,EAAV,uBAAU;IACV,aAAa,EAAb,6BAAa;IACb,aAAa,EAAb,6BAAa;IACb,iBAAiB,EAAjB,qCAAiB;IACjB,cAAc,EAAd,+BAAc;IACd,gBAAgB,EAAhB,mCAAgB;IAChB,WAAW,EAAX,yBAAW;IACX,YAAY,EAAZ,2BAAY;IACZ,aAAa,EAAb,6BAAa;IACb,kBAAkB,EAAlB,uCAAkB;IAClB,kBAAkB,EAAlB,uCAAkB;IAClB,eAAe,EAAf,iCAAe;IACf,kBAAkB,EAAlB,uCAAkB;IAClB,eAAe,EAAf,iCAAe;IACf,SAAS,EAAT,qBAAS;IACT,UAAU,EAAV,uBAAU;IACV,UAAU,EAAV,uBAAU;IACV,UAAU,EAAV,uBAAU;IACV,cAAc,EAAd,+BAAc;IACd,mBAAmB,EAAnB,yCAAmB;IACnB,kBAAkB,EAAlB,uCAAkB;IAClB,SAAS,EAAT,qBAAS;IACT,mBAAmB,EAAnB,yCAAmB;IACnB,aAAa,EAAb,6BAAa;IACb,YAAY,EAAZ,2BAAY;IACZ,iBAAiB,EAAjB,qCAAiB;IACjB,gBAAgB,EAAhB,mCAAgB;IAChB,qBAAqB,EAArB,6CAAqB;IACrB,sBAAsB,EAAtB,+CAAsB;IACtB,gBAAgB,EAAhB,mCAAgB;IAChB,6BAA6B,EAA7B,6DAA6B;IAC7B,kBAAkB,EAAlB,uCAAkB;CACnB,CAAA"}
|
@@ -6,6 +6,7 @@ export declare class ElationDataWrapper extends DataWrapper {
|
|
6
6
|
findAppointments(params: FindAppointmentsParams): Promise<AppointmentResponse[]>;
|
7
7
|
getAppointment(id: number): Promise<AppointmentResponse>;
|
8
8
|
createAppointment(obj: Partial<AppointmentInput>): Promise<AppointmentResponse>;
|
9
|
+
updateAppointment(id: number, obj: Partial<AppointmentInput>): Promise<AppointmentResponse>;
|
9
10
|
getPatient(id: number): Promise<PatientResponse>;
|
10
11
|
createPatient(obj: Partial<PatientInput>): Promise<PatientResponse>;
|
11
12
|
updatePatient(id: number, obj: Partial<UpdatePatientInput>): Promise<PatientResponse>;
|
@@ -58,6 +59,7 @@ export declare class ElationAPIClient extends APIClient<ElationDataWrapper> {
|
|
58
59
|
findAppointments(params: FindAppointmentsParams): Promise<AppointmentResponse[]>;
|
59
60
|
getAppointment(id: number): Promise<AppointmentResponse>;
|
60
61
|
createAppointment(obj: Partial<AppointmentInput>): Promise<AppointmentResponse>;
|
62
|
+
updateAppointment(id: number, obj: Partial<AppointmentInput>): Promise<AppointmentResponse>;
|
61
63
|
getPatient(id: number): Promise<PatientResponse>;
|
62
64
|
createPatient(obj: Partial<PatientInput>): Promise<PatientResponse>;
|
63
65
|
updatePatient(id: number, obj: Partial<UpdatePatientInput>): Promise<PatientResponse>;
|
@@ -33,6 +33,15 @@ class ElationDataWrapper extends extensions_core_1.DataWrapper {
|
|
33
33
|
const res = await req;
|
34
34
|
return res;
|
35
35
|
}
|
36
|
+
async updateAppointment(id, obj) {
|
37
|
+
const req = this.Request({
|
38
|
+
method: 'PATCH',
|
39
|
+
url: `/appointments/${id}`,
|
40
|
+
data: obj,
|
41
|
+
});
|
42
|
+
const res = await req;
|
43
|
+
return res;
|
44
|
+
}
|
36
45
|
async getPatient(id) {
|
37
46
|
const req = this.Request({
|
38
47
|
method: 'GET',
|
@@ -303,6 +312,9 @@ class ElationAPIClient extends extensions_core_1.APIClient {
|
|
303
312
|
async createAppointment(obj) {
|
304
313
|
return await this.FetchData(async (dw) => await dw.createAppointment(obj));
|
305
314
|
}
|
315
|
+
async updateAppointment(id, obj) {
|
316
|
+
return await this.FetchData(async (dw) => await dw.updateAppointment(id, obj));
|
317
|
+
}
|
306
318
|
async getPatient(id) {
|
307
319
|
return await this.FetchData(async (dw) => await dw.getPatient(id));
|
308
320
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../extensions/elation/client.ts"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../extensions/elation/client.ts"],"names":[],"mappings":"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"}
|
@@ -19,6 +19,7 @@ export interface AppointmentResponse extends Omit<AppointmentInput, 'service_loc
|
|
19
19
|
created_date: string;
|
20
20
|
last_modified_date: string;
|
21
21
|
deleted_date?: string | null;
|
22
|
+
mode: string;
|
22
23
|
}
|
23
24
|
interface Status extends z.infer<typeof statusSchema> {
|
24
25
|
status_date: string;
|
package/dist/extensions/index.js
CHANGED
@@ -38,6 +38,7 @@ const athenahealth_1 = require("./athenahealth");
|
|
38
38
|
const awell_1 = require("./awell");
|
39
39
|
const awellTasks_1 = require("./awellTasks");
|
40
40
|
const bland_1 = require("./bland");
|
41
|
+
const braze_1 = require("./braze");
|
41
42
|
const calDotCom_1 = require("./calDotCom");
|
42
43
|
const calendly_1 = require("./calendly");
|
43
44
|
const canvasMedical_1 = require("./canvasMedical");
|
@@ -84,6 +85,7 @@ const json = __importStar(require("./markdown.json"));
|
|
84
85
|
exports.markdown = json;
|
85
86
|
exports.extensions = [
|
86
87
|
bland_1.bland,
|
88
|
+
braze_1.Braze,
|
87
89
|
athenahealth_1.athenahealth,
|
88
90
|
awell_1.Awell,
|
89
91
|
awellTasks_1.awellTasks,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../extensions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iDAA6C;AAC7C,mCAA+B;AAC/B,6CAAyC;AACzC,mCAA+B;AAC/B,2CAAuC;AACvC,yCAAqC;AACrC,mDAA+C;AAC/C,qCAAiC;AACjC,6CAAyC;AACzC,yCAAqC;AACrC,+CAA2C;AAC3C,6CAAyC;AACzC,yCAAqC;AACrC,+CAA2C;AAC3C,uCAAmC;AACnC,iCAA6B;AAC7B,iDAA6C;AAC7C,uDAAkD;AAClD,yCAAqC;AACrC,2CAAuC;AACvC,yCAAqC;AACrC,+CAA0C;AAC1C,uCAAmC;AACnC,iEAA6D;AAC7D,uCAAmC;AACnC,yCAAqC;AACrC,2CAAuC;AACvC,uCAAmC;AACnC,iCAAsC;AACtC,uCAAmC;AACnC,+CAA2C;AAC3C,0CAA0C;AAC1C,+CAA2C;AAC3C,iCAA6B;AAC7B,yCAAqC;AACrC,6DAA+C;AAC/C,iCAA6B;AAC7B,qCAAiC;AACjC,qCAAiC;AACjC,yCAAqC;AACrC,yCAAqC;AACrC,2CAAuC;AACvC,qCAAiC;AACjC,uCAAmC;AACnC,yCAAqC;AACrC,uCAAmC;AAEnC,sDAAuC;AAG1B,QAAA,QAAQ,GAAa,IAAI,CAAA;AAEzB,QAAA,UAAU,GAAG;IACxB,aAAK;IACL,2BAAY;IACZ,aAAK;IACL,uBAAU;IACV,qBAAS;IACT,mBAAQ;IACR,6BAAa;IACb,eAAM;IACN,uBAAU;IACV,mBAAQ;IACR,yBAAW;IACX,uBAAU;IACV,mBAAQ;IACR,yBAAW;IACX,iBAAO;IACP,WAAI;IACJ,2BAAY;IACZ,gCAAc;IACd,mBAAQ;IACR,qBAAS;IACT,mBAAQ;IACR,wBAAU;IACV,iBAAO;IACP,2CAAoB;IACpB,iBAAO;IACP,mBAAQ;IACR,qBAAS;IACT,iBAAO;IACP,oBAAa;IACb,yBAAW;IACX,iBAAO;IACP,aAAa;IACb,yBAAW;IACX,WAAI;IACJ,mBAAQ;IACR,6BAAQ;IACR,WAAI;IACJ,eAAM;IACN,eAAM;IACN,mBAAQ;IACR,mBAAQ;IACR,qBAAS;IACT,eAAM;IACN,iBAAO;IACP,mBAAQ;IACR,iBAAO;CACR,CAAA"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../extensions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iDAA6C;AAC7C,mCAA+B;AAC/B,6CAAyC;AACzC,mCAA+B;AAC/B,mCAA+B;AAC/B,2CAAuC;AACvC,yCAAqC;AACrC,mDAA+C;AAC/C,qCAAiC;AACjC,6CAAyC;AACzC,yCAAqC;AACrC,+CAA2C;AAC3C,6CAAyC;AACzC,yCAAqC;AACrC,+CAA2C;AAC3C,uCAAmC;AACnC,iCAA6B;AAC7B,iDAA6C;AAC7C,uDAAkD;AAClD,yCAAqC;AACrC,2CAAuC;AACvC,yCAAqC;AACrC,+CAA0C;AAC1C,uCAAmC;AACnC,iEAA6D;AAC7D,uCAAmC;AACnC,yCAAqC;AACrC,2CAAuC;AACvC,uCAAmC;AACnC,iCAAsC;AACtC,uCAAmC;AACnC,+CAA2C;AAC3C,0CAA0C;AAC1C,+CAA2C;AAC3C,iCAA6B;AAC7B,yCAAqC;AACrC,6DAA+C;AAC/C,iCAA6B;AAC7B,qCAAiC;AACjC,qCAAiC;AACjC,yCAAqC;AACrC,yCAAqC;AACrC,2CAAuC;AACvC,qCAAiC;AACjC,uCAAmC;AACnC,yCAAqC;AACrC,uCAAmC;AAEnC,sDAAuC;AAG1B,QAAA,QAAQ,GAAa,IAAI,CAAA;AAEzB,QAAA,UAAU,GAAG;IACxB,aAAK;IACL,aAAK;IACL,2BAAY;IACZ,aAAK;IACL,uBAAU;IACV,qBAAS;IACT,mBAAQ;IACR,6BAAa;IACb,eAAM;IACN,uBAAU;IACV,mBAAQ;IACR,yBAAW;IACX,uBAAU;IACV,mBAAQ;IACR,yBAAW;IACX,iBAAO;IACP,WAAI;IACJ,2BAAY;IACZ,gCAAc;IACd,mBAAQ;IACR,qBAAS;IACT,mBAAQ;IACR,wBAAU;IACV,iBAAO;IACP,2CAAoB;IACpB,iBAAO;IACP,mBAAQ;IACR,qBAAS;IACT,iBAAO;IACP,oBAAa;IACb,yBAAW;IACX,iBAAO;IACP,aAAa;IACb,yBAAW;IACX,WAAI;IACJ,mBAAQ;IACR,6BAAQ;IACR,WAAI;IACJ,eAAM;IACN,eAAM;IACN,mBAAQ;IACR,mBAAQ;IACR,qBAAS;IACT,eAAM;IACN,iBAAO;IACP,mBAAQ;IACR,iBAAO;CACR,CAAA"}
|
@@ -15,6 +15,10 @@
|
|
15
15
|
"readme": "---\ntitle: Bland.ai\ndescription: To do\n---\n\n# Bland.ai\n\nWith Bland.ai you can build, test, and deploy AI phone calling agents. \n\n## Extension settings\n\nTo set up this extension, you will need to provide an API key for Bland.\n\n## Actions\n\n### Send call (with Pathway)\n\nSend an AI phone call using a simple prompt or a conversational pathway agent you've built in the Bland platform. **The action is completed when Awell receives a callback from the Bland platform.**\n\nAwell lets you specify both the data you want to send to Bland and the structured data you’d like to receive in return. This is achieved by defining the request data for outgoing information and an analysis schema for the structured data you’ll get back.\n\n#### Request data\n\nAny JSON you put in here will be visible to the AI agent during the call - and can also be referenced with Prompt Variables.\n\nFor example, let’s say in the action you want to programmatically set the name of the person you’re calling. You could set request data to:\n\n```json\n{\n \"name\": \"John Doe\",\n}\n```\n\n[Also see Bland documentation.](https://docs.bland.ai/api-v1/post/calls)\n\n#### Analysis schema\n\nDefine a JSON schema for how you want to get information about the call - information like email addresses, names, appointment times or any other type of custom data.\n\nFor example, if you wanted to retrieve this information from the call:\n\n```json\n{\n \"email_address\": \"email\",\n \"first_name\": \"string\",\n \"last_name\": \"string\",\n \"wants_to_book_appointment\": \"boolean\",\n \"appointment_time\": \"YYYY-MM-DD HH:MM:SS\"\n}\n```\n\nWhen retrieving the call details, Bland will return data about the call in the following format:\n\n```json\n{\n \"analysis\": {\n \"email_address\": \"johndoe@gmail.com\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"wants_to_book_appointment\": true,\n \"appointment_time\": \"2024-01-01 12:00:00\"\n }\n}\n```\n\n[Also see Bland documentation.](https://docs.bland.ai/api-v1/post/calls)\n\n\n\n### Get call details\n\nRetrieve the details of a call based on the provider call ID.",
|
16
16
|
"changelog": "# CHANGELOG"
|
17
17
|
},
|
18
|
+
"braze": {
|
19
|
+
"readme": "---\ntitle: Braze\ndescription: Braze is a customer engagement platform that helps you communicate with your patients.\n---\n\n# Braze\n\nBraze is a comprehensive customer engagement platform that specializes in helping businesses connect with their users through personalized messaging channels.\n\n## Supported Actins\n\n- **sendSMS** - Send an immediate SMS message to a specified user\n- **scheduleSMS** - Schedule an SMS message to be sent at a specific time\n- **sendEmail** - Send an immediate email to a specified user\n- **scheduleEmail** - Schedule an email to be sent at a specific time\n- **sendEmailUsingTemplate** - Send an email using a pre-defined Braze template\n\n## Extension settings\n\nAn api key and the REST Endpoint URL are needed to be provided in order for the extension to authenticate with Braze's API.\nList of URLs can be found [here](https://www.braze.com/docs/api/basics/#endpoints) - make sure it's the REST Endpoint URL.\nDocumentation on API keys can be found [here](https://www.braze.com/docs/api/basics/#about-rest-api-keys).\n\nPermissions needed for the API key: \n- messages.schedule.create (Schedule a message to be sent at a specific time.)\n- messages.send (Send an immediate message to specific users.)\n\n\n",
|
20
|
+
"changelog": "# Braze changelog\n"
|
21
|
+
},
|
18
22
|
"calDotCom": {
|
19
23
|
"readme": "---\ntitle: Cal.com\ndescription: Cal.com is a modern and open source scheduling platform. With HIPAA, GDPR and SOC2 compliance, you can ensure that data is well-protected and that makes Cal.com a great fit for healthcare use cases.\n---\n\n# Cal.com\n\n[Cal.com](https://cal.com/) is a modern and **open source** scheduling platform. With HIPAA, GDPR and SOC2 compliance, you can ensure that data is well-protected and that makes Cal.com a great fit for healthcare use cases.\n\n## Cal.com x Awell\n\nThis extension allows you to let a stakeholder (eg: a patient) book an appointment as part of a care flow and to retrieve the booking details of an appointment.\n\n## Extension settings\n\nIn order to set up this extension, **you will need to provide a Cal.com API key**. You can obtain an API key via the Cal.com portal (`Settings > Developer > API keys`).\n\n## Custom Actions\n\n### Book appointment action\n\nYou can add this action to your care flow to enable a stakeholder (eg: a patient) to book an appointment in a predefined calendar. This is a **stakeholder-actionable action** which means it requires an actual user to book an appointment. Also note that this is a blocking action and that the care flow will not progress - unless there are parallel tracks or transitions - until the action/activity is completed (i.e. an appointment was booked).\n\n**The actual booking of the appointment can happen in two ways:**\n\n1. With Awell Hosted Pages: when the \"Book appointment\" action is activated, we serve the booking widget to the stakeholder so they can book an appointment directly from within Awell Hosted Pages.\n2. If you are not leveraging Awell Hosted Pages but have built a custom integration then we expose you all the details via our API so you can either create a Cal.com booking widget yourself or redirect the user to the Cal.com platform. Additionally, we expose a mutation that allows you to complete the activity and pass in the required data.\n\nBelow you can find an overview of all Awell Apps and whether they support rendering of the booking widget.\n\n| App | Supported |\n| ----------------------------- | --------- |\n| Awell Hosted Pages | Yes |\n| Your app (custom integration) | Yes |\n| Awell Care | No |\n| Awell MyCare | No |\n\n#### Data points\n\nAdding this action to your care flow will expose a new data point you can use in your care flow, the `bookingId`. When the care flow is orchestrated and the book appointment activity is completed, the id of the actual booking will be ingested as the value of that `bookingId` data point.\n\n### Get booking action\n\nThis action allows you to fetch the details of a booking based on the provided `bookingId`. This action will make the following data points available for you to use in your care flow:\n\n1. Event type ID\n2. Title\n3. Description\n4. Start time\n5. End time\n6. Status\n7. Cancel URL\n8. Reschedule URL\n9. Video call URL (if available)\n10. First Attendee's name\n12. First Attendee's timezone\n12. First Attendee's email\n13. Organizer's email\n\n### Update booking\n\nUpdates a booking and saves new `bookingId` and `bookingUid` as Data Points. Values possible to update:\n\n- Title - Title of Booking event\n- Description - Description of the meeting\n- Status - Status of the meeting to be set. Possible values: \"ACCEPTED\", \"PENDING\", \"CANCELLED\", \"REJECTED\".\n- Start - Start time of the Event in ISO 8601 format, e.g. 2023-05-24T13:00:00.000Z. Please note that start/end time must be within user's availability hours.\n- End - End time of the Event in ISO 8601 format, e.g. 2023-05-24T13:00:00.000Z. Please note that start/end time must be within user's availability hours.\n\n### Create booking\n\nCreates a booking and saves new `bookingId` as Data Points. Available fields:\n\n- Event Type ID - ID of the event type to book\n- Responses - Object containing email, name, location\n - ```json\n \"responses\": {\n \"name\": \"John Doe\",\n \"email\": \"john.doe@example.com\",\n \"location\": \"Calcom HQ\"\n },\n ```\n- Metadata - Any metadata associated with the booking\n- Timezone - Timezone of the Attendee\n- Language - Language of the Attendee\n- Recurring Event ID - Recurring Event ID if the event is recurring\n- Title - Title of Booking event\n- Description - Description of the meeting\n- Status - Status of the meeting to be set. Possible values: \"ACCEPTED\", \"PENDING\", \"CANCELLED\", \"REJECTED\".\n- Start - Start time of the Event in ISO 8601 format, e.g. 2023-05-24T13:00:00.000Z. Please note that start/end time must be within user's availability hours.\n- End - End time of the Event in ISO 8601 format, e.g. 2023-05-24T13:00:00.000Z. Please note that start/end time must be within user's availability hours.\n\n### Delete Boooking\n\nDeletes a Booking with a given ID.\n\n## Pricing\n\n**This extension is free** but keep in mind that you might need a paid plan for Cal.com depending on your needs.\n\n## Limitations\n\n### Rescheduling\n\nWhen a previously made booking is rescheduled, there is no way yet to get the new/updated booking details into the care flow or have the care flow react on the updated booking.\n\nAlso note that when a booking is rescheduled, Cal.com doesn't update the original booking resource but creates a new one instead. As far as we know, there is no reference from the old booking to the new (rescheduled) booking.\n\n#### Example\n\nAn appointment has been booked with Cal.com and we have the below booking resource:\n\n```json\n{\n ...,\n \"bookingId\": \"1\",\n \"date\": \"Jan 1, 2023\"\n}\n```\n\nHowever, the patient reschedules the booking to Jan 10, 2023. When querying Cal.com's API (`GET v1/bookings/{bookingId}`), it will still return the old booking date instead of the new/rescheduled date.\n\n```json\n{\n ...,\n \"bookingId\": \"1\",\n \"date\": \"Jan 1, 2023\"\n}\n```\n\n## Webhooks\n\nWebhooks offer a great way to automate the flow with Awell when invitees schedule, cancel, or reschedule events, or when the meeting ends.\n\n**Important notes:**\n\n1. An Awell webhook endpoint can only listen to one event type. So make sure that when you create a webhook in Cal.com, the subscriber URL and the event trigger match the Awell webhook endpoint. This also means there can only be one event type per subscriber URL.\n2. Using a secret to verify the authenticity of the received payload is not yet supported.\n3. Custom payload templates are not supported, please use the default ones.\n",
|
20
24
|
"changelog": "# Cal.com changelog\n\n## September 15, 2023\n\n- add createBooking action\n- add first attendee name and timezone to getBooking data points\n\n## September 4, 2023\n\n- add updateBooking and deleteBooking actions\n- update and refactor structure of getBooking and bookAppointment actions\n\n## July 4, 2023\n\n- Get booking action: add validation that bookingId and apiKey are not empty\n- Get booking action: add validation of response data to make sure we have data points\n\n## April 27, 2023\n\n- Get booking action: `startTime` and `endTime` data points are now of value type `date` instead of `string`.\n"
|
@@ -56,7 +60,7 @@
|
|
56
60
|
"changelog": "# Dropbox Sign changelog"
|
57
61
|
},
|
58
62
|
"elation": {
|
59
|
-
"readme": "---\ntitle: Elation\ndescription: Elation is a cloud-based health record system designed for healthcare providers, clinics, and medical practices.\n---\n# Elation\n\nElation is a cloud-based health record system designed for healthcare providers, clinics, and medical practices. It offers a range of features including patient scheduling, charting, e-prescribing, billing, and telemedicine. Overall, Elation is designed to streamline the workflow of medical practices, improve patient care, and increase efficiency.\n\n## Setup\n\n### Webhooks\n\nThe integration of webhooks with Elation presents unique challenges and considerations:\n\n- **Non-Discriminative Triggers**: Elation does not differentiate between the creation or update of a resource. Both actions will set off webhook with action `saved`, which might not provide enough discriminative information for some use cases.\n- **Programmatic Setup**: Elation webhooks can only be configured programmatically, as there's no dedicated user interface in Elation to set up webhooks. View [this demo video](https://youtu.be/v8u6E8MEI8E) for a step-by-step guide on how to set up your webhooks in Elation.\n- **Limitation on user-triggered actions**: Elation has a concept called \"Preventing echo\". This means that that any action carried out by the user affiliated with the API credentials that created the subscription doesn't trigger a webhook. You can read more about this behaviour [here](https://docs.elationhealth.com/reference/webhooks). If you are not receiving any webhooks from Elation after setting up your subscription, then this is the reason. A feasible workaround to the above limitation is creating a dedicated user not meant for human interactions but serves the sole purpose of facilitating M2M communication.\n\nIf you need help setting up your webhooks in Elation, reach out! We are happy to help you.\n\n### Extension settings\n\nIn order to use this extension you will need to provide the extension with the following settings:\n\n- Base URL / endpoint URL of the API\n- Authorization URL\n- Client ID for OAuth2 Password authentication\n- Client Secret for OAuth2 Password authentication\n- API Username for OAuth2 Password authentication\n- API Password for OAuth2 Password authentication\n\nNot sure where you can find all of this information? Click [here](https://docs.elationhealth.com/reference/introduction) to have a look at Elation's Developer documentation.\n\n## Actions\n\nThe following actions are supported with Elation today:\n\n### Create Patient\n\nThis action creates a patient in Elation.\n\n**When creating a patient, you will have to specifiy the primary physician and caregiver practice ID:**\n- Primary physician ID: you can retrieve this ID by using the [Find Physicians](https://docs.elationhealth.com/reference/find-physicians) API call, or by using the `Find Physician` action\n- Caregiver Practice ID: similar to the primary physician ID, you can find this ID by using the same API call or action\n\n### Get Patient\n\nUsing a patient identifier, retrieve a patient object from Elation. \n\nNote that when retrieve the mobile phone number, we are tranforming the number to an international format. We apply a heuristic and assume all mobile numbers in Elation are in US national format so we prepend the number with the +1 country code. Having the number in international format unlocks more powerful functionality like sending text messages with 3rd party services like Twilio and MessageBird.\n\n### Update Patient\n\nUpdate a patient in Elation using any fields available in create patient. We use Elation's `PATCH` method to apply partial modifications to a the patient resource (i.e. update only what is needed).\n\n### Create Appointment\n\nEasily create a patient appointment in Elation.\n\nCreating an appointment requires a few strings to be well-formulated:\n- `Scheduled date` must be a datetime string (ISO-8601). For example, January 1, 2023 at noon, Pacific Time (-8 hours) would be shown as such: `2023-01-01T12:00:00.000-08:00`\n- `Reason` must not be free text. This value comes from the following list of appointment types (`Follow-Up`, `Office Visit`, `Physical Exam`, etc.):\n\n- `Patient` is the patient ID.\n- `Physician` is the physician ID (see `Find Physician`)\n- `Practice` is the practice ID (again, see `Find Physician`)\n\nYou can also include a duration (default to 15 minutes, or whatever has been set in your EHR)\n\n### Get Appointment\n\nRetrieve appointment details using an appointment ID. \n\n### Create Non-Visit Note\n\nThe non-visit note is a special kind of note that, as the name suggests, is not associated with a visit. These notes, in their simplest form, provide a chronological account of information about the patient.\n\n**Additional documentation for some of the action fields:**\n1. Category: The default category is \"Problem\" but you can choose any of \"Past\", \"Family\", \"Social\", \"Instr\", \"PE\", \"ROS\", \"Med\", \"Data\", \"Assessment\", \"Test\", \"Tx\", \"Narrative\", \"Followup\", \"Reason\", \"Plan\", \"Objective\", \"Hpi\", \"Allergies\", \"Habits\", \"Assessplan\", \"Consultant\", \"Attending\", \"Dateprocedure\", \"Surgical\", \"Orders\", \"Referenced\", \"Procedure\".\n2. Chart and document date automatically get set to the current date, i.e. the date when the action is orchestrated.\n\n### Delete Non-Visit Note\n\nDeletes the non-visit note identified by an ID.\n\n### Get Non-Visit Note\n\nRetrieve the details of a non-visit note identified by an ID.\n### Get physician\n\nUsing a physician identifier, retrieve a physician object from Elation.\n\n### Find physicians\n\nSearch a physician based on a set of parameters. The ID of the physician matching the search parameters will be returned. To retrieve the details of the physician, you can use the the \"Get physician\" action.\n\nNote that this action can only support finding one physician so if your search criteria match multiple physicians the action will throw an error.\n\n### ✨ Find Future Appointment\n\nTries to find a **single future appointment** for a patient based on a prompt in natural language. These are the steps executed by the action:\n\n1. All future appointments with status `Scheduled` or `Confirmed` for the patient are retrieved from Elation.\n2. Based on the provided prompt, an LLM tries to find a single appointment from the list of future appointments that matches the prompt.\n3. If multiple appointments exist that match the instructions, only the first one is returned.\n\nIf a matching appointment is found, the action returns the full appointment resource and an explanation of why the LLM chose this appointment.\n\n### ✨ Find Appointments\n\nTries to find **all appointments** for a patient based on a prompt in natural language. These are the steps executed by the action:\n\n1. All appointments, independent their date or status, for the patient are retrieved from Elation.\n2. Based on the provided prompt, an LLM tries to find all appointments from the list appointments that matches the prompt.\n\nThe action returns the full appointment resources of all appointments matching the prompt and an explanation of why the LLM chose these appointments. Additionally, the action returns a count of appointments by status.\n\nExample data points output below.\n\nAppointments (note: only displaying a partial appointment resource)```json\n[\n {\n \"id\": 456,\n \"scheduled_date\": \"2023-07-12T20:44:22Z\",\n \"status\": {\n \"status\": \"Scheduled\",\n },\n },\n {\n \"id\": 456,\n \"scheduled_date\": \"2023-08-12T20:44:22Z\",\n \"status\": {\n \"status\": \"Confirmed\",\n },\n }\n]```\n\nAppointment counts by status\n```json\n{\n \"Scheduled\": 1,\n \"Confirmed\": 1,\n}\n```\n\n### ✨ Update Patient Tags\n\nUses AI to manage patient tags in Elation based on natural language instructions. The action executes the following steps:\n\n1. Retrieves existing patient tags from Elation\n2. Uses an LLM to interpret natural language instructions and determine required tag changes\n3. Updates patient tags in Elation according to the interpreted changes\n\nThe action returns:\n- Complete list of updated tags after changes\n- Detailed explanation of what changes were made and why\n\n**Important Notes:**\n- When adding new tags, specify them in single quotes (e.g., 'Diabetes', 'High-Risk'). Tags must exist in your Elation database\n- Due to Elation API limitations, clearing all tags is implemented by setting a single space tag (' '). This is the recommended workaround from Elation's team\n\n",
|
63
|
+
"readme": "---\ntitle: Elation\ndescription: Elation is a cloud-based health record system designed for healthcare providers, clinics, and medical practices.\n---\n# Elation\n\nElation is a cloud-based health record system designed for healthcare providers, clinics, and medical practices. It offers a range of features including patient scheduling, charting, e-prescribing, billing, and telemedicine. Overall, Elation is designed to streamline the workflow of medical practices, improve patient care, and increase efficiency.\n\n## Setup\n\n### Webhooks\n\nThe integration of webhooks with Elation presents unique challenges and considerations:\n\n- **Non-Discriminative Triggers**: Elation does not differentiate between the creation or update of a resource. Both actions will set off webhook with action `saved`, which might not provide enough discriminative information for some use cases.\n- **Programmatic Setup**: Elation webhooks can only be configured programmatically, as there's no dedicated user interface in Elation to set up webhooks. View [this demo video](https://youtu.be/v8u6E8MEI8E) for a step-by-step guide on how to set up your webhooks in Elation.\n- **Limitation on user-triggered actions**: Elation has a concept called \"Preventing echo\". This means that that any action carried out by the user affiliated with the API credentials that created the subscription doesn't trigger a webhook. You can read more about this behaviour [here](https://docs.elationhealth.com/reference/webhooks). If you are not receiving any webhooks from Elation after setting up your subscription, then this is the reason. A feasible workaround to the above limitation is creating a dedicated user not meant for human interactions but serves the sole purpose of facilitating M2M communication.\n\nIf you need help setting up your webhooks in Elation, reach out! We are happy to help you.\n\n### Extension settings\n\nIn order to use this extension you will need to provide the extension with the following settings:\n\n- Base URL / endpoint URL of the API\n- Authorization URL\n- Client ID for OAuth2 Password authentication\n- Client Secret for OAuth2 Password authentication\n- API Username for OAuth2 Password authentication\n- API Password for OAuth2 Password authentication\n\nNot sure where you can find all of this information? Click [here](https://docs.elationhealth.com/reference/introduction) to have a look at Elation's Developer documentation.\n\n## Actions\n\nThe following actions are supported with Elation today:\n\n### Create Patient\n\nThis action creates a patient in Elation.\n\n**When creating a patient, you will have to specifiy the primary physician and caregiver practice ID:**\n- Primary physician ID: you can retrieve this ID by using the [Find Physicians](https://docs.elationhealth.com/reference/find-physicians) API call, or by using the `Find Physician` action\n- Caregiver Practice ID: similar to the primary physician ID, you can find this ID by using the same API call or action\n\n### Get Patient\n\nUsing a patient identifier, retrieve a patient object from Elation. \n\nNote that when retrieve the mobile phone number, we are tranforming the number to an international format. We apply a heuristic and assume all mobile numbers in Elation are in US national format so we prepend the number with the +1 country code. Having the number in international format unlocks more powerful functionality like sending text messages with 3rd party services like Twilio and MessageBird.\n\n### Update Patient\n\nUpdate a patient in Elation using any fields available in create patient. We use Elation's `PATCH` method to apply partial modifications to a the patient resource (i.e. update only what is needed).\n\n### Create Appointment\n\nEasily create a patient appointment in Elation.\n\nCreating an appointment requires a few strings to be well-formulated:\n- `Scheduled date` must be a datetime string (ISO-8601). For example, January 1, 2023 at noon, Pacific Time (-8 hours) would be shown as such: `2023-01-01T12:00:00.000-08:00`\n- `Reason` must not be free text. This value comes from the following list of appointment types (`Follow-Up`, `Office Visit`, `Physical Exam`, etc.):\n\n- `Patient` is the patient ID.\n- `Physician` is the physician ID (see `Find Physician`)\n- `Practice` is the practice ID (again, see `Find Physician`)\n\nYou can also include a duration (default to 15 minutes, or whatever has been set in your EHR)\n\n### Get Appointment\n\nRetrieve appointment details using an appointment ID. \n\n### Create Non-Visit Note\n\nThe non-visit note is a special kind of note that, as the name suggests, is not associated with a visit. These notes, in their simplest form, provide a chronological account of information about the patient.\n\n**Additional documentation for some of the action fields:**\n1. Category: The default category is \"Problem\" but you can choose any of \"Past\", \"Family\", \"Social\", \"Instr\", \"PE\", \"ROS\", \"Med\", \"Data\", \"Assessment\", \"Test\", \"Tx\", \"Narrative\", \"Followup\", \"Reason\", \"Plan\", \"Objective\", \"Hpi\", \"Allergies\", \"Habits\", \"Assessplan\", \"Consultant\", \"Attending\", \"Dateprocedure\", \"Surgical\", \"Orders\", \"Referenced\", \"Procedure\".\n2. Chart and document date automatically get set to the current date, i.e. the date when the action is orchestrated.\n\n### Delete Non-Visit Note\n\nDeletes the non-visit note identified by an ID.\n\n### Get Non-Visit Note\n\nRetrieve the details of a non-visit note identified by an ID.\n### Get physician\n\nUsing a physician identifier, retrieve a physician object from Elation.\n\n### Find physicians\n\nSearch a physician based on a set of parameters. The ID of the physician matching the search parameters will be returned. To retrieve the details of the physician, you can use the the \"Get physician\" action.\n\nNote that this action can only support finding one physician so if your search criteria match multiple physicians the action will throw an error.\n\n### ✨ Find Future Appointment\n\nTries to find a **single future appointment** for a patient based on a prompt in natural language. These are the steps executed by the action:\n\n1. All future appointments with status `Scheduled` or `Confirmed` for the patient are retrieved from Elation.\n2. Based on the provided prompt, an LLM tries to find a single appointment from the list of future appointments that matches the prompt.\n3. If multiple appointments exist that match the instructions, only the first one is returned.\n\nIf a matching appointment is found, the action returns the full appointment resource and an explanation of why the LLM chose this appointment.\n\n### ✨ Find Appointments\n\nTries to find **all appointments** for a patient based on a prompt in natural language. These are the steps executed by the action:\n\n1. All appointments, independent their date or status, for the patient are retrieved from Elation.\n2. Based on the provided prompt, an LLM tries to find all appointments from the list appointments that matches the prompt.\n\nThe action returns the full appointment resources of all appointments matching the prompt and an explanation of why the LLM chose these appointments. Additionally, the action returns a count of appointments by status.\n\nExample data points output below.\n\nAppointments (note: only displaying a partial appointment resource)```json\n[\n {\n \"id\": 456,\n \"scheduled_date\": \"2023-07-12T20:44:22Z\",\n \"status\": {\n \"status\": \"Scheduled\",\n },\n },\n {\n \"id\": 456,\n \"scheduled_date\": \"2023-08-12T20:44:22Z\",\n \"status\": {\n \"status\": \"Confirmed\",\n },\n }\n]```\n\nAppointment counts by status\n```json\n{\n \"Scheduled\": 1,\n \"Confirmed\": 1,\n}\n```\n\n### ✨ Update Patient Tags\n\nUses AI to manage patient tags in Elation based on natural language instructions. The action executes the following steps:\n\n1. Retrieves existing patient tags from Elation\n2. Uses an LLM to interpret natural language instructions and determine required tag changes\n3. Updates patient tags in Elation according to the interpreted changes\n\nThe action returns:\n- Complete list of updated tags after changes\n- Detailed explanation of what changes were made and why\n\n**Important Notes:**\n- When adding new tags, specify them in single quotes (e.g., 'Diabetes', 'High-Risk'). Tags must exist in your Elation database\n- Due to Elation API limitations, clearing all tags is implemented by setting a single space tag (' '). This is the recommended workaround from Elation's team\n\n### ✨ Cancel appointments\n\nGiven a prompt, this action retrieves a patient's upcoming appointments matching the prompt and cancels them.\n",
|
60
64
|
"changelog": "# Elation Changelog\n\n## January 30, 2024\n\n- New actions\n - Post letter: Using patient and practice identifier, post a new letter to either Provider, Patient or associate it with an existing Referral.\n\n## October 3, 2023\n\n- The README is now more concise with less unneeded detail. A section on the particularities of Elation subscriptions (webhooks) was added.\n- Misc. updates to labels, descriptions, action fields order\n- Action updates\n - Create Non-Visit Note:\n - Simplify the action by removing some optional action fields (we can always expand later)\n - `document_date` and `chart_date` are now automatically set to the date of today so that the corresponding action fields could be removed\n - Create patient\n - `dob` is now a `date` field type (was a string)\n - You can pass a mobile phone number and email when creating a patient\n - Find physician\n - Only returns the physician ID instead of all the details of the physician. To retrieve the details one can use the new `Get physician` action\n - Update patient\n - `dob` is now a `date` field type (was a string)\n - We are now using `PATCH` instead of `PUT` which allows for a partial update, i.e. only update the fields that are needed.\n- New actions\n - Get physician: Using a physician identifier, retrieve a physician object from Elation.\n- Removed actions\n - Update Non-Visit Note\n- Webhooks\n - Fix the type of `patientId` in `patientCreatedOrUpdated` webhook\n - Added `appointmentCreatedOrUpdated` webhook\n\n## September 4, 2023\n\n- rename `onCreatePatient` webhook to `patientCreatedOrUpdated`\n- filter non `saved` actions for this webhook\n\n## August 21, 2023\n\n- make non-visit note text a large input (`StringType.TEXT`)\n\n## May 23, 2024\n\n- add patient_status.status to patient object in getPatient action\n- add status to updatePatient action\n"
|
61
65
|
},
|
62
66
|
"epic": {
|