@awell-health/awell-extensions 2.0.205 → 2.0.206
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/medplum/actions/getAppointment/getAppointment.js +4 -1
- package/dist/extensions/medplum/actions/getAppointment/getAppointment.js.map +1 -1
- package/dist/extensions/medplum/actions/getServiceRequest/__testdata__/ServiceRequest.mock.d.ts +15 -0
- package/dist/extensions/medplum/actions/getServiceRequest/__testdata__/ServiceRequest.mock.js +19 -0
- package/dist/extensions/medplum/actions/getServiceRequest/__testdata__/ServiceRequest.mock.js.map +1 -0
- package/dist/extensions/medplum/actions/getServiceRequest/config/dataPoints.d.ts +22 -0
- package/dist/extensions/medplum/actions/getServiceRequest/config/dataPoints.js +26 -0
- package/dist/extensions/medplum/actions/getServiceRequest/config/dataPoints.js.map +1 -0
- package/dist/extensions/medplum/actions/getServiceRequest/config/fields.d.ts +18 -0
- package/dist/extensions/medplum/actions/getServiceRequest/config/fields.js +20 -0
- package/dist/extensions/medplum/actions/getServiceRequest/config/fields.js.map +1 -0
- package/dist/extensions/medplum/actions/getServiceRequest/config/index.d.ts +2 -0
- package/dist/extensions/medplum/actions/getServiceRequest/config/index.js +19 -0
- package/dist/extensions/medplum/actions/getServiceRequest/config/index.js.map +1 -0
- package/dist/extensions/medplum/actions/getServiceRequest/getServiceRequest.d.ts +4 -0
- package/dist/extensions/medplum/actions/getServiceRequest/getServiceRequest.js +43 -0
- package/dist/extensions/medplum/actions/getServiceRequest/getServiceRequest.js.map +1 -0
- package/dist/extensions/medplum/actions/getServiceRequest/index.d.ts +1 -0
- package/dist/extensions/medplum/actions/getServiceRequest/index.js +18 -0
- package/dist/extensions/medplum/actions/getServiceRequest/index.js.map +1 -0
- package/dist/extensions/medplum/actions/index.d.ts +1 -0
- package/dist/extensions/medplum/actions/index.js +3 -1
- package/dist/extensions/medplum/actions/index.js.map +1 -1
- package/package.json +1 -1
@@ -4,6 +4,7 @@ exports.getAppointment = void 0;
|
|
4
4
|
const extensions_core_1 = require("@awell-health/extensions-core");
|
5
5
|
const config_1 = require("./config");
|
6
6
|
const utils_1 = require("../../utils");
|
7
|
+
const extractResourceId_1 = require("../../utils/extractResourceId/extractResourceId");
|
7
8
|
exports.getAppointment = {
|
8
9
|
key: 'getAppointment',
|
9
10
|
category: extensions_core_1.Category.EHR_INTEGRATIONS,
|
@@ -13,11 +14,13 @@ exports.getAppointment = {
|
|
13
14
|
previewable: true,
|
14
15
|
dataPoints: config_1.dataPoints,
|
15
16
|
onActivityCreated: async (payload, onComplete, onError) => {
|
17
|
+
var _a;
|
16
18
|
const { fields: input, medplumSdk } = await (0, utils_1.validateAndCreateSdkClient)({
|
17
19
|
fieldsSchema: config_1.FieldsValidationSchema,
|
18
20
|
payload,
|
19
21
|
});
|
20
|
-
const
|
22
|
+
const resourceId = (_a = (0, extractResourceId_1.extractResourceId)(input.appointmentId, 'Appointment')) !== null && _a !== void 0 ? _a : '';
|
23
|
+
const res = await medplumSdk.readResource('Appointment', resourceId);
|
21
24
|
await onComplete({
|
22
25
|
data_points: {
|
23
26
|
appointmentData: JSON.stringify(res),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"getAppointment.js","sourceRoot":"","sources":["../../../../../extensions/medplum/actions/getAppointment/getAppointment.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,qCAAqE;AACrE,uCAAwD;
|
1
|
+
{"version":3,"file":"getAppointment.js","sourceRoot":"","sources":["../../../../../extensions/medplum/actions/getAppointment/getAppointment.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,qCAAqE;AACrE,uCAAwD;AACxD,uFAAmF;AAEtE,QAAA,cAAc,GAIvB;IACF,GAAG,EAAE,gBAAgB;IACrB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,iBAAiB;IACxB,WAAW,EAAE,2CAA2C;IACxD,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,IAAI;IACjB,UAAU,EAAV,mBAAU;IACV,iBAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAiB,EAAE;;QACvE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,MAAM,IAAA,kCAA0B,EAAC;YACrE,YAAY,EAAE,+BAAsB;YACpC,OAAO;SACR,CAAC,CAAA;QAEF,MAAM,UAAU,GACd,MAAA,IAAA,qCAAiB,EAAC,KAAK,CAAC,aAAa,EAAE,aAAa,CAAC,mCAAI,EAAE,CAAA;QAE7D,MAAM,GAAG,GAAG,MAAM,UAAU,CAAC,YAAY,CAAC,aAAa,EAAE,UAAU,CAAC,CAAA;QAEpE,MAAM,UAAU,CAAC;YACf,WAAW,EAAE;gBACX,eAAe,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC;aACrC;SACF,CAAC,CAAA;IACJ,CAAC;CACF,CAAA"}
|
package/dist/extensions/medplum/actions/getServiceRequest/__testdata__/ServiceRequest.mock.d.ts
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare const ServiceRequestMock: {
|
2
|
+
resourceType: "ServiceRequest";
|
3
|
+
id: string;
|
4
|
+
intent: "directive";
|
5
|
+
status: "active";
|
6
|
+
priority: "routine";
|
7
|
+
subject: {
|
8
|
+
reference: string;
|
9
|
+
display: string;
|
10
|
+
};
|
11
|
+
requester: {
|
12
|
+
reference: string;
|
13
|
+
display: string;
|
14
|
+
};
|
15
|
+
};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ServiceRequestMock = void 0;
|
4
|
+
exports.ServiceRequestMock = {
|
5
|
+
resourceType: 'ServiceRequest',
|
6
|
+
id: '01956c66-683b-715c-97ef-e5b930d05ab0',
|
7
|
+
intent: 'directive',
|
8
|
+
status: 'active',
|
9
|
+
priority: 'routine',
|
10
|
+
subject: {
|
11
|
+
reference: 'Patient/01953d3f-780c-719b-bbea-8e40ed73e67a',
|
12
|
+
display: 'Nick Hellemans',
|
13
|
+
},
|
14
|
+
requester: {
|
15
|
+
reference: 'Practitioner/c0eee7ed-ce30-456b-a0ba-eddeaaf9753a',
|
16
|
+
display: 'Thomas Vande Casteele',
|
17
|
+
},
|
18
|
+
};
|
19
|
+
//# sourceMappingURL=ServiceRequest.mock.js.map
|
package/dist/extensions/medplum/actions/getServiceRequest/__testdata__/ServiceRequest.mock.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ServiceRequest.mock.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/getServiceRequest/__testdata__/ServiceRequest.mock.ts"],"names":[],"mappings":";;;AAEa,QAAA,kBAAkB,GAAG;IAChC,YAAY,EAAE,gBAAgB;IAC9B,EAAE,EAAE,sCAAsC;IAC1C,MAAM,EAAE,WAAW;IACnB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,SAAS;IACnB,OAAO,EAAE;QACP,SAAS,EAAE,8CAA8C;QACzD,OAAO,EAAE,gBAAgB;KAC1B;IACD,SAAS,EAAE;QACT,SAAS,EAAE,mDAAmD;QAC9D,OAAO,EAAE,uBAAuB;KACjC;CACuB,CAAA"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
export declare const dataPoints: {
|
2
|
+
serviceRequestResource: {
|
3
|
+
key: string;
|
4
|
+
valueType: "json";
|
5
|
+
};
|
6
|
+
status: {
|
7
|
+
key: string;
|
8
|
+
valueType: "string";
|
9
|
+
};
|
10
|
+
intent: {
|
11
|
+
key: string;
|
12
|
+
valueType: "string";
|
13
|
+
};
|
14
|
+
priority: {
|
15
|
+
key: string;
|
16
|
+
valueType: "string";
|
17
|
+
};
|
18
|
+
patientId: {
|
19
|
+
key: string;
|
20
|
+
valueType: "string";
|
21
|
+
};
|
22
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.dataPoints = void 0;
|
4
|
+
exports.dataPoints = {
|
5
|
+
serviceRequestResource: {
|
6
|
+
key: 'serviceRequestResource',
|
7
|
+
valueType: 'json',
|
8
|
+
},
|
9
|
+
status: {
|
10
|
+
key: 'status',
|
11
|
+
valueType: 'string',
|
12
|
+
},
|
13
|
+
intent: {
|
14
|
+
key: 'intent',
|
15
|
+
valueType: 'string',
|
16
|
+
},
|
17
|
+
priority: {
|
18
|
+
key: 'priority',
|
19
|
+
valueType: 'string',
|
20
|
+
},
|
21
|
+
patientId: {
|
22
|
+
key: 'patientId',
|
23
|
+
valueType: 'string',
|
24
|
+
},
|
25
|
+
};
|
26
|
+
//# sourceMappingURL=dataPoints.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"dataPoints.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/getServiceRequest/config/dataPoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG;IACxB,sBAAsB,EAAE;QACtB,GAAG,EAAE,wBAAwB;QAC7B,SAAS,EAAE,MAAM;KAClB;IACD,MAAM,EAAE;QACN,GAAG,EAAE,QAAQ;QACb,SAAS,EAAE,QAAQ;KACpB;IACD,MAAM,EAAE;QACN,GAAG,EAAE,QAAQ;QACb,SAAS,EAAE,QAAQ;KACpB;IACD,QAAQ,EAAE;QACR,GAAG,EAAE,UAAU;QACf,SAAS,EAAE,QAAQ;KACpB;IACD,SAAS,EAAE;QACT,GAAG,EAAE,WAAW;QAChB,SAAS,EAAE,QAAQ;KACpB;CAC4C,CAAA"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { FieldType } from '@awell-health/extensions-core';
|
2
|
+
import { z } from 'zod';
|
3
|
+
export declare const fields: {
|
4
|
+
resourceId: {
|
5
|
+
id: string;
|
6
|
+
label: string;
|
7
|
+
description: string;
|
8
|
+
type: FieldType.STRING;
|
9
|
+
required: true;
|
10
|
+
};
|
11
|
+
};
|
12
|
+
export declare const FieldsValidationSchema: z.ZodObject<{
|
13
|
+
resourceId: z.ZodString;
|
14
|
+
}, "strip", z.ZodTypeAny, {
|
15
|
+
resourceId: string;
|
16
|
+
}, {
|
17
|
+
resourceId: string;
|
18
|
+
}>;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.FieldsValidationSchema = exports.fields = void 0;
|
4
|
+
const extensions_core_1 = require("@awell-health/extensions-core");
|
5
|
+
const zod_1 = require("zod");
|
6
|
+
exports.fields = {
|
7
|
+
resourceId: {
|
8
|
+
id: 'resourceId',
|
9
|
+
label: 'Resource ID',
|
10
|
+
description: 'The resource ID of the ServiceRequest in Medplum',
|
11
|
+
type: extensions_core_1.FieldType.STRING,
|
12
|
+
required: true,
|
13
|
+
},
|
14
|
+
};
|
15
|
+
exports.FieldsValidationSchema = zod_1.z.object({
|
16
|
+
resourceId: zod_1.z.string().nonempty({
|
17
|
+
message: 'Missing "Resource ID"',
|
18
|
+
}),
|
19
|
+
});
|
20
|
+
//# sourceMappingURL=fields.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/getServiceRequest/config/fields.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AACrE,6BAAwC;AAE3B,QAAA,MAAM,GAAG;IACpB,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,kDAAkD;QAC/D,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;CAC8B,CAAA;AAEpB,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;QAC9B,OAAO,EAAE,uBAAuB;KACjC,CAAC;CAC+C,CAAC,CAAA"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./dataPoints"), exports);
|
18
|
+
__exportStar(require("./fields"), exports);
|
19
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/getServiceRequest/config/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,2CAAwB"}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.getServiceRequest = void 0;
|
4
|
+
const extensions_core_1 = require("@awell-health/extensions-core");
|
5
|
+
const config_1 = require("./config");
|
6
|
+
const utils_1 = require("../../utils");
|
7
|
+
const extractResourceId_1 = require("../../utils/extractResourceId/extractResourceId");
|
8
|
+
exports.getServiceRequest = {
|
9
|
+
key: 'getServiceRequest',
|
10
|
+
category: extensions_core_1.Category.EHR_INTEGRATIONS,
|
11
|
+
title: 'Get service request',
|
12
|
+
description: 'Retrieve service request details from Medplum',
|
13
|
+
fields: config_1.fields,
|
14
|
+
previewable: true,
|
15
|
+
dataPoints: config_1.dataPoints,
|
16
|
+
onEvent: async ({ payload, onComplete, onError }) => {
|
17
|
+
var _a;
|
18
|
+
const { fields: input, medplumSdk } = await (0, utils_1.validateAndCreateSdkClient)({
|
19
|
+
fieldsSchema: config_1.FieldsValidationSchema,
|
20
|
+
payload,
|
21
|
+
});
|
22
|
+
const resourceId = (_a = (0, extractResourceId_1.extractResourceId)(input.resourceId, 'ServiceRequest')) !== null && _a !== void 0 ? _a : '';
|
23
|
+
const res = await medplumSdk.readResource('ServiceRequest', resourceId);
|
24
|
+
const getPatientId = () => {
|
25
|
+
var _a, _b;
|
26
|
+
const subjectReference = (_b = (_a = res.subject) === null || _a === void 0 ? void 0 : _a.reference) !== null && _b !== void 0 ? _b : '';
|
27
|
+
if (subjectReference.startsWith('Patient')) {
|
28
|
+
return (0, extractResourceId_1.extractResourceId)(subjectReference, 'Patient');
|
29
|
+
}
|
30
|
+
return null;
|
31
|
+
};
|
32
|
+
await onComplete({
|
33
|
+
data_points: {
|
34
|
+
serviceRequestResource: JSON.stringify(res),
|
35
|
+
status: res.status,
|
36
|
+
intent: res.intent,
|
37
|
+
priority: res.priority,
|
38
|
+
patientId: getPatientId(),
|
39
|
+
},
|
40
|
+
});
|
41
|
+
},
|
42
|
+
};
|
43
|
+
//# sourceMappingURL=getServiceRequest.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"getServiceRequest.js","sourceRoot":"","sources":["../../../../../extensions/medplum/actions/getServiceRequest/getServiceRequest.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,qCAAqE;AACrE,uCAAwD;AACxD,uFAAmF;AAEtE,QAAA,iBAAiB,GAI1B;IACF,GAAG,EAAE,mBAAmB;IACxB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,qBAAqB;IAC5B,WAAW,EAAE,+CAA+C;IAC5D,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,IAAI;IACjB,UAAU,EAAV,mBAAU;IACV,OAAO,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,EAAiB,EAAE;;QACjE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,MAAM,IAAA,kCAA0B,EAAC;YACrE,YAAY,EAAE,+BAAsB;YACpC,OAAO;SACR,CAAC,CAAA;QAEF,MAAM,UAAU,GACd,MAAA,IAAA,qCAAiB,EAAC,KAAK,CAAC,UAAU,EAAE,gBAAgB,CAAC,mCAAI,EAAE,CAAA;QAE7D,MAAM,GAAG,GAAG,MAAM,UAAU,CAAC,YAAY,CAAC,gBAAgB,EAAE,UAAU,CAAC,CAAA;QAEvE,MAAM,YAAY,GAAG,GAAkB,EAAE;;YACvC,MAAM,gBAAgB,GAAG,MAAA,MAAA,GAAG,CAAC,OAAO,0CAAE,SAAS,mCAAI,EAAE,CAAA;YAErD,IAAI,gBAAgB,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC;gBAC3C,OAAO,IAAA,qCAAiB,EAAC,gBAAgB,EAAE,SAAS,CAAC,CAAA;YACvD,CAAC;YAED,OAAO,IAAI,CAAA;QACb,CAAC,CAAA;QAED,MAAM,UAAU,CAAC;YACf,WAAW,EAAE;gBACX,sBAAsB,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC;gBAC3C,MAAM,EAAE,GAAG,CAAC,MAAM;gBAClB,MAAM,EAAE,GAAG,CAAC,MAAM;gBAClB,QAAQ,EAAE,GAAG,CAAC,QAAQ;gBACtB,SAAS,EAAE,YAAY,EAAE;aAC1B;SACF,CAAC,CAAA;IACJ,CAAC;CACF,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './getServiceRequest';
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./getServiceRequest"), exports);
|
18
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/medplum/actions/getServiceRequest/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAmC"}
|
@@ -7,3 +7,4 @@ export { createServiceRequest } from './createServiceRequest';
|
|
7
7
|
export { submitQuestionnaireResponse } from './submitQuestionnaireResponse';
|
8
8
|
export { createCalculationObservation } from './createCalculationObservation';
|
9
9
|
export { addSideEffect } from './addSideEffect';
|
10
|
+
export { getServiceRequest } from './getServiceRequest';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.addSideEffect = exports.createCalculationObservation = exports.submitQuestionnaireResponse = exports.createServiceRequest = exports.createTask = exports.executeBot = exports.getAppointment = exports.createPatient = exports.getPatient = void 0;
|
3
|
+
exports.getServiceRequest = exports.addSideEffect = exports.createCalculationObservation = exports.submitQuestionnaireResponse = exports.createServiceRequest = exports.createTask = exports.executeBot = exports.getAppointment = exports.createPatient = exports.getPatient = void 0;
|
4
4
|
var getPatient_1 = require("./getPatient");
|
5
5
|
Object.defineProperty(exports, "getPatient", { enumerable: true, get: function () { return getPatient_1.getPatient; } });
|
6
6
|
var createPatient_1 = require("./createPatient");
|
@@ -19,4 +19,6 @@ var createCalculationObservation_1 = require("./createCalculationObservation");
|
|
19
19
|
Object.defineProperty(exports, "createCalculationObservation", { enumerable: true, get: function () { return createCalculationObservation_1.createCalculationObservation; } });
|
20
20
|
var addSideEffect_1 = require("./addSideEffect");
|
21
21
|
Object.defineProperty(exports, "addSideEffect", { enumerable: true, get: function () { return addSideEffect_1.addSideEffect; } });
|
22
|
+
var getServiceRequest_1 = require("./getServiceRequest");
|
23
|
+
Object.defineProperty(exports, "getServiceRequest", { enumerable: true, get: function () { return getServiceRequest_1.getServiceRequest; } });
|
22
24
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../extensions/medplum/actions/index.ts"],"names":[],"mappings":";;;AAAA,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,iDAA+C;AAAtC,8GAAA,aAAa,OAAA;AACtB,mDAAiD;AAAxC,gHAAA,cAAc,OAAA;AACvB,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,+DAA6D;AAApD,4HAAA,oBAAoB,OAAA;AAC7B,6EAA2E;AAAlE,0IAAA,2BAA2B,OAAA;AACpC,+EAA6E;AAApE,4IAAA,4BAA4B,OAAA;AACrC,iDAA+C;AAAtC,8GAAA,aAAa,OAAA"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../extensions/medplum/actions/index.ts"],"names":[],"mappings":";;;AAAA,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,iDAA+C;AAAtC,8GAAA,aAAa,OAAA;AACtB,mDAAiD;AAAxC,gHAAA,cAAc,OAAA;AACvB,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,+DAA6D;AAApD,4HAAA,oBAAoB,OAAA;AAC7B,6EAA2E;AAAlE,0IAAA,2BAA2B,OAAA;AACpC,+EAA6E;AAApE,4IAAA,4BAA4B,OAAA;AACrC,iDAA+C;AAAtC,8GAAA,aAAa,OAAA;AACtB,yDAAuD;AAA9C,sHAAA,iBAAiB,OAAA"}
|