@icanbwell/bwell-sdk-ts 1.39.0-rc.1758227328 → 1.40.0-rc.1758834164
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/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/graphql/operations/index.d.ts +3 -3
- package/dist/graphql/operations/index.js +3 -1
- package/dist/graphql/operations/types.d.ts +144 -138
- package/dist/graphql/schema.d.ts +113 -19
- package/dist/graphql/schema.js +7 -0
- package/package.json +1 -1
|
@@ -70,7 +70,7 @@ export type NarrativeFieldsFragment = {
|
|
|
70
70
|
status: any | null;
|
|
71
71
|
};
|
|
72
72
|
export type PractitionerFieldsFragment = {
|
|
73
|
-
id: string
|
|
73
|
+
id: string;
|
|
74
74
|
name: Array<{
|
|
75
75
|
text: string | null;
|
|
76
76
|
family: string | null;
|
|
@@ -90,7 +90,7 @@ export type PractitionerFieldsFragment = {
|
|
|
90
90
|
display: string | null;
|
|
91
91
|
} | null> | null;
|
|
92
92
|
} | null;
|
|
93
|
-
}> | null;
|
|
93
|
+
} | null> | null;
|
|
94
94
|
};
|
|
95
95
|
export type HumanNameFieldsFragment = {
|
|
96
96
|
text: string | null;
|
|
@@ -554,7 +554,7 @@ export type ReactionFieldsFragment = {
|
|
|
554
554
|
display: string | null;
|
|
555
555
|
} | null> | null;
|
|
556
556
|
} | null;
|
|
557
|
-
}> | null;
|
|
557
|
+
} | null> | null;
|
|
558
558
|
} | null;
|
|
559
559
|
type: {
|
|
560
560
|
text: string | null;
|
|
@@ -755,7 +755,7 @@ export type ReactionFieldsFragment = {
|
|
|
755
755
|
display: string | null;
|
|
756
756
|
} | null> | null;
|
|
757
757
|
} | null;
|
|
758
|
-
}> | null;
|
|
758
|
+
} | null> | null;
|
|
759
759
|
} | null;
|
|
760
760
|
note: Array<{
|
|
761
761
|
authorString: string | null;
|
|
@@ -848,7 +848,7 @@ export type ReactionFieldsFragment = {
|
|
|
848
848
|
display: string | null;
|
|
849
849
|
} | null> | null;
|
|
850
850
|
} | null;
|
|
851
|
-
}> | null;
|
|
851
|
+
} | null> | null;
|
|
852
852
|
} | null;
|
|
853
853
|
} | null> | null;
|
|
854
854
|
hasMember: Array<{
|
|
@@ -875,7 +875,7 @@ export type ReactionFieldsFragment = {
|
|
|
875
875
|
display: string | null;
|
|
876
876
|
} | null> | null;
|
|
877
877
|
} | null;
|
|
878
|
-
}> | null;
|
|
878
|
+
} | null> | null;
|
|
879
879
|
accessionIdentifier: {
|
|
880
880
|
id: string | null;
|
|
881
881
|
system: any | null;
|
|
@@ -1332,7 +1332,7 @@ export type ObservationFieldsFragment = {
|
|
|
1332
1332
|
display: string | null;
|
|
1333
1333
|
} | null> | null;
|
|
1334
1334
|
} | null;
|
|
1335
|
-
}> | null;
|
|
1335
|
+
} | null> | null;
|
|
1336
1336
|
} | null;
|
|
1337
1337
|
type: {
|
|
1338
1338
|
text: string | null;
|
|
@@ -1533,7 +1533,7 @@ export type ObservationFieldsFragment = {
|
|
|
1533
1533
|
display: string | null;
|
|
1534
1534
|
} | null> | null;
|
|
1535
1535
|
} | null;
|
|
1536
|
-
}> | null;
|
|
1536
|
+
} | null> | null;
|
|
1537
1537
|
} | null;
|
|
1538
1538
|
note: Array<{
|
|
1539
1539
|
authorString: string | null;
|
|
@@ -1626,7 +1626,7 @@ export type ObservationFieldsFragment = {
|
|
|
1626
1626
|
display: string | null;
|
|
1627
1627
|
} | null> | null;
|
|
1628
1628
|
} | null;
|
|
1629
|
-
}> | null;
|
|
1629
|
+
} | null> | null;
|
|
1630
1630
|
} | null;
|
|
1631
1631
|
} | null> | null;
|
|
1632
1632
|
hasMember: Array<{
|
|
@@ -1653,7 +1653,7 @@ export type ObservationFieldsFragment = {
|
|
|
1653
1653
|
display: string | null;
|
|
1654
1654
|
} | null> | null;
|
|
1655
1655
|
} | null;
|
|
1656
|
-
}> | null;
|
|
1656
|
+
} | null> | null;
|
|
1657
1657
|
accessionIdentifier: {
|
|
1658
1658
|
id: string | null;
|
|
1659
1659
|
system: any | null;
|
|
@@ -2074,7 +2074,7 @@ export type EncounterFieldsFragment = {
|
|
|
2074
2074
|
display: string | null;
|
|
2075
2075
|
} | null> | null;
|
|
2076
2076
|
} | null;
|
|
2077
|
-
}> | null;
|
|
2077
|
+
} | null> | null;
|
|
2078
2078
|
} | null;
|
|
2079
2079
|
type: {
|
|
2080
2080
|
text: string | null;
|
|
@@ -2275,7 +2275,7 @@ export type EncounterFieldsFragment = {
|
|
|
2275
2275
|
display: string | null;
|
|
2276
2276
|
} | null> | null;
|
|
2277
2277
|
} | null;
|
|
2278
|
-
}> | null;
|
|
2278
|
+
} | null> | null;
|
|
2279
2279
|
} | null;
|
|
2280
2280
|
note: Array<{
|
|
2281
2281
|
authorString: string | null;
|
|
@@ -2460,7 +2460,7 @@ export type ParticipantFieldsFragment = {
|
|
|
2460
2460
|
display: string | null;
|
|
2461
2461
|
} | null> | null;
|
|
2462
2462
|
} | null;
|
|
2463
|
-
}> | null;
|
|
2463
|
+
} | null> | null;
|
|
2464
2464
|
} | null;
|
|
2465
2465
|
type: {
|
|
2466
2466
|
text: string | null;
|
|
@@ -2541,7 +2541,7 @@ export type ConditionFieldsFragment = {
|
|
|
2541
2541
|
display: string | null;
|
|
2542
2542
|
} | null> | null;
|
|
2543
2543
|
} | null;
|
|
2544
|
-
}> | null;
|
|
2544
|
+
} | null> | null;
|
|
2545
2545
|
} | null;
|
|
2546
2546
|
note: Array<{
|
|
2547
2547
|
authorString: string | null;
|
|
@@ -2620,7 +2620,7 @@ export type RecorderFields_Practitioner_Fragment = {
|
|
|
2620
2620
|
display: string | null;
|
|
2621
2621
|
} | null> | null;
|
|
2622
2622
|
} | null;
|
|
2623
|
-
}> | null;
|
|
2623
|
+
} | null> | null;
|
|
2624
2624
|
};
|
|
2625
2625
|
export type RecorderFieldsFragment = RecorderFields_Patient_Fragment | RecorderFields_Practitioner_Fragment;
|
|
2626
2626
|
export type PerformerFieldsFragment = {
|
|
@@ -2657,7 +2657,7 @@ export type PerformerFieldsFragment = {
|
|
|
2657
2657
|
display: string | null;
|
|
2658
2658
|
} | null> | null;
|
|
2659
2659
|
} | null;
|
|
2660
|
-
}> | null;
|
|
2660
|
+
} | null> | null;
|
|
2661
2661
|
} | null;
|
|
2662
2662
|
};
|
|
2663
2663
|
export type ActorFields_Organization_Fragment = {
|
|
@@ -2695,7 +2695,7 @@ export type ActorFields_Practitioner_Fragment = {
|
|
|
2695
2695
|
display: string | null;
|
|
2696
2696
|
} | null> | null;
|
|
2697
2697
|
} | null;
|
|
2698
|
-
}> | null;
|
|
2698
|
+
} | null> | null;
|
|
2699
2699
|
};
|
|
2700
2700
|
export type ActorFieldsFragment = ActorFields_Organization_Fragment | ActorFields_Patient_Fragment | ActorFields_Practitioner_Fragment;
|
|
2701
2701
|
export type SpecimenResourceFieldsFragment = {
|
|
@@ -2711,7 +2711,7 @@ export type SpecimenResourceFieldsFragment = {
|
|
|
2711
2711
|
display: string | null;
|
|
2712
2712
|
} | null> | null;
|
|
2713
2713
|
} | null;
|
|
2714
|
-
}> | null;
|
|
2714
|
+
} | null> | null;
|
|
2715
2715
|
accessionIdentifier: {
|
|
2716
2716
|
id: string | null;
|
|
2717
2717
|
system: any | null;
|
|
@@ -3053,7 +3053,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3053
3053
|
} | null> | null;
|
|
3054
3054
|
member: {
|
|
3055
3055
|
__typename: 'Organization';
|
|
3056
|
-
id: string
|
|
3056
|
+
id: string;
|
|
3057
3057
|
alias: string | null;
|
|
3058
3058
|
organizationName: string | null;
|
|
3059
3059
|
meta: {
|
|
@@ -3073,7 +3073,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3073
3073
|
} | null;
|
|
3074
3074
|
} | {
|
|
3075
3075
|
__typename: 'Practitioner';
|
|
3076
|
-
id: string
|
|
3076
|
+
id: string;
|
|
3077
3077
|
name: Array<{
|
|
3078
3078
|
text: string | null;
|
|
3079
3079
|
family: string | null;
|
|
@@ -3093,11 +3093,11 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3093
3093
|
display: string | null;
|
|
3094
3094
|
} | null> | null;
|
|
3095
3095
|
} | null;
|
|
3096
|
-
}> | null;
|
|
3096
|
+
} | null> | null;
|
|
3097
3097
|
} | {
|
|
3098
3098
|
__typename: 'PractitionerRole';
|
|
3099
3099
|
resourceType: string | null;
|
|
3100
|
-
id: string
|
|
3100
|
+
id: string;
|
|
3101
3101
|
active: boolean | null;
|
|
3102
3102
|
identifier: Array<{
|
|
3103
3103
|
id: string | null;
|
|
@@ -3111,9 +3111,9 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3111
3111
|
display: string | null;
|
|
3112
3112
|
} | null> | null;
|
|
3113
3113
|
} | null;
|
|
3114
|
-
}> | null;
|
|
3114
|
+
} | null> | null;
|
|
3115
3115
|
practitioner: {
|
|
3116
|
-
id: string
|
|
3116
|
+
id: string;
|
|
3117
3117
|
name: Array<{
|
|
3118
3118
|
text: string | null;
|
|
3119
3119
|
family: string | null;
|
|
@@ -3133,7 +3133,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3133
3133
|
display: string | null;
|
|
3134
3134
|
} | null> | null;
|
|
3135
3135
|
} | null;
|
|
3136
|
-
}> | null;
|
|
3136
|
+
} | null> | null;
|
|
3137
3137
|
} | null;
|
|
3138
3138
|
organization: {
|
|
3139
3139
|
resourceType: string | null;
|
|
@@ -3151,7 +3151,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3151
3151
|
display: string | null;
|
|
3152
3152
|
} | null> | null;
|
|
3153
3153
|
} | null;
|
|
3154
|
-
}> | null;
|
|
3154
|
+
} | null> | null;
|
|
3155
3155
|
endpoint: Array<{
|
|
3156
3156
|
name: string | null;
|
|
3157
3157
|
status: Types.EndpointStatus | null;
|
|
@@ -3181,7 +3181,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3181
3181
|
value: string | null;
|
|
3182
3182
|
use: any | null;
|
|
3183
3183
|
rank: number | null;
|
|
3184
|
-
}> | null;
|
|
3184
|
+
} | null> | null;
|
|
3185
3185
|
address: Array<{
|
|
3186
3186
|
use: any | null;
|
|
3187
3187
|
type: any | null;
|
|
@@ -3192,7 +3192,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3192
3192
|
state: string | null;
|
|
3193
3193
|
postalCode: string | null;
|
|
3194
3194
|
country: string | null;
|
|
3195
|
-
}> | null;
|
|
3195
|
+
} | null> | null;
|
|
3196
3196
|
type: Array<{
|
|
3197
3197
|
text: string | null;
|
|
3198
3198
|
coding: Array<{
|
|
@@ -3315,7 +3315,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3315
3315
|
value: string | null;
|
|
3316
3316
|
use: any | null;
|
|
3317
3317
|
rank: number | null;
|
|
3318
|
-
}> | null;
|
|
3318
|
+
} | null> | null;
|
|
3319
3319
|
period: {
|
|
3320
3320
|
start: any | null;
|
|
3321
3321
|
end: any | null;
|
|
@@ -3323,7 +3323,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3323
3323
|
} | {
|
|
3324
3324
|
__typename: 'RelatedPerson';
|
|
3325
3325
|
resourceType: string | null;
|
|
3326
|
-
id: string
|
|
3326
|
+
id: string;
|
|
3327
3327
|
active: boolean | null;
|
|
3328
3328
|
name: Array<{
|
|
3329
3329
|
text: string | null;
|
|
@@ -3344,14 +3344,14 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3344
3344
|
display: string | null;
|
|
3345
3345
|
} | null> | null;
|
|
3346
3346
|
} | null;
|
|
3347
|
-
}> | null;
|
|
3347
|
+
} | null> | null;
|
|
3348
3348
|
telecom: Array<{
|
|
3349
3349
|
id: string | null;
|
|
3350
3350
|
system: any | null;
|
|
3351
3351
|
value: string | null;
|
|
3352
3352
|
use: any | null;
|
|
3353
3353
|
rank: number | null;
|
|
3354
|
-
}> | null;
|
|
3354
|
+
} | null> | null;
|
|
3355
3355
|
address: Array<{
|
|
3356
3356
|
use: any | null;
|
|
3357
3357
|
type: any | null;
|
|
@@ -3362,7 +3362,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3362
3362
|
state: string | null;
|
|
3363
3363
|
postalCode: string | null;
|
|
3364
3364
|
country: string | null;
|
|
3365
|
-
}> | null;
|
|
3365
|
+
} | null> | null;
|
|
3366
3366
|
relationship: Array<{
|
|
3367
3367
|
text: string | null;
|
|
3368
3368
|
coding: Array<{
|
|
@@ -3370,16 +3370,18 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3370
3370
|
code: any | null;
|
|
3371
3371
|
display: string | null;
|
|
3372
3372
|
} | null> | null;
|
|
3373
|
-
}> | null;
|
|
3373
|
+
} | null> | null;
|
|
3374
3374
|
patient: {
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3375
|
+
resource: {
|
|
3376
|
+
id: string;
|
|
3377
|
+
name: Array<{
|
|
3378
|
+
text: string | null;
|
|
3379
|
+
family: string | null;
|
|
3380
|
+
given: Array<string | null> | null;
|
|
3381
|
+
prefix: Array<string | null> | null;
|
|
3382
|
+
suffix: Array<string | null> | null;
|
|
3383
|
+
} | null> | null;
|
|
3384
|
+
} | null;
|
|
3383
3385
|
} | null;
|
|
3384
3386
|
} | {
|
|
3385
3387
|
__typename: 'ResourceReference';
|
|
@@ -3387,7 +3389,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3387
3389
|
};
|
|
3388
3390
|
export type PractitionerRoleFieldsFragment = {
|
|
3389
3391
|
resourceType: string | null;
|
|
3390
|
-
id: string
|
|
3392
|
+
id: string;
|
|
3391
3393
|
active: boolean | null;
|
|
3392
3394
|
identifier: Array<{
|
|
3393
3395
|
id: string | null;
|
|
@@ -3401,9 +3403,9 @@ export type PractitionerRoleFieldsFragment = {
|
|
|
3401
3403
|
display: string | null;
|
|
3402
3404
|
} | null> | null;
|
|
3403
3405
|
} | null;
|
|
3404
|
-
}> | null;
|
|
3406
|
+
} | null> | null;
|
|
3405
3407
|
practitioner: {
|
|
3406
|
-
id: string
|
|
3408
|
+
id: string;
|
|
3407
3409
|
name: Array<{
|
|
3408
3410
|
text: string | null;
|
|
3409
3411
|
family: string | null;
|
|
@@ -3423,7 +3425,7 @@ export type PractitionerRoleFieldsFragment = {
|
|
|
3423
3425
|
display: string | null;
|
|
3424
3426
|
} | null> | null;
|
|
3425
3427
|
} | null;
|
|
3426
|
-
}> | null;
|
|
3428
|
+
} | null> | null;
|
|
3427
3429
|
} | null;
|
|
3428
3430
|
organization: {
|
|
3429
3431
|
resourceType: string | null;
|
|
@@ -3441,7 +3443,7 @@ export type PractitionerRoleFieldsFragment = {
|
|
|
3441
3443
|
display: string | null;
|
|
3442
3444
|
} | null> | null;
|
|
3443
3445
|
} | null;
|
|
3444
|
-
}> | null;
|
|
3446
|
+
} | null> | null;
|
|
3445
3447
|
endpoint: Array<{
|
|
3446
3448
|
name: string | null;
|
|
3447
3449
|
status: Types.EndpointStatus | null;
|
|
@@ -3471,7 +3473,7 @@ export type PractitionerRoleFieldsFragment = {
|
|
|
3471
3473
|
value: string | null;
|
|
3472
3474
|
use: any | null;
|
|
3473
3475
|
rank: number | null;
|
|
3474
|
-
}> | null;
|
|
3476
|
+
} | null> | null;
|
|
3475
3477
|
address: Array<{
|
|
3476
3478
|
use: any | null;
|
|
3477
3479
|
type: any | null;
|
|
@@ -3482,7 +3484,7 @@ export type PractitionerRoleFieldsFragment = {
|
|
|
3482
3484
|
state: string | null;
|
|
3483
3485
|
postalCode: string | null;
|
|
3484
3486
|
country: string | null;
|
|
3485
|
-
}> | null;
|
|
3487
|
+
} | null> | null;
|
|
3486
3488
|
type: Array<{
|
|
3487
3489
|
text: string | null;
|
|
3488
3490
|
coding: Array<{
|
|
@@ -3605,7 +3607,7 @@ export type PractitionerRoleFieldsFragment = {
|
|
|
3605
3607
|
value: string | null;
|
|
3606
3608
|
use: any | null;
|
|
3607
3609
|
rank: number | null;
|
|
3608
|
-
}> | null;
|
|
3610
|
+
} | null> | null;
|
|
3609
3611
|
period: {
|
|
3610
3612
|
start: any | null;
|
|
3611
3613
|
end: any | null;
|
|
@@ -3627,7 +3629,7 @@ export type OrganizationFieldsFragment = {
|
|
|
3627
3629
|
display: string | null;
|
|
3628
3630
|
} | null> | null;
|
|
3629
3631
|
} | null;
|
|
3630
|
-
}> | null;
|
|
3632
|
+
} | null> | null;
|
|
3631
3633
|
endpoint: Array<{
|
|
3632
3634
|
name: string | null;
|
|
3633
3635
|
status: Types.EndpointStatus | null;
|
|
@@ -3657,7 +3659,7 @@ export type OrganizationFieldsFragment = {
|
|
|
3657
3659
|
value: string | null;
|
|
3658
3660
|
use: any | null;
|
|
3659
3661
|
rank: number | null;
|
|
3660
|
-
}> | null;
|
|
3662
|
+
} | null> | null;
|
|
3661
3663
|
address: Array<{
|
|
3662
3664
|
use: any | null;
|
|
3663
3665
|
type: any | null;
|
|
@@ -3668,7 +3670,7 @@ export type OrganizationFieldsFragment = {
|
|
|
3668
3670
|
state: string | null;
|
|
3669
3671
|
postalCode: string | null;
|
|
3670
3672
|
country: string | null;
|
|
3671
|
-
}> | null;
|
|
3673
|
+
} | null> | null;
|
|
3672
3674
|
type: Array<{
|
|
3673
3675
|
text: string | null;
|
|
3674
3676
|
coding: Array<{
|
|
@@ -3703,7 +3705,7 @@ export type EndpointFieldsFragment = {
|
|
|
3703
3705
|
};
|
|
3704
3706
|
export type RelatedPersonFieldsFragment = {
|
|
3705
3707
|
resourceType: string | null;
|
|
3706
|
-
id: string
|
|
3708
|
+
id: string;
|
|
3707
3709
|
active: boolean | null;
|
|
3708
3710
|
name: Array<{
|
|
3709
3711
|
text: string | null;
|
|
@@ -3724,14 +3726,14 @@ export type RelatedPersonFieldsFragment = {
|
|
|
3724
3726
|
display: string | null;
|
|
3725
3727
|
} | null> | null;
|
|
3726
3728
|
} | null;
|
|
3727
|
-
}> | null;
|
|
3729
|
+
} | null> | null;
|
|
3728
3730
|
telecom: Array<{
|
|
3729
3731
|
id: string | null;
|
|
3730
3732
|
system: any | null;
|
|
3731
3733
|
value: string | null;
|
|
3732
3734
|
use: any | null;
|
|
3733
3735
|
rank: number | null;
|
|
3734
|
-
}> | null;
|
|
3736
|
+
} | null> | null;
|
|
3735
3737
|
address: Array<{
|
|
3736
3738
|
use: any | null;
|
|
3737
3739
|
type: any | null;
|
|
@@ -3742,7 +3744,7 @@ export type RelatedPersonFieldsFragment = {
|
|
|
3742
3744
|
state: string | null;
|
|
3743
3745
|
postalCode: string | null;
|
|
3744
3746
|
country: string | null;
|
|
3745
|
-
}> | null;
|
|
3747
|
+
} | null> | null;
|
|
3746
3748
|
relationship: Array<{
|
|
3747
3749
|
text: string | null;
|
|
3748
3750
|
coding: Array<{
|
|
@@ -3750,16 +3752,18 @@ export type RelatedPersonFieldsFragment = {
|
|
|
3750
3752
|
code: any | null;
|
|
3751
3753
|
display: string | null;
|
|
3752
3754
|
} | null> | null;
|
|
3753
|
-
}> | null;
|
|
3755
|
+
} | null> | null;
|
|
3754
3756
|
patient: {
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3757
|
+
resource: {
|
|
3758
|
+
id: string;
|
|
3759
|
+
name: Array<{
|
|
3760
|
+
text: string | null;
|
|
3761
|
+
family: string | null;
|
|
3762
|
+
given: Array<string | null> | null;
|
|
3763
|
+
prefix: Array<string | null> | null;
|
|
3764
|
+
suffix: Array<string | null> | null;
|
|
3765
|
+
} | null> | null;
|
|
3766
|
+
} | null;
|
|
3763
3767
|
} | null;
|
|
3764
3768
|
};
|
|
3765
3769
|
export type PatientFieldsFragment = {
|
|
@@ -3904,7 +3908,7 @@ export type AsserterFields_Practitioner_Fragment = {
|
|
|
3904
3908
|
display: string | null;
|
|
3905
3909
|
} | null> | null;
|
|
3906
3910
|
} | null;
|
|
3907
|
-
}> | null;
|
|
3911
|
+
} | null> | null;
|
|
3908
3912
|
};
|
|
3909
3913
|
export type AsserterFieldsFragment = AsserterFields_Patient_Fragment | AsserterFields_Practitioner_Fragment;
|
|
3910
3914
|
export type MedicationReferenceFieldsFragment = {
|
|
@@ -7226,7 +7230,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7226
7230
|
display: string | null;
|
|
7227
7231
|
} | null;
|
|
7228
7232
|
recorder: {
|
|
7229
|
-
id: string
|
|
7233
|
+
id: string;
|
|
7230
7234
|
name: Array<{
|
|
7231
7235
|
text: string | null;
|
|
7232
7236
|
family: string | null;
|
|
@@ -7246,7 +7250,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7246
7250
|
display: string | null;
|
|
7247
7251
|
} | null> | null;
|
|
7248
7252
|
} | null;
|
|
7249
|
-
}> | null;
|
|
7253
|
+
} | null> | null;
|
|
7250
7254
|
} | null;
|
|
7251
7255
|
reaction: Array<{
|
|
7252
7256
|
description: string | null;
|
|
@@ -7690,7 +7694,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7690
7694
|
display: string | null;
|
|
7691
7695
|
} | null> | null;
|
|
7692
7696
|
} | null;
|
|
7693
|
-
}> | null;
|
|
7697
|
+
} | null> | null;
|
|
7694
7698
|
} | null;
|
|
7695
7699
|
type: {
|
|
7696
7700
|
text: string | null;
|
|
@@ -7891,7 +7895,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7891
7895
|
display: string | null;
|
|
7892
7896
|
} | null> | null;
|
|
7893
7897
|
} | null;
|
|
7894
|
-
}> | null;
|
|
7898
|
+
} | null> | null;
|
|
7895
7899
|
} | null;
|
|
7896
7900
|
note: Array<{
|
|
7897
7901
|
authorString: string | null;
|
|
@@ -7984,7 +7988,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7984
7988
|
display: string | null;
|
|
7985
7989
|
} | null> | null;
|
|
7986
7990
|
} | null;
|
|
7987
|
-
}> | null;
|
|
7991
|
+
} | null> | null;
|
|
7988
7992
|
} | null;
|
|
7989
7993
|
} | null> | null;
|
|
7990
7994
|
hasMember: Array<{
|
|
@@ -8011,7 +8015,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
8011
8015
|
display: string | null;
|
|
8012
8016
|
} | null> | null;
|
|
8013
8017
|
} | null;
|
|
8014
|
-
}> | null;
|
|
8018
|
+
} | null> | null;
|
|
8015
8019
|
accessionIdentifier: {
|
|
8016
8020
|
id: string | null;
|
|
8017
8021
|
system: any | null;
|
|
@@ -8285,7 +8289,7 @@ export type GetCarePlansQueryResults = {
|
|
|
8285
8289
|
display: string | null;
|
|
8286
8290
|
} | null> | null;
|
|
8287
8291
|
} | null;
|
|
8288
|
-
}> | null;
|
|
8292
|
+
} | null> | null;
|
|
8289
8293
|
} | null;
|
|
8290
8294
|
type: {
|
|
8291
8295
|
text: string | null;
|
|
@@ -8486,7 +8490,7 @@ export type GetCarePlansQueryResults = {
|
|
|
8486
8490
|
display: string | null;
|
|
8487
8491
|
} | null> | null;
|
|
8488
8492
|
} | null;
|
|
8489
|
-
}> | null;
|
|
8493
|
+
} | null> | null;
|
|
8490
8494
|
} | null;
|
|
8491
8495
|
note: Array<{
|
|
8492
8496
|
authorString: string | null;
|
|
@@ -8611,7 +8615,7 @@ export type GetCarePlansQueryResults = {
|
|
|
8611
8615
|
display: string | null;
|
|
8612
8616
|
} | null> | null;
|
|
8613
8617
|
} | null;
|
|
8614
|
-
}> | null;
|
|
8618
|
+
} | null> | null;
|
|
8615
8619
|
} | null;
|
|
8616
8620
|
note: Array<{
|
|
8617
8621
|
authorString: string | null;
|
|
@@ -8864,7 +8868,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
8864
8868
|
} | null> | null;
|
|
8865
8869
|
member: {
|
|
8866
8870
|
__typename: 'Organization';
|
|
8867
|
-
id: string
|
|
8871
|
+
id: string;
|
|
8868
8872
|
alias: string | null;
|
|
8869
8873
|
organizationName: string | null;
|
|
8870
8874
|
meta: {
|
|
@@ -8884,7 +8888,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
8884
8888
|
} | null;
|
|
8885
8889
|
} | {
|
|
8886
8890
|
__typename: 'Practitioner';
|
|
8887
|
-
id: string
|
|
8891
|
+
id: string;
|
|
8888
8892
|
name: Array<{
|
|
8889
8893
|
text: string | null;
|
|
8890
8894
|
family: string | null;
|
|
@@ -8904,11 +8908,11 @@ export type GetCareTeamsQueryResults = {
|
|
|
8904
8908
|
display: string | null;
|
|
8905
8909
|
} | null> | null;
|
|
8906
8910
|
} | null;
|
|
8907
|
-
}> | null;
|
|
8911
|
+
} | null> | null;
|
|
8908
8912
|
} | {
|
|
8909
8913
|
__typename: 'PractitionerRole';
|
|
8910
8914
|
resourceType: string | null;
|
|
8911
|
-
id: string
|
|
8915
|
+
id: string;
|
|
8912
8916
|
active: boolean | null;
|
|
8913
8917
|
identifier: Array<{
|
|
8914
8918
|
id: string | null;
|
|
@@ -8922,9 +8926,9 @@ export type GetCareTeamsQueryResults = {
|
|
|
8922
8926
|
display: string | null;
|
|
8923
8927
|
} | null> | null;
|
|
8924
8928
|
} | null;
|
|
8925
|
-
}> | null;
|
|
8929
|
+
} | null> | null;
|
|
8926
8930
|
practitioner: {
|
|
8927
|
-
id: string
|
|
8931
|
+
id: string;
|
|
8928
8932
|
name: Array<{
|
|
8929
8933
|
text: string | null;
|
|
8930
8934
|
family: string | null;
|
|
@@ -8944,7 +8948,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
8944
8948
|
display: string | null;
|
|
8945
8949
|
} | null> | null;
|
|
8946
8950
|
} | null;
|
|
8947
|
-
}> | null;
|
|
8951
|
+
} | null> | null;
|
|
8948
8952
|
} | null;
|
|
8949
8953
|
organization: {
|
|
8950
8954
|
resourceType: string | null;
|
|
@@ -8962,7 +8966,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
8962
8966
|
display: string | null;
|
|
8963
8967
|
} | null> | null;
|
|
8964
8968
|
} | null;
|
|
8965
|
-
}> | null;
|
|
8969
|
+
} | null> | null;
|
|
8966
8970
|
endpoint: Array<{
|
|
8967
8971
|
name: string | null;
|
|
8968
8972
|
status: Types.EndpointStatus | null;
|
|
@@ -8992,7 +8996,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
8992
8996
|
value: string | null;
|
|
8993
8997
|
use: any | null;
|
|
8994
8998
|
rank: number | null;
|
|
8995
|
-
}> | null;
|
|
8999
|
+
} | null> | null;
|
|
8996
9000
|
address: Array<{
|
|
8997
9001
|
use: any | null;
|
|
8998
9002
|
type: any | null;
|
|
@@ -9003,7 +9007,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
9003
9007
|
state: string | null;
|
|
9004
9008
|
postalCode: string | null;
|
|
9005
9009
|
country: string | null;
|
|
9006
|
-
}> | null;
|
|
9010
|
+
} | null> | null;
|
|
9007
9011
|
type: Array<{
|
|
9008
9012
|
text: string | null;
|
|
9009
9013
|
coding: Array<{
|
|
@@ -9126,7 +9130,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
9126
9130
|
value: string | null;
|
|
9127
9131
|
use: any | null;
|
|
9128
9132
|
rank: number | null;
|
|
9129
|
-
}> | null;
|
|
9133
|
+
} | null> | null;
|
|
9130
9134
|
period: {
|
|
9131
9135
|
start: any | null;
|
|
9132
9136
|
end: any | null;
|
|
@@ -9134,7 +9138,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
9134
9138
|
} | {
|
|
9135
9139
|
__typename: 'RelatedPerson';
|
|
9136
9140
|
resourceType: string | null;
|
|
9137
|
-
id: string
|
|
9141
|
+
id: string;
|
|
9138
9142
|
active: boolean | null;
|
|
9139
9143
|
name: Array<{
|
|
9140
9144
|
text: string | null;
|
|
@@ -9155,14 +9159,14 @@ export type GetCareTeamsQueryResults = {
|
|
|
9155
9159
|
display: string | null;
|
|
9156
9160
|
} | null> | null;
|
|
9157
9161
|
} | null;
|
|
9158
|
-
}> | null;
|
|
9162
|
+
} | null> | null;
|
|
9159
9163
|
telecom: Array<{
|
|
9160
9164
|
id: string | null;
|
|
9161
9165
|
system: any | null;
|
|
9162
9166
|
value: string | null;
|
|
9163
9167
|
use: any | null;
|
|
9164
9168
|
rank: number | null;
|
|
9165
|
-
}> | null;
|
|
9169
|
+
} | null> | null;
|
|
9166
9170
|
address: Array<{
|
|
9167
9171
|
use: any | null;
|
|
9168
9172
|
type: any | null;
|
|
@@ -9173,7 +9177,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
9173
9177
|
state: string | null;
|
|
9174
9178
|
postalCode: string | null;
|
|
9175
9179
|
country: string | null;
|
|
9176
|
-
}> | null;
|
|
9180
|
+
} | null> | null;
|
|
9177
9181
|
relationship: Array<{
|
|
9178
9182
|
text: string | null;
|
|
9179
9183
|
coding: Array<{
|
|
@@ -9181,16 +9185,18 @@ export type GetCareTeamsQueryResults = {
|
|
|
9181
9185
|
code: any | null;
|
|
9182
9186
|
display: string | null;
|
|
9183
9187
|
} | null> | null;
|
|
9184
|
-
}> | null;
|
|
9188
|
+
} | null> | null;
|
|
9185
9189
|
patient: {
|
|
9186
|
-
|
|
9187
|
-
|
|
9188
|
-
|
|
9189
|
-
|
|
9190
|
-
|
|
9191
|
-
|
|
9192
|
-
|
|
9193
|
-
|
|
9190
|
+
resource: {
|
|
9191
|
+
id: string;
|
|
9192
|
+
name: Array<{
|
|
9193
|
+
text: string | null;
|
|
9194
|
+
family: string | null;
|
|
9195
|
+
given: Array<string | null> | null;
|
|
9196
|
+
prefix: Array<string | null> | null;
|
|
9197
|
+
suffix: Array<string | null> | null;
|
|
9198
|
+
} | null> | null;
|
|
9199
|
+
} | null;
|
|
9194
9200
|
} | null;
|
|
9195
9201
|
} | {
|
|
9196
9202
|
__typename: 'ResourceReference';
|
|
@@ -9335,7 +9341,7 @@ export type GetConditionsQueryResults = {
|
|
|
9335
9341
|
display: string | null;
|
|
9336
9342
|
} | null> | null;
|
|
9337
9343
|
} | null;
|
|
9338
|
-
}> | null;
|
|
9344
|
+
} | null> | null;
|
|
9339
9345
|
} | null;
|
|
9340
9346
|
note: Array<{
|
|
9341
9347
|
authorString: string | null;
|
|
@@ -9553,7 +9559,7 @@ export type GetConditionsQueryResults = {
|
|
|
9553
9559
|
display: string | null;
|
|
9554
9560
|
} | null> | null;
|
|
9555
9561
|
} | null;
|
|
9556
|
-
}> | null;
|
|
9562
|
+
} | null> | null;
|
|
9557
9563
|
} | null;
|
|
9558
9564
|
type: {
|
|
9559
9565
|
text: string | null;
|
|
@@ -9754,7 +9760,7 @@ export type GetConditionsQueryResults = {
|
|
|
9754
9760
|
display: string | null;
|
|
9755
9761
|
} | null> | null;
|
|
9756
9762
|
} | null;
|
|
9757
|
-
}> | null;
|
|
9763
|
+
} | null> | null;
|
|
9758
9764
|
} | null;
|
|
9759
9765
|
note: Array<{
|
|
9760
9766
|
authorString: string | null;
|
|
@@ -10144,7 +10150,7 @@ export type GetEncounterQueryResults = {
|
|
|
10144
10150
|
display: string | null;
|
|
10145
10151
|
} | null> | null;
|
|
10146
10152
|
} | null;
|
|
10147
|
-
}> | null;
|
|
10153
|
+
} | null> | null;
|
|
10148
10154
|
} | null;
|
|
10149
10155
|
type: {
|
|
10150
10156
|
text: string | null;
|
|
@@ -10345,7 +10351,7 @@ export type GetEncounterQueryResults = {
|
|
|
10345
10351
|
display: string | null;
|
|
10346
10352
|
} | null> | null;
|
|
10347
10353
|
} | null;
|
|
10348
|
-
}> | null;
|
|
10354
|
+
} | null> | null;
|
|
10349
10355
|
} | null;
|
|
10350
10356
|
note: Array<{
|
|
10351
10357
|
authorString: string | null;
|
|
@@ -10680,7 +10686,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10680
10686
|
display: string | null;
|
|
10681
10687
|
} | null> | null;
|
|
10682
10688
|
} | null;
|
|
10683
|
-
}> | null;
|
|
10689
|
+
} | null> | null;
|
|
10684
10690
|
} | null;
|
|
10685
10691
|
type: {
|
|
10686
10692
|
text: string | null;
|
|
@@ -10881,7 +10887,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10881
10887
|
display: string | null;
|
|
10882
10888
|
} | null> | null;
|
|
10883
10889
|
} | null;
|
|
10884
|
-
}> | null;
|
|
10890
|
+
} | null> | null;
|
|
10885
10891
|
} | null;
|
|
10886
10892
|
note: Array<{
|
|
10887
10893
|
authorString: string | null;
|
|
@@ -11382,7 +11388,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11382
11388
|
display: string | null;
|
|
11383
11389
|
} | null> | null;
|
|
11384
11390
|
} | null;
|
|
11385
|
-
}> | null;
|
|
11391
|
+
} | null> | null;
|
|
11386
11392
|
} | null;
|
|
11387
11393
|
type: {
|
|
11388
11394
|
text: string | null;
|
|
@@ -11583,7 +11589,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11583
11589
|
display: string | null;
|
|
11584
11590
|
} | null> | null;
|
|
11585
11591
|
} | null;
|
|
11586
|
-
}> | null;
|
|
11592
|
+
} | null> | null;
|
|
11587
11593
|
} | null;
|
|
11588
11594
|
note: Array<{
|
|
11589
11595
|
authorString: string | null;
|
|
@@ -11676,7 +11682,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11676
11682
|
display: string | null;
|
|
11677
11683
|
} | null> | null;
|
|
11678
11684
|
} | null;
|
|
11679
|
-
}> | null;
|
|
11685
|
+
} | null> | null;
|
|
11680
11686
|
} | null;
|
|
11681
11687
|
} | null> | null;
|
|
11682
11688
|
hasMember: Array<{
|
|
@@ -11703,7 +11709,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11703
11709
|
display: string | null;
|
|
11704
11710
|
} | null> | null;
|
|
11705
11711
|
} | null;
|
|
11706
|
-
}> | null;
|
|
11712
|
+
} | null> | null;
|
|
11707
11713
|
accessionIdentifier: {
|
|
11708
11714
|
id: string | null;
|
|
11709
11715
|
system: any | null;
|
|
@@ -11760,7 +11766,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11760
11766
|
display: string | null;
|
|
11761
11767
|
} | null> | null;
|
|
11762
11768
|
} | null;
|
|
11763
|
-
}> | null;
|
|
11769
|
+
} | null> | null;
|
|
11764
11770
|
endpoint: Array<{
|
|
11765
11771
|
name: string | null;
|
|
11766
11772
|
status: Types.EndpointStatus | null;
|
|
@@ -11790,7 +11796,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11790
11796
|
value: string | null;
|
|
11791
11797
|
use: any | null;
|
|
11792
11798
|
rank: number | null;
|
|
11793
|
-
}> | null;
|
|
11799
|
+
} | null> | null;
|
|
11794
11800
|
address: Array<{
|
|
11795
11801
|
use: any | null;
|
|
11796
11802
|
type: any | null;
|
|
@@ -11801,7 +11807,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11801
11807
|
state: string | null;
|
|
11802
11808
|
postalCode: string | null;
|
|
11803
11809
|
country: string | null;
|
|
11804
|
-
}> | null;
|
|
11810
|
+
} | null> | null;
|
|
11805
11811
|
type: Array<{
|
|
11806
11812
|
text: string | null;
|
|
11807
11813
|
coding: Array<{
|
|
@@ -11861,7 +11867,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11861
11867
|
display: string | null;
|
|
11862
11868
|
} | null> | null;
|
|
11863
11869
|
} | null;
|
|
11864
|
-
}> | null;
|
|
11870
|
+
} | null> | null;
|
|
11865
11871
|
} | null;
|
|
11866
11872
|
} | null> | null;
|
|
11867
11873
|
location: {
|
|
@@ -12107,7 +12113,7 @@ export type GetProceduresQueryResults = {
|
|
|
12107
12113
|
display: string | null;
|
|
12108
12114
|
} | null> | null;
|
|
12109
12115
|
} | null;
|
|
12110
|
-
}> | null;
|
|
12116
|
+
} | null> | null;
|
|
12111
12117
|
} | null;
|
|
12112
12118
|
asserter: {
|
|
12113
12119
|
__typename: 'Patient';
|
|
@@ -12139,7 +12145,7 @@ export type GetProceduresQueryResults = {
|
|
|
12139
12145
|
display: string | null;
|
|
12140
12146
|
} | null> | null;
|
|
12141
12147
|
} | null;
|
|
12142
|
-
}> | null;
|
|
12148
|
+
} | null> | null;
|
|
12143
12149
|
} | null;
|
|
12144
12150
|
text: {
|
|
12145
12151
|
div: any | null;
|
|
@@ -12214,7 +12220,7 @@ export type GetProceduresQueryResults = {
|
|
|
12214
12220
|
display: string | null;
|
|
12215
12221
|
} | null> | null;
|
|
12216
12222
|
} | null;
|
|
12217
|
-
}> | null;
|
|
12223
|
+
} | null> | null;
|
|
12218
12224
|
} | null;
|
|
12219
12225
|
} | null> | null;
|
|
12220
12226
|
encounter: {
|
|
@@ -12369,7 +12375,7 @@ export type GetProceduresQueryResults = {
|
|
|
12369
12375
|
display: string | null;
|
|
12370
12376
|
} | null> | null;
|
|
12371
12377
|
} | null;
|
|
12372
|
-
}> | null;
|
|
12378
|
+
} | null> | null;
|
|
12373
12379
|
} | null;
|
|
12374
12380
|
type: {
|
|
12375
12381
|
text: string | null;
|
|
@@ -12570,7 +12576,7 @@ export type GetProceduresQueryResults = {
|
|
|
12570
12576
|
display: string | null;
|
|
12571
12577
|
} | null> | null;
|
|
12572
12578
|
} | null;
|
|
12573
|
-
}> | null;
|
|
12579
|
+
} | null> | null;
|
|
12574
12580
|
} | null;
|
|
12575
12581
|
note: Array<{
|
|
12576
12582
|
authorString: string | null;
|
|
@@ -13330,7 +13336,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
13330
13336
|
display: string | null;
|
|
13331
13337
|
} | null> | null;
|
|
13332
13338
|
} | null;
|
|
13333
|
-
}> | null;
|
|
13339
|
+
} | null> | null;
|
|
13334
13340
|
} | null;
|
|
13335
13341
|
type: {
|
|
13336
13342
|
text: string | null;
|
|
@@ -13531,7 +13537,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
13531
13537
|
display: string | null;
|
|
13532
13538
|
} | null> | null;
|
|
13533
13539
|
} | null;
|
|
13534
|
-
}> | null;
|
|
13540
|
+
} | null> | null;
|
|
13535
13541
|
} | null;
|
|
13536
13542
|
note: Array<{
|
|
13537
13543
|
authorString: string | null;
|
|
@@ -13624,7 +13630,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
13624
13630
|
display: string | null;
|
|
13625
13631
|
} | null> | null;
|
|
13626
13632
|
} | null;
|
|
13627
|
-
}> | null;
|
|
13633
|
+
} | null> | null;
|
|
13628
13634
|
} | null;
|
|
13629
13635
|
} | null> | null;
|
|
13630
13636
|
hasMember: Array<{
|
|
@@ -13651,7 +13657,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
13651
13657
|
display: string | null;
|
|
13652
13658
|
} | null> | null;
|
|
13653
13659
|
} | null;
|
|
13654
|
-
}> | null;
|
|
13660
|
+
} | null> | null;
|
|
13655
13661
|
accessionIdentifier: {
|
|
13656
13662
|
id: string | null;
|
|
13657
13663
|
system: any | null;
|
|
@@ -14354,7 +14360,7 @@ export type GetLabsQueryResults = {
|
|
|
14354
14360
|
display: string | null;
|
|
14355
14361
|
} | null> | null;
|
|
14356
14362
|
} | null;
|
|
14357
|
-
}> | null;
|
|
14363
|
+
} | null> | null;
|
|
14358
14364
|
} | null;
|
|
14359
14365
|
type: {
|
|
14360
14366
|
text: string | null;
|
|
@@ -14555,7 +14561,7 @@ export type GetLabsQueryResults = {
|
|
|
14555
14561
|
display: string | null;
|
|
14556
14562
|
} | null> | null;
|
|
14557
14563
|
} | null;
|
|
14558
|
-
}> | null;
|
|
14564
|
+
} | null> | null;
|
|
14559
14565
|
} | null;
|
|
14560
14566
|
note: Array<{
|
|
14561
14567
|
authorString: string | null;
|
|
@@ -14648,7 +14654,7 @@ export type GetLabsQueryResults = {
|
|
|
14648
14654
|
display: string | null;
|
|
14649
14655
|
} | null> | null;
|
|
14650
14656
|
} | null;
|
|
14651
|
-
}> | null;
|
|
14657
|
+
} | null> | null;
|
|
14652
14658
|
} | null;
|
|
14653
14659
|
} | null> | null;
|
|
14654
14660
|
hasMember: Array<{
|
|
@@ -14675,7 +14681,7 @@ export type GetLabsQueryResults = {
|
|
|
14675
14681
|
display: string | null;
|
|
14676
14682
|
} | null> | null;
|
|
14677
14683
|
} | null;
|
|
14678
|
-
}> | null;
|
|
14684
|
+
} | null> | null;
|
|
14679
14685
|
accessionIdentifier: {
|
|
14680
14686
|
id: string | null;
|
|
14681
14687
|
system: any | null;
|
|
@@ -15126,7 +15132,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15126
15132
|
display: string | null;
|
|
15127
15133
|
} | null> | null;
|
|
15128
15134
|
} | null;
|
|
15129
|
-
}> | null;
|
|
15135
|
+
} | null> | null;
|
|
15130
15136
|
} | null;
|
|
15131
15137
|
type: {
|
|
15132
15138
|
text: string | null;
|
|
@@ -15327,7 +15333,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15327
15333
|
display: string | null;
|
|
15328
15334
|
} | null> | null;
|
|
15329
15335
|
} | null;
|
|
15330
|
-
}> | null;
|
|
15336
|
+
} | null> | null;
|
|
15331
15337
|
} | null;
|
|
15332
15338
|
note: Array<{
|
|
15333
15339
|
authorString: string | null;
|
|
@@ -15420,7 +15426,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15420
15426
|
display: string | null;
|
|
15421
15427
|
} | null> | null;
|
|
15422
15428
|
} | null;
|
|
15423
|
-
}> | null;
|
|
15429
|
+
} | null> | null;
|
|
15424
15430
|
} | null;
|
|
15425
15431
|
} | null> | null;
|
|
15426
15432
|
type: {
|
|
@@ -16240,7 +16246,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16240
16246
|
} | null> | null;
|
|
16241
16247
|
} | null;
|
|
16242
16248
|
requester: {
|
|
16243
|
-
id: string
|
|
16249
|
+
id: string;
|
|
16244
16250
|
name: Array<{
|
|
16245
16251
|
text: string | null;
|
|
16246
16252
|
family: string | null;
|
|
@@ -16260,10 +16266,10 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16260
16266
|
display: string | null;
|
|
16261
16267
|
} | null> | null;
|
|
16262
16268
|
} | null;
|
|
16263
|
-
}> | null;
|
|
16269
|
+
} | null> | null;
|
|
16264
16270
|
} | null;
|
|
16265
16271
|
recorder: {
|
|
16266
|
-
id: string
|
|
16272
|
+
id: string;
|
|
16267
16273
|
name: Array<{
|
|
16268
16274
|
text: string | null;
|
|
16269
16275
|
family: string | null;
|
|
@@ -16283,7 +16289,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16283
16289
|
display: string | null;
|
|
16284
16290
|
} | null> | null;
|
|
16285
16291
|
} | null;
|
|
16286
|
-
}> | null;
|
|
16292
|
+
} | null> | null;
|
|
16287
16293
|
} | null;
|
|
16288
16294
|
encounter: {
|
|
16289
16295
|
id: string;
|
|
@@ -16437,7 +16443,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16437
16443
|
display: string | null;
|
|
16438
16444
|
} | null> | null;
|
|
16439
16445
|
} | null;
|
|
16440
|
-
}> | null;
|
|
16446
|
+
} | null> | null;
|
|
16441
16447
|
} | null;
|
|
16442
16448
|
type: {
|
|
16443
16449
|
text: string | null;
|
|
@@ -16638,7 +16644,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16638
16644
|
display: string | null;
|
|
16639
16645
|
} | null> | null;
|
|
16640
16646
|
} | null;
|
|
16641
|
-
}> | null;
|
|
16647
|
+
} | null> | null;
|
|
16642
16648
|
} | null;
|
|
16643
16649
|
note: Array<{
|
|
16644
16650
|
authorString: string | null;
|
|
@@ -17065,7 +17071,7 @@ export type GetMedicationStatementsQueryResults = {
|
|
|
17065
17071
|
display: string | null;
|
|
17066
17072
|
} | null> | null;
|
|
17067
17073
|
} | null;
|
|
17068
|
-
}> | null;
|
|
17074
|
+
} | null> | null;
|
|
17069
17075
|
} | null;
|
|
17070
17076
|
effectiveDate: {
|
|
17071
17077
|
start: any | null;
|