@medplum/health-gorilla-core 4.1.3 → 4.1.5
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/cjs/index.d.ts +2 -2
- package/dist/esm/index.d.ts +2 -2
- package/package.json +9 -9
package/dist/cjs/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { CodeableConcept } from '@medplum/fhirtypes';
|
|
|
3
3
|
import { Coding } from '@medplum/fhirtypes';
|
|
4
4
|
import { Coverage } from '@medplum/fhirtypes';
|
|
5
5
|
import { ExtractResource } from '@medplum/fhirtypes';
|
|
6
|
-
import { Location } from '@medplum/fhirtypes';
|
|
6
|
+
import { Location as Location_2 } from '@medplum/fhirtypes';
|
|
7
7
|
import { OperationOutcome } from '@medplum/fhirtypes';
|
|
8
8
|
import { Organization } from '@medplum/fhirtypes';
|
|
9
9
|
import { Patient } from '@medplum/fhirtypes';
|
|
@@ -128,7 +128,7 @@ export declare type LabOrderInputs = {
|
|
|
128
128
|
reference: string;
|
|
129
129
|
});
|
|
130
130
|
/** For multi-location practices, optionally specify the location from which the order is being placed */
|
|
131
|
-
requestingLocation?:
|
|
131
|
+
requestingLocation?: Location_2 | Organization | (Reference<Location_2 | Organization> & {
|
|
132
132
|
reference: string;
|
|
133
133
|
});
|
|
134
134
|
/** The desired performer for doing the diagnostic testing - laboratory, radiology imaging center, etc. */
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { CodeableConcept } from '@medplum/fhirtypes';
|
|
|
3
3
|
import { Coding } from '@medplum/fhirtypes';
|
|
4
4
|
import { Coverage } from '@medplum/fhirtypes';
|
|
5
5
|
import { ExtractResource } from '@medplum/fhirtypes';
|
|
6
|
-
import { Location } from '@medplum/fhirtypes';
|
|
6
|
+
import { Location as Location_2 } from '@medplum/fhirtypes';
|
|
7
7
|
import { OperationOutcome } from '@medplum/fhirtypes';
|
|
8
8
|
import { Organization } from '@medplum/fhirtypes';
|
|
9
9
|
import { Patient } from '@medplum/fhirtypes';
|
|
@@ -128,7 +128,7 @@ export declare type LabOrderInputs = {
|
|
|
128
128
|
reference: string;
|
|
129
129
|
});
|
|
130
130
|
/** For multi-location practices, optionally specify the location from which the order is being placed */
|
|
131
|
-
requestingLocation?:
|
|
131
|
+
requestingLocation?: Location_2 | Organization | (Reference<Location_2 | Organization> & {
|
|
132
132
|
reference: string;
|
|
133
133
|
});
|
|
134
134
|
/** The desired performer for doing the diagnostic testing - laboratory, radiology imaging center, etc. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/health-gorilla-core",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
4
4
|
"description": "Medplum Health Gorilla SDK",
|
|
5
5
|
"homepage": "https://www.medplum.com/",
|
|
6
6
|
"bugs": {
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"test:watch": "vitest watch"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@medplum/core": "4.1.
|
|
45
|
-
"@medplum/definitions": "4.1.
|
|
46
|
-
"@medplum/fhirtypes": "4.1.
|
|
47
|
-
"@medplum/mock": "4.1.
|
|
48
|
-
"@types/node": "20.17.
|
|
49
|
-
"vitest": "3.1.
|
|
44
|
+
"@medplum/core": "4.1.5",
|
|
45
|
+
"@medplum/definitions": "4.1.5",
|
|
46
|
+
"@medplum/fhirtypes": "4.1.5",
|
|
47
|
+
"@medplum/mock": "4.1.5",
|
|
48
|
+
"@types/node": "20.17.47",
|
|
49
|
+
"vitest": "3.1.3"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@medplum/core": "4.1.
|
|
53
|
-
"@medplum/fhirtypes": "4.1.
|
|
52
|
+
"@medplum/core": "4.1.5",
|
|
53
|
+
"@medplum/fhirtypes": "4.1.5"
|
|
54
54
|
},
|
|
55
55
|
"engines": {
|
|
56
56
|
"node": ">=20.0.0"
|