@awell-health/awell-extensions 2.0.125 → 2.0.127

Sign up to get free protection for your applications and to get access to all the features.
Files changed (142) hide show
  1. package/dist/extensions/cerner/actions/createClinicalNote/config/datapoints.d.ts +1 -0
  2. package/dist/extensions/cerner/actions/createClinicalNote/config/datapoints.js +5 -0
  3. package/dist/extensions/cerner/actions/createClinicalNote/config/datapoints.js.map +1 -0
  4. package/dist/extensions/cerner/actions/createClinicalNote/config/fields.d.ts +3 -0
  5. package/dist/extensions/cerner/actions/createClinicalNote/config/fields.js +10 -0
  6. package/dist/extensions/cerner/actions/createClinicalNote/config/fields.js.map +1 -0
  7. package/dist/extensions/cerner/actions/createClinicalNote/config/index.d.ts +2 -0
  8. package/dist/extensions/cerner/actions/createClinicalNote/config/index.js +9 -0
  9. package/dist/extensions/cerner/actions/createClinicalNote/config/index.js.map +1 -0
  10. package/dist/extensions/cerner/actions/createClinicalNote/createClinicalNote.d.ts +4 -0
  11. package/dist/extensions/cerner/actions/createClinicalNote/createClinicalNote.js +18 -0
  12. package/dist/extensions/cerner/actions/createClinicalNote/createClinicalNote.js.map +1 -0
  13. package/dist/extensions/cerner/actions/createClinicalNote/index.d.ts +1 -0
  14. package/dist/extensions/cerner/actions/createClinicalNote/index.js +6 -0
  15. package/dist/extensions/cerner/actions/createClinicalNote/index.js.map +1 -0
  16. package/dist/extensions/cerner/actions/createPatient/config/datapoints.d.ts +1 -0
  17. package/dist/extensions/cerner/actions/createPatient/config/datapoints.js +5 -0
  18. package/dist/extensions/cerner/actions/createPatient/config/datapoints.js.map +1 -0
  19. package/dist/extensions/cerner/actions/createPatient/config/fields.d.ts +3 -0
  20. package/dist/extensions/cerner/actions/createPatient/config/fields.js +10 -0
  21. package/dist/extensions/cerner/actions/createPatient/config/fields.js.map +1 -0
  22. package/dist/extensions/cerner/actions/createPatient/config/index.d.ts +2 -0
  23. package/dist/extensions/cerner/actions/createPatient/config/index.js +9 -0
  24. package/dist/extensions/cerner/actions/createPatient/config/index.js.map +1 -0
  25. package/dist/extensions/cerner/actions/createPatient/createPatient.d.ts +4 -0
  26. package/dist/extensions/cerner/actions/createPatient/createPatient.js +18 -0
  27. package/dist/extensions/cerner/actions/createPatient/createPatient.js.map +1 -0
  28. package/dist/extensions/cerner/actions/createPatient/index.d.ts +1 -0
  29. package/dist/extensions/cerner/actions/createPatient/index.js +6 -0
  30. package/dist/extensions/cerner/actions/createPatient/index.js.map +1 -0
  31. package/dist/extensions/cerner/actions/getAppointment/config/datapoints.d.ts +1 -0
  32. package/dist/extensions/cerner/actions/getAppointment/config/datapoints.js +5 -0
  33. package/dist/extensions/cerner/actions/getAppointment/config/datapoints.js.map +1 -0
  34. package/dist/extensions/cerner/actions/getAppointment/config/fields.d.ts +3 -0
  35. package/dist/extensions/cerner/actions/getAppointment/config/fields.js +10 -0
  36. package/dist/extensions/cerner/actions/getAppointment/config/fields.js.map +1 -0
  37. package/dist/extensions/cerner/actions/getAppointment/config/index.d.ts +2 -0
  38. package/dist/extensions/cerner/actions/getAppointment/config/index.js +9 -0
  39. package/dist/extensions/cerner/actions/getAppointment/config/index.js.map +1 -0
  40. package/dist/extensions/cerner/actions/getAppointment/getAppointment.d.ts +4 -0
  41. package/dist/extensions/cerner/actions/getAppointment/getAppointment.js +18 -0
  42. package/dist/extensions/cerner/actions/getAppointment/getAppointment.js.map +1 -0
  43. package/dist/extensions/cerner/actions/getAppointment/index.d.ts +1 -0
  44. package/dist/extensions/cerner/actions/getAppointment/index.js +6 -0
  45. package/dist/extensions/cerner/actions/getAppointment/index.js.map +1 -0
  46. package/dist/extensions/cerner/actions/getPatient/config/datapoints.d.ts +1 -0
  47. package/dist/extensions/cerner/actions/getPatient/config/datapoints.js +5 -0
  48. package/dist/extensions/cerner/actions/getPatient/config/datapoints.js.map +1 -0
  49. package/dist/extensions/cerner/actions/getPatient/config/fields.d.ts +3 -0
  50. package/dist/extensions/cerner/actions/getPatient/config/fields.js +10 -0
  51. package/dist/extensions/cerner/actions/getPatient/config/fields.js.map +1 -0
  52. package/dist/extensions/cerner/actions/getPatient/config/index.d.ts +2 -0
  53. package/dist/extensions/cerner/actions/getPatient/config/index.js +9 -0
  54. package/dist/extensions/cerner/actions/getPatient/config/index.js.map +1 -0
  55. package/dist/extensions/cerner/actions/getPatient/getPatient.d.ts +4 -0
  56. package/dist/extensions/cerner/actions/getPatient/getPatient.js +18 -0
  57. package/dist/extensions/cerner/actions/getPatient/getPatient.js.map +1 -0
  58. package/dist/extensions/cerner/actions/getPatient/index.d.ts +1 -0
  59. package/dist/extensions/cerner/actions/getPatient/index.js +6 -0
  60. package/dist/extensions/cerner/actions/getPatient/index.js.map +1 -0
  61. package/dist/extensions/cerner/actions/index.d.ts +7 -0
  62. package/dist/extensions/cerner/actions/index.js +14 -0
  63. package/dist/extensions/cerner/actions/index.js.map +1 -0
  64. package/dist/extensions/cerner/index.d.ts +2 -0
  65. package/dist/extensions/cerner/index.js +22 -0
  66. package/dist/extensions/cerner/index.js.map +1 -0
  67. package/dist/extensions/cerner/settings.d.ts +3 -0
  68. package/dist/extensions/cerner/settings.js +7 -0
  69. package/dist/extensions/cerner/settings.js.map +1 -0
  70. package/dist/extensions/epic/actions/createClinicalNote/config/datapoints.d.ts +1 -0
  71. package/dist/extensions/epic/actions/createClinicalNote/config/datapoints.js +5 -0
  72. package/dist/extensions/epic/actions/createClinicalNote/config/datapoints.js.map +1 -0
  73. package/dist/extensions/epic/actions/createClinicalNote/config/fields.d.ts +3 -0
  74. package/dist/extensions/epic/actions/createClinicalNote/config/fields.js +10 -0
  75. package/dist/extensions/epic/actions/createClinicalNote/config/fields.js.map +1 -0
  76. package/dist/extensions/epic/actions/createClinicalNote/config/index.d.ts +2 -0
  77. package/dist/extensions/epic/actions/createClinicalNote/config/index.js +9 -0
  78. package/dist/extensions/epic/actions/createClinicalNote/config/index.js.map +1 -0
  79. package/dist/extensions/epic/actions/createClinicalNote/createClinicalNote.d.ts +4 -0
  80. package/dist/extensions/epic/actions/createClinicalNote/createClinicalNote.js +18 -0
  81. package/dist/extensions/epic/actions/createClinicalNote/createClinicalNote.js.map +1 -0
  82. package/dist/extensions/epic/actions/createClinicalNote/index.d.ts +1 -0
  83. package/dist/extensions/epic/actions/createClinicalNote/index.js +6 -0
  84. package/dist/extensions/epic/actions/createClinicalNote/index.js.map +1 -0
  85. package/dist/extensions/epic/actions/createPatient/config/datapoints.d.ts +1 -0
  86. package/dist/extensions/epic/actions/createPatient/config/datapoints.js +5 -0
  87. package/dist/extensions/epic/actions/createPatient/config/datapoints.js.map +1 -0
  88. package/dist/extensions/epic/actions/createPatient/config/fields.d.ts +3 -0
  89. package/dist/extensions/epic/actions/createPatient/config/fields.js +10 -0
  90. package/dist/extensions/epic/actions/createPatient/config/fields.js.map +1 -0
  91. package/dist/extensions/epic/actions/createPatient/config/index.d.ts +2 -0
  92. package/dist/extensions/epic/actions/createPatient/config/index.js +9 -0
  93. package/dist/extensions/epic/actions/createPatient/config/index.js.map +1 -0
  94. package/dist/extensions/epic/actions/createPatient/createPatient.d.ts +4 -0
  95. package/dist/extensions/epic/actions/createPatient/createPatient.js +18 -0
  96. package/dist/extensions/epic/actions/createPatient/createPatient.js.map +1 -0
  97. package/dist/extensions/epic/actions/createPatient/index.d.ts +1 -0
  98. package/dist/extensions/epic/actions/createPatient/index.js +6 -0
  99. package/dist/extensions/epic/actions/createPatient/index.js.map +1 -0
  100. package/dist/extensions/epic/actions/getAppointment/config/datapoints.d.ts +1 -0
  101. package/dist/extensions/epic/actions/getAppointment/config/datapoints.js +5 -0
  102. package/dist/extensions/epic/actions/getAppointment/config/datapoints.js.map +1 -0
  103. package/dist/extensions/epic/actions/getAppointment/config/fields.d.ts +3 -0
  104. package/dist/extensions/epic/actions/getAppointment/config/fields.js +10 -0
  105. package/dist/extensions/epic/actions/getAppointment/config/fields.js.map +1 -0
  106. package/dist/extensions/epic/actions/getAppointment/config/index.d.ts +2 -0
  107. package/dist/extensions/epic/actions/getAppointment/config/index.js +9 -0
  108. package/dist/extensions/epic/actions/getAppointment/config/index.js.map +1 -0
  109. package/dist/extensions/epic/actions/getAppointment/getAppointment.d.ts +4 -0
  110. package/dist/extensions/epic/actions/getAppointment/getAppointment.js +18 -0
  111. package/dist/extensions/epic/actions/getAppointment/getAppointment.js.map +1 -0
  112. package/dist/extensions/epic/actions/getAppointment/index.d.ts +1 -0
  113. package/dist/extensions/epic/actions/getAppointment/index.js +6 -0
  114. package/dist/extensions/epic/actions/getAppointment/index.js.map +1 -0
  115. package/dist/extensions/epic/actions/getPatient/config/datapoints.d.ts +1 -0
  116. package/dist/extensions/epic/actions/getPatient/config/datapoints.js +5 -0
  117. package/dist/extensions/epic/actions/getPatient/config/datapoints.js.map +1 -0
  118. package/dist/extensions/epic/actions/getPatient/config/fields.d.ts +3 -0
  119. package/dist/extensions/epic/actions/getPatient/config/fields.js +10 -0
  120. package/dist/extensions/epic/actions/getPatient/config/fields.js.map +1 -0
  121. package/dist/extensions/epic/actions/getPatient/config/index.d.ts +2 -0
  122. package/dist/extensions/epic/actions/getPatient/config/index.js +9 -0
  123. package/dist/extensions/epic/actions/getPatient/config/index.js.map +1 -0
  124. package/dist/extensions/epic/actions/getPatient/getPatient.d.ts +4 -0
  125. package/dist/extensions/epic/actions/getPatient/getPatient.js +18 -0
  126. package/dist/extensions/epic/actions/getPatient/getPatient.js.map +1 -0
  127. package/dist/extensions/epic/actions/getPatient/index.d.ts +1 -0
  128. package/dist/extensions/epic/actions/getPatient/index.js +6 -0
  129. package/dist/extensions/epic/actions/getPatient/index.js.map +1 -0
  130. package/dist/extensions/epic/actions/index.d.ts +7 -0
  131. package/dist/extensions/epic/actions/index.js +14 -0
  132. package/dist/extensions/epic/actions/index.js.map +1 -0
  133. package/dist/extensions/epic/index.d.ts +2 -0
  134. package/dist/extensions/epic/index.js +22 -0
  135. package/dist/extensions/epic/index.js.map +1 -0
  136. package/dist/extensions/epic/settings.d.ts +3 -0
  137. package/dist/extensions/epic/settings.js +7 -0
  138. package/dist/extensions/epic/settings.js.map +1 -0
  139. package/dist/extensions/index.js +4 -0
  140. package/dist/extensions/index.js.map +1 -1
  141. package/dist/extensions/markdown.json +8 -0
  142. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ export declare const dataPoints: {};
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dataPoints = void 0;
4
+ exports.dataPoints = {};
5
+ //# sourceMappingURL=datapoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datapoints.js","sourceRoot":"","sources":["../../../../../../extensions/cerner/actions/createClinicalNote/config/datapoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,EAAgD,CAAA"}
@@ -0,0 +1,3 @@
1
+ import z from 'zod';
2
+ export declare const fields: {};
3
+ export declare const FieldsValidationSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.FieldsValidationSchema = exports.fields = void 0;
7
+ const zod_1 = __importDefault(require("zod"));
8
+ exports.fields = {};
9
+ exports.FieldsValidationSchema = zod_1.default.object({});
10
+ //# sourceMappingURL=fields.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/cerner/actions/createClinicalNote/config/fields.ts"],"names":[],"mappings":";;;;;;AACA,8CAAwC;AAE3B,QAAA,MAAM,GAAG,EAAkC,CAAA;AAE3C,QAAA,sBAAsB,GAAG,aAAC,CAAC,MAAM,CAAC,EAAoD,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { fields, FieldsValidationSchema } from './fields';
2
+ export { dataPoints } from './datapoints';
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dataPoints = exports.FieldsValidationSchema = exports.fields = void 0;
4
+ var fields_1 = require("./fields");
5
+ Object.defineProperty(exports, "fields", { enumerable: true, get: function () { return fields_1.fields; } });
6
+ Object.defineProperty(exports, "FieldsValidationSchema", { enumerable: true, get: function () { return fields_1.FieldsValidationSchema; } });
7
+ var datapoints_1 = require("./datapoints");
8
+ Object.defineProperty(exports, "dataPoints", { enumerable: true, get: function () { return datapoints_1.dataPoints; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/cerner/actions/createClinicalNote/config/index.ts"],"names":[],"mappings":";;;AAAA,mCAAyD;AAAhD,gGAAA,MAAM,OAAA;AAAE,gHAAA,sBAAsB,OAAA;AACvC,2CAAyC;AAAhC,wGAAA,UAAU,OAAA"}
@@ -0,0 +1,4 @@
1
+ import { type Action } from '@awell-health/extensions-core';
2
+ import { type settings } from '../../settings';
3
+ import { fields, dataPoints } from './config';
4
+ export declare const createClinicalNote: Action<typeof fields, typeof settings, keyof typeof dataPoints>;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createClinicalNote = void 0;
4
+ const extensions_core_1 = require("@awell-health/extensions-core");
5
+ const config_1 = require("./config");
6
+ exports.createClinicalNote = {
7
+ key: 'createClinicalNote',
8
+ category: extensions_core_1.Category.EHR_INTEGRATIONS,
9
+ title: 'Create clinical note',
10
+ description: 'Create a clinical note in Epic',
11
+ fields: config_1.fields,
12
+ previewable: false,
13
+ dataPoints: config_1.dataPoints,
14
+ onEvent: async ({ payload, onComplete, onError }) => {
15
+ await onComplete();
16
+ },
17
+ };
18
+ //# sourceMappingURL=createClinicalNote.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createClinicalNote.js","sourceRoot":"","sources":["../../../../../extensions/cerner/actions/createClinicalNote/createClinicalNote.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,qCAA6C;AAEhC,QAAA,kBAAkB,GAI3B;IACF,GAAG,EAAE,oBAAoB;IACzB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,sBAAsB;IAC7B,WAAW,EAAE,gCAAgC;IAC7C,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,KAAK;IAClB,UAAU,EAAV,mBAAU;IACV,OAAO,EAAE,KAAK,EAAE,EAAC,OAAO,EAAE,UAAU,EAAE,OAAO,EAAC,EAAiB,EAAE;QAC/D,MAAM,UAAU,EAAE,CAAA;IACpB,CAAC;CACF,CAAA"}
@@ -0,0 +1 @@
1
+ export { createClinicalNote } from './createClinicalNote';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createClinicalNote = void 0;
4
+ var createClinicalNote_1 = require("./createClinicalNote");
5
+ Object.defineProperty(exports, "createClinicalNote", { enumerable: true, get: function () { return createClinicalNote_1.createClinicalNote; } });
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/cerner/actions/createClinicalNote/index.ts"],"names":[],"mappings":";;;AAAA,2DAAyD;AAAhD,wHAAA,kBAAkB,OAAA"}
@@ -0,0 +1 @@
1
+ export declare const dataPoints: {};
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dataPoints = void 0;
4
+ exports.dataPoints = {};
5
+ //# sourceMappingURL=datapoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datapoints.js","sourceRoot":"","sources":["../../../../../../extensions/cerner/actions/createPatient/config/datapoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,EAAgD,CAAA"}
@@ -0,0 +1,3 @@
1
+ import z from 'zod';
2
+ export declare const fields: {};
3
+ export declare const FieldsValidationSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.FieldsValidationSchema = exports.fields = void 0;
7
+ const zod_1 = __importDefault(require("zod"));
8
+ exports.fields = {};
9
+ exports.FieldsValidationSchema = zod_1.default.object({});
10
+ //# sourceMappingURL=fields.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/cerner/actions/createPatient/config/fields.ts"],"names":[],"mappings":";;;;;;AACA,8CAAwC;AAE3B,QAAA,MAAM,GAAG,EAAkC,CAAA;AAE3C,QAAA,sBAAsB,GAAG,aAAC,CAAC,MAAM,CAAC,EAAoD,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { fields, FieldsValidationSchema } from './fields';
2
+ export { dataPoints } from './datapoints';
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dataPoints = exports.FieldsValidationSchema = exports.fields = void 0;
4
+ var fields_1 = require("./fields");
5
+ Object.defineProperty(exports, "fields", { enumerable: true, get: function () { return fields_1.fields; } });
6
+ Object.defineProperty(exports, "FieldsValidationSchema", { enumerable: true, get: function () { return fields_1.FieldsValidationSchema; } });
7
+ var datapoints_1 = require("./datapoints");
8
+ Object.defineProperty(exports, "dataPoints", { enumerable: true, get: function () { return datapoints_1.dataPoints; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/cerner/actions/createPatient/config/index.ts"],"names":[],"mappings":";;;AAAA,mCAAyD;AAAhD,gGAAA,MAAM,OAAA;AAAE,gHAAA,sBAAsB,OAAA;AACvC,2CAAyC;AAAhC,wGAAA,UAAU,OAAA"}
@@ -0,0 +1,4 @@
1
+ import { type Action } from '@awell-health/extensions-core';
2
+ import { type settings } from '../../settings';
3
+ import { fields, dataPoints } from './config';
4
+ export declare const createPatient: Action<typeof fields, typeof settings, keyof typeof dataPoints>;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createPatient = void 0;
4
+ const extensions_core_1 = require("@awell-health/extensions-core");
5
+ const config_1 = require("./config");
6
+ exports.createPatient = {
7
+ key: 'createPatient',
8
+ category: extensions_core_1.Category.EHR_INTEGRATIONS,
9
+ title: 'Create patient',
10
+ description: 'Create a patient in Epic',
11
+ fields: config_1.fields,
12
+ previewable: false,
13
+ dataPoints: config_1.dataPoints,
14
+ onEvent: async ({ payload, onComplete, onError }) => {
15
+ await onComplete();
16
+ },
17
+ };
18
+ //# sourceMappingURL=createPatient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createPatient.js","sourceRoot":"","sources":["../../../../../extensions/cerner/actions/createPatient/createPatient.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,qCAA6C;AAEhC,QAAA,aAAa,GAItB;IACF,GAAG,EAAE,eAAe;IACpB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,gBAAgB;IACvB,WAAW,EAAE,0BAA0B;IACvC,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,KAAK;IAClB,UAAU,EAAV,mBAAU;IACV,OAAO,EAAE,KAAK,EAAE,EAAC,OAAO,EAAE,UAAU,EAAE,OAAO,EAAC,EAAiB,EAAE;QAC/D,MAAM,UAAU,EAAE,CAAA;IACpB,CAAC;CACF,CAAA"}
@@ -0,0 +1 @@
1
+ export { createPatient } from './createPatient';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createPatient = void 0;
4
+ var createPatient_1 = require("./createPatient");
5
+ Object.defineProperty(exports, "createPatient", { enumerable: true, get: function () { return createPatient_1.createPatient; } });
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/cerner/actions/createPatient/index.ts"],"names":[],"mappings":";;;AAAA,iDAA+C;AAAtC,8GAAA,aAAa,OAAA"}
@@ -0,0 +1 @@
1
+ export declare const dataPoints: {};
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dataPoints = void 0;
4
+ exports.dataPoints = {};
5
+ //# sourceMappingURL=datapoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datapoints.js","sourceRoot":"","sources":["../../../../../../extensions/cerner/actions/getAppointment/config/datapoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,EAAgD,CAAA"}
@@ -0,0 +1,3 @@
1
+ import z from 'zod';
2
+ export declare const fields: {};
3
+ export declare const FieldsValidationSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.FieldsValidationSchema = exports.fields = void 0;
7
+ const zod_1 = __importDefault(require("zod"));
8
+ exports.fields = {};
9
+ exports.FieldsValidationSchema = zod_1.default.object({});
10
+ //# sourceMappingURL=fields.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/cerner/actions/getAppointment/config/fields.ts"],"names":[],"mappings":";;;;;;AACA,8CAAwC;AAE3B,QAAA,MAAM,GAAG,EAAkC,CAAA;AAE3C,QAAA,sBAAsB,GAAG,aAAC,CAAC,MAAM,CAAC,EAAoD,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { fields, FieldsValidationSchema } from './fields';
2
+ export { dataPoints } from './datapoints';
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dataPoints = exports.FieldsValidationSchema = exports.fields = void 0;
4
+ var fields_1 = require("./fields");
5
+ Object.defineProperty(exports, "fields", { enumerable: true, get: function () { return fields_1.fields; } });
6
+ Object.defineProperty(exports, "FieldsValidationSchema", { enumerable: true, get: function () { return fields_1.FieldsValidationSchema; } });
7
+ var datapoints_1 = require("./datapoints");
8
+ Object.defineProperty(exports, "dataPoints", { enumerable: true, get: function () { return datapoints_1.dataPoints; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/cerner/actions/getAppointment/config/index.ts"],"names":[],"mappings":";;;AAAA,mCAAyD;AAAhD,gGAAA,MAAM,OAAA;AAAE,gHAAA,sBAAsB,OAAA;AACvC,2CAAyC;AAAhC,wGAAA,UAAU,OAAA"}
@@ -0,0 +1,4 @@
1
+ import { type Action } from '@awell-health/extensions-core';
2
+ import { type settings } from '../../settings';
3
+ import { fields, dataPoints } from './config';
4
+ export declare const getAppointment: Action<typeof fields, typeof settings, keyof typeof dataPoints>;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getAppointment = void 0;
4
+ const extensions_core_1 = require("@awell-health/extensions-core");
5
+ const config_1 = require("./config");
6
+ exports.getAppointment = {
7
+ key: 'getAppointment',
8
+ category: extensions_core_1.Category.EHR_INTEGRATIONS,
9
+ title: 'Get appointment',
10
+ description: 'Retrieve appointment details from Epic',
11
+ fields: config_1.fields,
12
+ previewable: false,
13
+ dataPoints: config_1.dataPoints,
14
+ onEvent: async ({ payload, onComplete, onError }) => {
15
+ await onComplete();
16
+ },
17
+ };
18
+ //# sourceMappingURL=getAppointment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAppointment.js","sourceRoot":"","sources":["../../../../../extensions/cerner/actions/getAppointment/getAppointment.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,qCAA6C;AAEhC,QAAA,cAAc,GAIvB;IACF,GAAG,EAAE,gBAAgB;IACrB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,iBAAiB;IACxB,WAAW,EAAE,wCAAwC;IACrD,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,KAAK;IAClB,UAAU,EAAV,mBAAU;IACV,OAAO,EAAE,KAAK,EAAE,EAAC,OAAO,EAAE,UAAU,EAAE,OAAO,EAAC,EAAiB,EAAE;QAC/D,MAAM,UAAU,EAAE,CAAA;IACpB,CAAC;CACF,CAAA"}
@@ -0,0 +1 @@
1
+ export { getAppointment } from './getAppointment';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getAppointment = void 0;
4
+ var getAppointment_1 = require("./getAppointment");
5
+ Object.defineProperty(exports, "getAppointment", { enumerable: true, get: function () { return getAppointment_1.getAppointment; } });
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/cerner/actions/getAppointment/index.ts"],"names":[],"mappings":";;;AAAA,mDAAiD;AAAxC,gHAAA,cAAc,OAAA"}
@@ -0,0 +1 @@
1
+ export declare const dataPoints: {};
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dataPoints = void 0;
4
+ exports.dataPoints = {};
5
+ //# sourceMappingURL=datapoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datapoints.js","sourceRoot":"","sources":["../../../../../../extensions/cerner/actions/getPatient/config/datapoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,EAAgD,CAAA"}
@@ -0,0 +1,3 @@
1
+ import z from 'zod';
2
+ export declare const fields: {};
3
+ export declare const FieldsValidationSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.FieldsValidationSchema = exports.fields = void 0;
7
+ const zod_1 = __importDefault(require("zod"));
8
+ exports.fields = {};
9
+ exports.FieldsValidationSchema = zod_1.default.object({});
10
+ //# sourceMappingURL=fields.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/cerner/actions/getPatient/config/fields.ts"],"names":[],"mappings":";;;;;;AACA,8CAAwC;AAE3B,QAAA,MAAM,GAAG,EAAkC,CAAA;AAE3C,QAAA,sBAAsB,GAAG,aAAC,CAAC,MAAM,CAAC,EAAoD,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { fields, FieldsValidationSchema } from './fields';
2
+ export { dataPoints } from './datapoints';
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dataPoints = exports.FieldsValidationSchema = exports.fields = void 0;
4
+ var fields_1 = require("./fields");
5
+ Object.defineProperty(exports, "fields", { enumerable: true, get: function () { return fields_1.fields; } });
6
+ Object.defineProperty(exports, "FieldsValidationSchema", { enumerable: true, get: function () { return fields_1.FieldsValidationSchema; } });
7
+ var datapoints_1 = require("./datapoints");
8
+ Object.defineProperty(exports, "dataPoints", { enumerable: true, get: function () { return datapoints_1.dataPoints; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/cerner/actions/getPatient/config/index.ts"],"names":[],"mappings":";;;AAAA,mCAAyD;AAAhD,gGAAA,MAAM,OAAA;AAAE,gHAAA,sBAAsB,OAAA;AACvC,2CAAyC;AAAhC,wGAAA,UAAU,OAAA"}
@@ -0,0 +1,4 @@
1
+ import { type Action } from '@awell-health/extensions-core';
2
+ import { type settings } from '../../settings';
3
+ import { fields, dataPoints } from './config';
4
+ export declare const getPatient: Action<typeof fields, typeof settings, keyof typeof dataPoints>;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getPatient = void 0;
4
+ const extensions_core_1 = require("@awell-health/extensions-core");
5
+ const config_1 = require("./config");
6
+ exports.getPatient = {
7
+ key: 'getPatient',
8
+ category: extensions_core_1.Category.EHR_INTEGRATIONS,
9
+ title: 'Get patient',
10
+ description: 'Retrieve patient details from Epic',
11
+ fields: config_1.fields,
12
+ previewable: false,
13
+ dataPoints: config_1.dataPoints,
14
+ onEvent: async ({ payload, onComplete, onError }) => {
15
+ await onComplete();
16
+ },
17
+ };
18
+ //# sourceMappingURL=getPatient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPatient.js","sourceRoot":"","sources":["../../../../../extensions/cerner/actions/getPatient/getPatient.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,qCAA6C;AAEhC,QAAA,UAAU,GAInB;IACF,GAAG,EAAE,YAAY;IACjB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,aAAa;IACpB,WAAW,EAAE,oCAAoC;IACjD,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,KAAK;IAClB,UAAU,EAAV,mBAAU;IACV,OAAO,EAAE,KAAK,EAAE,EAAC,OAAO,EAAE,UAAU,EAAE,OAAO,EAAC,EAAiB,EAAE;QAC/D,MAAM,UAAU,EAAE,CAAA;IACpB,CAAC;CACF,CAAA"}
@@ -0,0 +1 @@
1
+ export { getPatient } from './getPatient';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getPatient = void 0;
4
+ var getPatient_1 = require("./getPatient");
5
+ Object.defineProperty(exports, "getPatient", { enumerable: true, get: function () { return getPatient_1.getPatient; } });
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/cerner/actions/getPatient/index.ts"],"names":[],"mappings":";;;AAAA,2CAAyC;AAAhC,wGAAA,UAAU,OAAA"}
@@ -0,0 +1,7 @@
1
+ declare const actions: {
2
+ getPatient: import("@awell-health/extensions-core").Action<{}, {}, never>;
3
+ getAppointment: import("@awell-health/extensions-core").Action<{}, {}, never>;
4
+ createPatient: import("@awell-health/extensions-core").Action<{}, {}, never>;
5
+ createClinicalNote: import("@awell-health/extensions-core").Action<{}, {}, never>;
6
+ };
7
+ export default actions;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const createPatient_1 = require("./createPatient");
4
+ const getPatient_1 = require("./getPatient");
5
+ const getAppointment_1 = require("./getAppointment");
6
+ const createClinicalNote_1 = require("./createClinicalNote");
7
+ const actions = {
8
+ getPatient: getPatient_1.getPatient,
9
+ getAppointment: getAppointment_1.getAppointment,
10
+ createPatient: createPatient_1.createPatient,
11
+ createClinicalNote: createClinicalNote_1.createClinicalNote,
12
+ };
13
+ exports.default = actions;
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../extensions/cerner/actions/index.ts"],"names":[],"mappings":";;AAAA,mDAA+C;AAC/C,6CAAyC;AACzC,qDAAiD;AACjD,6DAAyD;AAEzD,MAAM,OAAO,GAAG;IACd,UAAU,EAAV,uBAAU;IACV,cAAc,EAAd,+BAAc;IACd,aAAa,EAAb,6BAAa;IACb,kBAAkB,EAAlB,uCAAkB;CACnB,CAAA;AAED,kBAAe,OAAO,CAAA"}
@@ -0,0 +1,2 @@
1
+ import { type Extension } from '@awell-health/extensions-core';
2
+ export declare const cerner: Extension;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.cerner = void 0;
7
+ const extensions_core_1 = require("@awell-health/extensions-core");
8
+ const actions_1 = __importDefault(require("./actions"));
9
+ const settings_1 = require("./settings");
10
+ exports.cerner = {
11
+ key: 'cerner',
12
+ title: 'Cerner',
13
+ description: 'Cerner EHR is a cloud-based healthcare IT solution used to streamline clinical, administrative, and financial workflows by practices of all sizes.',
14
+ icon_url: 'https://res.cloudinary.com/da7x4rzl4/image/upload/v1736327719/Awell%20Extensions/CERN-4c75d8aa.png',
15
+ category: extensions_core_1.Category.EHR_INTEGRATIONS,
16
+ author: {
17
+ authorType: extensions_core_1.AuthorType.AWELL,
18
+ },
19
+ settings: settings_1.settings,
20
+ actions: actions_1.default,
21
+ };
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../extensions/cerner/index.ts"],"names":[],"mappings":";;;;;;AAAA,mEAIsC;AACtC,wDAA+B;AAC/B,yCAAqC;AAExB,QAAA,MAAM,GAAc;IAC/B,GAAG,EAAE,QAAQ;IACb,KAAK,EAAE,QAAQ;IACf,WAAW,EACT,oJAAoJ;IACtJ,QAAQ,EACN,oGAAoG;IACtG,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,MAAM,EAAE;QACN,UAAU,EAAE,4BAAU,CAAC,KAAK;KAC7B;IACD,QAAQ,EAAR,mBAAQ;IACR,OAAO,EAAP,iBAAO;CACR,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { z } from 'zod';
2
+ export declare const settings: {};
3
+ export declare const SettingsValidationSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SettingsValidationSchema = exports.settings = void 0;
4
+ const zod_1 = require("zod");
5
+ exports.settings = {};
6
+ exports.SettingsValidationSchema = zod_1.z.object({});
7
+ //# sourceMappingURL=settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../extensions/cerner/settings.ts"],"names":[],"mappings":";;;AACA,6BAAwC;AAE3B,QAAA,QAAQ,GAAG,EAAoC,CAAA;AAE/C,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC,EAAsD,CAAC,CAAA"}
@@ -0,0 +1 @@
1
+ export declare const dataPoints: {};
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dataPoints = void 0;
4
+ exports.dataPoints = {};
5
+ //# sourceMappingURL=datapoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datapoints.js","sourceRoot":"","sources":["../../../../../../extensions/epic/actions/createClinicalNote/config/datapoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,EAAgD,CAAA"}
@@ -0,0 +1,3 @@
1
+ import z from 'zod';
2
+ export declare const fields: {};
3
+ export declare const FieldsValidationSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.FieldsValidationSchema = exports.fields = void 0;
7
+ const zod_1 = __importDefault(require("zod"));
8
+ exports.fields = {};
9
+ exports.FieldsValidationSchema = zod_1.default.object({});
10
+ //# sourceMappingURL=fields.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/epic/actions/createClinicalNote/config/fields.ts"],"names":[],"mappings":";;;;;;AACA,8CAAwC;AAE3B,QAAA,MAAM,GAAG,EAAkC,CAAA;AAE3C,QAAA,sBAAsB,GAAG,aAAC,CAAC,MAAM,CAAC,EAAoD,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { fields, FieldsValidationSchema } from './fields';
2
+ export { dataPoints } from './datapoints';
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dataPoints = exports.FieldsValidationSchema = exports.fields = void 0;
4
+ var fields_1 = require("./fields");
5
+ Object.defineProperty(exports, "fields", { enumerable: true, get: function () { return fields_1.fields; } });
6
+ Object.defineProperty(exports, "FieldsValidationSchema", { enumerable: true, get: function () { return fields_1.FieldsValidationSchema; } });
7
+ var datapoints_1 = require("./datapoints");
8
+ Object.defineProperty(exports, "dataPoints", { enumerable: true, get: function () { return datapoints_1.dataPoints; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/epic/actions/createClinicalNote/config/index.ts"],"names":[],"mappings":";;;AAAA,mCAAyD;AAAhD,gGAAA,MAAM,OAAA;AAAE,gHAAA,sBAAsB,OAAA;AACvC,2CAAyC;AAAhC,wGAAA,UAAU,OAAA"}
@@ -0,0 +1,4 @@
1
+ import { type Action } from '@awell-health/extensions-core';
2
+ import { type settings } from '../../settings';
3
+ import { fields, dataPoints } from './config';
4
+ export declare const createClinicalNote: Action<typeof fields, typeof settings, keyof typeof dataPoints>;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createClinicalNote = void 0;
4
+ const extensions_core_1 = require("@awell-health/extensions-core");
5
+ const config_1 = require("./config");
6
+ exports.createClinicalNote = {
7
+ key: 'createClinicalNote',
8
+ category: extensions_core_1.Category.EHR_INTEGRATIONS,
9
+ title: 'Create clinical note',
10
+ description: 'Create a clinical note in Epic',
11
+ fields: config_1.fields,
12
+ previewable: false,
13
+ dataPoints: config_1.dataPoints,
14
+ onEvent: async ({ payload, onComplete, onError }) => {
15
+ await onComplete();
16
+ },
17
+ };
18
+ //# sourceMappingURL=createClinicalNote.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createClinicalNote.js","sourceRoot":"","sources":["../../../../../extensions/epic/actions/createClinicalNote/createClinicalNote.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,qCAA6C;AAEhC,QAAA,kBAAkB,GAI3B;IACF,GAAG,EAAE,oBAAoB;IACzB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,sBAAsB;IAC7B,WAAW,EAAE,gCAAgC;IAC7C,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,KAAK;IAClB,UAAU,EAAV,mBAAU;IACV,OAAO,EAAE,KAAK,EAAE,EAAC,OAAO,EAAE,UAAU,EAAE,OAAO,EAAC,EAAiB,EAAE;QAC/D,MAAM,UAAU,EAAE,CAAA;IACpB,CAAC;CACF,CAAA"}
@@ -0,0 +1 @@
1
+ export { createClinicalNote } from './createClinicalNote';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createClinicalNote = void 0;
4
+ var createClinicalNote_1 = require("./createClinicalNote");
5
+ Object.defineProperty(exports, "createClinicalNote", { enumerable: true, get: function () { return createClinicalNote_1.createClinicalNote; } });
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/epic/actions/createClinicalNote/index.ts"],"names":[],"mappings":";;;AAAA,2DAAyD;AAAhD,wHAAA,kBAAkB,OAAA"}
@@ -0,0 +1 @@
1
+ export declare const dataPoints: {};
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dataPoints = void 0;
4
+ exports.dataPoints = {};
5
+ //# sourceMappingURL=datapoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datapoints.js","sourceRoot":"","sources":["../../../../../../extensions/epic/actions/createPatient/config/datapoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,EAAgD,CAAA"}