@oystehr/sdk 4.1.9 → 4.1.10
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.min.cjs +1 -1
- package/dist/cjs/index.min.cjs.map +1 -1
- package/dist/cjs/resources/classes/fhir-ext.cjs +14 -1
- package/dist/cjs/resources/classes/fhir-ext.cjs.map +1 -1
- package/dist/cjs/resources/classes/index.cjs +0 -6
- package/dist/cjs/resources/classes/index.cjs.map +1 -1
- package/dist/cjs/resources/classes/index.d.ts +0 -4
- package/dist/cjs/resources/classes/user.cjs +9 -0
- package/dist/cjs/resources/classes/user.cjs.map +1 -1
- package/dist/cjs/resources/classes/user.d.ts +8 -1
- package/dist/cjs/resources/types/UserResetPasswordLinkParams.d.ts +7 -0
- package/dist/cjs/resources/types/index.d.ts +1 -12
- package/dist/esm/index.min.js +1 -1
- package/dist/esm/index.min.js.map +1 -1
- package/dist/esm/resources/classes/fhir-ext.js +14 -1
- package/dist/esm/resources/classes/fhir-ext.js.map +1 -1
- package/dist/esm/resources/classes/index.d.ts +0 -4
- package/dist/esm/resources/classes/index.js +0 -6
- package/dist/esm/resources/classes/index.js.map +1 -1
- package/dist/esm/resources/classes/user.d.ts +8 -1
- package/dist/esm/resources/classes/user.js +9 -0
- package/dist/esm/resources/classes/user.js.map +1 -1
- package/dist/esm/resources/types/UserResetPasswordLinkParams.d.ts +7 -0
- package/dist/esm/resources/types/index.d.ts +1 -12
- package/package.json +5 -3
- package/src/resources/classes/fhir-ext.ts +16 -1
- package/src/resources/classes/index.ts +0 -6
- package/src/resources/classes/user.ts +10 -0
- package/src/resources/types/UserResetPasswordLinkParams.ts +9 -0
- package/src/resources/types/index.ts +1 -12
- package/dist/cjs/resources/classes/erxV1.cjs +0 -46
- package/dist/cjs/resources/classes/erxV1.cjs.map +0 -1
- package/dist/cjs/resources/classes/erxV1.d.ts +0 -31
- package/dist/cjs/resources/classes/erxV2.cjs +0 -22
- package/dist/cjs/resources/classes/erxV2.cjs.map +0 -1
- package/dist/cjs/resources/classes/erxV2.d.ts +0 -15
- package/dist/cjs/resources/types/ErxV1AllergySearchParams.d.ts +0 -3
- package/dist/cjs/resources/types/ErxV1AllergySearchResponse.d.ts +0 -19
- package/dist/cjs/resources/types/ErxV1CancelOrderParams.d.ts +0 -6
- package/dist/cjs/resources/types/ErxV1CancelOrderResponse.d.ts +0 -6
- package/dist/cjs/resources/types/ErxV1CancelPrescriptionParams.d.ts +0 -6
- package/dist/cjs/resources/types/ErxV1CancelPrescriptionResponse.d.ts +0 -6
- package/dist/cjs/resources/types/ErxV1MedicationSearchParams.d.ts +0 -6
- package/dist/cjs/resources/types/ErxV1MedicationSearchResponse.d.ts +0 -38
- package/dist/cjs/resources/types/ErxV1SyncPatientParams.d.ts +0 -3
- package/dist/cjs/resources/types/ErxV1SyncPatientResponse.d.ts +0 -9
- package/dist/cjs/resources/types/ErxV2MedicationSearchParams.d.ts +0 -4
- package/dist/cjs/resources/types/ErxV2MedicationSearchResponse.d.ts +0 -38
- package/dist/esm/resources/classes/erxV1.d.ts +0 -31
- package/dist/esm/resources/classes/erxV1.js +0 -44
- package/dist/esm/resources/classes/erxV1.js.map +0 -1
- package/dist/esm/resources/classes/erxV2.d.ts +0 -15
- package/dist/esm/resources/classes/erxV2.js +0 -20
- package/dist/esm/resources/classes/erxV2.js.map +0 -1
- package/dist/esm/resources/types/ErxV1AllergySearchParams.d.ts +0 -3
- package/dist/esm/resources/types/ErxV1AllergySearchResponse.d.ts +0 -19
- package/dist/esm/resources/types/ErxV1CancelOrderParams.d.ts +0 -6
- package/dist/esm/resources/types/ErxV1CancelOrderResponse.d.ts +0 -6
- package/dist/esm/resources/types/ErxV1CancelPrescriptionParams.d.ts +0 -6
- package/dist/esm/resources/types/ErxV1CancelPrescriptionResponse.d.ts +0 -6
- package/dist/esm/resources/types/ErxV1MedicationSearchParams.d.ts +0 -6
- package/dist/esm/resources/types/ErxV1MedicationSearchResponse.d.ts +0 -38
- package/dist/esm/resources/types/ErxV1SyncPatientParams.d.ts +0 -3
- package/dist/esm/resources/types/ErxV1SyncPatientResponse.d.ts +0 -9
- package/dist/esm/resources/types/ErxV2MedicationSearchParams.d.ts +0 -4
- package/dist/esm/resources/types/ErxV2MedicationSearchResponse.d.ts +0 -38
- package/src/resources/classes/erxV1.ts +0 -73
- package/src/resources/classes/erxV2.ts +0 -34
- package/src/resources/types/ErxV1AllergySearchParams.ts +0 -5
- package/src/resources/types/ErxV1AllergySearchResponse.ts +0 -21
- package/src/resources/types/ErxV1CancelOrderParams.ts +0 -8
- package/src/resources/types/ErxV1CancelOrderResponse.ts +0 -8
- package/src/resources/types/ErxV1CancelPrescriptionParams.ts +0 -8
- package/src/resources/types/ErxV1CancelPrescriptionResponse.ts +0 -8
- package/src/resources/types/ErxV1MedicationSearchParams.ts +0 -8
- package/src/resources/types/ErxV1MedicationSearchResponse.ts +0 -40
- package/src/resources/types/ErxV1SyncPatientParams.ts +0 -5
- package/src/resources/types/ErxV1SyncPatientResponse.ts +0 -11
- package/src/resources/types/ErxV2MedicationSearchParams.ts +0 -6
- package/src/resources/types/ErxV2MedicationSearchResponse.ts +0 -40
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
// AUTOGENERATED -- DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Medications
|
|
5
|
-
*/
|
|
6
|
-
export interface ErxV1MedicationSearchResponse {
|
|
7
|
-
medications?: {
|
|
8
|
-
/**
|
|
9
|
-
* The Photon identifier for the medication.
|
|
10
|
-
*/
|
|
11
|
-
id: string;
|
|
12
|
-
/**
|
|
13
|
-
* Human readible name of medication.
|
|
14
|
-
*/
|
|
15
|
-
name: string;
|
|
16
|
-
codes: {
|
|
17
|
-
/**
|
|
18
|
-
* RxNorm Concept Unique (RxCUI) identifier of medication.
|
|
19
|
-
*/
|
|
20
|
-
rxcui?: string | null;
|
|
21
|
-
productNDC?: string | null;
|
|
22
|
-
packageNDC?: string | null;
|
|
23
|
-
SKU?: string | null;
|
|
24
|
-
HCPCS?: string | null;
|
|
25
|
-
};
|
|
26
|
-
/**
|
|
27
|
-
* Null implies a medication can not be prescribed
|
|
28
|
-
*/
|
|
29
|
-
type?: ('RX' | 'OTC') | null;
|
|
30
|
-
concept: 'DRUG' | 'PRODUCT' | 'PACKAGE';
|
|
31
|
-
schedule?: ('I' | 'II' | 'III' | 'IV' | 'V') | null;
|
|
32
|
-
controlled: boolean;
|
|
33
|
-
brandName?: string | null;
|
|
34
|
-
genericName?: string | null;
|
|
35
|
-
strength?: string | null;
|
|
36
|
-
form?: string | null;
|
|
37
|
-
manufacturer?: string | null;
|
|
38
|
-
description?: string | null;
|
|
39
|
-
}[];
|
|
40
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
// AUTOGENERATED -- DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Medications
|
|
5
|
-
*/
|
|
6
|
-
export interface ErxV2MedicationSearchResponse {
|
|
7
|
-
medications?: {
|
|
8
|
-
/**
|
|
9
|
-
* Internal identifier for the medication.
|
|
10
|
-
*/
|
|
11
|
-
id: string;
|
|
12
|
-
/**
|
|
13
|
-
* Human readible name of medication.
|
|
14
|
-
*/
|
|
15
|
-
name: string;
|
|
16
|
-
codes: {
|
|
17
|
-
/**
|
|
18
|
-
* RxNorm Concept Unique (RxCUI) identifier of medication.
|
|
19
|
-
*/
|
|
20
|
-
rxcui?: string | null;
|
|
21
|
-
productNDC?: string | null;
|
|
22
|
-
packageNDC?: string | null;
|
|
23
|
-
SKU?: string | null;
|
|
24
|
-
HCPCS?: string | null;
|
|
25
|
-
};
|
|
26
|
-
/**
|
|
27
|
-
* Null implies a medication can not be prescribed
|
|
28
|
-
*/
|
|
29
|
-
type?: ('RX' | 'OTC') | null;
|
|
30
|
-
concept?: ('DRUG' | 'PRODUCT' | 'PACKAGE') | null;
|
|
31
|
-
schedule?: ('I' | 'II' | 'III' | 'IV' | 'V') | null;
|
|
32
|
-
controlled?: boolean | null;
|
|
33
|
-
brandName?: string | null;
|
|
34
|
-
genericName?: string | null;
|
|
35
|
-
strength?: string | null;
|
|
36
|
-
form?: string | null;
|
|
37
|
-
manufacturer?: string | null;
|
|
38
|
-
description?: string | null;
|
|
39
|
-
}[];
|
|
40
|
-
}
|