@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1759853778 → 2.0.0-alpha.0-rc.1759861298
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.
|
@@ -804,6 +804,7 @@ export const LocationManagingOrganizationReferenceFieldsFragmentDoc = `
|
|
|
804
804
|
${IdentifierFieldsFragmentDoc}`;
|
|
805
805
|
export const LocationFieldsFragmentDoc = `
|
|
806
806
|
fragment LocationFields on Location {
|
|
807
|
+
id
|
|
807
808
|
name
|
|
808
809
|
identifier {
|
|
809
810
|
...IdentifierFields
|
|
@@ -797,6 +797,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
797
797
|
reference: string | null;
|
|
798
798
|
type: any | null;
|
|
799
799
|
resource: {
|
|
800
|
+
id: string;
|
|
800
801
|
name: string | null;
|
|
801
802
|
alias: Array<string | null> | null;
|
|
802
803
|
description: string | null;
|
|
@@ -1170,6 +1171,7 @@ export type PractitionerRoleFieldsFragment = {
|
|
|
1170
1171
|
reference: string | null;
|
|
1171
1172
|
type: any | null;
|
|
1172
1173
|
resource: {
|
|
1174
|
+
id: string;
|
|
1173
1175
|
name: string | null;
|
|
1174
1176
|
alias: Array<string | null> | null;
|
|
1175
1177
|
description: string | null;
|
|
@@ -1426,6 +1428,7 @@ export type AddressFieldsFragment = {
|
|
|
1426
1428
|
country: string | null;
|
|
1427
1429
|
};
|
|
1428
1430
|
export type LocationFieldsFragment = {
|
|
1431
|
+
id: string;
|
|
1429
1432
|
name: string | null;
|
|
1430
1433
|
alias: Array<string | null> | null;
|
|
1431
1434
|
description: string | null;
|
|
@@ -1692,6 +1695,7 @@ export type EncounterFieldsFragment = {
|
|
|
1692
1695
|
reference: string | null;
|
|
1693
1696
|
type: any | null;
|
|
1694
1697
|
resource: {
|
|
1698
|
+
id: string;
|
|
1695
1699
|
name: string | null;
|
|
1696
1700
|
alias: Array<string | null> | null;
|
|
1697
1701
|
description: string | null;
|
|
@@ -2482,6 +2486,7 @@ export type ImmunizationReactionFieldsFragment = {
|
|
|
2482
2486
|
reference: string | null;
|
|
2483
2487
|
type: any | null;
|
|
2484
2488
|
resource: {
|
|
2489
|
+
id: string;
|
|
2485
2490
|
name: string | null;
|
|
2486
2491
|
alias: Array<string | null> | null;
|
|
2487
2492
|
description: string | null;
|
|
@@ -3406,6 +3411,7 @@ export type ObservationFieldsFragment = {
|
|
|
3406
3411
|
reference: string | null;
|
|
3407
3412
|
type: any | null;
|
|
3408
3413
|
resource: {
|
|
3414
|
+
id: string;
|
|
3409
3415
|
name: string | null;
|
|
3410
3416
|
alias: Array<string | null> | null;
|
|
3411
3417
|
description: string | null;
|
|
@@ -8501,6 +8507,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
8501
8507
|
reference: string | null;
|
|
8502
8508
|
type: any | null;
|
|
8503
8509
|
resource: {
|
|
8510
|
+
id: string;
|
|
8504
8511
|
name: string | null;
|
|
8505
8512
|
alias: Array<string | null> | null;
|
|
8506
8513
|
description: string | null;
|
|
@@ -9099,6 +9106,7 @@ export type GetConditionsQueryResults = {
|
|
|
9099
9106
|
reference: string | null;
|
|
9100
9107
|
type: any | null;
|
|
9101
9108
|
resource: {
|
|
9109
|
+
id: string;
|
|
9102
9110
|
name: string | null;
|
|
9103
9111
|
alias: Array<string | null> | null;
|
|
9104
9112
|
description: string | null;
|
|
@@ -9766,6 +9774,7 @@ export type GetEncountersQueryResults = {
|
|
|
9766
9774
|
reference: string | null;
|
|
9767
9775
|
type: any | null;
|
|
9768
9776
|
resource: {
|
|
9777
|
+
id: string;
|
|
9769
9778
|
name: string | null;
|
|
9770
9779
|
alias: Array<string | null> | null;
|
|
9771
9780
|
description: string | null;
|
|
@@ -10396,6 +10405,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10396
10405
|
reference: string | null;
|
|
10397
10406
|
type: any | null;
|
|
10398
10407
|
resource: {
|
|
10408
|
+
id: string;
|
|
10399
10409
|
name: string | null;
|
|
10400
10410
|
alias: Array<string | null> | null;
|
|
10401
10411
|
description: string | null;
|
|
@@ -11141,6 +11151,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11141
11151
|
reference: string | null;
|
|
11142
11152
|
type: any | null;
|
|
11143
11153
|
resource: {
|
|
11154
|
+
id: string;
|
|
11144
11155
|
name: string | null;
|
|
11145
11156
|
alias: Array<string | null> | null;
|
|
11146
11157
|
description: string | null;
|
|
@@ -11877,6 +11888,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11877
11888
|
reference: string | null;
|
|
11878
11889
|
type: any | null;
|
|
11879
11890
|
resource: {
|
|
11891
|
+
id: string;
|
|
11880
11892
|
name: string | null;
|
|
11881
11893
|
alias: Array<string | null> | null;
|
|
11882
11894
|
description: string | null;
|
|
@@ -12050,6 +12062,7 @@ export type GetProceduresQueryResults = {
|
|
|
12050
12062
|
reference: string | null;
|
|
12051
12063
|
type: any | null;
|
|
12052
12064
|
resource: {
|
|
12065
|
+
id: string;
|
|
12053
12066
|
name: string | null;
|
|
12054
12067
|
alias: Array<string | null> | null;
|
|
12055
12068
|
description: string | null;
|
|
@@ -12413,6 +12426,7 @@ export type GetProceduresQueryResults = {
|
|
|
12413
12426
|
reference: string | null;
|
|
12414
12427
|
type: any | null;
|
|
12415
12428
|
resource: {
|
|
12429
|
+
id: string;
|
|
12416
12430
|
name: string | null;
|
|
12417
12431
|
alias: Array<string | null> | null;
|
|
12418
12432
|
description: string | null;
|
|
@@ -13459,6 +13473,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
13459
13473
|
reference: string | null;
|
|
13460
13474
|
type: any | null;
|
|
13461
13475
|
resource: {
|
|
13476
|
+
id: string;
|
|
13462
13477
|
name: string | null;
|
|
13463
13478
|
alias: Array<string | null> | null;
|
|
13464
13479
|
description: string | null;
|
|
@@ -14679,6 +14694,7 @@ export type GetMedicationDispensesQueryResults = {
|
|
|
14679
14694
|
reference: string | null;
|
|
14680
14695
|
type: any | null;
|
|
14681
14696
|
resource: {
|
|
14697
|
+
id: string;
|
|
14682
14698
|
name: string | null;
|
|
14683
14699
|
alias: Array<string | null> | null;
|
|
14684
14700
|
description: string | null;
|
|
@@ -15386,6 +15402,7 @@ export type GetMedicationDispensesQueryResults = {
|
|
|
15386
15402
|
reference: string | null;
|
|
15387
15403
|
type: any | null;
|
|
15388
15404
|
resource: {
|
|
15405
|
+
id: string;
|
|
15389
15406
|
name: string | null;
|
|
15390
15407
|
alias: Array<string | null> | null;
|
|
15391
15408
|
description: string | null;
|
|
@@ -15962,6 +15979,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
15962
15979
|
reference: string | null;
|
|
15963
15980
|
type: any | null;
|
|
15964
15981
|
resource: {
|
|
15982
|
+
id: string;
|
|
15965
15983
|
name: string | null;
|
|
15966
15984
|
alias: Array<string | null> | null;
|
|
15967
15985
|
description: string | null;
|