@icanbwell/bwell-sdk-ts 1.40.0 → 1.41.0
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/api/base/health-data/health-data-request.d.ts +7 -2
- package/dist/api/base/health-data/health-data-request.js +2 -2
- package/dist/api/base/questionnaire/index.d.ts +2 -1
- package/dist/api/base/questionnaire/index.js +1 -0
- package/dist/api/base/questionnaire/questionnaire-manager.d.ts +11 -1
- package/dist/api/base/questionnaire/save-questionnaire-response-request.d.ts +22 -0
- package/dist/api/base/questionnaire/save-questionnaire-response-request.js +33 -0
- package/dist/api/graphql-api/healthdata/graphql-diagnostic-reports-bwell-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/healthdata/graphql-diagnostic-reports-bwell-request-factory.js +12 -0
- package/dist/api/graphql-api/healthdata/graphql-health-manager.d.ts +2 -1
- package/dist/api/graphql-api/healthdata/graphql-health-manager.js +7 -4
- package/dist/api/graphql-api/questionnaire/graphql-questionnaire-manager.d.ts +9 -1
- package/dist/api/graphql-api/questionnaire/graphql-questionnaire-manager.js +24 -0
- package/dist/graphql/operations/index.d.ts +12 -4
- package/dist/graphql/operations/index.js +20 -3
- package/dist/graphql/operations/types.d.ts +1057 -140
- package/dist/graphql/schema.d.ts +116 -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 = {
|
|
@@ -7068,9 +7072,10 @@ export type GetFhirQueryResults = {
|
|
|
7068
7072
|
};
|
|
7069
7073
|
};
|
|
7070
7074
|
export type GetDiagnosticReportsQueryVariables = Types.Exact<{
|
|
7071
|
-
|
|
7072
|
-
|
|
7075
|
+
pageSize: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
7076
|
+
page: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
7073
7077
|
id: Types.InputMaybe<Types.SearchString>;
|
|
7078
|
+
sort: Types.InputMaybe<Array<Types.InputMaybe<Types.Scalars['String']['input']>> | Types.InputMaybe<Types.Scalars['String']['input']>>;
|
|
7074
7079
|
}>;
|
|
7075
7080
|
export type GetDiagnosticReportsQueryResults = {
|
|
7076
7081
|
diagnosticReports: {
|
|
@@ -7226,7 +7231,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7226
7231
|
display: string | null;
|
|
7227
7232
|
} | null;
|
|
7228
7233
|
recorder: {
|
|
7229
|
-
id: string
|
|
7234
|
+
id: string;
|
|
7230
7235
|
name: Array<{
|
|
7231
7236
|
text: string | null;
|
|
7232
7237
|
family: string | null;
|
|
@@ -7246,7 +7251,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7246
7251
|
display: string | null;
|
|
7247
7252
|
} | null> | null;
|
|
7248
7253
|
} | null;
|
|
7249
|
-
}> | null;
|
|
7254
|
+
} | null> | null;
|
|
7250
7255
|
} | null;
|
|
7251
7256
|
reaction: Array<{
|
|
7252
7257
|
description: string | null;
|
|
@@ -7690,7 +7695,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7690
7695
|
display: string | null;
|
|
7691
7696
|
} | null> | null;
|
|
7692
7697
|
} | null;
|
|
7693
|
-
}> | null;
|
|
7698
|
+
} | null> | null;
|
|
7694
7699
|
} | null;
|
|
7695
7700
|
type: {
|
|
7696
7701
|
text: string | null;
|
|
@@ -7891,7 +7896,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7891
7896
|
display: string | null;
|
|
7892
7897
|
} | null> | null;
|
|
7893
7898
|
} | null;
|
|
7894
|
-
}> | null;
|
|
7899
|
+
} | null> | null;
|
|
7895
7900
|
} | null;
|
|
7896
7901
|
note: Array<{
|
|
7897
7902
|
authorString: string | null;
|
|
@@ -7984,7 +7989,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7984
7989
|
display: string | null;
|
|
7985
7990
|
} | null> | null;
|
|
7986
7991
|
} | null;
|
|
7987
|
-
}> | null;
|
|
7992
|
+
} | null> | null;
|
|
7988
7993
|
} | null;
|
|
7989
7994
|
} | null> | null;
|
|
7990
7995
|
hasMember: Array<{
|
|
@@ -8011,7 +8016,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
8011
8016
|
display: string | null;
|
|
8012
8017
|
} | null> | null;
|
|
8013
8018
|
} | null;
|
|
8014
|
-
}> | null;
|
|
8019
|
+
} | null> | null;
|
|
8015
8020
|
accessionIdentifier: {
|
|
8016
8021
|
id: string | null;
|
|
8017
8022
|
system: any | null;
|
|
@@ -8285,7 +8290,7 @@ export type GetCarePlansQueryResults = {
|
|
|
8285
8290
|
display: string | null;
|
|
8286
8291
|
} | null> | null;
|
|
8287
8292
|
} | null;
|
|
8288
|
-
}> | null;
|
|
8293
|
+
} | null> | null;
|
|
8289
8294
|
} | null;
|
|
8290
8295
|
type: {
|
|
8291
8296
|
text: string | null;
|
|
@@ -8486,7 +8491,7 @@ export type GetCarePlansQueryResults = {
|
|
|
8486
8491
|
display: string | null;
|
|
8487
8492
|
} | null> | null;
|
|
8488
8493
|
} | null;
|
|
8489
|
-
}> | null;
|
|
8494
|
+
} | null> | null;
|
|
8490
8495
|
} | null;
|
|
8491
8496
|
note: Array<{
|
|
8492
8497
|
authorString: string | null;
|
|
@@ -8611,7 +8616,7 @@ export type GetCarePlansQueryResults = {
|
|
|
8611
8616
|
display: string | null;
|
|
8612
8617
|
} | null> | null;
|
|
8613
8618
|
} | null;
|
|
8614
|
-
}> | null;
|
|
8619
|
+
} | null> | null;
|
|
8615
8620
|
} | null;
|
|
8616
8621
|
note: Array<{
|
|
8617
8622
|
authorString: string | null;
|
|
@@ -8864,7 +8869,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
8864
8869
|
} | null> | null;
|
|
8865
8870
|
member: {
|
|
8866
8871
|
__typename: 'Organization';
|
|
8867
|
-
id: string
|
|
8872
|
+
id: string;
|
|
8868
8873
|
alias: string | null;
|
|
8869
8874
|
organizationName: string | null;
|
|
8870
8875
|
meta: {
|
|
@@ -8884,7 +8889,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
8884
8889
|
} | null;
|
|
8885
8890
|
} | {
|
|
8886
8891
|
__typename: 'Practitioner';
|
|
8887
|
-
id: string
|
|
8892
|
+
id: string;
|
|
8888
8893
|
name: Array<{
|
|
8889
8894
|
text: string | null;
|
|
8890
8895
|
family: string | null;
|
|
@@ -8904,11 +8909,11 @@ export type GetCareTeamsQueryResults = {
|
|
|
8904
8909
|
display: string | null;
|
|
8905
8910
|
} | null> | null;
|
|
8906
8911
|
} | null;
|
|
8907
|
-
}> | null;
|
|
8912
|
+
} | null> | null;
|
|
8908
8913
|
} | {
|
|
8909
8914
|
__typename: 'PractitionerRole';
|
|
8910
8915
|
resourceType: string | null;
|
|
8911
|
-
id: string
|
|
8916
|
+
id: string;
|
|
8912
8917
|
active: boolean | null;
|
|
8913
8918
|
identifier: Array<{
|
|
8914
8919
|
id: string | null;
|
|
@@ -8922,9 +8927,9 @@ export type GetCareTeamsQueryResults = {
|
|
|
8922
8927
|
display: string | null;
|
|
8923
8928
|
} | null> | null;
|
|
8924
8929
|
} | null;
|
|
8925
|
-
}> | null;
|
|
8930
|
+
} | null> | null;
|
|
8926
8931
|
practitioner: {
|
|
8927
|
-
id: string
|
|
8932
|
+
id: string;
|
|
8928
8933
|
name: Array<{
|
|
8929
8934
|
text: string | null;
|
|
8930
8935
|
family: string | null;
|
|
@@ -8944,7 +8949,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
8944
8949
|
display: string | null;
|
|
8945
8950
|
} | null> | null;
|
|
8946
8951
|
} | null;
|
|
8947
|
-
}> | null;
|
|
8952
|
+
} | null> | null;
|
|
8948
8953
|
} | null;
|
|
8949
8954
|
organization: {
|
|
8950
8955
|
resourceType: string | null;
|
|
@@ -8962,7 +8967,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
8962
8967
|
display: string | null;
|
|
8963
8968
|
} | null> | null;
|
|
8964
8969
|
} | null;
|
|
8965
|
-
}> | null;
|
|
8970
|
+
} | null> | null;
|
|
8966
8971
|
endpoint: Array<{
|
|
8967
8972
|
name: string | null;
|
|
8968
8973
|
status: Types.EndpointStatus | null;
|
|
@@ -8992,7 +8997,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
8992
8997
|
value: string | null;
|
|
8993
8998
|
use: any | null;
|
|
8994
8999
|
rank: number | null;
|
|
8995
|
-
}> | null;
|
|
9000
|
+
} | null> | null;
|
|
8996
9001
|
address: Array<{
|
|
8997
9002
|
use: any | null;
|
|
8998
9003
|
type: any | null;
|
|
@@ -9003,7 +9008,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
9003
9008
|
state: string | null;
|
|
9004
9009
|
postalCode: string | null;
|
|
9005
9010
|
country: string | null;
|
|
9006
|
-
}> | null;
|
|
9011
|
+
} | null> | null;
|
|
9007
9012
|
type: Array<{
|
|
9008
9013
|
text: string | null;
|
|
9009
9014
|
coding: Array<{
|
|
@@ -9126,7 +9131,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
9126
9131
|
value: string | null;
|
|
9127
9132
|
use: any | null;
|
|
9128
9133
|
rank: number | null;
|
|
9129
|
-
}> | null;
|
|
9134
|
+
} | null> | null;
|
|
9130
9135
|
period: {
|
|
9131
9136
|
start: any | null;
|
|
9132
9137
|
end: any | null;
|
|
@@ -9134,7 +9139,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
9134
9139
|
} | {
|
|
9135
9140
|
__typename: 'RelatedPerson';
|
|
9136
9141
|
resourceType: string | null;
|
|
9137
|
-
id: string
|
|
9142
|
+
id: string;
|
|
9138
9143
|
active: boolean | null;
|
|
9139
9144
|
name: Array<{
|
|
9140
9145
|
text: string | null;
|
|
@@ -9155,14 +9160,14 @@ export type GetCareTeamsQueryResults = {
|
|
|
9155
9160
|
display: string | null;
|
|
9156
9161
|
} | null> | null;
|
|
9157
9162
|
} | null;
|
|
9158
|
-
}> | null;
|
|
9163
|
+
} | null> | null;
|
|
9159
9164
|
telecom: Array<{
|
|
9160
9165
|
id: string | null;
|
|
9161
9166
|
system: any | null;
|
|
9162
9167
|
value: string | null;
|
|
9163
9168
|
use: any | null;
|
|
9164
9169
|
rank: number | null;
|
|
9165
|
-
}> | null;
|
|
9170
|
+
} | null> | null;
|
|
9166
9171
|
address: Array<{
|
|
9167
9172
|
use: any | null;
|
|
9168
9173
|
type: any | null;
|
|
@@ -9173,7 +9178,7 @@ export type GetCareTeamsQueryResults = {
|
|
|
9173
9178
|
state: string | null;
|
|
9174
9179
|
postalCode: string | null;
|
|
9175
9180
|
country: string | null;
|
|
9176
|
-
}> | null;
|
|
9181
|
+
} | null> | null;
|
|
9177
9182
|
relationship: Array<{
|
|
9178
9183
|
text: string | null;
|
|
9179
9184
|
coding: Array<{
|
|
@@ -9181,16 +9186,18 @@ export type GetCareTeamsQueryResults = {
|
|
|
9181
9186
|
code: any | null;
|
|
9182
9187
|
display: string | null;
|
|
9183
9188
|
} | null> | null;
|
|
9184
|
-
}> | null;
|
|
9189
|
+
} | null> | null;
|
|
9185
9190
|
patient: {
|
|
9186
|
-
|
|
9187
|
-
|
|
9188
|
-
|
|
9189
|
-
|
|
9190
|
-
|
|
9191
|
-
|
|
9192
|
-
|
|
9193
|
-
|
|
9191
|
+
resource: {
|
|
9192
|
+
id: string;
|
|
9193
|
+
name: Array<{
|
|
9194
|
+
text: string | null;
|
|
9195
|
+
family: string | null;
|
|
9196
|
+
given: Array<string | null> | null;
|
|
9197
|
+
prefix: Array<string | null> | null;
|
|
9198
|
+
suffix: Array<string | null> | null;
|
|
9199
|
+
} | null> | null;
|
|
9200
|
+
} | null;
|
|
9194
9201
|
} | null;
|
|
9195
9202
|
} | {
|
|
9196
9203
|
__typename: 'ResourceReference';
|
|
@@ -9335,7 +9342,7 @@ export type GetConditionsQueryResults = {
|
|
|
9335
9342
|
display: string | null;
|
|
9336
9343
|
} | null> | null;
|
|
9337
9344
|
} | null;
|
|
9338
|
-
}> | null;
|
|
9345
|
+
} | null> | null;
|
|
9339
9346
|
} | null;
|
|
9340
9347
|
note: Array<{
|
|
9341
9348
|
authorString: string | null;
|
|
@@ -9553,7 +9560,7 @@ export type GetConditionsQueryResults = {
|
|
|
9553
9560
|
display: string | null;
|
|
9554
9561
|
} | null> | null;
|
|
9555
9562
|
} | null;
|
|
9556
|
-
}> | null;
|
|
9563
|
+
} | null> | null;
|
|
9557
9564
|
} | null;
|
|
9558
9565
|
type: {
|
|
9559
9566
|
text: string | null;
|
|
@@ -9754,7 +9761,7 @@ export type GetConditionsQueryResults = {
|
|
|
9754
9761
|
display: string | null;
|
|
9755
9762
|
} | null> | null;
|
|
9756
9763
|
} | null;
|
|
9757
|
-
}> | null;
|
|
9764
|
+
} | null> | null;
|
|
9758
9765
|
} | null;
|
|
9759
9766
|
note: Array<{
|
|
9760
9767
|
authorString: string | null;
|
|
@@ -10144,7 +10151,7 @@ export type GetEncounterQueryResults = {
|
|
|
10144
10151
|
display: string | null;
|
|
10145
10152
|
} | null> | null;
|
|
10146
10153
|
} | null;
|
|
10147
|
-
}> | null;
|
|
10154
|
+
} | null> | null;
|
|
10148
10155
|
} | null;
|
|
10149
10156
|
type: {
|
|
10150
10157
|
text: string | null;
|
|
@@ -10345,7 +10352,7 @@ export type GetEncounterQueryResults = {
|
|
|
10345
10352
|
display: string | null;
|
|
10346
10353
|
} | null> | null;
|
|
10347
10354
|
} | null;
|
|
10348
|
-
}> | null;
|
|
10355
|
+
} | null> | null;
|
|
10349
10356
|
} | null;
|
|
10350
10357
|
note: Array<{
|
|
10351
10358
|
authorString: string | null;
|
|
@@ -10680,7 +10687,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10680
10687
|
display: string | null;
|
|
10681
10688
|
} | null> | null;
|
|
10682
10689
|
} | null;
|
|
10683
|
-
}> | null;
|
|
10690
|
+
} | null> | null;
|
|
10684
10691
|
} | null;
|
|
10685
10692
|
type: {
|
|
10686
10693
|
text: string | null;
|
|
@@ -10881,7 +10888,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10881
10888
|
display: string | null;
|
|
10882
10889
|
} | null> | null;
|
|
10883
10890
|
} | null;
|
|
10884
|
-
}> | null;
|
|
10891
|
+
} | null> | null;
|
|
10885
10892
|
} | null;
|
|
10886
10893
|
note: Array<{
|
|
10887
10894
|
authorString: string | null;
|
|
@@ -11382,7 +11389,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11382
11389
|
display: string | null;
|
|
11383
11390
|
} | null> | null;
|
|
11384
11391
|
} | null;
|
|
11385
|
-
}> | null;
|
|
11392
|
+
} | null> | null;
|
|
11386
11393
|
} | null;
|
|
11387
11394
|
type: {
|
|
11388
11395
|
text: string | null;
|
|
@@ -11583,7 +11590,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11583
11590
|
display: string | null;
|
|
11584
11591
|
} | null> | null;
|
|
11585
11592
|
} | null;
|
|
11586
|
-
}> | null;
|
|
11593
|
+
} | null> | null;
|
|
11587
11594
|
} | null;
|
|
11588
11595
|
note: Array<{
|
|
11589
11596
|
authorString: string | null;
|
|
@@ -11676,7 +11683,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11676
11683
|
display: string | null;
|
|
11677
11684
|
} | null> | null;
|
|
11678
11685
|
} | null;
|
|
11679
|
-
}> | null;
|
|
11686
|
+
} | null> | null;
|
|
11680
11687
|
} | null;
|
|
11681
11688
|
} | null> | null;
|
|
11682
11689
|
hasMember: Array<{
|
|
@@ -11703,7 +11710,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11703
11710
|
display: string | null;
|
|
11704
11711
|
} | null> | null;
|
|
11705
11712
|
} | null;
|
|
11706
|
-
}> | null;
|
|
11713
|
+
} | null> | null;
|
|
11707
11714
|
accessionIdentifier: {
|
|
11708
11715
|
id: string | null;
|
|
11709
11716
|
system: any | null;
|
|
@@ -11760,7 +11767,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11760
11767
|
display: string | null;
|
|
11761
11768
|
} | null> | null;
|
|
11762
11769
|
} | null;
|
|
11763
|
-
}> | null;
|
|
11770
|
+
} | null> | null;
|
|
11764
11771
|
endpoint: Array<{
|
|
11765
11772
|
name: string | null;
|
|
11766
11773
|
status: Types.EndpointStatus | null;
|
|
@@ -11790,7 +11797,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11790
11797
|
value: string | null;
|
|
11791
11798
|
use: any | null;
|
|
11792
11799
|
rank: number | null;
|
|
11793
|
-
}> | null;
|
|
11800
|
+
} | null> | null;
|
|
11794
11801
|
address: Array<{
|
|
11795
11802
|
use: any | null;
|
|
11796
11803
|
type: any | null;
|
|
@@ -11801,7 +11808,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11801
11808
|
state: string | null;
|
|
11802
11809
|
postalCode: string | null;
|
|
11803
11810
|
country: string | null;
|
|
11804
|
-
}> | null;
|
|
11811
|
+
} | null> | null;
|
|
11805
11812
|
type: Array<{
|
|
11806
11813
|
text: string | null;
|
|
11807
11814
|
coding: Array<{
|
|
@@ -11861,7 +11868,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
11861
11868
|
display: string | null;
|
|
11862
11869
|
} | null> | null;
|
|
11863
11870
|
} | null;
|
|
11864
|
-
}> | null;
|
|
11871
|
+
} | null> | null;
|
|
11865
11872
|
} | null;
|
|
11866
11873
|
} | null> | null;
|
|
11867
11874
|
location: {
|
|
@@ -12107,7 +12114,7 @@ export type GetProceduresQueryResults = {
|
|
|
12107
12114
|
display: string | null;
|
|
12108
12115
|
} | null> | null;
|
|
12109
12116
|
} | null;
|
|
12110
|
-
}> | null;
|
|
12117
|
+
} | null> | null;
|
|
12111
12118
|
} | null;
|
|
12112
12119
|
asserter: {
|
|
12113
12120
|
__typename: 'Patient';
|
|
@@ -12139,7 +12146,7 @@ export type GetProceduresQueryResults = {
|
|
|
12139
12146
|
display: string | null;
|
|
12140
12147
|
} | null> | null;
|
|
12141
12148
|
} | null;
|
|
12142
|
-
}> | null;
|
|
12149
|
+
} | null> | null;
|
|
12143
12150
|
} | null;
|
|
12144
12151
|
text: {
|
|
12145
12152
|
div: any | null;
|
|
@@ -12214,7 +12221,7 @@ export type GetProceduresQueryResults = {
|
|
|
12214
12221
|
display: string | null;
|
|
12215
12222
|
} | null> | null;
|
|
12216
12223
|
} | null;
|
|
12217
|
-
}> | null;
|
|
12224
|
+
} | null> | null;
|
|
12218
12225
|
} | null;
|
|
12219
12226
|
} | null> | null;
|
|
12220
12227
|
encounter: {
|
|
@@ -12369,7 +12376,7 @@ export type GetProceduresQueryResults = {
|
|
|
12369
12376
|
display: string | null;
|
|
12370
12377
|
} | null> | null;
|
|
12371
12378
|
} | null;
|
|
12372
|
-
}> | null;
|
|
12379
|
+
} | null> | null;
|
|
12373
12380
|
} | null;
|
|
12374
12381
|
type: {
|
|
12375
12382
|
text: string | null;
|
|
@@ -12570,7 +12577,7 @@ export type GetProceduresQueryResults = {
|
|
|
12570
12577
|
display: string | null;
|
|
12571
12578
|
} | null> | null;
|
|
12572
12579
|
} | null;
|
|
12573
|
-
}> | null;
|
|
12580
|
+
} | null> | null;
|
|
12574
12581
|
} | null;
|
|
12575
12582
|
note: Array<{
|
|
12576
12583
|
authorString: string | null;
|
|
@@ -13330,7 +13337,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
13330
13337
|
display: string | null;
|
|
13331
13338
|
} | null> | null;
|
|
13332
13339
|
} | null;
|
|
13333
|
-
}> | null;
|
|
13340
|
+
} | null> | null;
|
|
13334
13341
|
} | null;
|
|
13335
13342
|
type: {
|
|
13336
13343
|
text: string | null;
|
|
@@ -13531,7 +13538,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
13531
13538
|
display: string | null;
|
|
13532
13539
|
} | null> | null;
|
|
13533
13540
|
} | null;
|
|
13534
|
-
}> | null;
|
|
13541
|
+
} | null> | null;
|
|
13535
13542
|
} | null;
|
|
13536
13543
|
note: Array<{
|
|
13537
13544
|
authorString: string | null;
|
|
@@ -13624,7 +13631,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
13624
13631
|
display: string | null;
|
|
13625
13632
|
} | null> | null;
|
|
13626
13633
|
} | null;
|
|
13627
|
-
}> | null;
|
|
13634
|
+
} | null> | null;
|
|
13628
13635
|
} | null;
|
|
13629
13636
|
} | null> | null;
|
|
13630
13637
|
hasMember: Array<{
|
|
@@ -13651,7 +13658,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
13651
13658
|
display: string | null;
|
|
13652
13659
|
} | null> | null;
|
|
13653
13660
|
} | null;
|
|
13654
|
-
}> | null;
|
|
13661
|
+
} | null> | null;
|
|
13655
13662
|
accessionIdentifier: {
|
|
13656
13663
|
id: string | null;
|
|
13657
13664
|
system: any | null;
|
|
@@ -14354,7 +14361,7 @@ export type GetLabsQueryResults = {
|
|
|
14354
14361
|
display: string | null;
|
|
14355
14362
|
} | null> | null;
|
|
14356
14363
|
} | null;
|
|
14357
|
-
}> | null;
|
|
14364
|
+
} | null> | null;
|
|
14358
14365
|
} | null;
|
|
14359
14366
|
type: {
|
|
14360
14367
|
text: string | null;
|
|
@@ -14555,7 +14562,7 @@ export type GetLabsQueryResults = {
|
|
|
14555
14562
|
display: string | null;
|
|
14556
14563
|
} | null> | null;
|
|
14557
14564
|
} | null;
|
|
14558
|
-
}> | null;
|
|
14565
|
+
} | null> | null;
|
|
14559
14566
|
} | null;
|
|
14560
14567
|
note: Array<{
|
|
14561
14568
|
authorString: string | null;
|
|
@@ -14648,7 +14655,7 @@ export type GetLabsQueryResults = {
|
|
|
14648
14655
|
display: string | null;
|
|
14649
14656
|
} | null> | null;
|
|
14650
14657
|
} | null;
|
|
14651
|
-
}> | null;
|
|
14658
|
+
} | null> | null;
|
|
14652
14659
|
} | null;
|
|
14653
14660
|
} | null> | null;
|
|
14654
14661
|
hasMember: Array<{
|
|
@@ -14675,7 +14682,7 @@ export type GetLabsQueryResults = {
|
|
|
14675
14682
|
display: string | null;
|
|
14676
14683
|
} | null> | null;
|
|
14677
14684
|
} | null;
|
|
14678
|
-
}> | null;
|
|
14685
|
+
} | null> | null;
|
|
14679
14686
|
accessionIdentifier: {
|
|
14680
14687
|
id: string | null;
|
|
14681
14688
|
system: any | null;
|
|
@@ -15126,7 +15133,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15126
15133
|
display: string | null;
|
|
15127
15134
|
} | null> | null;
|
|
15128
15135
|
} | null;
|
|
15129
|
-
}> | null;
|
|
15136
|
+
} | null> | null;
|
|
15130
15137
|
} | null;
|
|
15131
15138
|
type: {
|
|
15132
15139
|
text: string | null;
|
|
@@ -15327,7 +15334,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15327
15334
|
display: string | null;
|
|
15328
15335
|
} | null> | null;
|
|
15329
15336
|
} | null;
|
|
15330
|
-
}> | null;
|
|
15337
|
+
} | null> | null;
|
|
15331
15338
|
} | null;
|
|
15332
15339
|
note: Array<{
|
|
15333
15340
|
authorString: string | null;
|
|
@@ -15420,7 +15427,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15420
15427
|
display: string | null;
|
|
15421
15428
|
} | null> | null;
|
|
15422
15429
|
} | null;
|
|
15423
|
-
}> | null;
|
|
15430
|
+
} | null> | null;
|
|
15424
15431
|
} | null;
|
|
15425
15432
|
} | null> | null;
|
|
15426
15433
|
type: {
|
|
@@ -16240,7 +16247,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16240
16247
|
} | null> | null;
|
|
16241
16248
|
} | null;
|
|
16242
16249
|
requester: {
|
|
16243
|
-
id: string
|
|
16250
|
+
id: string;
|
|
16244
16251
|
name: Array<{
|
|
16245
16252
|
text: string | null;
|
|
16246
16253
|
family: string | null;
|
|
@@ -16260,10 +16267,10 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16260
16267
|
display: string | null;
|
|
16261
16268
|
} | null> | null;
|
|
16262
16269
|
} | null;
|
|
16263
|
-
}> | null;
|
|
16270
|
+
} | null> | null;
|
|
16264
16271
|
} | null;
|
|
16265
16272
|
recorder: {
|
|
16266
|
-
id: string
|
|
16273
|
+
id: string;
|
|
16267
16274
|
name: Array<{
|
|
16268
16275
|
text: string | null;
|
|
16269
16276
|
family: string | null;
|
|
@@ -16283,7 +16290,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16283
16290
|
display: string | null;
|
|
16284
16291
|
} | null> | null;
|
|
16285
16292
|
} | null;
|
|
16286
|
-
}> | null;
|
|
16293
|
+
} | null> | null;
|
|
16287
16294
|
} | null;
|
|
16288
16295
|
encounter: {
|
|
16289
16296
|
id: string;
|
|
@@ -16437,7 +16444,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16437
16444
|
display: string | null;
|
|
16438
16445
|
} | null> | null;
|
|
16439
16446
|
} | null;
|
|
16440
|
-
}> | null;
|
|
16447
|
+
} | null> | null;
|
|
16441
16448
|
} | null;
|
|
16442
16449
|
type: {
|
|
16443
16450
|
text: string | null;
|
|
@@ -16638,7 +16645,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16638
16645
|
display: string | null;
|
|
16639
16646
|
} | null> | null;
|
|
16640
16647
|
} | null;
|
|
16641
|
-
}> | null;
|
|
16648
|
+
} | null> | null;
|
|
16642
16649
|
} | null;
|
|
16643
16650
|
note: Array<{
|
|
16644
16651
|
authorString: string | null;
|
|
@@ -17065,7 +17072,7 @@ export type GetMedicationStatementsQueryResults = {
|
|
|
17065
17072
|
display: string | null;
|
|
17066
17073
|
} | null> | null;
|
|
17067
17074
|
} | null;
|
|
17068
|
-
}> | null;
|
|
17075
|
+
} | null> | null;
|
|
17069
17076
|
} | null;
|
|
17070
17077
|
effectiveDate: {
|
|
17071
17078
|
start: any | null;
|
|
@@ -19423,6 +19430,916 @@ export type GetQuestionnaireResponsesQueryResults = {
|
|
|
19423
19430
|
} | null> | null;
|
|
19424
19431
|
} | null;
|
|
19425
19432
|
};
|
|
19433
|
+
export type SaveQuestionnaireResponseMutationVariables = Types.Exact<{
|
|
19434
|
+
questionnaireResponse: Types.QuestionnaireResponseInput;
|
|
19435
|
+
}>;
|
|
19436
|
+
export type SaveQuestionnaireResponseMutationResults = {
|
|
19437
|
+
saveQuestionnaireResponse: {
|
|
19438
|
+
resourceType: string | null;
|
|
19439
|
+
id: string;
|
|
19440
|
+
questionnaire: any | null;
|
|
19441
|
+
status: any | null;
|
|
19442
|
+
meta: {
|
|
19443
|
+
versionId: string | null;
|
|
19444
|
+
lastUpdated: any | null;
|
|
19445
|
+
source: any | null;
|
|
19446
|
+
security: Array<{
|
|
19447
|
+
system: any | null;
|
|
19448
|
+
code: any | null;
|
|
19449
|
+
display: string | null;
|
|
19450
|
+
} | null> | null;
|
|
19451
|
+
tag: Array<{
|
|
19452
|
+
system: any | null;
|
|
19453
|
+
code: any | null;
|
|
19454
|
+
display: string | null;
|
|
19455
|
+
} | null> | null;
|
|
19456
|
+
} | null;
|
|
19457
|
+
identifier: {
|
|
19458
|
+
id: string | null;
|
|
19459
|
+
system: any | null;
|
|
19460
|
+
value: string | null;
|
|
19461
|
+
type: {
|
|
19462
|
+
text: string | null;
|
|
19463
|
+
coding: Array<{
|
|
19464
|
+
system: any | null;
|
|
19465
|
+
code: any | null;
|
|
19466
|
+
display: string | null;
|
|
19467
|
+
} | null> | null;
|
|
19468
|
+
} | null;
|
|
19469
|
+
} | null;
|
|
19470
|
+
item: Array<{
|
|
19471
|
+
linkId: string | null;
|
|
19472
|
+
text: string | null;
|
|
19473
|
+
item: Array<{
|
|
19474
|
+
linkId: string | null;
|
|
19475
|
+
text: string | null;
|
|
19476
|
+
item: Array<{
|
|
19477
|
+
linkId: string | null;
|
|
19478
|
+
text: string | null;
|
|
19479
|
+
answer: Array<{
|
|
19480
|
+
valueBoolean: boolean | null;
|
|
19481
|
+
valueDecimal: number | null;
|
|
19482
|
+
valueInteger: number | null;
|
|
19483
|
+
valueDate: any | null;
|
|
19484
|
+
valueDateTime: any | null;
|
|
19485
|
+
valueString: string | null;
|
|
19486
|
+
valueUri: any | null;
|
|
19487
|
+
valueAttachment: {
|
|
19488
|
+
contentType: any | null;
|
|
19489
|
+
data: any | null;
|
|
19490
|
+
url: any | null;
|
|
19491
|
+
title: string | null;
|
|
19492
|
+
} | null;
|
|
19493
|
+
valueCoding: {
|
|
19494
|
+
system: any | null;
|
|
19495
|
+
code: any | null;
|
|
19496
|
+
display: string | null;
|
|
19497
|
+
} | null;
|
|
19498
|
+
valueQuantity: {
|
|
19499
|
+
value: number | null;
|
|
19500
|
+
unit: string | null;
|
|
19501
|
+
code: any | null;
|
|
19502
|
+
comparator: any | null;
|
|
19503
|
+
system: any | null;
|
|
19504
|
+
} | null;
|
|
19505
|
+
valueReference: {
|
|
19506
|
+
reference: string | null;
|
|
19507
|
+
type: any | null;
|
|
19508
|
+
display: string | null;
|
|
19509
|
+
extension: Array<{
|
|
19510
|
+
url: any | null;
|
|
19511
|
+
valueBoolean: boolean | null;
|
|
19512
|
+
valueInteger: number | null;
|
|
19513
|
+
valueString: string | null;
|
|
19514
|
+
valueDateTime: any | null;
|
|
19515
|
+
valueCode: any | null;
|
|
19516
|
+
valueUri: any | null;
|
|
19517
|
+
valueExpression: {
|
|
19518
|
+
description: string | null;
|
|
19519
|
+
name: string | null;
|
|
19520
|
+
language: any | null;
|
|
19521
|
+
expression: string | null;
|
|
19522
|
+
reference: any | null;
|
|
19523
|
+
} | null;
|
|
19524
|
+
valueCodeableConcept: {
|
|
19525
|
+
text: string | null;
|
|
19526
|
+
coding: Array<{
|
|
19527
|
+
system: any | null;
|
|
19528
|
+
code: any | null;
|
|
19529
|
+
display: string | null;
|
|
19530
|
+
} | null> | null;
|
|
19531
|
+
} | null;
|
|
19532
|
+
valueReference: {
|
|
19533
|
+
reference: string | null;
|
|
19534
|
+
type: any | null;
|
|
19535
|
+
display: string | null;
|
|
19536
|
+
} | null;
|
|
19537
|
+
} | null> | null;
|
|
19538
|
+
} | null;
|
|
19539
|
+
} | null> | null;
|
|
19540
|
+
} | null> | null;
|
|
19541
|
+
answer: Array<{
|
|
19542
|
+
valueBoolean: boolean | null;
|
|
19543
|
+
valueDecimal: number | null;
|
|
19544
|
+
valueInteger: number | null;
|
|
19545
|
+
valueDate: any | null;
|
|
19546
|
+
valueDateTime: any | null;
|
|
19547
|
+
valueString: string | null;
|
|
19548
|
+
valueUri: any | null;
|
|
19549
|
+
valueAttachment: {
|
|
19550
|
+
contentType: any | null;
|
|
19551
|
+
data: any | null;
|
|
19552
|
+
url: any | null;
|
|
19553
|
+
title: string | null;
|
|
19554
|
+
} | null;
|
|
19555
|
+
valueCoding: {
|
|
19556
|
+
system: any | null;
|
|
19557
|
+
code: any | null;
|
|
19558
|
+
display: string | null;
|
|
19559
|
+
} | null;
|
|
19560
|
+
valueQuantity: {
|
|
19561
|
+
value: number | null;
|
|
19562
|
+
unit: string | null;
|
|
19563
|
+
code: any | null;
|
|
19564
|
+
comparator: any | null;
|
|
19565
|
+
system: any | null;
|
|
19566
|
+
} | null;
|
|
19567
|
+
valueReference: {
|
|
19568
|
+
reference: string | null;
|
|
19569
|
+
type: any | null;
|
|
19570
|
+
display: string | null;
|
|
19571
|
+
extension: Array<{
|
|
19572
|
+
url: any | null;
|
|
19573
|
+
valueBoolean: boolean | null;
|
|
19574
|
+
valueInteger: number | null;
|
|
19575
|
+
valueString: string | null;
|
|
19576
|
+
valueDateTime: any | null;
|
|
19577
|
+
valueCode: any | null;
|
|
19578
|
+
valueUri: any | null;
|
|
19579
|
+
valueExpression: {
|
|
19580
|
+
description: string | null;
|
|
19581
|
+
name: string | null;
|
|
19582
|
+
language: any | null;
|
|
19583
|
+
expression: string | null;
|
|
19584
|
+
reference: any | null;
|
|
19585
|
+
} | null;
|
|
19586
|
+
valueCodeableConcept: {
|
|
19587
|
+
text: string | null;
|
|
19588
|
+
coding: Array<{
|
|
19589
|
+
system: any | null;
|
|
19590
|
+
code: any | null;
|
|
19591
|
+
display: string | null;
|
|
19592
|
+
} | null> | null;
|
|
19593
|
+
} | null;
|
|
19594
|
+
valueReference: {
|
|
19595
|
+
reference: string | null;
|
|
19596
|
+
type: any | null;
|
|
19597
|
+
display: string | null;
|
|
19598
|
+
} | null;
|
|
19599
|
+
} | null> | null;
|
|
19600
|
+
} | null;
|
|
19601
|
+
} | null> | null;
|
|
19602
|
+
} | null> | null;
|
|
19603
|
+
answer: Array<{
|
|
19604
|
+
valueBoolean: boolean | null;
|
|
19605
|
+
valueDecimal: number | null;
|
|
19606
|
+
valueInteger: number | null;
|
|
19607
|
+
valueDate: any | null;
|
|
19608
|
+
valueDateTime: any | null;
|
|
19609
|
+
valueString: string | null;
|
|
19610
|
+
valueUri: any | null;
|
|
19611
|
+
valueAttachment: {
|
|
19612
|
+
contentType: any | null;
|
|
19613
|
+
data: any | null;
|
|
19614
|
+
url: any | null;
|
|
19615
|
+
title: string | null;
|
|
19616
|
+
} | null;
|
|
19617
|
+
valueCoding: {
|
|
19618
|
+
system: any | null;
|
|
19619
|
+
code: any | null;
|
|
19620
|
+
display: string | null;
|
|
19621
|
+
} | null;
|
|
19622
|
+
valueQuantity: {
|
|
19623
|
+
value: number | null;
|
|
19624
|
+
unit: string | null;
|
|
19625
|
+
code: any | null;
|
|
19626
|
+
comparator: any | null;
|
|
19627
|
+
system: any | null;
|
|
19628
|
+
} | null;
|
|
19629
|
+
valueReference: {
|
|
19630
|
+
reference: string | null;
|
|
19631
|
+
type: any | null;
|
|
19632
|
+
display: string | null;
|
|
19633
|
+
extension: Array<{
|
|
19634
|
+
url: any | null;
|
|
19635
|
+
valueBoolean: boolean | null;
|
|
19636
|
+
valueInteger: number | null;
|
|
19637
|
+
valueString: string | null;
|
|
19638
|
+
valueDateTime: any | null;
|
|
19639
|
+
valueCode: any | null;
|
|
19640
|
+
valueUri: any | null;
|
|
19641
|
+
valueExpression: {
|
|
19642
|
+
description: string | null;
|
|
19643
|
+
name: string | null;
|
|
19644
|
+
language: any | null;
|
|
19645
|
+
expression: string | null;
|
|
19646
|
+
reference: any | null;
|
|
19647
|
+
} | null;
|
|
19648
|
+
valueCodeableConcept: {
|
|
19649
|
+
text: string | null;
|
|
19650
|
+
coding: Array<{
|
|
19651
|
+
system: any | null;
|
|
19652
|
+
code: any | null;
|
|
19653
|
+
display: string | null;
|
|
19654
|
+
} | null> | null;
|
|
19655
|
+
} | null;
|
|
19656
|
+
valueReference: {
|
|
19657
|
+
reference: string | null;
|
|
19658
|
+
type: any | null;
|
|
19659
|
+
display: string | null;
|
|
19660
|
+
} | null;
|
|
19661
|
+
} | null> | null;
|
|
19662
|
+
} | null;
|
|
19663
|
+
} | null> | null;
|
|
19664
|
+
} | null> | null;
|
|
19665
|
+
contained: Array<{
|
|
19666
|
+
resourceType: string | null;
|
|
19667
|
+
id: string;
|
|
19668
|
+
name: string | null;
|
|
19669
|
+
title: string | null;
|
|
19670
|
+
status: any | null;
|
|
19671
|
+
description: any | null;
|
|
19672
|
+
meta: {
|
|
19673
|
+
versionId: string | null;
|
|
19674
|
+
lastUpdated: any | null;
|
|
19675
|
+
source: any | null;
|
|
19676
|
+
security: Array<{
|
|
19677
|
+
system: any | null;
|
|
19678
|
+
code: any | null;
|
|
19679
|
+
display: string | null;
|
|
19680
|
+
} | null> | null;
|
|
19681
|
+
tag: Array<{
|
|
19682
|
+
system: any | null;
|
|
19683
|
+
code: any | null;
|
|
19684
|
+
display: string | null;
|
|
19685
|
+
} | null> | null;
|
|
19686
|
+
} | null;
|
|
19687
|
+
identifier: Array<{
|
|
19688
|
+
id: string | null;
|
|
19689
|
+
system: any | null;
|
|
19690
|
+
value: string | null;
|
|
19691
|
+
type: {
|
|
19692
|
+
text: string | null;
|
|
19693
|
+
coding: Array<{
|
|
19694
|
+
system: any | null;
|
|
19695
|
+
code: any | null;
|
|
19696
|
+
display: string | null;
|
|
19697
|
+
} | null> | null;
|
|
19698
|
+
} | null;
|
|
19699
|
+
} | null> | null;
|
|
19700
|
+
useContext: Array<{
|
|
19701
|
+
id: string | null;
|
|
19702
|
+
code: {
|
|
19703
|
+
system: any | null;
|
|
19704
|
+
code: any | null;
|
|
19705
|
+
display: string | null;
|
|
19706
|
+
} | null;
|
|
19707
|
+
valueReference: {
|
|
19708
|
+
id: string | null;
|
|
19709
|
+
reference: string | null;
|
|
19710
|
+
display: string | null;
|
|
19711
|
+
identifier: {
|
|
19712
|
+
id: string | null;
|
|
19713
|
+
system: any | null;
|
|
19714
|
+
value: string | null;
|
|
19715
|
+
type: {
|
|
19716
|
+
text: string | null;
|
|
19717
|
+
coding: Array<{
|
|
19718
|
+
system: any | null;
|
|
19719
|
+
code: any | null;
|
|
19720
|
+
display: string | null;
|
|
19721
|
+
} | null> | null;
|
|
19722
|
+
} | null;
|
|
19723
|
+
} | null;
|
|
19724
|
+
} | null;
|
|
19725
|
+
} | null> | null;
|
|
19726
|
+
item: Array<{
|
|
19727
|
+
linkId: string | null;
|
|
19728
|
+
prefix: string | null;
|
|
19729
|
+
text: string | null;
|
|
19730
|
+
type: any | null;
|
|
19731
|
+
enableBehavior: any | null;
|
|
19732
|
+
required: boolean | null;
|
|
19733
|
+
repeats: boolean | null;
|
|
19734
|
+
readOnly: boolean | null;
|
|
19735
|
+
maxLength: number | null;
|
|
19736
|
+
item: Array<{
|
|
19737
|
+
linkId: string | null;
|
|
19738
|
+
prefix: string | null;
|
|
19739
|
+
text: string | null;
|
|
19740
|
+
type: any | null;
|
|
19741
|
+
enableBehavior: any | null;
|
|
19742
|
+
required: boolean | null;
|
|
19743
|
+
repeats: boolean | null;
|
|
19744
|
+
readOnly: boolean | null;
|
|
19745
|
+
maxLength: number | null;
|
|
19746
|
+
item: Array<{
|
|
19747
|
+
linkId: string | null;
|
|
19748
|
+
prefix: string | null;
|
|
19749
|
+
text: string | null;
|
|
19750
|
+
type: any | null;
|
|
19751
|
+
enableBehavior: any | null;
|
|
19752
|
+
required: boolean | null;
|
|
19753
|
+
repeats: boolean | null;
|
|
19754
|
+
readOnly: boolean | null;
|
|
19755
|
+
maxLength: number | null;
|
|
19756
|
+
extension: Array<{
|
|
19757
|
+
url: any | null;
|
|
19758
|
+
valueBoolean: boolean | null;
|
|
19759
|
+
valueInteger: number | null;
|
|
19760
|
+
valueString: string | null;
|
|
19761
|
+
valueDateTime: any | null;
|
|
19762
|
+
valueCode: any | null;
|
|
19763
|
+
valueUri: any | null;
|
|
19764
|
+
valueExpression: {
|
|
19765
|
+
description: string | null;
|
|
19766
|
+
name: string | null;
|
|
19767
|
+
language: any | null;
|
|
19768
|
+
expression: string | null;
|
|
19769
|
+
reference: any | null;
|
|
19770
|
+
} | null;
|
|
19771
|
+
valueCodeableConcept: {
|
|
19772
|
+
text: string | null;
|
|
19773
|
+
coding: Array<{
|
|
19774
|
+
system: any | null;
|
|
19775
|
+
code: any | null;
|
|
19776
|
+
display: string | null;
|
|
19777
|
+
} | null> | null;
|
|
19778
|
+
} | null;
|
|
19779
|
+
valueReference: {
|
|
19780
|
+
reference: string | null;
|
|
19781
|
+
type: any | null;
|
|
19782
|
+
display: string | null;
|
|
19783
|
+
} | null;
|
|
19784
|
+
extension: Array<{
|
|
19785
|
+
url: any | null;
|
|
19786
|
+
valueBoolean: boolean | null;
|
|
19787
|
+
valueInteger: number | null;
|
|
19788
|
+
valueString: string | null;
|
|
19789
|
+
valueDateTime: any | null;
|
|
19790
|
+
valueCode: any | null;
|
|
19791
|
+
valueUri: any | null;
|
|
19792
|
+
valueExpression: {
|
|
19793
|
+
description: string | null;
|
|
19794
|
+
name: string | null;
|
|
19795
|
+
language: any | null;
|
|
19796
|
+
expression: string | null;
|
|
19797
|
+
reference: any | null;
|
|
19798
|
+
} | null;
|
|
19799
|
+
valueCodeableConcept: {
|
|
19800
|
+
text: string | null;
|
|
19801
|
+
coding: Array<{
|
|
19802
|
+
system: any | null;
|
|
19803
|
+
code: any | null;
|
|
19804
|
+
display: string | null;
|
|
19805
|
+
} | null> | null;
|
|
19806
|
+
} | null;
|
|
19807
|
+
valueReference: {
|
|
19808
|
+
reference: string | null;
|
|
19809
|
+
type: any | null;
|
|
19810
|
+
display: string | null;
|
|
19811
|
+
} | null;
|
|
19812
|
+
} | null> | null;
|
|
19813
|
+
} | null> | null;
|
|
19814
|
+
enableWhen: Array<{
|
|
19815
|
+
question: string | null;
|
|
19816
|
+
operator: any | null;
|
|
19817
|
+
answerBoolean: boolean | null;
|
|
19818
|
+
answerDecimal: number | null;
|
|
19819
|
+
answerInteger: number | null;
|
|
19820
|
+
answerDate: any | null;
|
|
19821
|
+
answerDateTime: any | null;
|
|
19822
|
+
answerTime: any | null;
|
|
19823
|
+
answerString: string | null;
|
|
19824
|
+
answerCoding: {
|
|
19825
|
+
system: any | null;
|
|
19826
|
+
code: any | null;
|
|
19827
|
+
display: string | null;
|
|
19828
|
+
} | null;
|
|
19829
|
+
answerQuantity: {
|
|
19830
|
+
value: number | null;
|
|
19831
|
+
unit: string | null;
|
|
19832
|
+
code: any | null;
|
|
19833
|
+
comparator: any | null;
|
|
19834
|
+
system: any | null;
|
|
19835
|
+
} | null;
|
|
19836
|
+
answerReference: {
|
|
19837
|
+
reference: string | null;
|
|
19838
|
+
type: any | null;
|
|
19839
|
+
display: string | null;
|
|
19840
|
+
} | null;
|
|
19841
|
+
} | null> | null;
|
|
19842
|
+
answerOption: Array<{
|
|
19843
|
+
valueInteger: number | null;
|
|
19844
|
+
valueDate: any | null;
|
|
19845
|
+
valueString: string | null;
|
|
19846
|
+
initialSelected: boolean | null;
|
|
19847
|
+
valueCoding: {
|
|
19848
|
+
system: any | null;
|
|
19849
|
+
code: any | null;
|
|
19850
|
+
display: string | null;
|
|
19851
|
+
} | null;
|
|
19852
|
+
valueReference: {
|
|
19853
|
+
reference: string | null;
|
|
19854
|
+
type: any | null;
|
|
19855
|
+
display: string | null;
|
|
19856
|
+
extension: Array<{
|
|
19857
|
+
url: any | null;
|
|
19858
|
+
valueBoolean: boolean | null;
|
|
19859
|
+
valueInteger: number | null;
|
|
19860
|
+
valueString: string | null;
|
|
19861
|
+
valueDateTime: any | null;
|
|
19862
|
+
valueCode: any | null;
|
|
19863
|
+
valueUri: any | null;
|
|
19864
|
+
valueExpression: {
|
|
19865
|
+
description: string | null;
|
|
19866
|
+
name: string | null;
|
|
19867
|
+
language: any | null;
|
|
19868
|
+
expression: string | null;
|
|
19869
|
+
reference: any | null;
|
|
19870
|
+
} | null;
|
|
19871
|
+
valueCodeableConcept: {
|
|
19872
|
+
text: string | null;
|
|
19873
|
+
coding: Array<{
|
|
19874
|
+
system: any | null;
|
|
19875
|
+
code: any | null;
|
|
19876
|
+
display: string | null;
|
|
19877
|
+
} | null> | null;
|
|
19878
|
+
} | null;
|
|
19879
|
+
valueReference: {
|
|
19880
|
+
reference: string | null;
|
|
19881
|
+
type: any | null;
|
|
19882
|
+
display: string | null;
|
|
19883
|
+
} | null;
|
|
19884
|
+
} | null> | null;
|
|
19885
|
+
} | null;
|
|
19886
|
+
} | null> | null;
|
|
19887
|
+
initial: Array<{
|
|
19888
|
+
valueBoolean: boolean | null;
|
|
19889
|
+
valueDecimal: number | null;
|
|
19890
|
+
valueInteger: number | null;
|
|
19891
|
+
valueDate: any | null;
|
|
19892
|
+
valueDateTime: any | null;
|
|
19893
|
+
valueString: string | null;
|
|
19894
|
+
valueUri: any | null;
|
|
19895
|
+
valueAttachment: {
|
|
19896
|
+
contentType: any | null;
|
|
19897
|
+
data: any | null;
|
|
19898
|
+
url: any | null;
|
|
19899
|
+
title: string | null;
|
|
19900
|
+
} | null;
|
|
19901
|
+
valueCoding: {
|
|
19902
|
+
system: any | null;
|
|
19903
|
+
code: any | null;
|
|
19904
|
+
display: string | null;
|
|
19905
|
+
} | null;
|
|
19906
|
+
valueQuantity: {
|
|
19907
|
+
value: number | null;
|
|
19908
|
+
unit: string | null;
|
|
19909
|
+
code: any | null;
|
|
19910
|
+
comparator: any | null;
|
|
19911
|
+
system: any | null;
|
|
19912
|
+
} | null;
|
|
19913
|
+
valueReference: {
|
|
19914
|
+
reference: string | null;
|
|
19915
|
+
type: any | null;
|
|
19916
|
+
display: string | null;
|
|
19917
|
+
extension: Array<{
|
|
19918
|
+
url: any | null;
|
|
19919
|
+
valueBoolean: boolean | null;
|
|
19920
|
+
valueInteger: number | null;
|
|
19921
|
+
valueString: string | null;
|
|
19922
|
+
valueDateTime: any | null;
|
|
19923
|
+
valueCode: any | null;
|
|
19924
|
+
valueUri: any | null;
|
|
19925
|
+
valueExpression: {
|
|
19926
|
+
description: string | null;
|
|
19927
|
+
name: string | null;
|
|
19928
|
+
language: any | null;
|
|
19929
|
+
expression: string | null;
|
|
19930
|
+
reference: any | null;
|
|
19931
|
+
} | null;
|
|
19932
|
+
valueCodeableConcept: {
|
|
19933
|
+
text: string | null;
|
|
19934
|
+
coding: Array<{
|
|
19935
|
+
system: any | null;
|
|
19936
|
+
code: any | null;
|
|
19937
|
+
display: string | null;
|
|
19938
|
+
} | null> | null;
|
|
19939
|
+
} | null;
|
|
19940
|
+
valueReference: {
|
|
19941
|
+
reference: string | null;
|
|
19942
|
+
type: any | null;
|
|
19943
|
+
display: string | null;
|
|
19944
|
+
} | null;
|
|
19945
|
+
} | null> | null;
|
|
19946
|
+
} | null;
|
|
19947
|
+
} | null> | null;
|
|
19948
|
+
} | null> | null;
|
|
19949
|
+
extension: Array<{
|
|
19950
|
+
url: any | null;
|
|
19951
|
+
valueBoolean: boolean | null;
|
|
19952
|
+
valueInteger: number | null;
|
|
19953
|
+
valueString: string | null;
|
|
19954
|
+
valueDateTime: any | null;
|
|
19955
|
+
valueCode: any | null;
|
|
19956
|
+
valueUri: any | null;
|
|
19957
|
+
valueExpression: {
|
|
19958
|
+
description: string | null;
|
|
19959
|
+
name: string | null;
|
|
19960
|
+
language: any | null;
|
|
19961
|
+
expression: string | null;
|
|
19962
|
+
reference: any | null;
|
|
19963
|
+
} | null;
|
|
19964
|
+
valueCodeableConcept: {
|
|
19965
|
+
text: string | null;
|
|
19966
|
+
coding: Array<{
|
|
19967
|
+
system: any | null;
|
|
19968
|
+
code: any | null;
|
|
19969
|
+
display: string | null;
|
|
19970
|
+
} | null> | null;
|
|
19971
|
+
} | null;
|
|
19972
|
+
valueReference: {
|
|
19973
|
+
reference: string | null;
|
|
19974
|
+
type: any | null;
|
|
19975
|
+
display: string | null;
|
|
19976
|
+
} | null;
|
|
19977
|
+
extension: Array<{
|
|
19978
|
+
url: any | null;
|
|
19979
|
+
valueBoolean: boolean | null;
|
|
19980
|
+
valueInteger: number | null;
|
|
19981
|
+
valueString: string | null;
|
|
19982
|
+
valueDateTime: any | null;
|
|
19983
|
+
valueCode: any | null;
|
|
19984
|
+
valueUri: any | null;
|
|
19985
|
+
valueExpression: {
|
|
19986
|
+
description: string | null;
|
|
19987
|
+
name: string | null;
|
|
19988
|
+
language: any | null;
|
|
19989
|
+
expression: string | null;
|
|
19990
|
+
reference: any | null;
|
|
19991
|
+
} | null;
|
|
19992
|
+
valueCodeableConcept: {
|
|
19993
|
+
text: string | null;
|
|
19994
|
+
coding: Array<{
|
|
19995
|
+
system: any | null;
|
|
19996
|
+
code: any | null;
|
|
19997
|
+
display: string | null;
|
|
19998
|
+
} | null> | null;
|
|
19999
|
+
} | null;
|
|
20000
|
+
valueReference: {
|
|
20001
|
+
reference: string | null;
|
|
20002
|
+
type: any | null;
|
|
20003
|
+
display: string | null;
|
|
20004
|
+
} | null;
|
|
20005
|
+
} | null> | null;
|
|
20006
|
+
} | null> | null;
|
|
20007
|
+
enableWhen: Array<{
|
|
20008
|
+
question: string | null;
|
|
20009
|
+
operator: any | null;
|
|
20010
|
+
answerBoolean: boolean | null;
|
|
20011
|
+
answerDecimal: number | null;
|
|
20012
|
+
answerInteger: number | null;
|
|
20013
|
+
answerDate: any | null;
|
|
20014
|
+
answerDateTime: any | null;
|
|
20015
|
+
answerTime: any | null;
|
|
20016
|
+
answerString: string | null;
|
|
20017
|
+
answerCoding: {
|
|
20018
|
+
system: any | null;
|
|
20019
|
+
code: any | null;
|
|
20020
|
+
display: string | null;
|
|
20021
|
+
} | null;
|
|
20022
|
+
answerQuantity: {
|
|
20023
|
+
value: number | null;
|
|
20024
|
+
unit: string | null;
|
|
20025
|
+
code: any | null;
|
|
20026
|
+
comparator: any | null;
|
|
20027
|
+
system: any | null;
|
|
20028
|
+
} | null;
|
|
20029
|
+
answerReference: {
|
|
20030
|
+
reference: string | null;
|
|
20031
|
+
type: any | null;
|
|
20032
|
+
display: string | null;
|
|
20033
|
+
} | null;
|
|
20034
|
+
} | null> | null;
|
|
20035
|
+
answerOption: Array<{
|
|
20036
|
+
valueInteger: number | null;
|
|
20037
|
+
valueDate: any | null;
|
|
20038
|
+
valueString: string | null;
|
|
20039
|
+
initialSelected: boolean | null;
|
|
20040
|
+
valueCoding: {
|
|
20041
|
+
system: any | null;
|
|
20042
|
+
code: any | null;
|
|
20043
|
+
display: string | null;
|
|
20044
|
+
} | null;
|
|
20045
|
+
valueReference: {
|
|
20046
|
+
reference: string | null;
|
|
20047
|
+
type: any | null;
|
|
20048
|
+
display: string | null;
|
|
20049
|
+
extension: Array<{
|
|
20050
|
+
url: any | null;
|
|
20051
|
+
valueBoolean: boolean | null;
|
|
20052
|
+
valueInteger: number | null;
|
|
20053
|
+
valueString: string | null;
|
|
20054
|
+
valueDateTime: any | null;
|
|
20055
|
+
valueCode: any | null;
|
|
20056
|
+
valueUri: any | null;
|
|
20057
|
+
valueExpression: {
|
|
20058
|
+
description: string | null;
|
|
20059
|
+
name: string | null;
|
|
20060
|
+
language: any | null;
|
|
20061
|
+
expression: string | null;
|
|
20062
|
+
reference: any | null;
|
|
20063
|
+
} | null;
|
|
20064
|
+
valueCodeableConcept: {
|
|
20065
|
+
text: string | null;
|
|
20066
|
+
coding: Array<{
|
|
20067
|
+
system: any | null;
|
|
20068
|
+
code: any | null;
|
|
20069
|
+
display: string | null;
|
|
20070
|
+
} | null> | null;
|
|
20071
|
+
} | null;
|
|
20072
|
+
valueReference: {
|
|
20073
|
+
reference: string | null;
|
|
20074
|
+
type: any | null;
|
|
20075
|
+
display: string | null;
|
|
20076
|
+
} | null;
|
|
20077
|
+
} | null> | null;
|
|
20078
|
+
} | null;
|
|
20079
|
+
} | null> | null;
|
|
20080
|
+
initial: Array<{
|
|
20081
|
+
valueBoolean: boolean | null;
|
|
20082
|
+
valueDecimal: number | null;
|
|
20083
|
+
valueInteger: number | null;
|
|
20084
|
+
valueDate: any | null;
|
|
20085
|
+
valueDateTime: any | null;
|
|
20086
|
+
valueString: string | null;
|
|
20087
|
+
valueUri: any | null;
|
|
20088
|
+
valueAttachment: {
|
|
20089
|
+
contentType: any | null;
|
|
20090
|
+
data: any | null;
|
|
20091
|
+
url: any | null;
|
|
20092
|
+
title: string | null;
|
|
20093
|
+
} | null;
|
|
20094
|
+
valueCoding: {
|
|
20095
|
+
system: any | null;
|
|
20096
|
+
code: any | null;
|
|
20097
|
+
display: string | null;
|
|
20098
|
+
} | null;
|
|
20099
|
+
valueQuantity: {
|
|
20100
|
+
value: number | null;
|
|
20101
|
+
unit: string | null;
|
|
20102
|
+
code: any | null;
|
|
20103
|
+
comparator: any | null;
|
|
20104
|
+
system: any | null;
|
|
20105
|
+
} | null;
|
|
20106
|
+
valueReference: {
|
|
20107
|
+
reference: string | null;
|
|
20108
|
+
type: any | null;
|
|
20109
|
+
display: string | null;
|
|
20110
|
+
extension: Array<{
|
|
20111
|
+
url: any | null;
|
|
20112
|
+
valueBoolean: boolean | null;
|
|
20113
|
+
valueInteger: number | null;
|
|
20114
|
+
valueString: string | null;
|
|
20115
|
+
valueDateTime: any | null;
|
|
20116
|
+
valueCode: any | null;
|
|
20117
|
+
valueUri: any | null;
|
|
20118
|
+
valueExpression: {
|
|
20119
|
+
description: string | null;
|
|
20120
|
+
name: string | null;
|
|
20121
|
+
language: any | null;
|
|
20122
|
+
expression: string | null;
|
|
20123
|
+
reference: any | null;
|
|
20124
|
+
} | null;
|
|
20125
|
+
valueCodeableConcept: {
|
|
20126
|
+
text: string | null;
|
|
20127
|
+
coding: Array<{
|
|
20128
|
+
system: any | null;
|
|
20129
|
+
code: any | null;
|
|
20130
|
+
display: string | null;
|
|
20131
|
+
} | null> | null;
|
|
20132
|
+
} | null;
|
|
20133
|
+
valueReference: {
|
|
20134
|
+
reference: string | null;
|
|
20135
|
+
type: any | null;
|
|
20136
|
+
display: string | null;
|
|
20137
|
+
} | null;
|
|
20138
|
+
} | null> | null;
|
|
20139
|
+
} | null;
|
|
20140
|
+
} | null> | null;
|
|
20141
|
+
} | null> | null;
|
|
20142
|
+
extension: Array<{
|
|
20143
|
+
url: any | null;
|
|
20144
|
+
valueBoolean: boolean | null;
|
|
20145
|
+
valueInteger: number | null;
|
|
20146
|
+
valueString: string | null;
|
|
20147
|
+
valueDateTime: any | null;
|
|
20148
|
+
valueCode: any | null;
|
|
20149
|
+
valueUri: any | null;
|
|
20150
|
+
valueExpression: {
|
|
20151
|
+
description: string | null;
|
|
20152
|
+
name: string | null;
|
|
20153
|
+
language: any | null;
|
|
20154
|
+
expression: string | null;
|
|
20155
|
+
reference: any | null;
|
|
20156
|
+
} | null;
|
|
20157
|
+
valueCodeableConcept: {
|
|
20158
|
+
text: string | null;
|
|
20159
|
+
coding: Array<{
|
|
20160
|
+
system: any | null;
|
|
20161
|
+
code: any | null;
|
|
20162
|
+
display: string | null;
|
|
20163
|
+
} | null> | null;
|
|
20164
|
+
} | null;
|
|
20165
|
+
valueReference: {
|
|
20166
|
+
reference: string | null;
|
|
20167
|
+
type: any | null;
|
|
20168
|
+
display: string | null;
|
|
20169
|
+
} | null;
|
|
20170
|
+
extension: Array<{
|
|
20171
|
+
url: any | null;
|
|
20172
|
+
valueBoolean: boolean | null;
|
|
20173
|
+
valueInteger: number | null;
|
|
20174
|
+
valueString: string | null;
|
|
20175
|
+
valueDateTime: any | null;
|
|
20176
|
+
valueCode: any | null;
|
|
20177
|
+
valueUri: any | null;
|
|
20178
|
+
valueExpression: {
|
|
20179
|
+
description: string | null;
|
|
20180
|
+
name: string | null;
|
|
20181
|
+
language: any | null;
|
|
20182
|
+
expression: string | null;
|
|
20183
|
+
reference: any | null;
|
|
20184
|
+
} | null;
|
|
20185
|
+
valueCodeableConcept: {
|
|
20186
|
+
text: string | null;
|
|
20187
|
+
coding: Array<{
|
|
20188
|
+
system: any | null;
|
|
20189
|
+
code: any | null;
|
|
20190
|
+
display: string | null;
|
|
20191
|
+
} | null> | null;
|
|
20192
|
+
} | null;
|
|
20193
|
+
valueReference: {
|
|
20194
|
+
reference: string | null;
|
|
20195
|
+
type: any | null;
|
|
20196
|
+
display: string | null;
|
|
20197
|
+
} | null;
|
|
20198
|
+
} | null> | null;
|
|
20199
|
+
} | null> | null;
|
|
20200
|
+
enableWhen: Array<{
|
|
20201
|
+
question: string | null;
|
|
20202
|
+
operator: any | null;
|
|
20203
|
+
answerBoolean: boolean | null;
|
|
20204
|
+
answerDecimal: number | null;
|
|
20205
|
+
answerInteger: number | null;
|
|
20206
|
+
answerDate: any | null;
|
|
20207
|
+
answerDateTime: any | null;
|
|
20208
|
+
answerTime: any | null;
|
|
20209
|
+
answerString: string | null;
|
|
20210
|
+
answerCoding: {
|
|
20211
|
+
system: any | null;
|
|
20212
|
+
code: any | null;
|
|
20213
|
+
display: string | null;
|
|
20214
|
+
} | null;
|
|
20215
|
+
answerQuantity: {
|
|
20216
|
+
value: number | null;
|
|
20217
|
+
unit: string | null;
|
|
20218
|
+
code: any | null;
|
|
20219
|
+
comparator: any | null;
|
|
20220
|
+
system: any | null;
|
|
20221
|
+
} | null;
|
|
20222
|
+
answerReference: {
|
|
20223
|
+
reference: string | null;
|
|
20224
|
+
type: any | null;
|
|
20225
|
+
display: string | null;
|
|
20226
|
+
} | null;
|
|
20227
|
+
} | null> | null;
|
|
20228
|
+
answerOption: Array<{
|
|
20229
|
+
valueInteger: number | null;
|
|
20230
|
+
valueDate: any | null;
|
|
20231
|
+
valueString: string | null;
|
|
20232
|
+
initialSelected: boolean | null;
|
|
20233
|
+
valueCoding: {
|
|
20234
|
+
system: any | null;
|
|
20235
|
+
code: any | null;
|
|
20236
|
+
display: string | null;
|
|
20237
|
+
} | null;
|
|
20238
|
+
valueReference: {
|
|
20239
|
+
reference: string | null;
|
|
20240
|
+
type: any | null;
|
|
20241
|
+
display: string | null;
|
|
20242
|
+
extension: Array<{
|
|
20243
|
+
url: any | null;
|
|
20244
|
+
valueBoolean: boolean | null;
|
|
20245
|
+
valueInteger: number | null;
|
|
20246
|
+
valueString: string | null;
|
|
20247
|
+
valueDateTime: any | null;
|
|
20248
|
+
valueCode: any | null;
|
|
20249
|
+
valueUri: any | null;
|
|
20250
|
+
valueExpression: {
|
|
20251
|
+
description: string | null;
|
|
20252
|
+
name: string | null;
|
|
20253
|
+
language: any | null;
|
|
20254
|
+
expression: string | null;
|
|
20255
|
+
reference: any | null;
|
|
20256
|
+
} | null;
|
|
20257
|
+
valueCodeableConcept: {
|
|
20258
|
+
text: string | null;
|
|
20259
|
+
coding: Array<{
|
|
20260
|
+
system: any | null;
|
|
20261
|
+
code: any | null;
|
|
20262
|
+
display: string | null;
|
|
20263
|
+
} | null> | null;
|
|
20264
|
+
} | null;
|
|
20265
|
+
valueReference: {
|
|
20266
|
+
reference: string | null;
|
|
20267
|
+
type: any | null;
|
|
20268
|
+
display: string | null;
|
|
20269
|
+
} | null;
|
|
20270
|
+
} | null> | null;
|
|
20271
|
+
} | null;
|
|
20272
|
+
} | null> | null;
|
|
20273
|
+
initial: Array<{
|
|
20274
|
+
valueBoolean: boolean | null;
|
|
20275
|
+
valueDecimal: number | null;
|
|
20276
|
+
valueInteger: number | null;
|
|
20277
|
+
valueDate: any | null;
|
|
20278
|
+
valueDateTime: any | null;
|
|
20279
|
+
valueString: string | null;
|
|
20280
|
+
valueUri: any | null;
|
|
20281
|
+
valueAttachment: {
|
|
20282
|
+
contentType: any | null;
|
|
20283
|
+
data: any | null;
|
|
20284
|
+
url: any | null;
|
|
20285
|
+
title: string | null;
|
|
20286
|
+
} | null;
|
|
20287
|
+
valueCoding: {
|
|
20288
|
+
system: any | null;
|
|
20289
|
+
code: any | null;
|
|
20290
|
+
display: string | null;
|
|
20291
|
+
} | null;
|
|
20292
|
+
valueQuantity: {
|
|
20293
|
+
value: number | null;
|
|
20294
|
+
unit: string | null;
|
|
20295
|
+
code: any | null;
|
|
20296
|
+
comparator: any | null;
|
|
20297
|
+
system: any | null;
|
|
20298
|
+
} | null;
|
|
20299
|
+
valueReference: {
|
|
20300
|
+
reference: string | null;
|
|
20301
|
+
type: any | null;
|
|
20302
|
+
display: string | null;
|
|
20303
|
+
extension: Array<{
|
|
20304
|
+
url: any | null;
|
|
20305
|
+
valueBoolean: boolean | null;
|
|
20306
|
+
valueInteger: number | null;
|
|
20307
|
+
valueString: string | null;
|
|
20308
|
+
valueDateTime: any | null;
|
|
20309
|
+
valueCode: any | null;
|
|
20310
|
+
valueUri: any | null;
|
|
20311
|
+
valueExpression: {
|
|
20312
|
+
description: string | null;
|
|
20313
|
+
name: string | null;
|
|
20314
|
+
language: any | null;
|
|
20315
|
+
expression: string | null;
|
|
20316
|
+
reference: any | null;
|
|
20317
|
+
} | null;
|
|
20318
|
+
valueCodeableConcept: {
|
|
20319
|
+
text: string | null;
|
|
20320
|
+
coding: Array<{
|
|
20321
|
+
system: any | null;
|
|
20322
|
+
code: any | null;
|
|
20323
|
+
display: string | null;
|
|
20324
|
+
} | null> | null;
|
|
20325
|
+
} | null;
|
|
20326
|
+
valueReference: {
|
|
20327
|
+
reference: string | null;
|
|
20328
|
+
type: any | null;
|
|
20329
|
+
display: string | null;
|
|
20330
|
+
} | null;
|
|
20331
|
+
} | null> | null;
|
|
20332
|
+
} | null;
|
|
20333
|
+
} | null> | null;
|
|
20334
|
+
} | null> | null;
|
|
20335
|
+
} | {} | null> | null;
|
|
20336
|
+
subject: {
|
|
20337
|
+
reference: string | null;
|
|
20338
|
+
type: any | null;
|
|
20339
|
+
display: string | null;
|
|
20340
|
+
} | null;
|
|
20341
|
+
} | null;
|
|
20342
|
+
};
|
|
19426
20343
|
export type ProviderSearchQueryVariables = Types.Exact<{
|
|
19427
20344
|
client: Types.InputMaybe<Array<Types.InputMaybe<Types.Client>> | Types.InputMaybe<Types.Client>>;
|
|
19428
20345
|
searchTerm: Types.InputMaybe<Types.Scalars['String']['input']>;
|