@icanbwell/bwell-sdk-ts 1.38.0 → 1.39.0-rc.1758227328
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/config/sdk-config.d.ts +3 -2
- package/dist/graphql/operations/index.d.ts +25 -20
- package/dist/graphql/operations/index.js +189 -55
- package/dist/graphql/operations/types.d.ts +2004 -230
- package/dist/graphql/schema.d.ts +39 -1
- package/package.json +1 -1
|
@@ -431,6 +431,7 @@ export type ReactionFieldsFragment = {
|
|
|
431
431
|
alias: Array<string | null> | null;
|
|
432
432
|
description: string | null;
|
|
433
433
|
distanceInMiles: number | null;
|
|
434
|
+
status: any | null;
|
|
434
435
|
identifier: Array<{
|
|
435
436
|
id: string | null;
|
|
436
437
|
system: any | null;
|
|
@@ -460,8 +461,10 @@ export type ReactionFieldsFragment = {
|
|
|
460
461
|
lon: number | null;
|
|
461
462
|
} | null;
|
|
462
463
|
telecom: Array<{
|
|
464
|
+
id: string | null;
|
|
463
465
|
system: any | null;
|
|
464
466
|
value: string | null;
|
|
467
|
+
use: any | null;
|
|
465
468
|
rank: number | null;
|
|
466
469
|
} | null> | null;
|
|
467
470
|
type: Array<{
|
|
@@ -472,6 +475,24 @@ export type ReactionFieldsFragment = {
|
|
|
472
475
|
display: string | null;
|
|
473
476
|
} | null> | null;
|
|
474
477
|
} | null> | null;
|
|
478
|
+
managingOrganization: {
|
|
479
|
+
id: string | null;
|
|
480
|
+
reference: string | null;
|
|
481
|
+
display: string | null;
|
|
482
|
+
identifier: {
|
|
483
|
+
id: string | null;
|
|
484
|
+
system: any | null;
|
|
485
|
+
value: string | null;
|
|
486
|
+
type: {
|
|
487
|
+
text: string | null;
|
|
488
|
+
coding: Array<{
|
|
489
|
+
system: any | null;
|
|
490
|
+
code: any | null;
|
|
491
|
+
display: string | null;
|
|
492
|
+
} | null> | null;
|
|
493
|
+
} | null;
|
|
494
|
+
} | null;
|
|
495
|
+
} | null;
|
|
475
496
|
} | null;
|
|
476
497
|
physicalType: {
|
|
477
498
|
text: string | null;
|
|
@@ -570,6 +591,7 @@ export type ReactionFieldsFragment = {
|
|
|
570
591
|
alias: Array<string | null> | null;
|
|
571
592
|
description: string | null;
|
|
572
593
|
distanceInMiles: number | null;
|
|
594
|
+
status: any | null;
|
|
573
595
|
identifier: Array<{
|
|
574
596
|
id: string | null;
|
|
575
597
|
system: any | null;
|
|
@@ -599,8 +621,10 @@ export type ReactionFieldsFragment = {
|
|
|
599
621
|
lon: number | null;
|
|
600
622
|
} | null;
|
|
601
623
|
telecom: Array<{
|
|
624
|
+
id: string | null;
|
|
602
625
|
system: any | null;
|
|
603
626
|
value: string | null;
|
|
627
|
+
use: any | null;
|
|
604
628
|
rank: number | null;
|
|
605
629
|
} | null> | null;
|
|
606
630
|
type: Array<{
|
|
@@ -611,6 +635,24 @@ export type ReactionFieldsFragment = {
|
|
|
611
635
|
display: string | null;
|
|
612
636
|
} | null> | null;
|
|
613
637
|
} | null> | null;
|
|
638
|
+
managingOrganization: {
|
|
639
|
+
id: string | null;
|
|
640
|
+
reference: string | null;
|
|
641
|
+
display: string | null;
|
|
642
|
+
identifier: {
|
|
643
|
+
id: string | null;
|
|
644
|
+
system: any | null;
|
|
645
|
+
value: string | null;
|
|
646
|
+
type: {
|
|
647
|
+
text: string | null;
|
|
648
|
+
coding: Array<{
|
|
649
|
+
system: any | null;
|
|
650
|
+
code: any | null;
|
|
651
|
+
display: string | null;
|
|
652
|
+
} | null> | null;
|
|
653
|
+
} | null;
|
|
654
|
+
} | null;
|
|
655
|
+
} | null;
|
|
614
656
|
} | null;
|
|
615
657
|
serviceProvider: {
|
|
616
658
|
name: string | null;
|
|
@@ -1167,6 +1209,7 @@ export type ObservationFieldsFragment = {
|
|
|
1167
1209
|
alias: Array<string | null> | null;
|
|
1168
1210
|
description: string | null;
|
|
1169
1211
|
distanceInMiles: number | null;
|
|
1212
|
+
status: any | null;
|
|
1170
1213
|
identifier: Array<{
|
|
1171
1214
|
id: string | null;
|
|
1172
1215
|
system: any | null;
|
|
@@ -1196,8 +1239,10 @@ export type ObservationFieldsFragment = {
|
|
|
1196
1239
|
lon: number | null;
|
|
1197
1240
|
} | null;
|
|
1198
1241
|
telecom: Array<{
|
|
1242
|
+
id: string | null;
|
|
1199
1243
|
system: any | null;
|
|
1200
1244
|
value: string | null;
|
|
1245
|
+
use: any | null;
|
|
1201
1246
|
rank: number | null;
|
|
1202
1247
|
} | null> | null;
|
|
1203
1248
|
type: Array<{
|
|
@@ -1208,6 +1253,24 @@ export type ObservationFieldsFragment = {
|
|
|
1208
1253
|
display: string | null;
|
|
1209
1254
|
} | null> | null;
|
|
1210
1255
|
} | null> | null;
|
|
1256
|
+
managingOrganization: {
|
|
1257
|
+
id: string | null;
|
|
1258
|
+
reference: string | null;
|
|
1259
|
+
display: string | null;
|
|
1260
|
+
identifier: {
|
|
1261
|
+
id: string | null;
|
|
1262
|
+
system: any | null;
|
|
1263
|
+
value: string | null;
|
|
1264
|
+
type: {
|
|
1265
|
+
text: string | null;
|
|
1266
|
+
coding: Array<{
|
|
1267
|
+
system: any | null;
|
|
1268
|
+
code: any | null;
|
|
1269
|
+
display: string | null;
|
|
1270
|
+
} | null> | null;
|
|
1271
|
+
} | null;
|
|
1272
|
+
} | null;
|
|
1273
|
+
} | null;
|
|
1211
1274
|
} | null;
|
|
1212
1275
|
physicalType: {
|
|
1213
1276
|
text: string | null;
|
|
@@ -1306,6 +1369,7 @@ export type ObservationFieldsFragment = {
|
|
|
1306
1369
|
alias: Array<string | null> | null;
|
|
1307
1370
|
description: string | null;
|
|
1308
1371
|
distanceInMiles: number | null;
|
|
1372
|
+
status: any | null;
|
|
1309
1373
|
identifier: Array<{
|
|
1310
1374
|
id: string | null;
|
|
1311
1375
|
system: any | null;
|
|
@@ -1335,8 +1399,10 @@ export type ObservationFieldsFragment = {
|
|
|
1335
1399
|
lon: number | null;
|
|
1336
1400
|
} | null;
|
|
1337
1401
|
telecom: Array<{
|
|
1402
|
+
id: string | null;
|
|
1338
1403
|
system: any | null;
|
|
1339
1404
|
value: string | null;
|
|
1405
|
+
use: any | null;
|
|
1340
1406
|
rank: number | null;
|
|
1341
1407
|
} | null> | null;
|
|
1342
1408
|
type: Array<{
|
|
@@ -1347,6 +1413,24 @@ export type ObservationFieldsFragment = {
|
|
|
1347
1413
|
display: string | null;
|
|
1348
1414
|
} | null> | null;
|
|
1349
1415
|
} | null> | null;
|
|
1416
|
+
managingOrganization: {
|
|
1417
|
+
id: string | null;
|
|
1418
|
+
reference: string | null;
|
|
1419
|
+
display: string | null;
|
|
1420
|
+
identifier: {
|
|
1421
|
+
id: string | null;
|
|
1422
|
+
system: any | null;
|
|
1423
|
+
value: string | null;
|
|
1424
|
+
type: {
|
|
1425
|
+
text: string | null;
|
|
1426
|
+
coding: Array<{
|
|
1427
|
+
system: any | null;
|
|
1428
|
+
code: any | null;
|
|
1429
|
+
display: string | null;
|
|
1430
|
+
} | null> | null;
|
|
1431
|
+
} | null;
|
|
1432
|
+
} | null;
|
|
1433
|
+
} | null;
|
|
1350
1434
|
} | null;
|
|
1351
1435
|
serviceProvider: {
|
|
1352
1436
|
name: string | null;
|
|
@@ -1867,6 +1951,7 @@ export type EncounterFieldsFragment = {
|
|
|
1867
1951
|
alias: Array<string | null> | null;
|
|
1868
1952
|
description: string | null;
|
|
1869
1953
|
distanceInMiles: number | null;
|
|
1954
|
+
status: any | null;
|
|
1870
1955
|
identifier: Array<{
|
|
1871
1956
|
id: string | null;
|
|
1872
1957
|
system: any | null;
|
|
@@ -1896,8 +1981,10 @@ export type EncounterFieldsFragment = {
|
|
|
1896
1981
|
lon: number | null;
|
|
1897
1982
|
} | null;
|
|
1898
1983
|
telecom: Array<{
|
|
1984
|
+
id: string | null;
|
|
1899
1985
|
system: any | null;
|
|
1900
1986
|
value: string | null;
|
|
1987
|
+
use: any | null;
|
|
1901
1988
|
rank: number | null;
|
|
1902
1989
|
} | null> | null;
|
|
1903
1990
|
type: Array<{
|
|
@@ -1908,6 +1995,24 @@ export type EncounterFieldsFragment = {
|
|
|
1908
1995
|
display: string | null;
|
|
1909
1996
|
} | null> | null;
|
|
1910
1997
|
} | null> | null;
|
|
1998
|
+
managingOrganization: {
|
|
1999
|
+
id: string | null;
|
|
2000
|
+
reference: string | null;
|
|
2001
|
+
display: string | null;
|
|
2002
|
+
identifier: {
|
|
2003
|
+
id: string | null;
|
|
2004
|
+
system: any | null;
|
|
2005
|
+
value: string | null;
|
|
2006
|
+
type: {
|
|
2007
|
+
text: string | null;
|
|
2008
|
+
coding: Array<{
|
|
2009
|
+
system: any | null;
|
|
2010
|
+
code: any | null;
|
|
2011
|
+
display: string | null;
|
|
2012
|
+
} | null> | null;
|
|
2013
|
+
} | null;
|
|
2014
|
+
} | null;
|
|
2015
|
+
} | null;
|
|
1911
2016
|
} | null;
|
|
1912
2017
|
physicalType: {
|
|
1913
2018
|
text: string | null;
|
|
@@ -2006,6 +2111,7 @@ export type EncounterFieldsFragment = {
|
|
|
2006
2111
|
alias: Array<string | null> | null;
|
|
2007
2112
|
description: string | null;
|
|
2008
2113
|
distanceInMiles: number | null;
|
|
2114
|
+
status: any | null;
|
|
2009
2115
|
identifier: Array<{
|
|
2010
2116
|
id: string | null;
|
|
2011
2117
|
system: any | null;
|
|
@@ -2035,8 +2141,10 @@ export type EncounterFieldsFragment = {
|
|
|
2035
2141
|
lon: number | null;
|
|
2036
2142
|
} | null;
|
|
2037
2143
|
telecom: Array<{
|
|
2144
|
+
id: string | null;
|
|
2038
2145
|
system: any | null;
|
|
2039
2146
|
value: string | null;
|
|
2147
|
+
use: any | null;
|
|
2040
2148
|
rank: number | null;
|
|
2041
2149
|
} | null> | null;
|
|
2042
2150
|
type: Array<{
|
|
@@ -2047,6 +2155,24 @@ export type EncounterFieldsFragment = {
|
|
|
2047
2155
|
display: string | null;
|
|
2048
2156
|
} | null> | null;
|
|
2049
2157
|
} | null> | null;
|
|
2158
|
+
managingOrganization: {
|
|
2159
|
+
id: string | null;
|
|
2160
|
+
reference: string | null;
|
|
2161
|
+
display: string | null;
|
|
2162
|
+
identifier: {
|
|
2163
|
+
id: string | null;
|
|
2164
|
+
system: any | null;
|
|
2165
|
+
value: string | null;
|
|
2166
|
+
type: {
|
|
2167
|
+
text: string | null;
|
|
2168
|
+
coding: Array<{
|
|
2169
|
+
system: any | null;
|
|
2170
|
+
code: any | null;
|
|
2171
|
+
display: string | null;
|
|
2172
|
+
} | null> | null;
|
|
2173
|
+
} | null;
|
|
2174
|
+
} | null;
|
|
2175
|
+
} | null;
|
|
2050
2176
|
} | null;
|
|
2051
2177
|
serviceProvider: {
|
|
2052
2178
|
name: string | null;
|
|
@@ -2213,6 +2339,7 @@ export type LocationFieldsFragment = {
|
|
|
2213
2339
|
alias: Array<string | null> | null;
|
|
2214
2340
|
description: string | null;
|
|
2215
2341
|
distanceInMiles: number | null;
|
|
2342
|
+
status: any | null;
|
|
2216
2343
|
identifier: Array<{
|
|
2217
2344
|
id: string | null;
|
|
2218
2345
|
system: any | null;
|
|
@@ -2242,8 +2369,10 @@ export type LocationFieldsFragment = {
|
|
|
2242
2369
|
lon: number | null;
|
|
2243
2370
|
} | null;
|
|
2244
2371
|
telecom: Array<{
|
|
2372
|
+
id: string | null;
|
|
2245
2373
|
system: any | null;
|
|
2246
2374
|
value: string | null;
|
|
2375
|
+
use: any | null;
|
|
2247
2376
|
rank: number | null;
|
|
2248
2377
|
} | null> | null;
|
|
2249
2378
|
type: Array<{
|
|
@@ -2254,6 +2383,24 @@ export type LocationFieldsFragment = {
|
|
|
2254
2383
|
display: string | null;
|
|
2255
2384
|
} | null> | null;
|
|
2256
2385
|
} | null> | null;
|
|
2386
|
+
managingOrganization: {
|
|
2387
|
+
id: string | null;
|
|
2388
|
+
reference: string | null;
|
|
2389
|
+
display: string | null;
|
|
2390
|
+
identifier: {
|
|
2391
|
+
id: string | null;
|
|
2392
|
+
system: any | null;
|
|
2393
|
+
value: string | null;
|
|
2394
|
+
type: {
|
|
2395
|
+
text: string | null;
|
|
2396
|
+
coding: Array<{
|
|
2397
|
+
system: any | null;
|
|
2398
|
+
code: any | null;
|
|
2399
|
+
display: string | null;
|
|
2400
|
+
} | null> | null;
|
|
2401
|
+
} | null;
|
|
2402
|
+
} | null;
|
|
2403
|
+
} | null;
|
|
2257
2404
|
};
|
|
2258
2405
|
export type AddressFieldsFragment = {
|
|
2259
2406
|
use: any | null;
|
|
@@ -2266,6 +2413,31 @@ export type AddressFieldsFragment = {
|
|
|
2266
2413
|
postalCode: string | null;
|
|
2267
2414
|
country: string | null;
|
|
2268
2415
|
};
|
|
2416
|
+
export type ContactPointFieldsFragment = {
|
|
2417
|
+
id: string | null;
|
|
2418
|
+
system: any | null;
|
|
2419
|
+
value: string | null;
|
|
2420
|
+
use: any | null;
|
|
2421
|
+
rank: number | null;
|
|
2422
|
+
};
|
|
2423
|
+
export type LocationManagingOrganizationReferenceFieldsFragment = {
|
|
2424
|
+
id: string | null;
|
|
2425
|
+
reference: string | null;
|
|
2426
|
+
display: string | null;
|
|
2427
|
+
identifier: {
|
|
2428
|
+
id: string | null;
|
|
2429
|
+
system: any | null;
|
|
2430
|
+
value: string | null;
|
|
2431
|
+
type: {
|
|
2432
|
+
text: string | null;
|
|
2433
|
+
coding: Array<{
|
|
2434
|
+
system: any | null;
|
|
2435
|
+
code: any | null;
|
|
2436
|
+
display: string | null;
|
|
2437
|
+
} | null> | null;
|
|
2438
|
+
} | null;
|
|
2439
|
+
} | null;
|
|
2440
|
+
};
|
|
2269
2441
|
export type ParticipantFieldsFragment = {
|
|
2270
2442
|
individual: {
|
|
2271
2443
|
id: string | null;
|
|
@@ -2923,113 +3095,526 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
2923
3095
|
} | null;
|
|
2924
3096
|
}> | null;
|
|
2925
3097
|
} | {
|
|
2926
|
-
__typename: '
|
|
2927
|
-
|
|
2928
|
-
};
|
|
2929
|
-
export type DocumentReferenceFieldsFragment = {
|
|
2930
|
-
id: string | null;
|
|
2931
|
-
resourceType: string | null;
|
|
2932
|
-
language: string | null;
|
|
2933
|
-
status: string | null;
|
|
2934
|
-
date: any | null;
|
|
2935
|
-
description: string | null;
|
|
2936
|
-
meta: {
|
|
2937
|
-
versionId: string | null;
|
|
2938
|
-
lastUpdated: any | null;
|
|
2939
|
-
source: any | null;
|
|
2940
|
-
security: Array<{
|
|
2941
|
-
system: any | null;
|
|
2942
|
-
code: any | null;
|
|
2943
|
-
display: string | null;
|
|
2944
|
-
} | null> | null;
|
|
2945
|
-
tag: Array<{
|
|
2946
|
-
system: any | null;
|
|
2947
|
-
code: any | null;
|
|
2948
|
-
display: string | null;
|
|
2949
|
-
} | null> | null;
|
|
2950
|
-
} | null;
|
|
2951
|
-
text: {
|
|
2952
|
-
div: string;
|
|
2953
|
-
status: string | null;
|
|
2954
|
-
} | null;
|
|
2955
|
-
identifier: Array<{
|
|
3098
|
+
__typename: 'PractitionerRole';
|
|
3099
|
+
resourceType: string | null;
|
|
2956
3100
|
id: string | null;
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
3101
|
+
active: boolean | null;
|
|
3102
|
+
identifier: Array<{
|
|
3103
|
+
id: string | null;
|
|
3104
|
+
system: any | null;
|
|
3105
|
+
value: string | null;
|
|
3106
|
+
type: {
|
|
3107
|
+
text: string | null;
|
|
3108
|
+
coding: Array<{
|
|
3109
|
+
system: any | null;
|
|
3110
|
+
code: any | null;
|
|
3111
|
+
display: string | null;
|
|
3112
|
+
} | null> | null;
|
|
3113
|
+
} | null;
|
|
3114
|
+
}> | null;
|
|
3115
|
+
practitioner: {
|
|
3116
|
+
id: string | null;
|
|
3117
|
+
name: Array<{
|
|
3118
|
+
text: string | null;
|
|
3119
|
+
family: string | null;
|
|
3120
|
+
given: Array<string | null> | null;
|
|
3121
|
+
prefix: Array<string | null> | null;
|
|
3122
|
+
suffix: Array<string | null> | null;
|
|
2965
3123
|
} | null> | null;
|
|
3124
|
+
identifier: Array<{
|
|
3125
|
+
id: string | null;
|
|
3126
|
+
system: any | null;
|
|
3127
|
+
value: string | null;
|
|
3128
|
+
type: {
|
|
3129
|
+
text: string | null;
|
|
3130
|
+
coding: Array<{
|
|
3131
|
+
system: any | null;
|
|
3132
|
+
code: any | null;
|
|
3133
|
+
display: string | null;
|
|
3134
|
+
} | null> | null;
|
|
3135
|
+
} | null;
|
|
3136
|
+
}> | null;
|
|
2966
3137
|
} | null;
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
3138
|
+
organization: {
|
|
3139
|
+
resourceType: string | null;
|
|
3140
|
+
name: string | null;
|
|
3141
|
+
active: boolean | null;
|
|
3142
|
+
identifier: Array<{
|
|
3143
|
+
id: string | null;
|
|
3144
|
+
system: any | null;
|
|
3145
|
+
value: string | null;
|
|
3146
|
+
type: {
|
|
3147
|
+
text: string | null;
|
|
3148
|
+
coding: Array<{
|
|
3149
|
+
system: any | null;
|
|
3150
|
+
code: any | null;
|
|
3151
|
+
display: string | null;
|
|
3152
|
+
} | null> | null;
|
|
3153
|
+
} | null;
|
|
3154
|
+
}> | null;
|
|
3155
|
+
endpoint: Array<{
|
|
3156
|
+
name: string | null;
|
|
3157
|
+
status: Types.EndpointStatus | null;
|
|
3158
|
+
address: string | null;
|
|
3159
|
+
identifier: Array<{
|
|
3160
|
+
id: string | null;
|
|
3161
|
+
system: any | null;
|
|
3162
|
+
value: string | null;
|
|
3163
|
+
type: {
|
|
3164
|
+
text: string | null;
|
|
3165
|
+
coding: Array<{
|
|
3166
|
+
system: any | null;
|
|
3167
|
+
code: any | null;
|
|
3168
|
+
display: string | null;
|
|
3169
|
+
} | null> | null;
|
|
3170
|
+
} | null;
|
|
3171
|
+
} | null> | null;
|
|
3172
|
+
connectionType: {
|
|
3173
|
+
system: any | null;
|
|
3174
|
+
code: any | null;
|
|
3175
|
+
display: string | null;
|
|
3176
|
+
} | null;
|
|
3177
|
+
} | null> | null;
|
|
3178
|
+
telecom: Array<{
|
|
3179
|
+
id: string | null;
|
|
3180
|
+
system: any | null;
|
|
3181
|
+
value: string | null;
|
|
3182
|
+
use: any | null;
|
|
3183
|
+
rank: number | null;
|
|
3184
|
+
}> | null;
|
|
3185
|
+
address: Array<{
|
|
3186
|
+
use: any | null;
|
|
3187
|
+
type: any | null;
|
|
3188
|
+
text: string | null;
|
|
3189
|
+
line: Array<string | null> | null;
|
|
3190
|
+
city: string | null;
|
|
3191
|
+
district: string | null;
|
|
3192
|
+
state: string | null;
|
|
3193
|
+
postalCode: string | null;
|
|
3194
|
+
country: string | null;
|
|
3195
|
+
}> | null;
|
|
3196
|
+
type: Array<{
|
|
3197
|
+
text: string | null;
|
|
3198
|
+
coding: Array<{
|
|
3199
|
+
system: any | null;
|
|
3200
|
+
code: any | null;
|
|
3201
|
+
display: string | null;
|
|
3202
|
+
} | null> | null;
|
|
3203
|
+
}> | null;
|
|
2998
3204
|
} | null;
|
|
2999
|
-
|
|
3205
|
+
code: Array<{
|
|
3206
|
+
text: string | null;
|
|
3207
|
+
coding: Array<{
|
|
3208
|
+
system: any | null;
|
|
3209
|
+
code: any | null;
|
|
3210
|
+
display: string | null;
|
|
3211
|
+
} | null> | null;
|
|
3212
|
+
}> | null;
|
|
3213
|
+
specialty: Array<{
|
|
3214
|
+
text: string | null;
|
|
3215
|
+
coding: Array<{
|
|
3216
|
+
system: any | null;
|
|
3217
|
+
code: any | null;
|
|
3218
|
+
display: string | null;
|
|
3219
|
+
} | null> | null;
|
|
3220
|
+
}> | null;
|
|
3221
|
+
location: {
|
|
3222
|
+
name: string | null;
|
|
3223
|
+
alias: Array<string | null> | null;
|
|
3224
|
+
description: string | null;
|
|
3225
|
+
distanceInMiles: number | null;
|
|
3226
|
+
status: any | null;
|
|
3227
|
+
identifier: Array<{
|
|
3228
|
+
id: string | null;
|
|
3229
|
+
system: any | null;
|
|
3230
|
+
value: string | null;
|
|
3231
|
+
type: {
|
|
3232
|
+
text: string | null;
|
|
3233
|
+
coding: Array<{
|
|
3234
|
+
system: any | null;
|
|
3235
|
+
code: any | null;
|
|
3236
|
+
display: string | null;
|
|
3237
|
+
} | null> | null;
|
|
3238
|
+
} | null;
|
|
3239
|
+
} | null> | null;
|
|
3240
|
+
address: {
|
|
3241
|
+
use: any | null;
|
|
3242
|
+
type: any | null;
|
|
3243
|
+
text: string | null;
|
|
3244
|
+
line: Array<string | null> | null;
|
|
3245
|
+
city: string | null;
|
|
3246
|
+
district: string | null;
|
|
3247
|
+
state: string | null;
|
|
3248
|
+
postalCode: string | null;
|
|
3249
|
+
country: string | null;
|
|
3250
|
+
} | null;
|
|
3251
|
+
position: {
|
|
3252
|
+
lat: number | null;
|
|
3253
|
+
lon: number | null;
|
|
3254
|
+
} | null;
|
|
3255
|
+
telecom: Array<{
|
|
3256
|
+
id: string | null;
|
|
3257
|
+
system: any | null;
|
|
3258
|
+
value: string | null;
|
|
3259
|
+
use: any | null;
|
|
3260
|
+
rank: number | null;
|
|
3261
|
+
} | null> | null;
|
|
3262
|
+
type: Array<{
|
|
3263
|
+
text: string | null;
|
|
3264
|
+
coding: Array<{
|
|
3265
|
+
system: any | null;
|
|
3266
|
+
code: any | null;
|
|
3267
|
+
display: string | null;
|
|
3268
|
+
} | null> | null;
|
|
3269
|
+
} | null> | null;
|
|
3270
|
+
managingOrganization: {
|
|
3271
|
+
id: string | null;
|
|
3272
|
+
reference: string | null;
|
|
3273
|
+
display: string | null;
|
|
3274
|
+
identifier: {
|
|
3275
|
+
id: string | null;
|
|
3276
|
+
system: any | null;
|
|
3277
|
+
value: string | null;
|
|
3278
|
+
type: {
|
|
3279
|
+
text: string | null;
|
|
3280
|
+
coding: Array<{
|
|
3281
|
+
system: any | null;
|
|
3282
|
+
code: any | null;
|
|
3283
|
+
display: string | null;
|
|
3284
|
+
} | null> | null;
|
|
3285
|
+
} | null;
|
|
3286
|
+
} | null;
|
|
3287
|
+
} | null;
|
|
3288
|
+
} | null;
|
|
3289
|
+
endpoint: Array<{
|
|
3290
|
+
name: string | null;
|
|
3291
|
+
status: Types.EndpointStatus | null;
|
|
3292
|
+
address: string | null;
|
|
3293
|
+
identifier: Array<{
|
|
3294
|
+
id: string | null;
|
|
3295
|
+
system: any | null;
|
|
3296
|
+
value: string | null;
|
|
3297
|
+
type: {
|
|
3298
|
+
text: string | null;
|
|
3299
|
+
coding: Array<{
|
|
3300
|
+
system: any | null;
|
|
3301
|
+
code: any | null;
|
|
3302
|
+
display: string | null;
|
|
3303
|
+
} | null> | null;
|
|
3304
|
+
} | null;
|
|
3305
|
+
} | null> | null;
|
|
3306
|
+
connectionType: {
|
|
3307
|
+
system: any | null;
|
|
3308
|
+
code: any | null;
|
|
3309
|
+
display: string | null;
|
|
3310
|
+
} | null;
|
|
3311
|
+
} | null> | null;
|
|
3312
|
+
telecom: Array<{
|
|
3313
|
+
id: string | null;
|
|
3314
|
+
system: any | null;
|
|
3315
|
+
value: string | null;
|
|
3316
|
+
use: any | null;
|
|
3317
|
+
rank: number | null;
|
|
3318
|
+
}> | null;
|
|
3319
|
+
period: {
|
|
3320
|
+
start: any | null;
|
|
3321
|
+
end: any | null;
|
|
3322
|
+
} | null;
|
|
3323
|
+
} | {
|
|
3324
|
+
__typename: 'RelatedPerson';
|
|
3325
|
+
resourceType: string | null;
|
|
3326
|
+
id: string | null;
|
|
3327
|
+
active: boolean | null;
|
|
3328
|
+
name: Array<{
|
|
3329
|
+
text: string | null;
|
|
3330
|
+
family: string | null;
|
|
3331
|
+
given: Array<string | null> | null;
|
|
3332
|
+
prefix: Array<string | null> | null;
|
|
3333
|
+
suffix: Array<string | null> | null;
|
|
3334
|
+
} | null> | null;
|
|
3335
|
+
identifier: Array<{
|
|
3336
|
+
id: string | null;
|
|
3337
|
+
system: any | null;
|
|
3338
|
+
value: string | null;
|
|
3339
|
+
type: {
|
|
3340
|
+
text: string | null;
|
|
3341
|
+
coding: Array<{
|
|
3342
|
+
system: any | null;
|
|
3343
|
+
code: any | null;
|
|
3344
|
+
display: string | null;
|
|
3345
|
+
} | null> | null;
|
|
3346
|
+
} | null;
|
|
3347
|
+
}> | null;
|
|
3348
|
+
telecom: Array<{
|
|
3349
|
+
id: string | null;
|
|
3350
|
+
system: any | null;
|
|
3351
|
+
value: string | null;
|
|
3352
|
+
use: any | null;
|
|
3353
|
+
rank: number | null;
|
|
3354
|
+
}> | null;
|
|
3355
|
+
address: Array<{
|
|
3356
|
+
use: any | null;
|
|
3357
|
+
type: any | null;
|
|
3358
|
+
text: string | null;
|
|
3359
|
+
line: Array<string | null> | null;
|
|
3360
|
+
city: string | null;
|
|
3361
|
+
district: string | null;
|
|
3362
|
+
state: string | null;
|
|
3363
|
+
postalCode: string | null;
|
|
3364
|
+
country: string | null;
|
|
3365
|
+
}> | null;
|
|
3366
|
+
relationship: Array<{
|
|
3367
|
+
text: string | null;
|
|
3368
|
+
coding: Array<{
|
|
3369
|
+
system: any | null;
|
|
3370
|
+
code: any | null;
|
|
3371
|
+
display: string | null;
|
|
3372
|
+
} | null> | null;
|
|
3373
|
+
}> | null;
|
|
3374
|
+
patient: {
|
|
3375
|
+
id: string;
|
|
3376
|
+
name: Array<{
|
|
3377
|
+
text: string | null;
|
|
3378
|
+
family: string | null;
|
|
3379
|
+
given: Array<string | null> | null;
|
|
3380
|
+
prefix: Array<string | null> | null;
|
|
3381
|
+
suffix: Array<string | null> | null;
|
|
3382
|
+
} | null> | null;
|
|
3383
|
+
} | null;
|
|
3384
|
+
} | {
|
|
3385
|
+
__typename: 'ResourceReference';
|
|
3386
|
+
} | null;
|
|
3387
|
+
};
|
|
3388
|
+
export type PractitionerRoleFieldsFragment = {
|
|
3389
|
+
resourceType: string | null;
|
|
3390
|
+
id: string | null;
|
|
3391
|
+
active: boolean | null;
|
|
3392
|
+
identifier: Array<{
|
|
3393
|
+
id: string | null;
|
|
3394
|
+
system: any | null;
|
|
3395
|
+
value: string | null;
|
|
3396
|
+
type: {
|
|
3397
|
+
text: string | null;
|
|
3398
|
+
coding: Array<{
|
|
3399
|
+
system: any | null;
|
|
3400
|
+
code: any | null;
|
|
3401
|
+
display: string | null;
|
|
3402
|
+
} | null> | null;
|
|
3403
|
+
} | null;
|
|
3404
|
+
}> | null;
|
|
3405
|
+
practitioner: {
|
|
3406
|
+
id: string | null;
|
|
3407
|
+
name: Array<{
|
|
3408
|
+
text: string | null;
|
|
3409
|
+
family: string | null;
|
|
3410
|
+
given: Array<string | null> | null;
|
|
3411
|
+
prefix: Array<string | null> | null;
|
|
3412
|
+
suffix: Array<string | null> | null;
|
|
3413
|
+
} | null> | null;
|
|
3414
|
+
identifier: Array<{
|
|
3415
|
+
id: string | null;
|
|
3416
|
+
system: any | null;
|
|
3417
|
+
value: string | null;
|
|
3418
|
+
type: {
|
|
3419
|
+
text: string | null;
|
|
3420
|
+
coding: Array<{
|
|
3421
|
+
system: any | null;
|
|
3422
|
+
code: any | null;
|
|
3423
|
+
display: string | null;
|
|
3424
|
+
} | null> | null;
|
|
3425
|
+
} | null;
|
|
3426
|
+
}> | null;
|
|
3427
|
+
} | null;
|
|
3428
|
+
organization: {
|
|
3429
|
+
resourceType: string | null;
|
|
3430
|
+
name: string | null;
|
|
3431
|
+
active: boolean | null;
|
|
3432
|
+
identifier: Array<{
|
|
3433
|
+
id: string | null;
|
|
3434
|
+
system: any | null;
|
|
3435
|
+
value: string | null;
|
|
3436
|
+
type: {
|
|
3437
|
+
text: string | null;
|
|
3438
|
+
coding: Array<{
|
|
3439
|
+
system: any | null;
|
|
3440
|
+
code: any | null;
|
|
3441
|
+
display: string | null;
|
|
3442
|
+
} | null> | null;
|
|
3443
|
+
} | null;
|
|
3444
|
+
}> | null;
|
|
3445
|
+
endpoint: Array<{
|
|
3446
|
+
name: string | null;
|
|
3447
|
+
status: Types.EndpointStatus | null;
|
|
3448
|
+
address: string | null;
|
|
3449
|
+
identifier: Array<{
|
|
3450
|
+
id: string | null;
|
|
3451
|
+
system: any | null;
|
|
3452
|
+
value: string | null;
|
|
3453
|
+
type: {
|
|
3454
|
+
text: string | null;
|
|
3455
|
+
coding: Array<{
|
|
3456
|
+
system: any | null;
|
|
3457
|
+
code: any | null;
|
|
3458
|
+
display: string | null;
|
|
3459
|
+
} | null> | null;
|
|
3460
|
+
} | null;
|
|
3461
|
+
} | null> | null;
|
|
3462
|
+
connectionType: {
|
|
3463
|
+
system: any | null;
|
|
3464
|
+
code: any | null;
|
|
3465
|
+
display: string | null;
|
|
3466
|
+
} | null;
|
|
3467
|
+
} | null> | null;
|
|
3468
|
+
telecom: Array<{
|
|
3469
|
+
id: string | null;
|
|
3470
|
+
system: any | null;
|
|
3471
|
+
value: string | null;
|
|
3472
|
+
use: any | null;
|
|
3473
|
+
rank: number | null;
|
|
3474
|
+
}> | null;
|
|
3475
|
+
address: Array<{
|
|
3476
|
+
use: any | null;
|
|
3477
|
+
type: any | null;
|
|
3478
|
+
text: string | null;
|
|
3479
|
+
line: Array<string | null> | null;
|
|
3480
|
+
city: string | null;
|
|
3481
|
+
district: string | null;
|
|
3482
|
+
state: string | null;
|
|
3483
|
+
postalCode: string | null;
|
|
3484
|
+
country: string | null;
|
|
3485
|
+
}> | null;
|
|
3486
|
+
type: Array<{
|
|
3487
|
+
text: string | null;
|
|
3488
|
+
coding: Array<{
|
|
3489
|
+
system: any | null;
|
|
3490
|
+
code: any | null;
|
|
3491
|
+
display: string | null;
|
|
3492
|
+
} | null> | null;
|
|
3493
|
+
}> | null;
|
|
3494
|
+
} | null;
|
|
3495
|
+
code: Array<{
|
|
3496
|
+
text: string | null;
|
|
3497
|
+
coding: Array<{
|
|
3498
|
+
system: any | null;
|
|
3499
|
+
code: any | null;
|
|
3500
|
+
display: string | null;
|
|
3501
|
+
} | null> | null;
|
|
3502
|
+
}> | null;
|
|
3503
|
+
specialty: Array<{
|
|
3504
|
+
text: string | null;
|
|
3505
|
+
coding: Array<{
|
|
3000
3506
|
system: any | null;
|
|
3001
3507
|
code: any | null;
|
|
3002
3508
|
display: string | null;
|
|
3509
|
+
} | null> | null;
|
|
3510
|
+
}> | null;
|
|
3511
|
+
location: {
|
|
3512
|
+
name: string | null;
|
|
3513
|
+
alias: Array<string | null> | null;
|
|
3514
|
+
description: string | null;
|
|
3515
|
+
distanceInMiles: number | null;
|
|
3516
|
+
status: any | null;
|
|
3517
|
+
identifier: Array<{
|
|
3518
|
+
id: string | null;
|
|
3519
|
+
system: any | null;
|
|
3520
|
+
value: string | null;
|
|
3521
|
+
type: {
|
|
3522
|
+
text: string | null;
|
|
3523
|
+
coding: Array<{
|
|
3524
|
+
system: any | null;
|
|
3525
|
+
code: any | null;
|
|
3526
|
+
display: string | null;
|
|
3527
|
+
} | null> | null;
|
|
3528
|
+
} | null;
|
|
3529
|
+
} | null> | null;
|
|
3530
|
+
address: {
|
|
3531
|
+
use: any | null;
|
|
3532
|
+
type: any | null;
|
|
3533
|
+
text: string | null;
|
|
3534
|
+
line: Array<string | null> | null;
|
|
3535
|
+
city: string | null;
|
|
3536
|
+
district: string | null;
|
|
3537
|
+
state: string | null;
|
|
3538
|
+
postalCode: string | null;
|
|
3539
|
+
country: string | null;
|
|
3003
3540
|
} | null;
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3541
|
+
position: {
|
|
3542
|
+
lat: number | null;
|
|
3543
|
+
lon: number | null;
|
|
3544
|
+
} | null;
|
|
3545
|
+
telecom: Array<{
|
|
3546
|
+
id: string | null;
|
|
3547
|
+
system: any | null;
|
|
3548
|
+
value: string | null;
|
|
3549
|
+
use: any | null;
|
|
3550
|
+
rank: number | null;
|
|
3551
|
+
} | null> | null;
|
|
3552
|
+
type: Array<{
|
|
3553
|
+
text: string | null;
|
|
3554
|
+
coding: Array<{
|
|
3555
|
+
system: any | null;
|
|
3556
|
+
code: any | null;
|
|
3557
|
+
display: string | null;
|
|
3558
|
+
} | null> | null;
|
|
3559
|
+
} | null> | null;
|
|
3560
|
+
managingOrganization: {
|
|
3561
|
+
id: string | null;
|
|
3007
3562
|
reference: string | null;
|
|
3008
3563
|
display: string | null;
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3564
|
+
identifier: {
|
|
3565
|
+
id: string | null;
|
|
3566
|
+
system: any | null;
|
|
3567
|
+
value: string | null;
|
|
3568
|
+
type: {
|
|
3569
|
+
text: string | null;
|
|
3570
|
+
coding: Array<{
|
|
3571
|
+
system: any | null;
|
|
3572
|
+
code: any | null;
|
|
3573
|
+
display: string | null;
|
|
3574
|
+
} | null> | null;
|
|
3575
|
+
} | null;
|
|
3576
|
+
} | null;
|
|
3013
3577
|
} | null;
|
|
3014
3578
|
} | null;
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3579
|
+
endpoint: Array<{
|
|
3580
|
+
name: string | null;
|
|
3581
|
+
status: Types.EndpointStatus | null;
|
|
3582
|
+
address: string | null;
|
|
3583
|
+
identifier: Array<{
|
|
3584
|
+
id: string | null;
|
|
3585
|
+
system: any | null;
|
|
3586
|
+
value: string | null;
|
|
3587
|
+
type: {
|
|
3588
|
+
text: string | null;
|
|
3589
|
+
coding: Array<{
|
|
3590
|
+
system: any | null;
|
|
3591
|
+
code: any | null;
|
|
3592
|
+
display: string | null;
|
|
3593
|
+
} | null> | null;
|
|
3594
|
+
} | null;
|
|
3595
|
+
} | null> | null;
|
|
3596
|
+
connectionType: {
|
|
3597
|
+
system: any | null;
|
|
3598
|
+
code: any | null;
|
|
3599
|
+
display: string | null;
|
|
3600
|
+
} | null;
|
|
3020
3601
|
} | null> | null;
|
|
3602
|
+
telecom: Array<{
|
|
3603
|
+
id: string | null;
|
|
3604
|
+
system: any | null;
|
|
3605
|
+
value: string | null;
|
|
3606
|
+
use: any | null;
|
|
3607
|
+
rank: number | null;
|
|
3608
|
+
}> | null;
|
|
3021
3609
|
period: {
|
|
3022
3610
|
start: any | null;
|
|
3023
3611
|
end: any | null;
|
|
3024
3612
|
} | null;
|
|
3025
3613
|
};
|
|
3026
|
-
export type ProtocolAppliedFieldsFragment = {
|
|
3027
|
-
doseNumberString: string | null;
|
|
3028
|
-
doseNumberPositiveInt: number | null;
|
|
3029
|
-
};
|
|
3030
3614
|
export type OrganizationFieldsFragment = {
|
|
3031
3615
|
resourceType: string | null;
|
|
3032
3616
|
name: string | null;
|
|
3617
|
+
active: boolean | null;
|
|
3033
3618
|
identifier: Array<{
|
|
3034
3619
|
id: string | null;
|
|
3035
3620
|
system: any | null;
|
|
@@ -3067,8 +3652,10 @@ export type OrganizationFieldsFragment = {
|
|
|
3067
3652
|
} | null;
|
|
3068
3653
|
} | null> | null;
|
|
3069
3654
|
telecom: Array<{
|
|
3655
|
+
id: string | null;
|
|
3070
3656
|
system: any | null;
|
|
3071
3657
|
value: string | null;
|
|
3658
|
+
use: any | null;
|
|
3072
3659
|
rank: number | null;
|
|
3073
3660
|
}> | null;
|
|
3074
3661
|
address: Array<{
|
|
@@ -3082,6 +3669,14 @@ export type OrganizationFieldsFragment = {
|
|
|
3082
3669
|
postalCode: string | null;
|
|
3083
3670
|
country: string | null;
|
|
3084
3671
|
}> | null;
|
|
3672
|
+
type: Array<{
|
|
3673
|
+
text: string | null;
|
|
3674
|
+
coding: Array<{
|
|
3675
|
+
system: any | null;
|
|
3676
|
+
code: any | null;
|
|
3677
|
+
display: string | null;
|
|
3678
|
+
} | null> | null;
|
|
3679
|
+
}> | null;
|
|
3085
3680
|
};
|
|
3086
3681
|
export type EndpointFieldsFragment = {
|
|
3087
3682
|
name: string | null;
|
|
@@ -3100,12 +3695,184 @@ export type EndpointFieldsFragment = {
|
|
|
3100
3695
|
} | null> | null;
|
|
3101
3696
|
} | null;
|
|
3102
3697
|
} | null> | null;
|
|
3103
|
-
connectionType: {
|
|
3104
|
-
system: any | null;
|
|
3105
|
-
code: any | null;
|
|
3698
|
+
connectionType: {
|
|
3699
|
+
system: any | null;
|
|
3700
|
+
code: any | null;
|
|
3701
|
+
display: string | null;
|
|
3702
|
+
} | null;
|
|
3703
|
+
};
|
|
3704
|
+
export type RelatedPersonFieldsFragment = {
|
|
3705
|
+
resourceType: string | null;
|
|
3706
|
+
id: string | null;
|
|
3707
|
+
active: boolean | null;
|
|
3708
|
+
name: Array<{
|
|
3709
|
+
text: string | null;
|
|
3710
|
+
family: string | null;
|
|
3711
|
+
given: Array<string | null> | null;
|
|
3712
|
+
prefix: Array<string | null> | null;
|
|
3713
|
+
suffix: Array<string | null> | null;
|
|
3714
|
+
} | null> | null;
|
|
3715
|
+
identifier: Array<{
|
|
3716
|
+
id: string | null;
|
|
3717
|
+
system: any | null;
|
|
3718
|
+
value: string | null;
|
|
3719
|
+
type: {
|
|
3720
|
+
text: string | null;
|
|
3721
|
+
coding: Array<{
|
|
3722
|
+
system: any | null;
|
|
3723
|
+
code: any | null;
|
|
3724
|
+
display: string | null;
|
|
3725
|
+
} | null> | null;
|
|
3726
|
+
} | null;
|
|
3727
|
+
}> | null;
|
|
3728
|
+
telecom: Array<{
|
|
3729
|
+
id: string | null;
|
|
3730
|
+
system: any | null;
|
|
3731
|
+
value: string | null;
|
|
3732
|
+
use: any | null;
|
|
3733
|
+
rank: number | null;
|
|
3734
|
+
}> | null;
|
|
3735
|
+
address: Array<{
|
|
3736
|
+
use: any | null;
|
|
3737
|
+
type: any | null;
|
|
3738
|
+
text: string | null;
|
|
3739
|
+
line: Array<string | null> | null;
|
|
3740
|
+
city: string | null;
|
|
3741
|
+
district: string | null;
|
|
3742
|
+
state: string | null;
|
|
3743
|
+
postalCode: string | null;
|
|
3744
|
+
country: string | null;
|
|
3745
|
+
}> | null;
|
|
3746
|
+
relationship: Array<{
|
|
3747
|
+
text: string | null;
|
|
3748
|
+
coding: Array<{
|
|
3749
|
+
system: any | null;
|
|
3750
|
+
code: any | null;
|
|
3751
|
+
display: string | null;
|
|
3752
|
+
} | null> | null;
|
|
3753
|
+
}> | null;
|
|
3754
|
+
patient: {
|
|
3755
|
+
id: string;
|
|
3756
|
+
name: Array<{
|
|
3757
|
+
text: string | null;
|
|
3758
|
+
family: string | null;
|
|
3759
|
+
given: Array<string | null> | null;
|
|
3760
|
+
prefix: Array<string | null> | null;
|
|
3761
|
+
suffix: Array<string | null> | null;
|
|
3762
|
+
} | null> | null;
|
|
3763
|
+
} | null;
|
|
3764
|
+
};
|
|
3765
|
+
export type PatientFieldsFragment = {
|
|
3766
|
+
id: string;
|
|
3767
|
+
name: Array<{
|
|
3768
|
+
text: string | null;
|
|
3769
|
+
family: string | null;
|
|
3770
|
+
given: Array<string | null> | null;
|
|
3771
|
+
prefix: Array<string | null> | null;
|
|
3772
|
+
suffix: Array<string | null> | null;
|
|
3773
|
+
} | null> | null;
|
|
3774
|
+
};
|
|
3775
|
+
export type DocumentReferenceFieldsFragment = {
|
|
3776
|
+
id: string | null;
|
|
3777
|
+
resourceType: string | null;
|
|
3778
|
+
language: string | null;
|
|
3779
|
+
status: string | null;
|
|
3780
|
+
date: any | null;
|
|
3781
|
+
description: string | null;
|
|
3782
|
+
meta: {
|
|
3783
|
+
versionId: string | null;
|
|
3784
|
+
lastUpdated: any | null;
|
|
3785
|
+
source: any | null;
|
|
3786
|
+
security: Array<{
|
|
3787
|
+
system: any | null;
|
|
3788
|
+
code: any | null;
|
|
3789
|
+
display: string | null;
|
|
3790
|
+
} | null> | null;
|
|
3791
|
+
tag: Array<{
|
|
3792
|
+
system: any | null;
|
|
3793
|
+
code: any | null;
|
|
3794
|
+
display: string | null;
|
|
3795
|
+
} | null> | null;
|
|
3796
|
+
} | null;
|
|
3797
|
+
text: {
|
|
3798
|
+
div: string;
|
|
3799
|
+
status: string | null;
|
|
3800
|
+
} | null;
|
|
3801
|
+
identifier: Array<{
|
|
3802
|
+
id: string | null;
|
|
3803
|
+
system: any | null;
|
|
3804
|
+
value: string | null;
|
|
3805
|
+
type: {
|
|
3806
|
+
text: string | null;
|
|
3807
|
+
coding: Array<{
|
|
3808
|
+
system: any | null;
|
|
3809
|
+
code: any | null;
|
|
3810
|
+
display: string | null;
|
|
3811
|
+
} | null> | null;
|
|
3812
|
+
} | null;
|
|
3813
|
+
} | null> | null;
|
|
3814
|
+
subject: {
|
|
3815
|
+
reference: string | null;
|
|
3816
|
+
display: string | null;
|
|
3817
|
+
} | null;
|
|
3818
|
+
type: {
|
|
3819
|
+
text: string | null;
|
|
3820
|
+
coding: Array<{
|
|
3821
|
+
system: any | null;
|
|
3822
|
+
code: any | null;
|
|
3823
|
+
display: string | null;
|
|
3824
|
+
} | null> | null;
|
|
3825
|
+
} | null;
|
|
3826
|
+
category: Array<{
|
|
3827
|
+
text: string | null;
|
|
3828
|
+
coding: Array<{
|
|
3829
|
+
system: any | null;
|
|
3830
|
+
code: any | null;
|
|
3831
|
+
display: string | null;
|
|
3832
|
+
} | null> | null;
|
|
3833
|
+
} | null> | null;
|
|
3834
|
+
author: Array<{
|
|
3835
|
+
reference: string | null;
|
|
3836
|
+
display: string | null;
|
|
3837
|
+
} | null> | null;
|
|
3838
|
+
content: Array<{
|
|
3839
|
+
attachment: {
|
|
3840
|
+
contentType: string | null;
|
|
3841
|
+
data: string | null;
|
|
3842
|
+
url: string | null;
|
|
3843
|
+
title: string | null;
|
|
3844
|
+
} | null;
|
|
3845
|
+
format: {
|
|
3846
|
+
system: any | null;
|
|
3847
|
+
code: any | null;
|
|
3848
|
+
display: string | null;
|
|
3849
|
+
} | null;
|
|
3850
|
+
} | null> | null;
|
|
3851
|
+
context: {
|
|
3852
|
+
encounter: Array<{
|
|
3853
|
+
reference: string | null;
|
|
3854
|
+
display: string | null;
|
|
3855
|
+
} | null> | null;
|
|
3856
|
+
period: {
|
|
3857
|
+
start: any | null;
|
|
3858
|
+
end: any | null;
|
|
3859
|
+
} | null;
|
|
3860
|
+
} | null;
|
|
3861
|
+
};
|
|
3862
|
+
export type DocumentReferenceContextFieldsFragment = {
|
|
3863
|
+
encounter: Array<{
|
|
3864
|
+
reference: string | null;
|
|
3106
3865
|
display: string | null;
|
|
3866
|
+
} | null> | null;
|
|
3867
|
+
period: {
|
|
3868
|
+
start: any | null;
|
|
3869
|
+
end: any | null;
|
|
3107
3870
|
} | null;
|
|
3108
3871
|
};
|
|
3872
|
+
export type ProtocolAppliedFieldsFragment = {
|
|
3873
|
+
doseNumberString: string | null;
|
|
3874
|
+
doseNumberPositiveInt: number | null;
|
|
3875
|
+
};
|
|
3109
3876
|
export type AsserterFields_Patient_Fragment = {
|
|
3110
3877
|
__typename: 'Patient';
|
|
3111
3878
|
name: Array<{
|
|
@@ -6800,6 +7567,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6800
7567
|
alias: Array<string | null> | null;
|
|
6801
7568
|
description: string | null;
|
|
6802
7569
|
distanceInMiles: number | null;
|
|
7570
|
+
status: any | null;
|
|
6803
7571
|
identifier: Array<{
|
|
6804
7572
|
id: string | null;
|
|
6805
7573
|
system: any | null;
|
|
@@ -6829,8 +7597,10 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6829
7597
|
lon: number | null;
|
|
6830
7598
|
} | null;
|
|
6831
7599
|
telecom: Array<{
|
|
7600
|
+
id: string | null;
|
|
6832
7601
|
system: any | null;
|
|
6833
7602
|
value: string | null;
|
|
7603
|
+
use: any | null;
|
|
6834
7604
|
rank: number | null;
|
|
6835
7605
|
} | null> | null;
|
|
6836
7606
|
type: Array<{
|
|
@@ -6841,6 +7611,24 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6841
7611
|
display: string | null;
|
|
6842
7612
|
} | null> | null;
|
|
6843
7613
|
} | null> | null;
|
|
7614
|
+
managingOrganization: {
|
|
7615
|
+
id: string | null;
|
|
7616
|
+
reference: string | null;
|
|
7617
|
+
display: string | null;
|
|
7618
|
+
identifier: {
|
|
7619
|
+
id: string | null;
|
|
7620
|
+
system: any | null;
|
|
7621
|
+
value: string | null;
|
|
7622
|
+
type: {
|
|
7623
|
+
text: string | null;
|
|
7624
|
+
coding: Array<{
|
|
7625
|
+
system: any | null;
|
|
7626
|
+
code: any | null;
|
|
7627
|
+
display: string | null;
|
|
7628
|
+
} | null> | null;
|
|
7629
|
+
} | null;
|
|
7630
|
+
} | null;
|
|
7631
|
+
} | null;
|
|
6844
7632
|
} | null;
|
|
6845
7633
|
physicalType: {
|
|
6846
7634
|
text: string | null;
|
|
@@ -6939,6 +7727,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6939
7727
|
alias: Array<string | null> | null;
|
|
6940
7728
|
description: string | null;
|
|
6941
7729
|
distanceInMiles: number | null;
|
|
7730
|
+
status: any | null;
|
|
6942
7731
|
identifier: Array<{
|
|
6943
7732
|
id: string | null;
|
|
6944
7733
|
system: any | null;
|
|
@@ -6968,8 +7757,10 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6968
7757
|
lon: number | null;
|
|
6969
7758
|
} | null;
|
|
6970
7759
|
telecom: Array<{
|
|
7760
|
+
id: string | null;
|
|
6971
7761
|
system: any | null;
|
|
6972
7762
|
value: string | null;
|
|
7763
|
+
use: any | null;
|
|
6973
7764
|
rank: number | null;
|
|
6974
7765
|
} | null> | null;
|
|
6975
7766
|
type: Array<{
|
|
@@ -6980,6 +7771,24 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6980
7771
|
display: string | null;
|
|
6981
7772
|
} | null> | null;
|
|
6982
7773
|
} | null> | null;
|
|
7774
|
+
managingOrganization: {
|
|
7775
|
+
id: string | null;
|
|
7776
|
+
reference: string | null;
|
|
7777
|
+
display: string | null;
|
|
7778
|
+
identifier: {
|
|
7779
|
+
id: string | null;
|
|
7780
|
+
system: any | null;
|
|
7781
|
+
value: string | null;
|
|
7782
|
+
type: {
|
|
7783
|
+
text: string | null;
|
|
7784
|
+
coding: Array<{
|
|
7785
|
+
system: any | null;
|
|
7786
|
+
code: any | null;
|
|
7787
|
+
display: string | null;
|
|
7788
|
+
} | null> | null;
|
|
7789
|
+
} | null;
|
|
7790
|
+
} | null;
|
|
7791
|
+
} | null;
|
|
6983
7792
|
} | null;
|
|
6984
7793
|
serviceProvider: {
|
|
6985
7794
|
name: string | null;
|
|
@@ -7353,6 +8162,7 @@ export type GetCarePlansQueryResults = {
|
|
|
7353
8162
|
alias: Array<string | null> | null;
|
|
7354
8163
|
description: string | null;
|
|
7355
8164
|
distanceInMiles: number | null;
|
|
8165
|
+
status: any | null;
|
|
7356
8166
|
identifier: Array<{
|
|
7357
8167
|
id: string | null;
|
|
7358
8168
|
system: any | null;
|
|
@@ -7382,8 +8192,10 @@ export type GetCarePlansQueryResults = {
|
|
|
7382
8192
|
lon: number | null;
|
|
7383
8193
|
} | null;
|
|
7384
8194
|
telecom: Array<{
|
|
8195
|
+
id: string | null;
|
|
7385
8196
|
system: any | null;
|
|
7386
8197
|
value: string | null;
|
|
8198
|
+
use: any | null;
|
|
7387
8199
|
rank: number | null;
|
|
7388
8200
|
} | null> | null;
|
|
7389
8201
|
type: Array<{
|
|
@@ -7394,6 +8206,24 @@ export type GetCarePlansQueryResults = {
|
|
|
7394
8206
|
display: string | null;
|
|
7395
8207
|
} | null> | null;
|
|
7396
8208
|
} | null> | null;
|
|
8209
|
+
managingOrganization: {
|
|
8210
|
+
id: string | null;
|
|
8211
|
+
reference: string | null;
|
|
8212
|
+
display: string | null;
|
|
8213
|
+
identifier: {
|
|
8214
|
+
id: string | null;
|
|
8215
|
+
system: any | null;
|
|
8216
|
+
value: string | null;
|
|
8217
|
+
type: {
|
|
8218
|
+
text: string | null;
|
|
8219
|
+
coding: Array<{
|
|
8220
|
+
system: any | null;
|
|
8221
|
+
code: any | null;
|
|
8222
|
+
display: string | null;
|
|
8223
|
+
} | null> | null;
|
|
8224
|
+
} | null;
|
|
8225
|
+
} | null;
|
|
8226
|
+
} | null;
|
|
7397
8227
|
} | null;
|
|
7398
8228
|
physicalType: {
|
|
7399
8229
|
text: string | null;
|
|
@@ -7492,6 +8322,7 @@ export type GetCarePlansQueryResults = {
|
|
|
7492
8322
|
alias: Array<string | null> | null;
|
|
7493
8323
|
description: string | null;
|
|
7494
8324
|
distanceInMiles: number | null;
|
|
8325
|
+
status: any | null;
|
|
7495
8326
|
identifier: Array<{
|
|
7496
8327
|
id: string | null;
|
|
7497
8328
|
system: any | null;
|
|
@@ -7521,8 +8352,10 @@ export type GetCarePlansQueryResults = {
|
|
|
7521
8352
|
lon: number | null;
|
|
7522
8353
|
} | null;
|
|
7523
8354
|
telecom: Array<{
|
|
8355
|
+
id: string | null;
|
|
7524
8356
|
system: any | null;
|
|
7525
8357
|
value: string | null;
|
|
8358
|
+
use: any | null;
|
|
7526
8359
|
rank: number | null;
|
|
7527
8360
|
} | null> | null;
|
|
7528
8361
|
type: Array<{
|
|
@@ -7533,6 +8366,24 @@ export type GetCarePlansQueryResults = {
|
|
|
7533
8366
|
display: string | null;
|
|
7534
8367
|
} | null> | null;
|
|
7535
8368
|
} | null> | null;
|
|
8369
|
+
managingOrganization: {
|
|
8370
|
+
id: string | null;
|
|
8371
|
+
reference: string | null;
|
|
8372
|
+
display: string | null;
|
|
8373
|
+
identifier: {
|
|
8374
|
+
id: string | null;
|
|
8375
|
+
system: any | null;
|
|
8376
|
+
value: string | null;
|
|
8377
|
+
type: {
|
|
8378
|
+
text: string | null;
|
|
8379
|
+
coding: Array<{
|
|
8380
|
+
system: any | null;
|
|
8381
|
+
code: any | null;
|
|
8382
|
+
display: string | null;
|
|
8383
|
+
} | null> | null;
|
|
8384
|
+
} | null;
|
|
8385
|
+
} | null;
|
|
8386
|
+
} | null;
|
|
7536
8387
|
} | null;
|
|
7537
8388
|
serviceProvider: {
|
|
7538
8389
|
name: string | null;
|
|
@@ -7855,27 +8706,197 @@ export type GetCarePlansQueryResults = {
|
|
|
7855
8706
|
kind: {
|
|
7856
8707
|
code: any | null;
|
|
7857
8708
|
display: string | null;
|
|
7858
|
-
} | null;
|
|
7859
|
-
code: {
|
|
7860
|
-
text: string | null;
|
|
7861
|
-
coding: Array<{
|
|
8709
|
+
} | null;
|
|
8710
|
+
code: {
|
|
8711
|
+
text: string | null;
|
|
8712
|
+
coding: Array<{
|
|
8713
|
+
system: any | null;
|
|
8714
|
+
code: any | null;
|
|
8715
|
+
display: string | null;
|
|
8716
|
+
} | null> | null;
|
|
8717
|
+
} | null;
|
|
8718
|
+
status: {
|
|
8719
|
+
code: any | null;
|
|
8720
|
+
display: string | null;
|
|
8721
|
+
} | null;
|
|
8722
|
+
scheduledPeriod: {
|
|
8723
|
+
start: any | null;
|
|
8724
|
+
end: any | null;
|
|
8725
|
+
} | null;
|
|
8726
|
+
scheduledTiming: {
|
|
8727
|
+
id: string | null;
|
|
8728
|
+
event: Array<any> | null;
|
|
8729
|
+
code: {
|
|
8730
|
+
text: string | null;
|
|
8731
|
+
coding: Array<{
|
|
8732
|
+
system: any | null;
|
|
8733
|
+
code: any | null;
|
|
8734
|
+
display: string | null;
|
|
8735
|
+
} | null> | null;
|
|
8736
|
+
} | null;
|
|
8737
|
+
repeat: {
|
|
8738
|
+
id: string | null;
|
|
8739
|
+
count: number | null;
|
|
8740
|
+
countMax: number | null;
|
|
8741
|
+
duration: number | null;
|
|
8742
|
+
durationMax: number | null;
|
|
8743
|
+
frequency: number | null;
|
|
8744
|
+
frequencyMax: number | null;
|
|
8745
|
+
offset: number | null;
|
|
8746
|
+
period: number | null;
|
|
8747
|
+
periodMax: number | null;
|
|
8748
|
+
timeOfDay: Array<string> | null;
|
|
8749
|
+
boundsDuration: {
|
|
8750
|
+
value: number | null;
|
|
8751
|
+
unit: string | null;
|
|
8752
|
+
code: any | null;
|
|
8753
|
+
comparator: any | null;
|
|
8754
|
+
system: any | null;
|
|
8755
|
+
} | null;
|
|
8756
|
+
boundsPeriod: {
|
|
8757
|
+
start: any | null;
|
|
8758
|
+
end: any | null;
|
|
8759
|
+
} | null;
|
|
8760
|
+
boundsRange: {
|
|
8761
|
+
low: {
|
|
8762
|
+
value: number | null;
|
|
8763
|
+
unit: string | null;
|
|
8764
|
+
code: any | null;
|
|
8765
|
+
comparator: any | null;
|
|
8766
|
+
system: any | null;
|
|
8767
|
+
} | null;
|
|
8768
|
+
high: {
|
|
8769
|
+
value: number | null;
|
|
8770
|
+
unit: string | null;
|
|
8771
|
+
code: any | null;
|
|
8772
|
+
comparator: any | null;
|
|
8773
|
+
system: any | null;
|
|
8774
|
+
} | null;
|
|
8775
|
+
} | null;
|
|
8776
|
+
dayOfWeek: Array<{
|
|
8777
|
+
code: any | null;
|
|
8778
|
+
display: string | null;
|
|
8779
|
+
}> | null;
|
|
8780
|
+
durationUnit: {
|
|
8781
|
+
code: any | null;
|
|
8782
|
+
display: string | null;
|
|
8783
|
+
} | null;
|
|
8784
|
+
periodUnit: {
|
|
8785
|
+
code: any | null;
|
|
8786
|
+
display: string | null;
|
|
8787
|
+
} | null;
|
|
8788
|
+
when: Array<{
|
|
8789
|
+
code: any | null;
|
|
8790
|
+
display: string | null;
|
|
8791
|
+
}> | null;
|
|
8792
|
+
} | null;
|
|
8793
|
+
} | null;
|
|
8794
|
+
} | null;
|
|
8795
|
+
} | null> | null;
|
|
8796
|
+
note: Array<{
|
|
8797
|
+
authorString: string | null;
|
|
8798
|
+
time: any | null;
|
|
8799
|
+
text: string | null;
|
|
8800
|
+
} | null> | null;
|
|
8801
|
+
}>;
|
|
8802
|
+
};
|
|
8803
|
+
};
|
|
8804
|
+
export type GetCareTeamsQueryVariables = Types.Exact<{
|
|
8805
|
+
request: Types.InputMaybe<Types.CareTeamRequest>;
|
|
8806
|
+
}>;
|
|
8807
|
+
export type GetCareTeamsQueryResults = {
|
|
8808
|
+
getCareTeams: {
|
|
8809
|
+
paging_info: {
|
|
8810
|
+
page_number: number;
|
|
8811
|
+
page_size: number;
|
|
8812
|
+
total_pages: number;
|
|
8813
|
+
total_items: number;
|
|
8814
|
+
} | null;
|
|
8815
|
+
resources: Array<{
|
|
8816
|
+
id: string | null;
|
|
8817
|
+
name: string | null;
|
|
8818
|
+
resourceType: string;
|
|
8819
|
+
status: string | null;
|
|
8820
|
+
meta: {
|
|
8821
|
+
versionId: string | null;
|
|
8822
|
+
lastUpdated: any | null;
|
|
8823
|
+
source: any | null;
|
|
8824
|
+
security: Array<{
|
|
8825
|
+
system: any | null;
|
|
8826
|
+
code: any | null;
|
|
8827
|
+
display: string | null;
|
|
8828
|
+
} | null> | null;
|
|
8829
|
+
tag: Array<{
|
|
8830
|
+
system: any | null;
|
|
8831
|
+
code: any | null;
|
|
8832
|
+
display: string | null;
|
|
8833
|
+
} | null> | null;
|
|
8834
|
+
} | null;
|
|
8835
|
+
identifier: Array<{
|
|
8836
|
+
id: string | null;
|
|
8837
|
+
system: any | null;
|
|
8838
|
+
value: string | null;
|
|
8839
|
+
type: {
|
|
8840
|
+
text: string | null;
|
|
8841
|
+
coding: Array<{
|
|
8842
|
+
system: any | null;
|
|
8843
|
+
code: any | null;
|
|
8844
|
+
display: string | null;
|
|
8845
|
+
} | null> | null;
|
|
8846
|
+
} | null;
|
|
8847
|
+
} | null> | null;
|
|
8848
|
+
category: Array<{
|
|
8849
|
+
text: string | null;
|
|
8850
|
+
coding: Array<{
|
|
8851
|
+
system: any | null;
|
|
8852
|
+
code: any | null;
|
|
8853
|
+
display: string | null;
|
|
8854
|
+
} | null> | null;
|
|
8855
|
+
} | null> | null;
|
|
8856
|
+
participant: Array<{
|
|
8857
|
+
role: Array<{
|
|
8858
|
+
text: string | null;
|
|
8859
|
+
coding: Array<{
|
|
8860
|
+
system: any | null;
|
|
8861
|
+
code: any | null;
|
|
8862
|
+
display: string | null;
|
|
8863
|
+
} | null> | null;
|
|
8864
|
+
} | null> | null;
|
|
8865
|
+
member: {
|
|
8866
|
+
__typename: 'Organization';
|
|
8867
|
+
id: string | null;
|
|
8868
|
+
alias: string | null;
|
|
8869
|
+
organizationName: string | null;
|
|
8870
|
+
meta: {
|
|
8871
|
+
versionId: string | null;
|
|
8872
|
+
lastUpdated: any | null;
|
|
8873
|
+
source: any | null;
|
|
8874
|
+
security: Array<{
|
|
8875
|
+
system: any | null;
|
|
8876
|
+
code: any | null;
|
|
8877
|
+
display: string | null;
|
|
8878
|
+
} | null> | null;
|
|
8879
|
+
tag: Array<{
|
|
7862
8880
|
system: any | null;
|
|
7863
8881
|
code: any | null;
|
|
7864
8882
|
display: string | null;
|
|
7865
8883
|
} | null> | null;
|
|
7866
8884
|
} | null;
|
|
7867
|
-
|
|
7868
|
-
|
|
7869
|
-
|
|
7870
|
-
|
|
7871
|
-
|
|
7872
|
-
|
|
7873
|
-
|
|
7874
|
-
|
|
7875
|
-
|
|
8885
|
+
} | {
|
|
8886
|
+
__typename: 'Practitioner';
|
|
8887
|
+
id: string | null;
|
|
8888
|
+
name: Array<{
|
|
8889
|
+
text: string | null;
|
|
8890
|
+
family: string | null;
|
|
8891
|
+
given: Array<string | null> | null;
|
|
8892
|
+
prefix: Array<string | null> | null;
|
|
8893
|
+
suffix: Array<string | null> | null;
|
|
8894
|
+
} | null> | null;
|
|
8895
|
+
identifier: Array<{
|
|
7876
8896
|
id: string | null;
|
|
7877
|
-
|
|
7878
|
-
|
|
8897
|
+
system: any | null;
|
|
8898
|
+
value: string | null;
|
|
8899
|
+
type: {
|
|
7879
8900
|
text: string | null;
|
|
7880
8901
|
coding: Array<{
|
|
7881
8902
|
system: any | null;
|
|
@@ -7883,155 +8904,238 @@ export type GetCarePlansQueryResults = {
|
|
|
7883
8904
|
display: string | null;
|
|
7884
8905
|
} | null> | null;
|
|
7885
8906
|
} | null;
|
|
7886
|
-
|
|
7887
|
-
|
|
7888
|
-
|
|
7889
|
-
|
|
7890
|
-
|
|
7891
|
-
|
|
7892
|
-
|
|
7893
|
-
|
|
7894
|
-
|
|
7895
|
-
|
|
7896
|
-
|
|
7897
|
-
|
|
7898
|
-
|
|
7899
|
-
value: number | null;
|
|
7900
|
-
unit: string | null;
|
|
7901
|
-
code: any | null;
|
|
7902
|
-
comparator: any | null;
|
|
8907
|
+
}> | null;
|
|
8908
|
+
} | {
|
|
8909
|
+
__typename: 'PractitionerRole';
|
|
8910
|
+
resourceType: string | null;
|
|
8911
|
+
id: string | null;
|
|
8912
|
+
active: boolean | null;
|
|
8913
|
+
identifier: Array<{
|
|
8914
|
+
id: string | null;
|
|
8915
|
+
system: any | null;
|
|
8916
|
+
value: string | null;
|
|
8917
|
+
type: {
|
|
8918
|
+
text: string | null;
|
|
8919
|
+
coding: Array<{
|
|
7903
8920
|
system: any | null;
|
|
7904
|
-
|
|
7905
|
-
|
|
7906
|
-
|
|
7907
|
-
|
|
7908
|
-
|
|
7909
|
-
|
|
7910
|
-
|
|
7911
|
-
|
|
7912
|
-
|
|
7913
|
-
|
|
7914
|
-
|
|
8921
|
+
code: any | null;
|
|
8922
|
+
display: string | null;
|
|
8923
|
+
} | null> | null;
|
|
8924
|
+
} | null;
|
|
8925
|
+
}> | null;
|
|
8926
|
+
practitioner: {
|
|
8927
|
+
id: string | null;
|
|
8928
|
+
name: Array<{
|
|
8929
|
+
text: string | null;
|
|
8930
|
+
family: string | null;
|
|
8931
|
+
given: Array<string | null> | null;
|
|
8932
|
+
prefix: Array<string | null> | null;
|
|
8933
|
+
suffix: Array<string | null> | null;
|
|
8934
|
+
} | null> | null;
|
|
8935
|
+
identifier: Array<{
|
|
8936
|
+
id: string | null;
|
|
8937
|
+
system: any | null;
|
|
8938
|
+
value: string | null;
|
|
8939
|
+
type: {
|
|
8940
|
+
text: string | null;
|
|
8941
|
+
coding: Array<{
|
|
7915
8942
|
system: any | null;
|
|
7916
|
-
} | null;
|
|
7917
|
-
high: {
|
|
7918
|
-
value: number | null;
|
|
7919
|
-
unit: string | null;
|
|
7920
8943
|
code: any | null;
|
|
7921
|
-
|
|
8944
|
+
display: string | null;
|
|
8945
|
+
} | null> | null;
|
|
8946
|
+
} | null;
|
|
8947
|
+
}> | null;
|
|
8948
|
+
} | null;
|
|
8949
|
+
organization: {
|
|
8950
|
+
resourceType: string | null;
|
|
8951
|
+
name: string | null;
|
|
8952
|
+
active: boolean | null;
|
|
8953
|
+
identifier: Array<{
|
|
8954
|
+
id: string | null;
|
|
8955
|
+
system: any | null;
|
|
8956
|
+
value: string | null;
|
|
8957
|
+
type: {
|
|
8958
|
+
text: string | null;
|
|
8959
|
+
coding: Array<{
|
|
7922
8960
|
system: any | null;
|
|
7923
|
-
|
|
8961
|
+
code: any | null;
|
|
8962
|
+
display: string | null;
|
|
8963
|
+
} | null> | null;
|
|
7924
8964
|
} | null;
|
|
7925
|
-
|
|
7926
|
-
|
|
7927
|
-
|
|
7928
|
-
|
|
7929
|
-
|
|
8965
|
+
}> | null;
|
|
8966
|
+
endpoint: Array<{
|
|
8967
|
+
name: string | null;
|
|
8968
|
+
status: Types.EndpointStatus | null;
|
|
8969
|
+
address: string | null;
|
|
8970
|
+
identifier: Array<{
|
|
8971
|
+
id: string | null;
|
|
8972
|
+
system: any | null;
|
|
8973
|
+
value: string | null;
|
|
8974
|
+
type: {
|
|
8975
|
+
text: string | null;
|
|
8976
|
+
coding: Array<{
|
|
8977
|
+
system: any | null;
|
|
8978
|
+
code: any | null;
|
|
8979
|
+
display: string | null;
|
|
8980
|
+
} | null> | null;
|
|
8981
|
+
} | null;
|
|
8982
|
+
} | null> | null;
|
|
8983
|
+
connectionType: {
|
|
8984
|
+
system: any | null;
|
|
7930
8985
|
code: any | null;
|
|
7931
8986
|
display: string | null;
|
|
7932
8987
|
} | null;
|
|
7933
|
-
|
|
8988
|
+
} | null> | null;
|
|
8989
|
+
telecom: Array<{
|
|
8990
|
+
id: string | null;
|
|
8991
|
+
system: any | null;
|
|
8992
|
+
value: string | null;
|
|
8993
|
+
use: any | null;
|
|
8994
|
+
rank: number | null;
|
|
8995
|
+
}> | null;
|
|
8996
|
+
address: Array<{
|
|
8997
|
+
use: any | null;
|
|
8998
|
+
type: any | null;
|
|
8999
|
+
text: string | null;
|
|
9000
|
+
line: Array<string | null> | null;
|
|
9001
|
+
city: string | null;
|
|
9002
|
+
district: string | null;
|
|
9003
|
+
state: string | null;
|
|
9004
|
+
postalCode: string | null;
|
|
9005
|
+
country: string | null;
|
|
9006
|
+
}> | null;
|
|
9007
|
+
type: Array<{
|
|
9008
|
+
text: string | null;
|
|
9009
|
+
coding: Array<{
|
|
9010
|
+
system: any | null;
|
|
7934
9011
|
code: any | null;
|
|
7935
9012
|
display: string | null;
|
|
9013
|
+
} | null> | null;
|
|
9014
|
+
}> | null;
|
|
9015
|
+
} | null;
|
|
9016
|
+
code: Array<{
|
|
9017
|
+
text: string | null;
|
|
9018
|
+
coding: Array<{
|
|
9019
|
+
system: any | null;
|
|
9020
|
+
code: any | null;
|
|
9021
|
+
display: string | null;
|
|
9022
|
+
} | null> | null;
|
|
9023
|
+
}> | null;
|
|
9024
|
+
specialty: Array<{
|
|
9025
|
+
text: string | null;
|
|
9026
|
+
coding: Array<{
|
|
9027
|
+
system: any | null;
|
|
9028
|
+
code: any | null;
|
|
9029
|
+
display: string | null;
|
|
9030
|
+
} | null> | null;
|
|
9031
|
+
}> | null;
|
|
9032
|
+
location: {
|
|
9033
|
+
name: string | null;
|
|
9034
|
+
alias: Array<string | null> | null;
|
|
9035
|
+
description: string | null;
|
|
9036
|
+
distanceInMiles: number | null;
|
|
9037
|
+
status: any | null;
|
|
9038
|
+
identifier: Array<{
|
|
9039
|
+
id: string | null;
|
|
9040
|
+
system: any | null;
|
|
9041
|
+
value: string | null;
|
|
9042
|
+
type: {
|
|
9043
|
+
text: string | null;
|
|
9044
|
+
coding: Array<{
|
|
9045
|
+
system: any | null;
|
|
9046
|
+
code: any | null;
|
|
9047
|
+
display: string | null;
|
|
9048
|
+
} | null> | null;
|
|
7936
9049
|
} | null;
|
|
7937
|
-
|
|
9050
|
+
} | null> | null;
|
|
9051
|
+
address: {
|
|
9052
|
+
use: any | null;
|
|
9053
|
+
type: any | null;
|
|
9054
|
+
text: string | null;
|
|
9055
|
+
line: Array<string | null> | null;
|
|
9056
|
+
city: string | null;
|
|
9057
|
+
district: string | null;
|
|
9058
|
+
state: string | null;
|
|
9059
|
+
postalCode: string | null;
|
|
9060
|
+
country: string | null;
|
|
9061
|
+
} | null;
|
|
9062
|
+
position: {
|
|
9063
|
+
lat: number | null;
|
|
9064
|
+
lon: number | null;
|
|
9065
|
+
} | null;
|
|
9066
|
+
telecom: Array<{
|
|
9067
|
+
id: string | null;
|
|
9068
|
+
system: any | null;
|
|
9069
|
+
value: string | null;
|
|
9070
|
+
use: any | null;
|
|
9071
|
+
rank: number | null;
|
|
9072
|
+
} | null> | null;
|
|
9073
|
+
type: Array<{
|
|
9074
|
+
text: string | null;
|
|
9075
|
+
coding: Array<{
|
|
9076
|
+
system: any | null;
|
|
7938
9077
|
code: any | null;
|
|
7939
9078
|
display: string | null;
|
|
7940
|
-
}> | null;
|
|
9079
|
+
} | null> | null;
|
|
9080
|
+
} | null> | null;
|
|
9081
|
+
managingOrganization: {
|
|
9082
|
+
id: string | null;
|
|
9083
|
+
reference: string | null;
|
|
9084
|
+
display: string | null;
|
|
9085
|
+
identifier: {
|
|
9086
|
+
id: string | null;
|
|
9087
|
+
system: any | null;
|
|
9088
|
+
value: string | null;
|
|
9089
|
+
type: {
|
|
9090
|
+
text: string | null;
|
|
9091
|
+
coding: Array<{
|
|
9092
|
+
system: any | null;
|
|
9093
|
+
code: any | null;
|
|
9094
|
+
display: string | null;
|
|
9095
|
+
} | null> | null;
|
|
9096
|
+
} | null;
|
|
9097
|
+
} | null;
|
|
7941
9098
|
} | null;
|
|
7942
9099
|
} | null;
|
|
7943
|
-
|
|
7944
|
-
|
|
7945
|
-
|
|
7946
|
-
|
|
7947
|
-
|
|
7948
|
-
|
|
7949
|
-
} | null> | null;
|
|
7950
|
-
}>;
|
|
7951
|
-
};
|
|
7952
|
-
};
|
|
7953
|
-
export type GetCareTeamsQueryVariables = Types.Exact<{
|
|
7954
|
-
request: Types.InputMaybe<Types.CareTeamRequest>;
|
|
7955
|
-
}>;
|
|
7956
|
-
export type GetCareTeamsQueryResults = {
|
|
7957
|
-
getCareTeams: {
|
|
7958
|
-
paging_info: {
|
|
7959
|
-
page_number: number;
|
|
7960
|
-
page_size: number;
|
|
7961
|
-
total_pages: number;
|
|
7962
|
-
total_items: number;
|
|
7963
|
-
} | null;
|
|
7964
|
-
resources: Array<{
|
|
7965
|
-
id: string | null;
|
|
7966
|
-
name: string | null;
|
|
7967
|
-
meta: {
|
|
7968
|
-
versionId: string | null;
|
|
7969
|
-
lastUpdated: any | null;
|
|
7970
|
-
source: any | null;
|
|
7971
|
-
security: Array<{
|
|
7972
|
-
system: any | null;
|
|
7973
|
-
code: any | null;
|
|
7974
|
-
display: string | null;
|
|
7975
|
-
} | null> | null;
|
|
7976
|
-
tag: Array<{
|
|
7977
|
-
system: any | null;
|
|
7978
|
-
code: any | null;
|
|
7979
|
-
display: string | null;
|
|
7980
|
-
} | null> | null;
|
|
7981
|
-
} | null;
|
|
7982
|
-
identifier: Array<{
|
|
7983
|
-
id: string | null;
|
|
7984
|
-
system: any | null;
|
|
7985
|
-
value: string | null;
|
|
7986
|
-
type: {
|
|
7987
|
-
text: string | null;
|
|
7988
|
-
coding: Array<{
|
|
7989
|
-
system: any | null;
|
|
7990
|
-
code: any | null;
|
|
7991
|
-
display: string | null;
|
|
7992
|
-
} | null> | null;
|
|
7993
|
-
} | null;
|
|
7994
|
-
} | null> | null;
|
|
7995
|
-
category: Array<{
|
|
7996
|
-
text: string | null;
|
|
7997
|
-
coding: Array<{
|
|
7998
|
-
system: any | null;
|
|
7999
|
-
code: any | null;
|
|
8000
|
-
display: string | null;
|
|
8001
|
-
} | null> | null;
|
|
8002
|
-
} | null> | null;
|
|
8003
|
-
participant: Array<{
|
|
8004
|
-
role: Array<{
|
|
8005
|
-
text: string | null;
|
|
8006
|
-
coding: Array<{
|
|
8007
|
-
system: any | null;
|
|
8008
|
-
code: any | null;
|
|
8009
|
-
display: string | null;
|
|
8010
|
-
} | null> | null;
|
|
8011
|
-
} | null> | null;
|
|
8012
|
-
member: {
|
|
8013
|
-
__typename: 'Organization';
|
|
8014
|
-
id: string | null;
|
|
8015
|
-
alias: string | null;
|
|
8016
|
-
organizationName: string | null;
|
|
8017
|
-
meta: {
|
|
8018
|
-
versionId: string | null;
|
|
8019
|
-
lastUpdated: any | null;
|
|
8020
|
-
source: any | null;
|
|
8021
|
-
security: Array<{
|
|
9100
|
+
endpoint: Array<{
|
|
9101
|
+
name: string | null;
|
|
9102
|
+
status: Types.EndpointStatus | null;
|
|
9103
|
+
address: string | null;
|
|
9104
|
+
identifier: Array<{
|
|
9105
|
+
id: string | null;
|
|
8022
9106
|
system: any | null;
|
|
8023
|
-
|
|
8024
|
-
|
|
9107
|
+
value: string | null;
|
|
9108
|
+
type: {
|
|
9109
|
+
text: string | null;
|
|
9110
|
+
coding: Array<{
|
|
9111
|
+
system: any | null;
|
|
9112
|
+
code: any | null;
|
|
9113
|
+
display: string | null;
|
|
9114
|
+
} | null> | null;
|
|
9115
|
+
} | null;
|
|
8025
9116
|
} | null> | null;
|
|
8026
|
-
|
|
9117
|
+
connectionType: {
|
|
8027
9118
|
system: any | null;
|
|
8028
9119
|
code: any | null;
|
|
8029
9120
|
display: string | null;
|
|
8030
|
-
} | null
|
|
9121
|
+
} | null;
|
|
9122
|
+
} | null> | null;
|
|
9123
|
+
telecom: Array<{
|
|
9124
|
+
id: string | null;
|
|
9125
|
+
system: any | null;
|
|
9126
|
+
value: string | null;
|
|
9127
|
+
use: any | null;
|
|
9128
|
+
rank: number | null;
|
|
9129
|
+
}> | null;
|
|
9130
|
+
period: {
|
|
9131
|
+
start: any | null;
|
|
9132
|
+
end: any | null;
|
|
8031
9133
|
} | null;
|
|
8032
9134
|
} | {
|
|
8033
|
-
__typename: '
|
|
9135
|
+
__typename: 'RelatedPerson';
|
|
9136
|
+
resourceType: string | null;
|
|
8034
9137
|
id: string | null;
|
|
9138
|
+
active: boolean | null;
|
|
8035
9139
|
name: Array<{
|
|
8036
9140
|
text: string | null;
|
|
8037
9141
|
family: string | null;
|
|
@@ -8052,6 +9156,42 @@ export type GetCareTeamsQueryResults = {
|
|
|
8052
9156
|
} | null> | null;
|
|
8053
9157
|
} | null;
|
|
8054
9158
|
}> | null;
|
|
9159
|
+
telecom: Array<{
|
|
9160
|
+
id: string | null;
|
|
9161
|
+
system: any | null;
|
|
9162
|
+
value: string | null;
|
|
9163
|
+
use: any | null;
|
|
9164
|
+
rank: number | null;
|
|
9165
|
+
}> | null;
|
|
9166
|
+
address: Array<{
|
|
9167
|
+
use: any | null;
|
|
9168
|
+
type: any | null;
|
|
9169
|
+
text: string | null;
|
|
9170
|
+
line: Array<string | null> | null;
|
|
9171
|
+
city: string | null;
|
|
9172
|
+
district: string | null;
|
|
9173
|
+
state: string | null;
|
|
9174
|
+
postalCode: string | null;
|
|
9175
|
+
country: string | null;
|
|
9176
|
+
}> | null;
|
|
9177
|
+
relationship: Array<{
|
|
9178
|
+
text: string | null;
|
|
9179
|
+
coding: Array<{
|
|
9180
|
+
system: any | null;
|
|
9181
|
+
code: any | null;
|
|
9182
|
+
display: string | null;
|
|
9183
|
+
} | null> | null;
|
|
9184
|
+
}> | null;
|
|
9185
|
+
patient: {
|
|
9186
|
+
id: string;
|
|
9187
|
+
name: Array<{
|
|
9188
|
+
text: string | null;
|
|
9189
|
+
family: string | null;
|
|
9190
|
+
given: Array<string | null> | null;
|
|
9191
|
+
prefix: Array<string | null> | null;
|
|
9192
|
+
suffix: Array<string | null> | null;
|
|
9193
|
+
} | null> | null;
|
|
9194
|
+
} | null;
|
|
8055
9195
|
} | {
|
|
8056
9196
|
__typename: 'ResourceReference';
|
|
8057
9197
|
} | null;
|
|
@@ -8290,6 +9430,7 @@ export type GetConditionsQueryResults = {
|
|
|
8290
9430
|
alias: Array<string | null> | null;
|
|
8291
9431
|
description: string | null;
|
|
8292
9432
|
distanceInMiles: number | null;
|
|
9433
|
+
status: any | null;
|
|
8293
9434
|
identifier: Array<{
|
|
8294
9435
|
id: string | null;
|
|
8295
9436
|
system: any | null;
|
|
@@ -8319,8 +9460,10 @@ export type GetConditionsQueryResults = {
|
|
|
8319
9460
|
lon: number | null;
|
|
8320
9461
|
} | null;
|
|
8321
9462
|
telecom: Array<{
|
|
9463
|
+
id: string | null;
|
|
8322
9464
|
system: any | null;
|
|
8323
9465
|
value: string | null;
|
|
9466
|
+
use: any | null;
|
|
8324
9467
|
rank: number | null;
|
|
8325
9468
|
} | null> | null;
|
|
8326
9469
|
type: Array<{
|
|
@@ -8331,6 +9474,24 @@ export type GetConditionsQueryResults = {
|
|
|
8331
9474
|
display: string | null;
|
|
8332
9475
|
} | null> | null;
|
|
8333
9476
|
} | null> | null;
|
|
9477
|
+
managingOrganization: {
|
|
9478
|
+
id: string | null;
|
|
9479
|
+
reference: string | null;
|
|
9480
|
+
display: string | null;
|
|
9481
|
+
identifier: {
|
|
9482
|
+
id: string | null;
|
|
9483
|
+
system: any | null;
|
|
9484
|
+
value: string | null;
|
|
9485
|
+
type: {
|
|
9486
|
+
text: string | null;
|
|
9487
|
+
coding: Array<{
|
|
9488
|
+
system: any | null;
|
|
9489
|
+
code: any | null;
|
|
9490
|
+
display: string | null;
|
|
9491
|
+
} | null> | null;
|
|
9492
|
+
} | null;
|
|
9493
|
+
} | null;
|
|
9494
|
+
} | null;
|
|
8334
9495
|
} | null;
|
|
8335
9496
|
physicalType: {
|
|
8336
9497
|
text: string | null;
|
|
@@ -8429,6 +9590,7 @@ export type GetConditionsQueryResults = {
|
|
|
8429
9590
|
alias: Array<string | null> | null;
|
|
8430
9591
|
description: string | null;
|
|
8431
9592
|
distanceInMiles: number | null;
|
|
9593
|
+
status: any | null;
|
|
8432
9594
|
identifier: Array<{
|
|
8433
9595
|
id: string | null;
|
|
8434
9596
|
system: any | null;
|
|
@@ -8458,8 +9620,10 @@ export type GetConditionsQueryResults = {
|
|
|
8458
9620
|
lon: number | null;
|
|
8459
9621
|
} | null;
|
|
8460
9622
|
telecom: Array<{
|
|
9623
|
+
id: string | null;
|
|
8461
9624
|
system: any | null;
|
|
8462
9625
|
value: string | null;
|
|
9626
|
+
use: any | null;
|
|
8463
9627
|
rank: number | null;
|
|
8464
9628
|
} | null> | null;
|
|
8465
9629
|
type: Array<{
|
|
@@ -8470,6 +9634,24 @@ export type GetConditionsQueryResults = {
|
|
|
8470
9634
|
display: string | null;
|
|
8471
9635
|
} | null> | null;
|
|
8472
9636
|
} | null> | null;
|
|
9637
|
+
managingOrganization: {
|
|
9638
|
+
id: string | null;
|
|
9639
|
+
reference: string | null;
|
|
9640
|
+
display: string | null;
|
|
9641
|
+
identifier: {
|
|
9642
|
+
id: string | null;
|
|
9643
|
+
system: any | null;
|
|
9644
|
+
value: string | null;
|
|
9645
|
+
type: {
|
|
9646
|
+
text: string | null;
|
|
9647
|
+
coding: Array<{
|
|
9648
|
+
system: any | null;
|
|
9649
|
+
code: any | null;
|
|
9650
|
+
display: string | null;
|
|
9651
|
+
} | null> | null;
|
|
9652
|
+
} | null;
|
|
9653
|
+
} | null;
|
|
9654
|
+
} | null;
|
|
8473
9655
|
} | null;
|
|
8474
9656
|
serviceProvider: {
|
|
8475
9657
|
name: string | null;
|
|
@@ -8839,6 +10021,7 @@ export type GetEncounterQueryResults = {
|
|
|
8839
10021
|
alias: Array<string | null> | null;
|
|
8840
10022
|
description: string | null;
|
|
8841
10023
|
distanceInMiles: number | null;
|
|
10024
|
+
status: any | null;
|
|
8842
10025
|
identifier: Array<{
|
|
8843
10026
|
id: string | null;
|
|
8844
10027
|
system: any | null;
|
|
@@ -8868,8 +10051,10 @@ export type GetEncounterQueryResults = {
|
|
|
8868
10051
|
lon: number | null;
|
|
8869
10052
|
} | null;
|
|
8870
10053
|
telecom: Array<{
|
|
10054
|
+
id: string | null;
|
|
8871
10055
|
system: any | null;
|
|
8872
10056
|
value: string | null;
|
|
10057
|
+
use: any | null;
|
|
8873
10058
|
rank: number | null;
|
|
8874
10059
|
} | null> | null;
|
|
8875
10060
|
type: Array<{
|
|
@@ -8880,6 +10065,24 @@ export type GetEncounterQueryResults = {
|
|
|
8880
10065
|
display: string | null;
|
|
8881
10066
|
} | null> | null;
|
|
8882
10067
|
} | null> | null;
|
|
10068
|
+
managingOrganization: {
|
|
10069
|
+
id: string | null;
|
|
10070
|
+
reference: string | null;
|
|
10071
|
+
display: string | null;
|
|
10072
|
+
identifier: {
|
|
10073
|
+
id: string | null;
|
|
10074
|
+
system: any | null;
|
|
10075
|
+
value: string | null;
|
|
10076
|
+
type: {
|
|
10077
|
+
text: string | null;
|
|
10078
|
+
coding: Array<{
|
|
10079
|
+
system: any | null;
|
|
10080
|
+
code: any | null;
|
|
10081
|
+
display: string | null;
|
|
10082
|
+
} | null> | null;
|
|
10083
|
+
} | null;
|
|
10084
|
+
} | null;
|
|
10085
|
+
} | null;
|
|
8883
10086
|
} | null;
|
|
8884
10087
|
physicalType: {
|
|
8885
10088
|
text: string | null;
|
|
@@ -8978,6 +10181,7 @@ export type GetEncounterQueryResults = {
|
|
|
8978
10181
|
alias: Array<string | null> | null;
|
|
8979
10182
|
description: string | null;
|
|
8980
10183
|
distanceInMiles: number | null;
|
|
10184
|
+
status: any | null;
|
|
8981
10185
|
identifier: Array<{
|
|
8982
10186
|
id: string | null;
|
|
8983
10187
|
system: any | null;
|
|
@@ -9007,8 +10211,10 @@ export type GetEncounterQueryResults = {
|
|
|
9007
10211
|
lon: number | null;
|
|
9008
10212
|
} | null;
|
|
9009
10213
|
telecom: Array<{
|
|
10214
|
+
id: string | null;
|
|
9010
10215
|
system: any | null;
|
|
9011
10216
|
value: string | null;
|
|
10217
|
+
use: any | null;
|
|
9012
10218
|
rank: number | null;
|
|
9013
10219
|
} | null> | null;
|
|
9014
10220
|
type: Array<{
|
|
@@ -9019,6 +10225,24 @@ export type GetEncounterQueryResults = {
|
|
|
9019
10225
|
display: string | null;
|
|
9020
10226
|
} | null> | null;
|
|
9021
10227
|
} | null> | null;
|
|
10228
|
+
managingOrganization: {
|
|
10229
|
+
id: string | null;
|
|
10230
|
+
reference: string | null;
|
|
10231
|
+
display: string | null;
|
|
10232
|
+
identifier: {
|
|
10233
|
+
id: string | null;
|
|
10234
|
+
system: any | null;
|
|
10235
|
+
value: string | null;
|
|
10236
|
+
type: {
|
|
10237
|
+
text: string | null;
|
|
10238
|
+
coding: Array<{
|
|
10239
|
+
system: any | null;
|
|
10240
|
+
code: any | null;
|
|
10241
|
+
display: string | null;
|
|
10242
|
+
} | null> | null;
|
|
10243
|
+
} | null;
|
|
10244
|
+
} | null;
|
|
10245
|
+
} | null;
|
|
9022
10246
|
} | null;
|
|
9023
10247
|
serviceProvider: {
|
|
9024
10248
|
name: string | null;
|
|
@@ -9333,6 +10557,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
9333
10557
|
alias: Array<string | null> | null;
|
|
9334
10558
|
description: string | null;
|
|
9335
10559
|
distanceInMiles: number | null;
|
|
10560
|
+
status: any | null;
|
|
9336
10561
|
identifier: Array<{
|
|
9337
10562
|
id: string | null;
|
|
9338
10563
|
system: any | null;
|
|
@@ -9362,8 +10587,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
9362
10587
|
lon: number | null;
|
|
9363
10588
|
} | null;
|
|
9364
10589
|
telecom: Array<{
|
|
10590
|
+
id: string | null;
|
|
9365
10591
|
system: any | null;
|
|
9366
10592
|
value: string | null;
|
|
10593
|
+
use: any | null;
|
|
9367
10594
|
rank: number | null;
|
|
9368
10595
|
} | null> | null;
|
|
9369
10596
|
type: Array<{
|
|
@@ -9374,6 +10601,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
9374
10601
|
display: string | null;
|
|
9375
10602
|
} | null> | null;
|
|
9376
10603
|
} | null> | null;
|
|
10604
|
+
managingOrganization: {
|
|
10605
|
+
id: string | null;
|
|
10606
|
+
reference: string | null;
|
|
10607
|
+
display: string | null;
|
|
10608
|
+
identifier: {
|
|
10609
|
+
id: string | null;
|
|
10610
|
+
system: any | null;
|
|
10611
|
+
value: string | null;
|
|
10612
|
+
type: {
|
|
10613
|
+
text: string | null;
|
|
10614
|
+
coding: Array<{
|
|
10615
|
+
system: any | null;
|
|
10616
|
+
code: any | null;
|
|
10617
|
+
display: string | null;
|
|
10618
|
+
} | null> | null;
|
|
10619
|
+
} | null;
|
|
10620
|
+
} | null;
|
|
10621
|
+
} | null;
|
|
9377
10622
|
} | null;
|
|
9378
10623
|
physicalType: {
|
|
9379
10624
|
text: string | null;
|
|
@@ -9472,6 +10717,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
9472
10717
|
alias: Array<string | null> | null;
|
|
9473
10718
|
description: string | null;
|
|
9474
10719
|
distanceInMiles: number | null;
|
|
10720
|
+
status: any | null;
|
|
9475
10721
|
identifier: Array<{
|
|
9476
10722
|
id: string | null;
|
|
9477
10723
|
system: any | null;
|
|
@@ -9501,8 +10747,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
9501
10747
|
lon: number | null;
|
|
9502
10748
|
} | null;
|
|
9503
10749
|
telecom: Array<{
|
|
10750
|
+
id: string | null;
|
|
9504
10751
|
system: any | null;
|
|
9505
10752
|
value: string | null;
|
|
10753
|
+
use: any | null;
|
|
9506
10754
|
rank: number | null;
|
|
9507
10755
|
} | null> | null;
|
|
9508
10756
|
type: Array<{
|
|
@@ -9513,6 +10761,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
9513
10761
|
display: string | null;
|
|
9514
10762
|
} | null> | null;
|
|
9515
10763
|
} | null> | null;
|
|
10764
|
+
managingOrganization: {
|
|
10765
|
+
id: string | null;
|
|
10766
|
+
reference: string | null;
|
|
10767
|
+
display: string | null;
|
|
10768
|
+
identifier: {
|
|
10769
|
+
id: string | null;
|
|
10770
|
+
system: any | null;
|
|
10771
|
+
value: string | null;
|
|
10772
|
+
type: {
|
|
10773
|
+
text: string | null;
|
|
10774
|
+
coding: Array<{
|
|
10775
|
+
system: any | null;
|
|
10776
|
+
code: any | null;
|
|
10777
|
+
display: string | null;
|
|
10778
|
+
} | null> | null;
|
|
10779
|
+
} | null;
|
|
10780
|
+
} | null;
|
|
10781
|
+
} | null;
|
|
9516
10782
|
} | null;
|
|
9517
10783
|
serviceProvider: {
|
|
9518
10784
|
name: string | null;
|
|
@@ -9993,6 +11259,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
9993
11259
|
alias: Array<string | null> | null;
|
|
9994
11260
|
description: string | null;
|
|
9995
11261
|
distanceInMiles: number | null;
|
|
11262
|
+
status: any | null;
|
|
9996
11263
|
identifier: Array<{
|
|
9997
11264
|
id: string | null;
|
|
9998
11265
|
system: any | null;
|
|
@@ -10022,8 +11289,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
10022
11289
|
lon: number | null;
|
|
10023
11290
|
} | null;
|
|
10024
11291
|
telecom: Array<{
|
|
11292
|
+
id: string | null;
|
|
10025
11293
|
system: any | null;
|
|
10026
11294
|
value: string | null;
|
|
11295
|
+
use: any | null;
|
|
10027
11296
|
rank: number | null;
|
|
10028
11297
|
} | null> | null;
|
|
10029
11298
|
type: Array<{
|
|
@@ -10034,6 +11303,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
10034
11303
|
display: string | null;
|
|
10035
11304
|
} | null> | null;
|
|
10036
11305
|
} | null> | null;
|
|
11306
|
+
managingOrganization: {
|
|
11307
|
+
id: string | null;
|
|
11308
|
+
reference: string | null;
|
|
11309
|
+
display: string | null;
|
|
11310
|
+
identifier: {
|
|
11311
|
+
id: string | null;
|
|
11312
|
+
system: any | null;
|
|
11313
|
+
value: string | null;
|
|
11314
|
+
type: {
|
|
11315
|
+
text: string | null;
|
|
11316
|
+
coding: Array<{
|
|
11317
|
+
system: any | null;
|
|
11318
|
+
code: any | null;
|
|
11319
|
+
display: string | null;
|
|
11320
|
+
} | null> | null;
|
|
11321
|
+
} | null;
|
|
11322
|
+
} | null;
|
|
11323
|
+
} | null;
|
|
10037
11324
|
} | null;
|
|
10038
11325
|
physicalType: {
|
|
10039
11326
|
text: string | null;
|
|
@@ -10132,6 +11419,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10132
11419
|
alias: Array<string | null> | null;
|
|
10133
11420
|
description: string | null;
|
|
10134
11421
|
distanceInMiles: number | null;
|
|
11422
|
+
status: any | null;
|
|
10135
11423
|
identifier: Array<{
|
|
10136
11424
|
id: string | null;
|
|
10137
11425
|
system: any | null;
|
|
@@ -10161,8 +11449,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
10161
11449
|
lon: number | null;
|
|
10162
11450
|
} | null;
|
|
10163
11451
|
telecom: Array<{
|
|
11452
|
+
id: string | null;
|
|
10164
11453
|
system: any | null;
|
|
10165
11454
|
value: string | null;
|
|
11455
|
+
use: any | null;
|
|
10166
11456
|
rank: number | null;
|
|
10167
11457
|
} | null> | null;
|
|
10168
11458
|
type: Array<{
|
|
@@ -10173,6 +11463,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
10173
11463
|
display: string | null;
|
|
10174
11464
|
} | null> | null;
|
|
10175
11465
|
} | null> | null;
|
|
11466
|
+
managingOrganization: {
|
|
11467
|
+
id: string | null;
|
|
11468
|
+
reference: string | null;
|
|
11469
|
+
display: string | null;
|
|
11470
|
+
identifier: {
|
|
11471
|
+
id: string | null;
|
|
11472
|
+
system: any | null;
|
|
11473
|
+
value: string | null;
|
|
11474
|
+
type: {
|
|
11475
|
+
text: string | null;
|
|
11476
|
+
coding: Array<{
|
|
11477
|
+
system: any | null;
|
|
11478
|
+
code: any | null;
|
|
11479
|
+
display: string | null;
|
|
11480
|
+
} | null> | null;
|
|
11481
|
+
} | null;
|
|
11482
|
+
} | null;
|
|
11483
|
+
} | null;
|
|
10176
11484
|
} | null;
|
|
10177
11485
|
serviceProvider: {
|
|
10178
11486
|
name: string | null;
|
|
@@ -10439,6 +11747,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10439
11747
|
manufacturer: {
|
|
10440
11748
|
resourceType: string | null;
|
|
10441
11749
|
name: string | null;
|
|
11750
|
+
active: boolean | null;
|
|
10442
11751
|
identifier: Array<{
|
|
10443
11752
|
id: string | null;
|
|
10444
11753
|
system: any | null;
|
|
@@ -10476,8 +11785,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
10476
11785
|
} | null;
|
|
10477
11786
|
} | null> | null;
|
|
10478
11787
|
telecom: Array<{
|
|
11788
|
+
id: string | null;
|
|
10479
11789
|
system: any | null;
|
|
10480
11790
|
value: string | null;
|
|
11791
|
+
use: any | null;
|
|
10481
11792
|
rank: number | null;
|
|
10482
11793
|
}> | null;
|
|
10483
11794
|
address: Array<{
|
|
@@ -10491,6 +11802,14 @@ export type GetImmunizationsQueryResults = {
|
|
|
10491
11802
|
postalCode: string | null;
|
|
10492
11803
|
country: string | null;
|
|
10493
11804
|
}> | null;
|
|
11805
|
+
type: Array<{
|
|
11806
|
+
text: string | null;
|
|
11807
|
+
coding: Array<{
|
|
11808
|
+
system: any | null;
|
|
11809
|
+
code: any | null;
|
|
11810
|
+
display: string | null;
|
|
11811
|
+
} | null> | null;
|
|
11812
|
+
}> | null;
|
|
10494
11813
|
} | null;
|
|
10495
11814
|
site: {
|
|
10496
11815
|
text: string | null;
|
|
@@ -10550,6 +11869,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10550
11869
|
alias: Array<string | null> | null;
|
|
10551
11870
|
description: string | null;
|
|
10552
11871
|
distanceInMiles: number | null;
|
|
11872
|
+
status: any | null;
|
|
10553
11873
|
identifier: Array<{
|
|
10554
11874
|
id: string | null;
|
|
10555
11875
|
system: any | null;
|
|
@@ -10579,8 +11899,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
10579
11899
|
lon: number | null;
|
|
10580
11900
|
} | null;
|
|
10581
11901
|
telecom: Array<{
|
|
11902
|
+
id: string | null;
|
|
10582
11903
|
system: any | null;
|
|
10583
11904
|
value: string | null;
|
|
11905
|
+
use: any | null;
|
|
10584
11906
|
rank: number | null;
|
|
10585
11907
|
} | null> | null;
|
|
10586
11908
|
type: Array<{
|
|
@@ -10591,6 +11913,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
10591
11913
|
display: string | null;
|
|
10592
11914
|
} | null> | null;
|
|
10593
11915
|
} | null> | null;
|
|
11916
|
+
managingOrganization: {
|
|
11917
|
+
id: string | null;
|
|
11918
|
+
reference: string | null;
|
|
11919
|
+
display: string | null;
|
|
11920
|
+
identifier: {
|
|
11921
|
+
id: string | null;
|
|
11922
|
+
system: any | null;
|
|
11923
|
+
value: string | null;
|
|
11924
|
+
type: {
|
|
11925
|
+
text: string | null;
|
|
11926
|
+
coding: Array<{
|
|
11927
|
+
system: any | null;
|
|
11928
|
+
code: any | null;
|
|
11929
|
+
display: string | null;
|
|
11930
|
+
} | null> | null;
|
|
11931
|
+
} | null;
|
|
11932
|
+
} | null;
|
|
11933
|
+
} | null;
|
|
10594
11934
|
} | null;
|
|
10595
11935
|
reasonCode: Array<{
|
|
10596
11936
|
text: string | null;
|
|
@@ -10664,6 +12004,7 @@ export type GetProceduresQueryResults = {
|
|
|
10664
12004
|
alias: Array<string | null> | null;
|
|
10665
12005
|
description: string | null;
|
|
10666
12006
|
distanceInMiles: number | null;
|
|
12007
|
+
status: any | null;
|
|
10667
12008
|
identifier: Array<{
|
|
10668
12009
|
id: string | null;
|
|
10669
12010
|
system: any | null;
|
|
@@ -10693,8 +12034,10 @@ export type GetProceduresQueryResults = {
|
|
|
10693
12034
|
lon: number | null;
|
|
10694
12035
|
} | null;
|
|
10695
12036
|
telecom: Array<{
|
|
12037
|
+
id: string | null;
|
|
10696
12038
|
system: any | null;
|
|
10697
12039
|
value: string | null;
|
|
12040
|
+
use: any | null;
|
|
10698
12041
|
rank: number | null;
|
|
10699
12042
|
} | null> | null;
|
|
10700
12043
|
type: Array<{
|
|
@@ -10705,6 +12048,24 @@ export type GetProceduresQueryResults = {
|
|
|
10705
12048
|
display: string | null;
|
|
10706
12049
|
} | null> | null;
|
|
10707
12050
|
} | null> | null;
|
|
12051
|
+
managingOrganization: {
|
|
12052
|
+
id: string | null;
|
|
12053
|
+
reference: string | null;
|
|
12054
|
+
display: string | null;
|
|
12055
|
+
identifier: {
|
|
12056
|
+
id: string | null;
|
|
12057
|
+
system: any | null;
|
|
12058
|
+
value: string | null;
|
|
12059
|
+
type: {
|
|
12060
|
+
text: string | null;
|
|
12061
|
+
coding: Array<{
|
|
12062
|
+
system: any | null;
|
|
12063
|
+
code: any | null;
|
|
12064
|
+
display: string | null;
|
|
12065
|
+
} | null> | null;
|
|
12066
|
+
} | null;
|
|
12067
|
+
} | null;
|
|
12068
|
+
} | null;
|
|
10708
12069
|
} | null;
|
|
10709
12070
|
subject: {
|
|
10710
12071
|
__typename: 'Patient';
|
|
@@ -10885,6 +12246,7 @@ export type GetProceduresQueryResults = {
|
|
|
10885
12246
|
alias: Array<string | null> | null;
|
|
10886
12247
|
description: string | null;
|
|
10887
12248
|
distanceInMiles: number | null;
|
|
12249
|
+
status: any | null;
|
|
10888
12250
|
identifier: Array<{
|
|
10889
12251
|
id: string | null;
|
|
10890
12252
|
system: any | null;
|
|
@@ -10914,8 +12276,10 @@ export type GetProceduresQueryResults = {
|
|
|
10914
12276
|
lon: number | null;
|
|
10915
12277
|
} | null;
|
|
10916
12278
|
telecom: Array<{
|
|
12279
|
+
id: string | null;
|
|
10917
12280
|
system: any | null;
|
|
10918
12281
|
value: string | null;
|
|
12282
|
+
use: any | null;
|
|
10919
12283
|
rank: number | null;
|
|
10920
12284
|
} | null> | null;
|
|
10921
12285
|
type: Array<{
|
|
@@ -10926,6 +12290,24 @@ export type GetProceduresQueryResults = {
|
|
|
10926
12290
|
display: string | null;
|
|
10927
12291
|
} | null> | null;
|
|
10928
12292
|
} | null> | null;
|
|
12293
|
+
managingOrganization: {
|
|
12294
|
+
id: string | null;
|
|
12295
|
+
reference: string | null;
|
|
12296
|
+
display: string | null;
|
|
12297
|
+
identifier: {
|
|
12298
|
+
id: string | null;
|
|
12299
|
+
system: any | null;
|
|
12300
|
+
value: string | null;
|
|
12301
|
+
type: {
|
|
12302
|
+
text: string | null;
|
|
12303
|
+
coding: Array<{
|
|
12304
|
+
system: any | null;
|
|
12305
|
+
code: any | null;
|
|
12306
|
+
display: string | null;
|
|
12307
|
+
} | null> | null;
|
|
12308
|
+
} | null;
|
|
12309
|
+
} | null;
|
|
12310
|
+
} | null;
|
|
10929
12311
|
} | null;
|
|
10930
12312
|
physicalType: {
|
|
10931
12313
|
text: string | null;
|
|
@@ -11024,6 +12406,7 @@ export type GetProceduresQueryResults = {
|
|
|
11024
12406
|
alias: Array<string | null> | null;
|
|
11025
12407
|
description: string | null;
|
|
11026
12408
|
distanceInMiles: number | null;
|
|
12409
|
+
status: any | null;
|
|
11027
12410
|
identifier: Array<{
|
|
11028
12411
|
id: string | null;
|
|
11029
12412
|
system: any | null;
|
|
@@ -11053,8 +12436,10 @@ export type GetProceduresQueryResults = {
|
|
|
11053
12436
|
lon: number | null;
|
|
11054
12437
|
} | null;
|
|
11055
12438
|
telecom: Array<{
|
|
12439
|
+
id: string | null;
|
|
11056
12440
|
system: any | null;
|
|
11057
12441
|
value: string | null;
|
|
12442
|
+
use: any | null;
|
|
11058
12443
|
rank: number | null;
|
|
11059
12444
|
} | null> | null;
|
|
11060
12445
|
type: Array<{
|
|
@@ -11065,6 +12450,24 @@ export type GetProceduresQueryResults = {
|
|
|
11065
12450
|
display: string | null;
|
|
11066
12451
|
} | null> | null;
|
|
11067
12452
|
} | null> | null;
|
|
12453
|
+
managingOrganization: {
|
|
12454
|
+
id: string | null;
|
|
12455
|
+
reference: string | null;
|
|
12456
|
+
display: string | null;
|
|
12457
|
+
identifier: {
|
|
12458
|
+
id: string | null;
|
|
12459
|
+
system: any | null;
|
|
12460
|
+
value: string | null;
|
|
12461
|
+
type: {
|
|
12462
|
+
text: string | null;
|
|
12463
|
+
coding: Array<{
|
|
12464
|
+
system: any | null;
|
|
12465
|
+
code: any | null;
|
|
12466
|
+
display: string | null;
|
|
12467
|
+
} | null> | null;
|
|
12468
|
+
} | null;
|
|
12469
|
+
} | null;
|
|
12470
|
+
} | null;
|
|
11068
12471
|
} | null;
|
|
11069
12472
|
serviceProvider: {
|
|
11070
12473
|
name: string | null;
|
|
@@ -11804,6 +13207,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
11804
13207
|
alias: Array<string | null> | null;
|
|
11805
13208
|
description: string | null;
|
|
11806
13209
|
distanceInMiles: number | null;
|
|
13210
|
+
status: any | null;
|
|
11807
13211
|
identifier: Array<{
|
|
11808
13212
|
id: string | null;
|
|
11809
13213
|
system: any | null;
|
|
@@ -11833,8 +13237,10 @@ export type GetVitalSignsQueryResults = {
|
|
|
11833
13237
|
lon: number | null;
|
|
11834
13238
|
} | null;
|
|
11835
13239
|
telecom: Array<{
|
|
13240
|
+
id: string | null;
|
|
11836
13241
|
system: any | null;
|
|
11837
13242
|
value: string | null;
|
|
13243
|
+
use: any | null;
|
|
11838
13244
|
rank: number | null;
|
|
11839
13245
|
} | null> | null;
|
|
11840
13246
|
type: Array<{
|
|
@@ -11845,6 +13251,24 @@ export type GetVitalSignsQueryResults = {
|
|
|
11845
13251
|
display: string | null;
|
|
11846
13252
|
} | null> | null;
|
|
11847
13253
|
} | null> | null;
|
|
13254
|
+
managingOrganization: {
|
|
13255
|
+
id: string | null;
|
|
13256
|
+
reference: string | null;
|
|
13257
|
+
display: string | null;
|
|
13258
|
+
identifier: {
|
|
13259
|
+
id: string | null;
|
|
13260
|
+
system: any | null;
|
|
13261
|
+
value: string | null;
|
|
13262
|
+
type: {
|
|
13263
|
+
text: string | null;
|
|
13264
|
+
coding: Array<{
|
|
13265
|
+
system: any | null;
|
|
13266
|
+
code: any | null;
|
|
13267
|
+
display: string | null;
|
|
13268
|
+
} | null> | null;
|
|
13269
|
+
} | null;
|
|
13270
|
+
} | null;
|
|
13271
|
+
} | null;
|
|
11848
13272
|
} | null;
|
|
11849
13273
|
physicalType: {
|
|
11850
13274
|
text: string | null;
|
|
@@ -11943,6 +13367,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
11943
13367
|
alias: Array<string | null> | null;
|
|
11944
13368
|
description: string | null;
|
|
11945
13369
|
distanceInMiles: number | null;
|
|
13370
|
+
status: any | null;
|
|
11946
13371
|
identifier: Array<{
|
|
11947
13372
|
id: string | null;
|
|
11948
13373
|
system: any | null;
|
|
@@ -11972,8 +13397,10 @@ export type GetVitalSignsQueryResults = {
|
|
|
11972
13397
|
lon: number | null;
|
|
11973
13398
|
} | null;
|
|
11974
13399
|
telecom: Array<{
|
|
13400
|
+
id: string | null;
|
|
11975
13401
|
system: any | null;
|
|
11976
13402
|
value: string | null;
|
|
13403
|
+
use: any | null;
|
|
11977
13404
|
rank: number | null;
|
|
11978
13405
|
} | null> | null;
|
|
11979
13406
|
type: Array<{
|
|
@@ -11984,6 +13411,24 @@ export type GetVitalSignsQueryResults = {
|
|
|
11984
13411
|
display: string | null;
|
|
11985
13412
|
} | null> | null;
|
|
11986
13413
|
} | null> | null;
|
|
13414
|
+
managingOrganization: {
|
|
13415
|
+
id: string | null;
|
|
13416
|
+
reference: string | null;
|
|
13417
|
+
display: string | null;
|
|
13418
|
+
identifier: {
|
|
13419
|
+
id: string | null;
|
|
13420
|
+
system: any | null;
|
|
13421
|
+
value: string | null;
|
|
13422
|
+
type: {
|
|
13423
|
+
text: string | null;
|
|
13424
|
+
coding: Array<{
|
|
13425
|
+
system: any | null;
|
|
13426
|
+
code: any | null;
|
|
13427
|
+
display: string | null;
|
|
13428
|
+
} | null> | null;
|
|
13429
|
+
} | null;
|
|
13430
|
+
} | null;
|
|
13431
|
+
} | null;
|
|
11987
13432
|
} | null;
|
|
11988
13433
|
serviceProvider: {
|
|
11989
13434
|
name: string | null;
|
|
@@ -12786,6 +14231,7 @@ export type GetLabsQueryResults = {
|
|
|
12786
14231
|
alias: Array<string | null> | null;
|
|
12787
14232
|
description: string | null;
|
|
12788
14233
|
distanceInMiles: number | null;
|
|
14234
|
+
status: any | null;
|
|
12789
14235
|
identifier: Array<{
|
|
12790
14236
|
id: string | null;
|
|
12791
14237
|
system: any | null;
|
|
@@ -12815,8 +14261,10 @@ export type GetLabsQueryResults = {
|
|
|
12815
14261
|
lon: number | null;
|
|
12816
14262
|
} | null;
|
|
12817
14263
|
telecom: Array<{
|
|
14264
|
+
id: string | null;
|
|
12818
14265
|
system: any | null;
|
|
12819
14266
|
value: string | null;
|
|
14267
|
+
use: any | null;
|
|
12820
14268
|
rank: number | null;
|
|
12821
14269
|
} | null> | null;
|
|
12822
14270
|
type: Array<{
|
|
@@ -12827,6 +14275,24 @@ export type GetLabsQueryResults = {
|
|
|
12827
14275
|
display: string | null;
|
|
12828
14276
|
} | null> | null;
|
|
12829
14277
|
} | null> | null;
|
|
14278
|
+
managingOrganization: {
|
|
14279
|
+
id: string | null;
|
|
14280
|
+
reference: string | null;
|
|
14281
|
+
display: string | null;
|
|
14282
|
+
identifier: {
|
|
14283
|
+
id: string | null;
|
|
14284
|
+
system: any | null;
|
|
14285
|
+
value: string | null;
|
|
14286
|
+
type: {
|
|
14287
|
+
text: string | null;
|
|
14288
|
+
coding: Array<{
|
|
14289
|
+
system: any | null;
|
|
14290
|
+
code: any | null;
|
|
14291
|
+
display: string | null;
|
|
14292
|
+
} | null> | null;
|
|
14293
|
+
} | null;
|
|
14294
|
+
} | null;
|
|
14295
|
+
} | null;
|
|
12830
14296
|
} | null;
|
|
12831
14297
|
physicalType: {
|
|
12832
14298
|
text: string | null;
|
|
@@ -12925,6 +14391,7 @@ export type GetLabsQueryResults = {
|
|
|
12925
14391
|
alias: Array<string | null> | null;
|
|
12926
14392
|
description: string | null;
|
|
12927
14393
|
distanceInMiles: number | null;
|
|
14394
|
+
status: any | null;
|
|
12928
14395
|
identifier: Array<{
|
|
12929
14396
|
id: string | null;
|
|
12930
14397
|
system: any | null;
|
|
@@ -12954,8 +14421,10 @@ export type GetLabsQueryResults = {
|
|
|
12954
14421
|
lon: number | null;
|
|
12955
14422
|
} | null;
|
|
12956
14423
|
telecom: Array<{
|
|
14424
|
+
id: string | null;
|
|
12957
14425
|
system: any | null;
|
|
12958
14426
|
value: string | null;
|
|
14427
|
+
use: any | null;
|
|
12959
14428
|
rank: number | null;
|
|
12960
14429
|
} | null> | null;
|
|
12961
14430
|
type: Array<{
|
|
@@ -12966,6 +14435,24 @@ export type GetLabsQueryResults = {
|
|
|
12966
14435
|
display: string | null;
|
|
12967
14436
|
} | null> | null;
|
|
12968
14437
|
} | null> | null;
|
|
14438
|
+
managingOrganization: {
|
|
14439
|
+
id: string | null;
|
|
14440
|
+
reference: string | null;
|
|
14441
|
+
display: string | null;
|
|
14442
|
+
identifier: {
|
|
14443
|
+
id: string | null;
|
|
14444
|
+
system: any | null;
|
|
14445
|
+
value: string | null;
|
|
14446
|
+
type: {
|
|
14447
|
+
text: string | null;
|
|
14448
|
+
coding: Array<{
|
|
14449
|
+
system: any | null;
|
|
14450
|
+
code: any | null;
|
|
14451
|
+
display: string | null;
|
|
14452
|
+
} | null> | null;
|
|
14453
|
+
} | null;
|
|
14454
|
+
} | null;
|
|
14455
|
+
} | null;
|
|
12969
14456
|
} | null;
|
|
12970
14457
|
serviceProvider: {
|
|
12971
14458
|
name: string | null;
|
|
@@ -13516,6 +15003,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13516
15003
|
alias: Array<string | null> | null;
|
|
13517
15004
|
description: string | null;
|
|
13518
15005
|
distanceInMiles: number | null;
|
|
15006
|
+
status: any | null;
|
|
13519
15007
|
identifier: Array<{
|
|
13520
15008
|
id: string | null;
|
|
13521
15009
|
system: any | null;
|
|
@@ -13545,8 +15033,10 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13545
15033
|
lon: number | null;
|
|
13546
15034
|
} | null;
|
|
13547
15035
|
telecom: Array<{
|
|
15036
|
+
id: string | null;
|
|
13548
15037
|
system: any | null;
|
|
13549
15038
|
value: string | null;
|
|
15039
|
+
use: any | null;
|
|
13550
15040
|
rank: number | null;
|
|
13551
15041
|
} | null> | null;
|
|
13552
15042
|
type: Array<{
|
|
@@ -13557,6 +15047,24 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13557
15047
|
display: string | null;
|
|
13558
15048
|
} | null> | null;
|
|
13559
15049
|
} | null> | null;
|
|
15050
|
+
managingOrganization: {
|
|
15051
|
+
id: string | null;
|
|
15052
|
+
reference: string | null;
|
|
15053
|
+
display: string | null;
|
|
15054
|
+
identifier: {
|
|
15055
|
+
id: string | null;
|
|
15056
|
+
system: any | null;
|
|
15057
|
+
value: string | null;
|
|
15058
|
+
type: {
|
|
15059
|
+
text: string | null;
|
|
15060
|
+
coding: Array<{
|
|
15061
|
+
system: any | null;
|
|
15062
|
+
code: any | null;
|
|
15063
|
+
display: string | null;
|
|
15064
|
+
} | null> | null;
|
|
15065
|
+
} | null;
|
|
15066
|
+
} | null;
|
|
15067
|
+
} | null;
|
|
13560
15068
|
} | null;
|
|
13561
15069
|
physicalType: {
|
|
13562
15070
|
text: string | null;
|
|
@@ -13655,6 +15163,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13655
15163
|
alias: Array<string | null> | null;
|
|
13656
15164
|
description: string | null;
|
|
13657
15165
|
distanceInMiles: number | null;
|
|
15166
|
+
status: any | null;
|
|
13658
15167
|
identifier: Array<{
|
|
13659
15168
|
id: string | null;
|
|
13660
15169
|
system: any | null;
|
|
@@ -13684,8 +15193,10 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13684
15193
|
lon: number | null;
|
|
13685
15194
|
} | null;
|
|
13686
15195
|
telecom: Array<{
|
|
15196
|
+
id: string | null;
|
|
13687
15197
|
system: any | null;
|
|
13688
15198
|
value: string | null;
|
|
15199
|
+
use: any | null;
|
|
13689
15200
|
rank: number | null;
|
|
13690
15201
|
} | null> | null;
|
|
13691
15202
|
type: Array<{
|
|
@@ -13696,6 +15207,24 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13696
15207
|
display: string | null;
|
|
13697
15208
|
} | null> | null;
|
|
13698
15209
|
} | null> | null;
|
|
15210
|
+
managingOrganization: {
|
|
15211
|
+
id: string | null;
|
|
15212
|
+
reference: string | null;
|
|
15213
|
+
display: string | null;
|
|
15214
|
+
identifier: {
|
|
15215
|
+
id: string | null;
|
|
15216
|
+
system: any | null;
|
|
15217
|
+
value: string | null;
|
|
15218
|
+
type: {
|
|
15219
|
+
text: string | null;
|
|
15220
|
+
coding: Array<{
|
|
15221
|
+
system: any | null;
|
|
15222
|
+
code: any | null;
|
|
15223
|
+
display: string | null;
|
|
15224
|
+
} | null> | null;
|
|
15225
|
+
} | null;
|
|
15226
|
+
} | null;
|
|
15227
|
+
} | null;
|
|
13699
15228
|
} | null;
|
|
13700
15229
|
serviceProvider: {
|
|
13701
15230
|
name: string | null;
|
|
@@ -13914,6 +15443,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13914
15443
|
alias: Array<string | null> | null;
|
|
13915
15444
|
description: string | null;
|
|
13916
15445
|
distanceInMiles: number | null;
|
|
15446
|
+
status: any | null;
|
|
13917
15447
|
identifier: Array<{
|
|
13918
15448
|
id: string | null;
|
|
13919
15449
|
system: any | null;
|
|
@@ -13943,8 +15473,10 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13943
15473
|
lon: number | null;
|
|
13944
15474
|
} | null;
|
|
13945
15475
|
telecom: Array<{
|
|
15476
|
+
id: string | null;
|
|
13946
15477
|
system: any | null;
|
|
13947
15478
|
value: string | null;
|
|
15479
|
+
use: any | null;
|
|
13948
15480
|
rank: number | null;
|
|
13949
15481
|
} | null> | null;
|
|
13950
15482
|
type: Array<{
|
|
@@ -13955,6 +15487,24 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13955
15487
|
display: string | null;
|
|
13956
15488
|
} | null> | null;
|
|
13957
15489
|
} | null> | null;
|
|
15490
|
+
managingOrganization: {
|
|
15491
|
+
id: string | null;
|
|
15492
|
+
reference: string | null;
|
|
15493
|
+
display: string | null;
|
|
15494
|
+
identifier: {
|
|
15495
|
+
id: string | null;
|
|
15496
|
+
system: any | null;
|
|
15497
|
+
value: string | null;
|
|
15498
|
+
type: {
|
|
15499
|
+
text: string | null;
|
|
15500
|
+
coding: Array<{
|
|
15501
|
+
system: any | null;
|
|
15502
|
+
code: any | null;
|
|
15503
|
+
display: string | null;
|
|
15504
|
+
} | null> | null;
|
|
15505
|
+
} | null;
|
|
15506
|
+
} | null;
|
|
15507
|
+
} | null;
|
|
13958
15508
|
} | null;
|
|
13959
15509
|
dosageInstruction: Array<{
|
|
13960
15510
|
id: string | null;
|
|
@@ -14199,6 +15749,11 @@ export type GetMedicationGroupsQueryResults = {
|
|
|
14199
15749
|
sourceDisplay: Array<string | null> | null;
|
|
14200
15750
|
references: Array<string | null> | null;
|
|
14201
15751
|
authoredOn: any | null;
|
|
15752
|
+
prescriber: string | null;
|
|
15753
|
+
lastFilled: any | null;
|
|
15754
|
+
prescriberInstruction: string | null;
|
|
15755
|
+
pharmacyInstruction: string | null;
|
|
15756
|
+
pharmacyName: string | null;
|
|
14202
15757
|
coding: {
|
|
14203
15758
|
system: any | null;
|
|
14204
15759
|
code: any | null;
|
|
@@ -14208,6 +15763,183 @@ export type GetMedicationGroupsQueryResults = {
|
|
|
14208
15763
|
code: any | null;
|
|
14209
15764
|
display: string | null;
|
|
14210
15765
|
} | null;
|
|
15766
|
+
lastEncounter: {
|
|
15767
|
+
reference: string | null;
|
|
15768
|
+
} | null;
|
|
15769
|
+
refillsRemaining: {
|
|
15770
|
+
valueString: string | null;
|
|
15771
|
+
valueBoolean: boolean | null;
|
|
15772
|
+
valueInteger: number | null;
|
|
15773
|
+
valueTime: string | null;
|
|
15774
|
+
valueDateTime: any | null;
|
|
15775
|
+
valueQuantity: {
|
|
15776
|
+
value: number | null;
|
|
15777
|
+
unit: string | null;
|
|
15778
|
+
code: any | null;
|
|
15779
|
+
comparator: any | null;
|
|
15780
|
+
system: any | null;
|
|
15781
|
+
} | null;
|
|
15782
|
+
valueCodeableConcept: {
|
|
15783
|
+
text: string | null;
|
|
15784
|
+
coding: Array<{
|
|
15785
|
+
system: any | null;
|
|
15786
|
+
code: any | null;
|
|
15787
|
+
display: string | null;
|
|
15788
|
+
} | null> | null;
|
|
15789
|
+
} | null;
|
|
15790
|
+
valueRatio: {
|
|
15791
|
+
numerator: {
|
|
15792
|
+
value: number | null;
|
|
15793
|
+
unit: string | null;
|
|
15794
|
+
code: any | null;
|
|
15795
|
+
comparator: any | null;
|
|
15796
|
+
system: any | null;
|
|
15797
|
+
} | null;
|
|
15798
|
+
denominator: {
|
|
15799
|
+
value: number | null;
|
|
15800
|
+
unit: string | null;
|
|
15801
|
+
code: any | null;
|
|
15802
|
+
comparator: any | null;
|
|
15803
|
+
system: any | null;
|
|
15804
|
+
} | null;
|
|
15805
|
+
} | null;
|
|
15806
|
+
valueRange: {
|
|
15807
|
+
low: {
|
|
15808
|
+
value: number | null;
|
|
15809
|
+
unit: string | null;
|
|
15810
|
+
code: any | null;
|
|
15811
|
+
comparator: any | null;
|
|
15812
|
+
system: any | null;
|
|
15813
|
+
} | null;
|
|
15814
|
+
high: {
|
|
15815
|
+
value: number | null;
|
|
15816
|
+
unit: string | null;
|
|
15817
|
+
code: any | null;
|
|
15818
|
+
comparator: any | null;
|
|
15819
|
+
system: any | null;
|
|
15820
|
+
} | null;
|
|
15821
|
+
} | null;
|
|
15822
|
+
valuePeriod: {
|
|
15823
|
+
start: any | null;
|
|
15824
|
+
end: any | null;
|
|
15825
|
+
} | null;
|
|
15826
|
+
} | null;
|
|
15827
|
+
totalRefills: {
|
|
15828
|
+
valueString: string | null;
|
|
15829
|
+
valueBoolean: boolean | null;
|
|
15830
|
+
valueInteger: number | null;
|
|
15831
|
+
valueTime: string | null;
|
|
15832
|
+
valueDateTime: any | null;
|
|
15833
|
+
valueQuantity: {
|
|
15834
|
+
value: number | null;
|
|
15835
|
+
unit: string | null;
|
|
15836
|
+
code: any | null;
|
|
15837
|
+
comparator: any | null;
|
|
15838
|
+
system: any | null;
|
|
15839
|
+
} | null;
|
|
15840
|
+
valueCodeableConcept: {
|
|
15841
|
+
text: string | null;
|
|
15842
|
+
coding: Array<{
|
|
15843
|
+
system: any | null;
|
|
15844
|
+
code: any | null;
|
|
15845
|
+
display: string | null;
|
|
15846
|
+
} | null> | null;
|
|
15847
|
+
} | null;
|
|
15848
|
+
valueRatio: {
|
|
15849
|
+
numerator: {
|
|
15850
|
+
value: number | null;
|
|
15851
|
+
unit: string | null;
|
|
15852
|
+
code: any | null;
|
|
15853
|
+
comparator: any | null;
|
|
15854
|
+
system: any | null;
|
|
15855
|
+
} | null;
|
|
15856
|
+
denominator: {
|
|
15857
|
+
value: number | null;
|
|
15858
|
+
unit: string | null;
|
|
15859
|
+
code: any | null;
|
|
15860
|
+
comparator: any | null;
|
|
15861
|
+
system: any | null;
|
|
15862
|
+
} | null;
|
|
15863
|
+
} | null;
|
|
15864
|
+
valueRange: {
|
|
15865
|
+
low: {
|
|
15866
|
+
value: number | null;
|
|
15867
|
+
unit: string | null;
|
|
15868
|
+
code: any | null;
|
|
15869
|
+
comparator: any | null;
|
|
15870
|
+
system: any | null;
|
|
15871
|
+
} | null;
|
|
15872
|
+
high: {
|
|
15873
|
+
value: number | null;
|
|
15874
|
+
unit: string | null;
|
|
15875
|
+
code: any | null;
|
|
15876
|
+
comparator: any | null;
|
|
15877
|
+
system: any | null;
|
|
15878
|
+
} | null;
|
|
15879
|
+
} | null;
|
|
15880
|
+
valuePeriod: {
|
|
15881
|
+
start: any | null;
|
|
15882
|
+
end: any | null;
|
|
15883
|
+
} | null;
|
|
15884
|
+
} | null;
|
|
15885
|
+
daysOfSupply: {
|
|
15886
|
+
valueString: string | null;
|
|
15887
|
+
valueBoolean: boolean | null;
|
|
15888
|
+
valueInteger: number | null;
|
|
15889
|
+
valueTime: string | null;
|
|
15890
|
+
valueDateTime: any | null;
|
|
15891
|
+
valueQuantity: {
|
|
15892
|
+
value: number | null;
|
|
15893
|
+
unit: string | null;
|
|
15894
|
+
code: any | null;
|
|
15895
|
+
comparator: any | null;
|
|
15896
|
+
system: any | null;
|
|
15897
|
+
} | null;
|
|
15898
|
+
valueCodeableConcept: {
|
|
15899
|
+
text: string | null;
|
|
15900
|
+
coding: Array<{
|
|
15901
|
+
system: any | null;
|
|
15902
|
+
code: any | null;
|
|
15903
|
+
display: string | null;
|
|
15904
|
+
} | null> | null;
|
|
15905
|
+
} | null;
|
|
15906
|
+
valueRatio: {
|
|
15907
|
+
numerator: {
|
|
15908
|
+
value: number | null;
|
|
15909
|
+
unit: string | null;
|
|
15910
|
+
code: any | null;
|
|
15911
|
+
comparator: any | null;
|
|
15912
|
+
system: any | null;
|
|
15913
|
+
} | null;
|
|
15914
|
+
denominator: {
|
|
15915
|
+
value: number | null;
|
|
15916
|
+
unit: string | null;
|
|
15917
|
+
code: any | null;
|
|
15918
|
+
comparator: any | null;
|
|
15919
|
+
system: any | null;
|
|
15920
|
+
} | null;
|
|
15921
|
+
} | null;
|
|
15922
|
+
valueRange: {
|
|
15923
|
+
low: {
|
|
15924
|
+
value: number | null;
|
|
15925
|
+
unit: string | null;
|
|
15926
|
+
code: any | null;
|
|
15927
|
+
comparator: any | null;
|
|
15928
|
+
system: any | null;
|
|
15929
|
+
} | null;
|
|
15930
|
+
high: {
|
|
15931
|
+
value: number | null;
|
|
15932
|
+
unit: string | null;
|
|
15933
|
+
code: any | null;
|
|
15934
|
+
comparator: any | null;
|
|
15935
|
+
system: any | null;
|
|
15936
|
+
} | null;
|
|
15937
|
+
} | null;
|
|
15938
|
+
valuePeriod: {
|
|
15939
|
+
start: any | null;
|
|
15940
|
+
end: any | null;
|
|
15941
|
+
} | null;
|
|
15942
|
+
} | null;
|
|
14211
15943
|
}>;
|
|
14212
15944
|
};
|
|
14213
15945
|
};
|
|
@@ -14582,6 +16314,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14582
16314
|
alias: Array<string | null> | null;
|
|
14583
16315
|
description: string | null;
|
|
14584
16316
|
distanceInMiles: number | null;
|
|
16317
|
+
status: any | null;
|
|
14585
16318
|
identifier: Array<{
|
|
14586
16319
|
id: string | null;
|
|
14587
16320
|
system: any | null;
|
|
@@ -14611,8 +16344,10 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14611
16344
|
lon: number | null;
|
|
14612
16345
|
} | null;
|
|
14613
16346
|
telecom: Array<{
|
|
16347
|
+
id: string | null;
|
|
14614
16348
|
system: any | null;
|
|
14615
16349
|
value: string | null;
|
|
16350
|
+
use: any | null;
|
|
14616
16351
|
rank: number | null;
|
|
14617
16352
|
} | null> | null;
|
|
14618
16353
|
type: Array<{
|
|
@@ -14623,6 +16358,24 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14623
16358
|
display: string | null;
|
|
14624
16359
|
} | null> | null;
|
|
14625
16360
|
} | null> | null;
|
|
16361
|
+
managingOrganization: {
|
|
16362
|
+
id: string | null;
|
|
16363
|
+
reference: string | null;
|
|
16364
|
+
display: string | null;
|
|
16365
|
+
identifier: {
|
|
16366
|
+
id: string | null;
|
|
16367
|
+
system: any | null;
|
|
16368
|
+
value: string | null;
|
|
16369
|
+
type: {
|
|
16370
|
+
text: string | null;
|
|
16371
|
+
coding: Array<{
|
|
16372
|
+
system: any | null;
|
|
16373
|
+
code: any | null;
|
|
16374
|
+
display: string | null;
|
|
16375
|
+
} | null> | null;
|
|
16376
|
+
} | null;
|
|
16377
|
+
} | null;
|
|
16378
|
+
} | null;
|
|
14626
16379
|
} | null;
|
|
14627
16380
|
physicalType: {
|
|
14628
16381
|
text: string | null;
|
|
@@ -14721,6 +16474,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14721
16474
|
alias: Array<string | null> | null;
|
|
14722
16475
|
description: string | null;
|
|
14723
16476
|
distanceInMiles: number | null;
|
|
16477
|
+
status: any | null;
|
|
14724
16478
|
identifier: Array<{
|
|
14725
16479
|
id: string | null;
|
|
14726
16480
|
system: any | null;
|
|
@@ -14750,8 +16504,10 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14750
16504
|
lon: number | null;
|
|
14751
16505
|
} | null;
|
|
14752
16506
|
telecom: Array<{
|
|
16507
|
+
id: string | null;
|
|
14753
16508
|
system: any | null;
|
|
14754
16509
|
value: string | null;
|
|
16510
|
+
use: any | null;
|
|
14755
16511
|
rank: number | null;
|
|
14756
16512
|
} | null> | null;
|
|
14757
16513
|
type: Array<{
|
|
@@ -14762,6 +16518,24 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14762
16518
|
display: string | null;
|
|
14763
16519
|
} | null> | null;
|
|
14764
16520
|
} | null> | null;
|
|
16521
|
+
managingOrganization: {
|
|
16522
|
+
id: string | null;
|
|
16523
|
+
reference: string | null;
|
|
16524
|
+
display: string | null;
|
|
16525
|
+
identifier: {
|
|
16526
|
+
id: string | null;
|
|
16527
|
+
system: any | null;
|
|
16528
|
+
value: string | null;
|
|
16529
|
+
type: {
|
|
16530
|
+
text: string | null;
|
|
16531
|
+
coding: Array<{
|
|
16532
|
+
system: any | null;
|
|
16533
|
+
code: any | null;
|
|
16534
|
+
display: string | null;
|
|
16535
|
+
} | null> | null;
|
|
16536
|
+
} | null;
|
|
16537
|
+
} | null;
|
|
16538
|
+
} | null;
|
|
14765
16539
|
} | null;
|
|
14766
16540
|
serviceProvider: {
|
|
14767
16541
|
name: string | null;
|