@icanbwell/bwell-sdk-ts 1.39.0-rc.1758214720 → 1.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/graphql/operations/index.d.ts +19 -24
- package/dist/graphql/operations/index.js +54 -170
- package/dist/graphql/operations/types.d.ts +159 -1743
- package/package.json +1 -1
|
@@ -431,7 +431,6 @@ export type ReactionFieldsFragment = {
|
|
|
431
431
|
alias: Array<string | null> | null;
|
|
432
432
|
description: string | null;
|
|
433
433
|
distanceInMiles: number | null;
|
|
434
|
-
status: any | null;
|
|
435
434
|
identifier: Array<{
|
|
436
435
|
id: string | null;
|
|
437
436
|
system: any | null;
|
|
@@ -461,10 +460,8 @@ export type ReactionFieldsFragment = {
|
|
|
461
460
|
lon: number | null;
|
|
462
461
|
} | null;
|
|
463
462
|
telecom: Array<{
|
|
464
|
-
id: string | null;
|
|
465
463
|
system: any | null;
|
|
466
464
|
value: string | null;
|
|
467
|
-
use: any | null;
|
|
468
465
|
rank: number | null;
|
|
469
466
|
} | null> | null;
|
|
470
467
|
type: Array<{
|
|
@@ -475,24 +472,6 @@ export type ReactionFieldsFragment = {
|
|
|
475
472
|
display: string | null;
|
|
476
473
|
} | null> | null;
|
|
477
474
|
} | 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;
|
|
496
475
|
} | null;
|
|
497
476
|
physicalType: {
|
|
498
477
|
text: string | null;
|
|
@@ -591,7 +570,6 @@ export type ReactionFieldsFragment = {
|
|
|
591
570
|
alias: Array<string | null> | null;
|
|
592
571
|
description: string | null;
|
|
593
572
|
distanceInMiles: number | null;
|
|
594
|
-
status: any | null;
|
|
595
573
|
identifier: Array<{
|
|
596
574
|
id: string | null;
|
|
597
575
|
system: any | null;
|
|
@@ -621,10 +599,8 @@ export type ReactionFieldsFragment = {
|
|
|
621
599
|
lon: number | null;
|
|
622
600
|
} | null;
|
|
623
601
|
telecom: Array<{
|
|
624
|
-
id: string | null;
|
|
625
602
|
system: any | null;
|
|
626
603
|
value: string | null;
|
|
627
|
-
use: any | null;
|
|
628
604
|
rank: number | null;
|
|
629
605
|
} | null> | null;
|
|
630
606
|
type: Array<{
|
|
@@ -635,24 +611,6 @@ export type ReactionFieldsFragment = {
|
|
|
635
611
|
display: string | null;
|
|
636
612
|
} | null> | null;
|
|
637
613
|
} | 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;
|
|
656
614
|
} | null;
|
|
657
615
|
serviceProvider: {
|
|
658
616
|
name: string | null;
|
|
@@ -1209,7 +1167,6 @@ export type ObservationFieldsFragment = {
|
|
|
1209
1167
|
alias: Array<string | null> | null;
|
|
1210
1168
|
description: string | null;
|
|
1211
1169
|
distanceInMiles: number | null;
|
|
1212
|
-
status: any | null;
|
|
1213
1170
|
identifier: Array<{
|
|
1214
1171
|
id: string | null;
|
|
1215
1172
|
system: any | null;
|
|
@@ -1239,10 +1196,8 @@ export type ObservationFieldsFragment = {
|
|
|
1239
1196
|
lon: number | null;
|
|
1240
1197
|
} | null;
|
|
1241
1198
|
telecom: Array<{
|
|
1242
|
-
id: string | null;
|
|
1243
1199
|
system: any | null;
|
|
1244
1200
|
value: string | null;
|
|
1245
|
-
use: any | null;
|
|
1246
1201
|
rank: number | null;
|
|
1247
1202
|
} | null> | null;
|
|
1248
1203
|
type: Array<{
|
|
@@ -1253,24 +1208,6 @@ export type ObservationFieldsFragment = {
|
|
|
1253
1208
|
display: string | null;
|
|
1254
1209
|
} | null> | null;
|
|
1255
1210
|
} | 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;
|
|
1274
1211
|
} | null;
|
|
1275
1212
|
physicalType: {
|
|
1276
1213
|
text: string | null;
|
|
@@ -1369,7 +1306,6 @@ export type ObservationFieldsFragment = {
|
|
|
1369
1306
|
alias: Array<string | null> | null;
|
|
1370
1307
|
description: string | null;
|
|
1371
1308
|
distanceInMiles: number | null;
|
|
1372
|
-
status: any | null;
|
|
1373
1309
|
identifier: Array<{
|
|
1374
1310
|
id: string | null;
|
|
1375
1311
|
system: any | null;
|
|
@@ -1399,10 +1335,8 @@ export type ObservationFieldsFragment = {
|
|
|
1399
1335
|
lon: number | null;
|
|
1400
1336
|
} | null;
|
|
1401
1337
|
telecom: Array<{
|
|
1402
|
-
id: string | null;
|
|
1403
1338
|
system: any | null;
|
|
1404
1339
|
value: string | null;
|
|
1405
|
-
use: any | null;
|
|
1406
1340
|
rank: number | null;
|
|
1407
1341
|
} | null> | null;
|
|
1408
1342
|
type: Array<{
|
|
@@ -1413,24 +1347,6 @@ export type ObservationFieldsFragment = {
|
|
|
1413
1347
|
display: string | null;
|
|
1414
1348
|
} | null> | null;
|
|
1415
1349
|
} | 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;
|
|
1434
1350
|
} | null;
|
|
1435
1351
|
serviceProvider: {
|
|
1436
1352
|
name: string | null;
|
|
@@ -1951,7 +1867,6 @@ export type EncounterFieldsFragment = {
|
|
|
1951
1867
|
alias: Array<string | null> | null;
|
|
1952
1868
|
description: string | null;
|
|
1953
1869
|
distanceInMiles: number | null;
|
|
1954
|
-
status: any | null;
|
|
1955
1870
|
identifier: Array<{
|
|
1956
1871
|
id: string | null;
|
|
1957
1872
|
system: any | null;
|
|
@@ -1981,10 +1896,8 @@ export type EncounterFieldsFragment = {
|
|
|
1981
1896
|
lon: number | null;
|
|
1982
1897
|
} | null;
|
|
1983
1898
|
telecom: Array<{
|
|
1984
|
-
id: string | null;
|
|
1985
1899
|
system: any | null;
|
|
1986
1900
|
value: string | null;
|
|
1987
|
-
use: any | null;
|
|
1988
1901
|
rank: number | null;
|
|
1989
1902
|
} | null> | null;
|
|
1990
1903
|
type: Array<{
|
|
@@ -1995,24 +1908,6 @@ export type EncounterFieldsFragment = {
|
|
|
1995
1908
|
display: string | null;
|
|
1996
1909
|
} | null> | null;
|
|
1997
1910
|
} | 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;
|
|
2016
1911
|
} | null;
|
|
2017
1912
|
physicalType: {
|
|
2018
1913
|
text: string | null;
|
|
@@ -2111,7 +2006,6 @@ export type EncounterFieldsFragment = {
|
|
|
2111
2006
|
alias: Array<string | null> | null;
|
|
2112
2007
|
description: string | null;
|
|
2113
2008
|
distanceInMiles: number | null;
|
|
2114
|
-
status: any | null;
|
|
2115
2009
|
identifier: Array<{
|
|
2116
2010
|
id: string | null;
|
|
2117
2011
|
system: any | null;
|
|
@@ -2141,10 +2035,8 @@ export type EncounterFieldsFragment = {
|
|
|
2141
2035
|
lon: number | null;
|
|
2142
2036
|
} | null;
|
|
2143
2037
|
telecom: Array<{
|
|
2144
|
-
id: string | null;
|
|
2145
2038
|
system: any | null;
|
|
2146
2039
|
value: string | null;
|
|
2147
|
-
use: any | null;
|
|
2148
2040
|
rank: number | null;
|
|
2149
2041
|
} | null> | null;
|
|
2150
2042
|
type: Array<{
|
|
@@ -2155,24 +2047,6 @@ export type EncounterFieldsFragment = {
|
|
|
2155
2047
|
display: string | null;
|
|
2156
2048
|
} | null> | null;
|
|
2157
2049
|
} | 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;
|
|
2176
2050
|
} | null;
|
|
2177
2051
|
serviceProvider: {
|
|
2178
2052
|
name: string | null;
|
|
@@ -2339,7 +2213,6 @@ export type LocationFieldsFragment = {
|
|
|
2339
2213
|
alias: Array<string | null> | null;
|
|
2340
2214
|
description: string | null;
|
|
2341
2215
|
distanceInMiles: number | null;
|
|
2342
|
-
status: any | null;
|
|
2343
2216
|
identifier: Array<{
|
|
2344
2217
|
id: string | null;
|
|
2345
2218
|
system: any | null;
|
|
@@ -2369,10 +2242,8 @@ export type LocationFieldsFragment = {
|
|
|
2369
2242
|
lon: number | null;
|
|
2370
2243
|
} | null;
|
|
2371
2244
|
telecom: Array<{
|
|
2372
|
-
id: string | null;
|
|
2373
2245
|
system: any | null;
|
|
2374
2246
|
value: string | null;
|
|
2375
|
-
use: any | null;
|
|
2376
2247
|
rank: number | null;
|
|
2377
2248
|
} | null> | null;
|
|
2378
2249
|
type: Array<{
|
|
@@ -2383,24 +2254,6 @@ export type LocationFieldsFragment = {
|
|
|
2383
2254
|
display: string | null;
|
|
2384
2255
|
} | null> | null;
|
|
2385
2256
|
} | 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;
|
|
2404
2257
|
};
|
|
2405
2258
|
export type AddressFieldsFragment = {
|
|
2406
2259
|
use: any | null;
|
|
@@ -2413,31 +2266,6 @@ export type AddressFieldsFragment = {
|
|
|
2413
2266
|
postalCode: string | null;
|
|
2414
2267
|
country: string | null;
|
|
2415
2268
|
};
|
|
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
|
-
};
|
|
2441
2269
|
export type ParticipantFieldsFragment = {
|
|
2442
2270
|
individual: {
|
|
2443
2271
|
id: string | null;
|
|
@@ -3096,719 +2924,49 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
3096
2924
|
}> | null;
|
|
3097
2925
|
} | {
|
|
3098
2926
|
__typename: 'PractitionerRole';
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
2927
|
+
} | {
|
|
2928
|
+
__typename: 'RelatedPerson';
|
|
2929
|
+
} | {
|
|
2930
|
+
__typename: 'ResourceReference';
|
|
2931
|
+
} | null;
|
|
2932
|
+
};
|
|
2933
|
+
export type DocumentReferenceFieldsFragment = {
|
|
2934
|
+
id: string | null;
|
|
2935
|
+
resourceType: string | null;
|
|
2936
|
+
language: string | null;
|
|
2937
|
+
status: string | null;
|
|
2938
|
+
date: any | null;
|
|
2939
|
+
description: string | null;
|
|
2940
|
+
meta: {
|
|
2941
|
+
versionId: string | null;
|
|
2942
|
+
lastUpdated: any | null;
|
|
2943
|
+
source: any | null;
|
|
2944
|
+
security: Array<{
|
|
3104
2945
|
system: any | null;
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
id: string | null;
|
|
2946
|
+
code: any | null;
|
|
2947
|
+
display: string | null;
|
|
2948
|
+
} | null> | null;
|
|
2949
|
+
tag: Array<{
|
|
2950
|
+
system: any | null;
|
|
2951
|
+
code: any | null;
|
|
2952
|
+
display: string | null;
|
|
2953
|
+
} | null> | null;
|
|
2954
|
+
} | null;
|
|
2955
|
+
text: {
|
|
2956
|
+
div: string;
|
|
2957
|
+
status: string | null;
|
|
2958
|
+
} | null;
|
|
2959
|
+
identifier: Array<{
|
|
2960
|
+
id: string | null;
|
|
2961
|
+
system: any | null;
|
|
2962
|
+
value: string | null;
|
|
2963
|
+
type: {
|
|
2964
|
+
text: string | null;
|
|
2965
|
+
coding: Array<{
|
|
3126
2966
|
system: any | null;
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
coding: Array<{
|
|
3131
|
-
system: any | null;
|
|
3132
|
-
code: any | null;
|
|
3133
|
-
display: string | null;
|
|
3134
|
-
} | null> | null;
|
|
3135
|
-
} | null;
|
|
3136
|
-
}> | null;
|
|
3137
|
-
} | null;
|
|
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;
|
|
3204
|
-
} | null;
|
|
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<{
|
|
3506
|
-
system: any | null;
|
|
3507
|
-
code: any | null;
|
|
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;
|
|
3540
|
-
} | null;
|
|
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;
|
|
3562
|
-
reference: string | null;
|
|
3563
|
-
display: string | null;
|
|
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;
|
|
3577
|
-
} | null;
|
|
3578
|
-
} | null;
|
|
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;
|
|
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;
|
|
3609
|
-
period: {
|
|
3610
|
-
start: any | null;
|
|
3611
|
-
end: any | null;
|
|
3612
|
-
} | null;
|
|
3613
|
-
};
|
|
3614
|
-
export type OrganizationFieldsFragment = {
|
|
3615
|
-
resourceType: string | null;
|
|
3616
|
-
name: string | null;
|
|
3617
|
-
active: boolean | null;
|
|
3618
|
-
identifier: Array<{
|
|
3619
|
-
id: string | null;
|
|
3620
|
-
system: any | null;
|
|
3621
|
-
value: string | null;
|
|
3622
|
-
type: {
|
|
3623
|
-
text: string | null;
|
|
3624
|
-
coding: Array<{
|
|
3625
|
-
system: any | null;
|
|
3626
|
-
code: any | null;
|
|
3627
|
-
display: string | null;
|
|
3628
|
-
} | null> | null;
|
|
3629
|
-
} | null;
|
|
3630
|
-
}> | null;
|
|
3631
|
-
endpoint: Array<{
|
|
3632
|
-
name: string | null;
|
|
3633
|
-
status: Types.EndpointStatus | null;
|
|
3634
|
-
address: string | null;
|
|
3635
|
-
identifier: Array<{
|
|
3636
|
-
id: string | null;
|
|
3637
|
-
system: any | null;
|
|
3638
|
-
value: string | null;
|
|
3639
|
-
type: {
|
|
3640
|
-
text: string | null;
|
|
3641
|
-
coding: Array<{
|
|
3642
|
-
system: any | null;
|
|
3643
|
-
code: any | null;
|
|
3644
|
-
display: string | null;
|
|
3645
|
-
} | null> | null;
|
|
3646
|
-
} | null;
|
|
3647
|
-
} | null> | null;
|
|
3648
|
-
connectionType: {
|
|
3649
|
-
system: any | null;
|
|
3650
|
-
code: any | null;
|
|
3651
|
-
display: string | null;
|
|
3652
|
-
} | null;
|
|
3653
|
-
} | null> | null;
|
|
3654
|
-
telecom: Array<{
|
|
3655
|
-
id: string | null;
|
|
3656
|
-
system: any | null;
|
|
3657
|
-
value: string | null;
|
|
3658
|
-
use: any | null;
|
|
3659
|
-
rank: number | null;
|
|
3660
|
-
}> | null;
|
|
3661
|
-
address: Array<{
|
|
3662
|
-
use: any | null;
|
|
3663
|
-
type: any | null;
|
|
3664
|
-
text: string | null;
|
|
3665
|
-
line: Array<string | null> | null;
|
|
3666
|
-
city: string | null;
|
|
3667
|
-
district: string | null;
|
|
3668
|
-
state: string | null;
|
|
3669
|
-
postalCode: string | null;
|
|
3670
|
-
country: string | null;
|
|
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;
|
|
3680
|
-
};
|
|
3681
|
-
export type EndpointFieldsFragment = {
|
|
3682
|
-
name: string | null;
|
|
3683
|
-
status: Types.EndpointStatus | null;
|
|
3684
|
-
address: string | null;
|
|
3685
|
-
identifier: Array<{
|
|
3686
|
-
id: string | null;
|
|
3687
|
-
system: any | null;
|
|
3688
|
-
value: string | null;
|
|
3689
|
-
type: {
|
|
3690
|
-
text: string | null;
|
|
3691
|
-
coding: Array<{
|
|
3692
|
-
system: any | null;
|
|
3693
|
-
code: any | null;
|
|
3694
|
-
display: string | null;
|
|
3695
|
-
} | null> | null;
|
|
3696
|
-
} | null;
|
|
3697
|
-
} | null> | 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;
|
|
2967
|
+
code: any | null;
|
|
2968
|
+
display: string | null;
|
|
2969
|
+
} | null> | null;
|
|
3812
2970
|
} | null;
|
|
3813
2971
|
} | null> | null;
|
|
3814
2972
|
subject: {
|
|
@@ -3873,6 +3031,85 @@ export type ProtocolAppliedFieldsFragment = {
|
|
|
3873
3031
|
doseNumberString: string | null;
|
|
3874
3032
|
doseNumberPositiveInt: number | null;
|
|
3875
3033
|
};
|
|
3034
|
+
export type OrganizationFieldsFragment = {
|
|
3035
|
+
resourceType: string | null;
|
|
3036
|
+
name: string | null;
|
|
3037
|
+
identifier: Array<{
|
|
3038
|
+
id: string | null;
|
|
3039
|
+
system: any | null;
|
|
3040
|
+
value: string | null;
|
|
3041
|
+
type: {
|
|
3042
|
+
text: string | null;
|
|
3043
|
+
coding: Array<{
|
|
3044
|
+
system: any | null;
|
|
3045
|
+
code: any | null;
|
|
3046
|
+
display: string | null;
|
|
3047
|
+
} | null> | null;
|
|
3048
|
+
} | null;
|
|
3049
|
+
}> | null;
|
|
3050
|
+
endpoint: Array<{
|
|
3051
|
+
name: string | null;
|
|
3052
|
+
status: Types.EndpointStatus | null;
|
|
3053
|
+
address: string | null;
|
|
3054
|
+
identifier: Array<{
|
|
3055
|
+
id: string | null;
|
|
3056
|
+
system: any | null;
|
|
3057
|
+
value: string | null;
|
|
3058
|
+
type: {
|
|
3059
|
+
text: string | null;
|
|
3060
|
+
coding: Array<{
|
|
3061
|
+
system: any | null;
|
|
3062
|
+
code: any | null;
|
|
3063
|
+
display: string | null;
|
|
3064
|
+
} | null> | null;
|
|
3065
|
+
} | null;
|
|
3066
|
+
} | null> | null;
|
|
3067
|
+
connectionType: {
|
|
3068
|
+
system: any | null;
|
|
3069
|
+
code: any | null;
|
|
3070
|
+
display: string | null;
|
|
3071
|
+
} | null;
|
|
3072
|
+
} | null> | null;
|
|
3073
|
+
telecom: Array<{
|
|
3074
|
+
system: any | null;
|
|
3075
|
+
value: string | null;
|
|
3076
|
+
rank: number | null;
|
|
3077
|
+
}> | null;
|
|
3078
|
+
address: Array<{
|
|
3079
|
+
use: any | null;
|
|
3080
|
+
type: any | null;
|
|
3081
|
+
text: string | null;
|
|
3082
|
+
line: Array<string | null> | null;
|
|
3083
|
+
city: string | null;
|
|
3084
|
+
district: string | null;
|
|
3085
|
+
state: string | null;
|
|
3086
|
+
postalCode: string | null;
|
|
3087
|
+
country: string | null;
|
|
3088
|
+
}> | null;
|
|
3089
|
+
};
|
|
3090
|
+
export type EndpointFieldsFragment = {
|
|
3091
|
+
name: string | null;
|
|
3092
|
+
status: Types.EndpointStatus | null;
|
|
3093
|
+
address: string | null;
|
|
3094
|
+
identifier: Array<{
|
|
3095
|
+
id: string | null;
|
|
3096
|
+
system: any | null;
|
|
3097
|
+
value: string | null;
|
|
3098
|
+
type: {
|
|
3099
|
+
text: string | null;
|
|
3100
|
+
coding: Array<{
|
|
3101
|
+
system: any | null;
|
|
3102
|
+
code: any | null;
|
|
3103
|
+
display: string | null;
|
|
3104
|
+
} | null> | null;
|
|
3105
|
+
} | null;
|
|
3106
|
+
} | null> | null;
|
|
3107
|
+
connectionType: {
|
|
3108
|
+
system: any | null;
|
|
3109
|
+
code: any | null;
|
|
3110
|
+
display: string | null;
|
|
3111
|
+
} | null;
|
|
3112
|
+
};
|
|
3876
3113
|
export type AsserterFields_Patient_Fragment = {
|
|
3877
3114
|
__typename: 'Patient';
|
|
3878
3115
|
name: Array<{
|
|
@@ -7567,7 +6804,6 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7567
6804
|
alias: Array<string | null> | null;
|
|
7568
6805
|
description: string | null;
|
|
7569
6806
|
distanceInMiles: number | null;
|
|
7570
|
-
status: any | null;
|
|
7571
6807
|
identifier: Array<{
|
|
7572
6808
|
id: string | null;
|
|
7573
6809
|
system: any | null;
|
|
@@ -7597,10 +6833,8 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7597
6833
|
lon: number | null;
|
|
7598
6834
|
} | null;
|
|
7599
6835
|
telecom: Array<{
|
|
7600
|
-
id: string | null;
|
|
7601
6836
|
system: any | null;
|
|
7602
6837
|
value: string | null;
|
|
7603
|
-
use: any | null;
|
|
7604
6838
|
rank: number | null;
|
|
7605
6839
|
} | null> | null;
|
|
7606
6840
|
type: Array<{
|
|
@@ -7611,24 +6845,6 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7611
6845
|
display: string | null;
|
|
7612
6846
|
} | null> | null;
|
|
7613
6847
|
} | 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;
|
|
7632
6848
|
} | null;
|
|
7633
6849
|
physicalType: {
|
|
7634
6850
|
text: string | null;
|
|
@@ -7727,7 +6943,6 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7727
6943
|
alias: Array<string | null> | null;
|
|
7728
6944
|
description: string | null;
|
|
7729
6945
|
distanceInMiles: number | null;
|
|
7730
|
-
status: any | null;
|
|
7731
6946
|
identifier: Array<{
|
|
7732
6947
|
id: string | null;
|
|
7733
6948
|
system: any | null;
|
|
@@ -7757,10 +6972,8 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7757
6972
|
lon: number | null;
|
|
7758
6973
|
} | null;
|
|
7759
6974
|
telecom: Array<{
|
|
7760
|
-
id: string | null;
|
|
7761
6975
|
system: any | null;
|
|
7762
6976
|
value: string | null;
|
|
7763
|
-
use: any | null;
|
|
7764
6977
|
rank: number | null;
|
|
7765
6978
|
} | null> | null;
|
|
7766
6979
|
type: Array<{
|
|
@@ -7771,24 +6984,6 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7771
6984
|
display: string | null;
|
|
7772
6985
|
} | null> | null;
|
|
7773
6986
|
} | 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;
|
|
7792
6987
|
} | null;
|
|
7793
6988
|
serviceProvider: {
|
|
7794
6989
|
name: string | null;
|
|
@@ -8162,7 +7357,6 @@ export type GetCarePlansQueryResults = {
|
|
|
8162
7357
|
alias: Array<string | null> | null;
|
|
8163
7358
|
description: string | null;
|
|
8164
7359
|
distanceInMiles: number | null;
|
|
8165
|
-
status: any | null;
|
|
8166
7360
|
identifier: Array<{
|
|
8167
7361
|
id: string | null;
|
|
8168
7362
|
system: any | null;
|
|
@@ -8192,10 +7386,8 @@ export type GetCarePlansQueryResults = {
|
|
|
8192
7386
|
lon: number | null;
|
|
8193
7387
|
} | null;
|
|
8194
7388
|
telecom: Array<{
|
|
8195
|
-
id: string | null;
|
|
8196
7389
|
system: any | null;
|
|
8197
7390
|
value: string | null;
|
|
8198
|
-
use: any | null;
|
|
8199
7391
|
rank: number | null;
|
|
8200
7392
|
} | null> | null;
|
|
8201
7393
|
type: Array<{
|
|
@@ -8206,24 +7398,6 @@ export type GetCarePlansQueryResults = {
|
|
|
8206
7398
|
display: string | null;
|
|
8207
7399
|
} | null> | null;
|
|
8208
7400
|
} | 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;
|
|
8227
7401
|
} | null;
|
|
8228
7402
|
physicalType: {
|
|
8229
7403
|
text: string | null;
|
|
@@ -8322,7 +7496,6 @@ export type GetCarePlansQueryResults = {
|
|
|
8322
7496
|
alias: Array<string | null> | null;
|
|
8323
7497
|
description: string | null;
|
|
8324
7498
|
distanceInMiles: number | null;
|
|
8325
|
-
status: any | null;
|
|
8326
7499
|
identifier: Array<{
|
|
8327
7500
|
id: string | null;
|
|
8328
7501
|
system: any | null;
|
|
@@ -8352,38 +7525,18 @@ export type GetCarePlansQueryResults = {
|
|
|
8352
7525
|
lon: number | null;
|
|
8353
7526
|
} | null;
|
|
8354
7527
|
telecom: Array<{
|
|
8355
|
-
id: string | null;
|
|
8356
7528
|
system: any | null;
|
|
8357
7529
|
value: string | null;
|
|
8358
|
-
use: any | null;
|
|
8359
7530
|
rank: number | null;
|
|
8360
7531
|
} | null> | null;
|
|
8361
|
-
type: Array<{
|
|
8362
|
-
text: string | null;
|
|
8363
|
-
coding: Array<{
|
|
8364
|
-
system: any | null;
|
|
8365
|
-
code: any | null;
|
|
8366
|
-
display: string | null;
|
|
8367
|
-
} | null> | null;
|
|
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;
|
|
7532
|
+
type: Array<{
|
|
7533
|
+
text: string | null;
|
|
7534
|
+
coding: Array<{
|
|
7535
|
+
system: any | null;
|
|
7536
|
+
code: any | null;
|
|
7537
|
+
display: string | null;
|
|
7538
|
+
} | null> | null;
|
|
7539
|
+
} | null> | null;
|
|
8387
7540
|
} | null;
|
|
8388
7541
|
serviceProvider: {
|
|
8389
7542
|
name: string | null;
|
|
@@ -8815,8 +7968,6 @@ export type GetCareTeamsQueryResults = {
|
|
|
8815
7968
|
resources: Array<{
|
|
8816
7969
|
id: string | null;
|
|
8817
7970
|
name: string | null;
|
|
8818
|
-
resourceType: string;
|
|
8819
|
-
status: string | null;
|
|
8820
7971
|
meta: {
|
|
8821
7972
|
versionId: string | null;
|
|
8822
7973
|
lastUpdated: any | null;
|
|
@@ -8871,271 +8022,20 @@ export type GetCareTeamsQueryResults = {
|
|
|
8871
8022
|
versionId: string | null;
|
|
8872
8023
|
lastUpdated: any | null;
|
|
8873
8024
|
source: any | null;
|
|
8874
|
-
security: Array<{
|
|
8875
|
-
system: any | null;
|
|
8876
|
-
code: any | null;
|
|
8877
|
-
display: string | null;
|
|
8878
|
-
} | null> | null;
|
|
8879
|
-
tag: Array<{
|
|
8880
|
-
system: any | null;
|
|
8881
|
-
code: any | null;
|
|
8882
|
-
display: string | null;
|
|
8883
|
-
} | null> | null;
|
|
8884
|
-
} | null;
|
|
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<{
|
|
8896
|
-
id: string | null;
|
|
8897
|
-
system: any | null;
|
|
8898
|
-
value: string | null;
|
|
8899
|
-
type: {
|
|
8900
|
-
text: string | null;
|
|
8901
|
-
coding: Array<{
|
|
8902
|
-
system: any | null;
|
|
8903
|
-
code: any | null;
|
|
8904
|
-
display: string | null;
|
|
8905
|
-
} | null> | null;
|
|
8906
|
-
} | 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<{
|
|
8920
|
-
system: any | null;
|
|
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<{
|
|
8942
|
-
system: any | null;
|
|
8943
|
-
code: any | null;
|
|
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<{
|
|
8960
|
-
system: any | null;
|
|
8961
|
-
code: any | null;
|
|
8962
|
-
display: string | null;
|
|
8963
|
-
} | null> | null;
|
|
8964
|
-
} | null;
|
|
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;
|
|
8985
|
-
code: any | null;
|
|
8986
|
-
display: string | null;
|
|
8987
|
-
} | null;
|
|
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;
|
|
9011
|
-
code: any | null;
|
|
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;
|
|
9049
|
-
} | null;
|
|
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;
|
|
9077
|
-
code: any | null;
|
|
9078
|
-
display: string | 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;
|
|
9098
|
-
} | null;
|
|
9099
|
-
} | null;
|
|
9100
|
-
endpoint: Array<{
|
|
9101
|
-
name: string | null;
|
|
9102
|
-
status: Types.EndpointStatus | null;
|
|
9103
|
-
address: string | null;
|
|
9104
|
-
identifier: Array<{
|
|
9105
|
-
id: string | null;
|
|
9106
|
-
system: any | null;
|
|
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;
|
|
9116
|
-
} | null> | null;
|
|
9117
|
-
connectionType: {
|
|
9118
|
-
system: any | null;
|
|
9119
|
-
code: any | null;
|
|
9120
|
-
display: string | 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;
|
|
8025
|
+
security: Array<{
|
|
8026
|
+
system: any | null;
|
|
8027
|
+
code: any | null;
|
|
8028
|
+
display: string | null;
|
|
8029
|
+
} | null> | null;
|
|
8030
|
+
tag: Array<{
|
|
8031
|
+
system: any | null;
|
|
8032
|
+
code: any | null;
|
|
8033
|
+
display: string | null;
|
|
8034
|
+
} | null> | null;
|
|
9133
8035
|
} | null;
|
|
9134
8036
|
} | {
|
|
9135
|
-
__typename: '
|
|
9136
|
-
resourceType: string | null;
|
|
8037
|
+
__typename: 'Practitioner';
|
|
9137
8038
|
id: string | null;
|
|
9138
|
-
active: boolean | null;
|
|
9139
8039
|
name: Array<{
|
|
9140
8040
|
text: string | null;
|
|
9141
8041
|
family: string | null;
|
|
@@ -9156,42 +8056,10 @@ export type GetCareTeamsQueryResults = {
|
|
|
9156
8056
|
} | null> | null;
|
|
9157
8057
|
} | null;
|
|
9158
8058
|
}> | null;
|
|
9159
|
-
|
|
9160
|
-
|
|
9161
|
-
|
|
9162
|
-
|
|
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;
|
|
8059
|
+
} | {
|
|
8060
|
+
__typename: 'PractitionerRole';
|
|
8061
|
+
} | {
|
|
8062
|
+
__typename: 'RelatedPerson';
|
|
9195
8063
|
} | {
|
|
9196
8064
|
__typename: 'ResourceReference';
|
|
9197
8065
|
} | null;
|
|
@@ -9430,7 +8298,6 @@ export type GetConditionsQueryResults = {
|
|
|
9430
8298
|
alias: Array<string | null> | null;
|
|
9431
8299
|
description: string | null;
|
|
9432
8300
|
distanceInMiles: number | null;
|
|
9433
|
-
status: any | null;
|
|
9434
8301
|
identifier: Array<{
|
|
9435
8302
|
id: string | null;
|
|
9436
8303
|
system: any | null;
|
|
@@ -9460,10 +8327,8 @@ export type GetConditionsQueryResults = {
|
|
|
9460
8327
|
lon: number | null;
|
|
9461
8328
|
} | null;
|
|
9462
8329
|
telecom: Array<{
|
|
9463
|
-
id: string | null;
|
|
9464
8330
|
system: any | null;
|
|
9465
8331
|
value: string | null;
|
|
9466
|
-
use: any | null;
|
|
9467
8332
|
rank: number | null;
|
|
9468
8333
|
} | null> | null;
|
|
9469
8334
|
type: Array<{
|
|
@@ -9474,24 +8339,6 @@ export type GetConditionsQueryResults = {
|
|
|
9474
8339
|
display: string | null;
|
|
9475
8340
|
} | null> | null;
|
|
9476
8341
|
} | 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;
|
|
9495
8342
|
} | null;
|
|
9496
8343
|
physicalType: {
|
|
9497
8344
|
text: string | null;
|
|
@@ -9590,7 +8437,6 @@ export type GetConditionsQueryResults = {
|
|
|
9590
8437
|
alias: Array<string | null> | null;
|
|
9591
8438
|
description: string | null;
|
|
9592
8439
|
distanceInMiles: number | null;
|
|
9593
|
-
status: any | null;
|
|
9594
8440
|
identifier: Array<{
|
|
9595
8441
|
id: string | null;
|
|
9596
8442
|
system: any | null;
|
|
@@ -9620,10 +8466,8 @@ export type GetConditionsQueryResults = {
|
|
|
9620
8466
|
lon: number | null;
|
|
9621
8467
|
} | null;
|
|
9622
8468
|
telecom: Array<{
|
|
9623
|
-
id: string | null;
|
|
9624
8469
|
system: any | null;
|
|
9625
8470
|
value: string | null;
|
|
9626
|
-
use: any | null;
|
|
9627
8471
|
rank: number | null;
|
|
9628
8472
|
} | null> | null;
|
|
9629
8473
|
type: Array<{
|
|
@@ -9634,24 +8478,6 @@ export type GetConditionsQueryResults = {
|
|
|
9634
8478
|
display: string | null;
|
|
9635
8479
|
} | null> | null;
|
|
9636
8480
|
} | 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;
|
|
9655
8481
|
} | null;
|
|
9656
8482
|
serviceProvider: {
|
|
9657
8483
|
name: string | null;
|
|
@@ -10021,7 +8847,6 @@ export type GetEncounterQueryResults = {
|
|
|
10021
8847
|
alias: Array<string | null> | null;
|
|
10022
8848
|
description: string | null;
|
|
10023
8849
|
distanceInMiles: number | null;
|
|
10024
|
-
status: any | null;
|
|
10025
8850
|
identifier: Array<{
|
|
10026
8851
|
id: string | null;
|
|
10027
8852
|
system: any | null;
|
|
@@ -10051,10 +8876,8 @@ export type GetEncounterQueryResults = {
|
|
|
10051
8876
|
lon: number | null;
|
|
10052
8877
|
} | null;
|
|
10053
8878
|
telecom: Array<{
|
|
10054
|
-
id: string | null;
|
|
10055
8879
|
system: any | null;
|
|
10056
8880
|
value: string | null;
|
|
10057
|
-
use: any | null;
|
|
10058
8881
|
rank: number | null;
|
|
10059
8882
|
} | null> | null;
|
|
10060
8883
|
type: Array<{
|
|
@@ -10065,24 +8888,6 @@ export type GetEncounterQueryResults = {
|
|
|
10065
8888
|
display: string | null;
|
|
10066
8889
|
} | null> | null;
|
|
10067
8890
|
} | 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;
|
|
10086
8891
|
} | null;
|
|
10087
8892
|
physicalType: {
|
|
10088
8893
|
text: string | null;
|
|
@@ -10181,7 +8986,6 @@ export type GetEncounterQueryResults = {
|
|
|
10181
8986
|
alias: Array<string | null> | null;
|
|
10182
8987
|
description: string | null;
|
|
10183
8988
|
distanceInMiles: number | null;
|
|
10184
|
-
status: any | null;
|
|
10185
8989
|
identifier: Array<{
|
|
10186
8990
|
id: string | null;
|
|
10187
8991
|
system: any | null;
|
|
@@ -10211,10 +9015,8 @@ export type GetEncounterQueryResults = {
|
|
|
10211
9015
|
lon: number | null;
|
|
10212
9016
|
} | null;
|
|
10213
9017
|
telecom: Array<{
|
|
10214
|
-
id: string | null;
|
|
10215
9018
|
system: any | null;
|
|
10216
9019
|
value: string | null;
|
|
10217
|
-
use: any | null;
|
|
10218
9020
|
rank: number | null;
|
|
10219
9021
|
} | null> | null;
|
|
10220
9022
|
type: Array<{
|
|
@@ -10225,24 +9027,6 @@ export type GetEncounterQueryResults = {
|
|
|
10225
9027
|
display: string | null;
|
|
10226
9028
|
} | null> | null;
|
|
10227
9029
|
} | 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;
|
|
10246
9030
|
} | null;
|
|
10247
9031
|
serviceProvider: {
|
|
10248
9032
|
name: string | null;
|
|
@@ -10557,7 +9341,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
10557
9341
|
alias: Array<string | null> | null;
|
|
10558
9342
|
description: string | null;
|
|
10559
9343
|
distanceInMiles: number | null;
|
|
10560
|
-
status: any | null;
|
|
10561
9344
|
identifier: Array<{
|
|
10562
9345
|
id: string | null;
|
|
10563
9346
|
system: any | null;
|
|
@@ -10587,10 +9370,8 @@ export type GetImmunizationsQueryResults = {
|
|
|
10587
9370
|
lon: number | null;
|
|
10588
9371
|
} | null;
|
|
10589
9372
|
telecom: Array<{
|
|
10590
|
-
id: string | null;
|
|
10591
9373
|
system: any | null;
|
|
10592
9374
|
value: string | null;
|
|
10593
|
-
use: any | null;
|
|
10594
9375
|
rank: number | null;
|
|
10595
9376
|
} | null> | null;
|
|
10596
9377
|
type: Array<{
|
|
@@ -10601,24 +9382,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
10601
9382
|
display: string | null;
|
|
10602
9383
|
} | null> | null;
|
|
10603
9384
|
} | 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;
|
|
10622
9385
|
} | null;
|
|
10623
9386
|
physicalType: {
|
|
10624
9387
|
text: string | null;
|
|
@@ -10717,7 +9480,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
10717
9480
|
alias: Array<string | null> | null;
|
|
10718
9481
|
description: string | null;
|
|
10719
9482
|
distanceInMiles: number | null;
|
|
10720
|
-
status: any | null;
|
|
10721
9483
|
identifier: Array<{
|
|
10722
9484
|
id: string | null;
|
|
10723
9485
|
system: any | null;
|
|
@@ -10747,10 +9509,8 @@ export type GetImmunizationsQueryResults = {
|
|
|
10747
9509
|
lon: number | null;
|
|
10748
9510
|
} | null;
|
|
10749
9511
|
telecom: Array<{
|
|
10750
|
-
id: string | null;
|
|
10751
9512
|
system: any | null;
|
|
10752
9513
|
value: string | null;
|
|
10753
|
-
use: any | null;
|
|
10754
9514
|
rank: number | null;
|
|
10755
9515
|
} | null> | null;
|
|
10756
9516
|
type: Array<{
|
|
@@ -10761,24 +9521,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
10761
9521
|
display: string | null;
|
|
10762
9522
|
} | null> | null;
|
|
10763
9523
|
} | 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;
|
|
10782
9524
|
} | null;
|
|
10783
9525
|
serviceProvider: {
|
|
10784
9526
|
name: string | null;
|
|
@@ -11259,7 +10001,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
11259
10001
|
alias: Array<string | null> | null;
|
|
11260
10002
|
description: string | null;
|
|
11261
10003
|
distanceInMiles: number | null;
|
|
11262
|
-
status: any | null;
|
|
11263
10004
|
identifier: Array<{
|
|
11264
10005
|
id: string | null;
|
|
11265
10006
|
system: any | null;
|
|
@@ -11289,10 +10030,8 @@ export type GetImmunizationsQueryResults = {
|
|
|
11289
10030
|
lon: number | null;
|
|
11290
10031
|
} | null;
|
|
11291
10032
|
telecom: Array<{
|
|
11292
|
-
id: string | null;
|
|
11293
10033
|
system: any | null;
|
|
11294
10034
|
value: string | null;
|
|
11295
|
-
use: any | null;
|
|
11296
10035
|
rank: number | null;
|
|
11297
10036
|
} | null> | null;
|
|
11298
10037
|
type: Array<{
|
|
@@ -11303,24 +10042,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
11303
10042
|
display: string | null;
|
|
11304
10043
|
} | null> | null;
|
|
11305
10044
|
} | 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;
|
|
11324
10045
|
} | null;
|
|
11325
10046
|
physicalType: {
|
|
11326
10047
|
text: string | null;
|
|
@@ -11419,7 +10140,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
11419
10140
|
alias: Array<string | null> | null;
|
|
11420
10141
|
description: string | null;
|
|
11421
10142
|
distanceInMiles: number | null;
|
|
11422
|
-
status: any | null;
|
|
11423
10143
|
identifier: Array<{
|
|
11424
10144
|
id: string | null;
|
|
11425
10145
|
system: any | null;
|
|
@@ -11449,10 +10169,8 @@ export type GetImmunizationsQueryResults = {
|
|
|
11449
10169
|
lon: number | null;
|
|
11450
10170
|
} | null;
|
|
11451
10171
|
telecom: Array<{
|
|
11452
|
-
id: string | null;
|
|
11453
10172
|
system: any | null;
|
|
11454
10173
|
value: string | null;
|
|
11455
|
-
use: any | null;
|
|
11456
10174
|
rank: number | null;
|
|
11457
10175
|
} | null> | null;
|
|
11458
10176
|
type: Array<{
|
|
@@ -11463,24 +10181,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
11463
10181
|
display: string | null;
|
|
11464
10182
|
} | null> | null;
|
|
11465
10183
|
} | 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;
|
|
11484
10184
|
} | null;
|
|
11485
10185
|
serviceProvider: {
|
|
11486
10186
|
name: string | null;
|
|
@@ -11747,7 +10447,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
11747
10447
|
manufacturer: {
|
|
11748
10448
|
resourceType: string | null;
|
|
11749
10449
|
name: string | null;
|
|
11750
|
-
active: boolean | null;
|
|
11751
10450
|
identifier: Array<{
|
|
11752
10451
|
id: string | null;
|
|
11753
10452
|
system: any | null;
|
|
@@ -11785,10 +10484,8 @@ export type GetImmunizationsQueryResults = {
|
|
|
11785
10484
|
} | null;
|
|
11786
10485
|
} | null> | null;
|
|
11787
10486
|
telecom: Array<{
|
|
11788
|
-
id: string | null;
|
|
11789
10487
|
system: any | null;
|
|
11790
10488
|
value: string | null;
|
|
11791
|
-
use: any | null;
|
|
11792
10489
|
rank: number | null;
|
|
11793
10490
|
}> | null;
|
|
11794
10491
|
address: Array<{
|
|
@@ -11802,14 +10499,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
11802
10499
|
postalCode: string | null;
|
|
11803
10500
|
country: string | null;
|
|
11804
10501
|
}> | 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;
|
|
11813
10502
|
} | null;
|
|
11814
10503
|
site: {
|
|
11815
10504
|
text: string | null;
|
|
@@ -11869,7 +10558,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
11869
10558
|
alias: Array<string | null> | null;
|
|
11870
10559
|
description: string | null;
|
|
11871
10560
|
distanceInMiles: number | null;
|
|
11872
|
-
status: any | null;
|
|
11873
10561
|
identifier: Array<{
|
|
11874
10562
|
id: string | null;
|
|
11875
10563
|
system: any | null;
|
|
@@ -11894,43 +10582,23 @@ export type GetImmunizationsQueryResults = {
|
|
|
11894
10582
|
postalCode: string | null;
|
|
11895
10583
|
country: string | null;
|
|
11896
10584
|
} | null;
|
|
11897
|
-
position: {
|
|
11898
|
-
lat: number | null;
|
|
11899
|
-
lon: number | null;
|
|
11900
|
-
} | null;
|
|
11901
|
-
telecom: Array<{
|
|
11902
|
-
id: string | null;
|
|
11903
|
-
system: any | null;
|
|
11904
|
-
value: string | null;
|
|
11905
|
-
use: any | null;
|
|
11906
|
-
rank: number | null;
|
|
11907
|
-
} | null> | null;
|
|
11908
|
-
type: Array<{
|
|
11909
|
-
text: string | null;
|
|
11910
|
-
coding: Array<{
|
|
11911
|
-
system: any | null;
|
|
11912
|
-
code: any | null;
|
|
11913
|
-
display: string | null;
|
|
11914
|
-
} | null> | null;
|
|
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;
|
|
10585
|
+
position: {
|
|
10586
|
+
lat: number | null;
|
|
10587
|
+
lon: number | null;
|
|
11933
10588
|
} | null;
|
|
10589
|
+
telecom: Array<{
|
|
10590
|
+
system: any | null;
|
|
10591
|
+
value: string | null;
|
|
10592
|
+
rank: number | null;
|
|
10593
|
+
} | null> | null;
|
|
10594
|
+
type: Array<{
|
|
10595
|
+
text: string | null;
|
|
10596
|
+
coding: Array<{
|
|
10597
|
+
system: any | null;
|
|
10598
|
+
code: any | null;
|
|
10599
|
+
display: string | null;
|
|
10600
|
+
} | null> | null;
|
|
10601
|
+
} | null> | null;
|
|
11934
10602
|
} | null;
|
|
11935
10603
|
reasonCode: Array<{
|
|
11936
10604
|
text: string | null;
|
|
@@ -12004,7 +10672,6 @@ export type GetProceduresQueryResults = {
|
|
|
12004
10672
|
alias: Array<string | null> | null;
|
|
12005
10673
|
description: string | null;
|
|
12006
10674
|
distanceInMiles: number | null;
|
|
12007
|
-
status: any | null;
|
|
12008
10675
|
identifier: Array<{
|
|
12009
10676
|
id: string | null;
|
|
12010
10677
|
system: any | null;
|
|
@@ -12034,10 +10701,8 @@ export type GetProceduresQueryResults = {
|
|
|
12034
10701
|
lon: number | null;
|
|
12035
10702
|
} | null;
|
|
12036
10703
|
telecom: Array<{
|
|
12037
|
-
id: string | null;
|
|
12038
10704
|
system: any | null;
|
|
12039
10705
|
value: string | null;
|
|
12040
|
-
use: any | null;
|
|
12041
10706
|
rank: number | null;
|
|
12042
10707
|
} | null> | null;
|
|
12043
10708
|
type: Array<{
|
|
@@ -12048,24 +10713,6 @@ export type GetProceduresQueryResults = {
|
|
|
12048
10713
|
display: string | null;
|
|
12049
10714
|
} | null> | null;
|
|
12050
10715
|
} | 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;
|
|
12069
10716
|
} | null;
|
|
12070
10717
|
subject: {
|
|
12071
10718
|
__typename: 'Patient';
|
|
@@ -12246,7 +10893,6 @@ export type GetProceduresQueryResults = {
|
|
|
12246
10893
|
alias: Array<string | null> | null;
|
|
12247
10894
|
description: string | null;
|
|
12248
10895
|
distanceInMiles: number | null;
|
|
12249
|
-
status: any | null;
|
|
12250
10896
|
identifier: Array<{
|
|
12251
10897
|
id: string | null;
|
|
12252
10898
|
system: any | null;
|
|
@@ -12276,10 +10922,8 @@ export type GetProceduresQueryResults = {
|
|
|
12276
10922
|
lon: number | null;
|
|
12277
10923
|
} | null;
|
|
12278
10924
|
telecom: Array<{
|
|
12279
|
-
id: string | null;
|
|
12280
10925
|
system: any | null;
|
|
12281
10926
|
value: string | null;
|
|
12282
|
-
use: any | null;
|
|
12283
10927
|
rank: number | null;
|
|
12284
10928
|
} | null> | null;
|
|
12285
10929
|
type: Array<{
|
|
@@ -12290,24 +10934,6 @@ export type GetProceduresQueryResults = {
|
|
|
12290
10934
|
display: string | null;
|
|
12291
10935
|
} | null> | null;
|
|
12292
10936
|
} | 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;
|
|
12311
10937
|
} | null;
|
|
12312
10938
|
physicalType: {
|
|
12313
10939
|
text: string | null;
|
|
@@ -12406,7 +11032,6 @@ export type GetProceduresQueryResults = {
|
|
|
12406
11032
|
alias: Array<string | null> | null;
|
|
12407
11033
|
description: string | null;
|
|
12408
11034
|
distanceInMiles: number | null;
|
|
12409
|
-
status: any | null;
|
|
12410
11035
|
identifier: Array<{
|
|
12411
11036
|
id: string | null;
|
|
12412
11037
|
system: any | null;
|
|
@@ -12436,10 +11061,8 @@ export type GetProceduresQueryResults = {
|
|
|
12436
11061
|
lon: number | null;
|
|
12437
11062
|
} | null;
|
|
12438
11063
|
telecom: Array<{
|
|
12439
|
-
id: string | null;
|
|
12440
11064
|
system: any | null;
|
|
12441
11065
|
value: string | null;
|
|
12442
|
-
use: any | null;
|
|
12443
11066
|
rank: number | null;
|
|
12444
11067
|
} | null> | null;
|
|
12445
11068
|
type: Array<{
|
|
@@ -12450,24 +11073,6 @@ export type GetProceduresQueryResults = {
|
|
|
12450
11073
|
display: string | null;
|
|
12451
11074
|
} | null> | null;
|
|
12452
11075
|
} | 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;
|
|
12471
11076
|
} | null;
|
|
12472
11077
|
serviceProvider: {
|
|
12473
11078
|
name: string | null;
|
|
@@ -13207,7 +11812,6 @@ export type GetVitalSignsQueryResults = {
|
|
|
13207
11812
|
alias: Array<string | null> | null;
|
|
13208
11813
|
description: string | null;
|
|
13209
11814
|
distanceInMiles: number | null;
|
|
13210
|
-
status: any | null;
|
|
13211
11815
|
identifier: Array<{
|
|
13212
11816
|
id: string | null;
|
|
13213
11817
|
system: any | null;
|
|
@@ -13237,10 +11841,8 @@ export type GetVitalSignsQueryResults = {
|
|
|
13237
11841
|
lon: number | null;
|
|
13238
11842
|
} | null;
|
|
13239
11843
|
telecom: Array<{
|
|
13240
|
-
id: string | null;
|
|
13241
11844
|
system: any | null;
|
|
13242
11845
|
value: string | null;
|
|
13243
|
-
use: any | null;
|
|
13244
11846
|
rank: number | null;
|
|
13245
11847
|
} | null> | null;
|
|
13246
11848
|
type: Array<{
|
|
@@ -13251,24 +11853,6 @@ export type GetVitalSignsQueryResults = {
|
|
|
13251
11853
|
display: string | null;
|
|
13252
11854
|
} | null> | null;
|
|
13253
11855
|
} | 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;
|
|
13272
11856
|
} | null;
|
|
13273
11857
|
physicalType: {
|
|
13274
11858
|
text: string | null;
|
|
@@ -13367,7 +11951,6 @@ export type GetVitalSignsQueryResults = {
|
|
|
13367
11951
|
alias: Array<string | null> | null;
|
|
13368
11952
|
description: string | null;
|
|
13369
11953
|
distanceInMiles: number | null;
|
|
13370
|
-
status: any | null;
|
|
13371
11954
|
identifier: Array<{
|
|
13372
11955
|
id: string | null;
|
|
13373
11956
|
system: any | null;
|
|
@@ -13397,10 +11980,8 @@ export type GetVitalSignsQueryResults = {
|
|
|
13397
11980
|
lon: number | null;
|
|
13398
11981
|
} | null;
|
|
13399
11982
|
telecom: Array<{
|
|
13400
|
-
id: string | null;
|
|
13401
11983
|
system: any | null;
|
|
13402
11984
|
value: string | null;
|
|
13403
|
-
use: any | null;
|
|
13404
11985
|
rank: number | null;
|
|
13405
11986
|
} | null> | null;
|
|
13406
11987
|
type: Array<{
|
|
@@ -13411,24 +11992,6 @@ export type GetVitalSignsQueryResults = {
|
|
|
13411
11992
|
display: string | null;
|
|
13412
11993
|
} | null> | null;
|
|
13413
11994
|
} | 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;
|
|
13432
11995
|
} | null;
|
|
13433
11996
|
serviceProvider: {
|
|
13434
11997
|
name: string | null;
|
|
@@ -14231,7 +12794,6 @@ export type GetLabsQueryResults = {
|
|
|
14231
12794
|
alias: Array<string | null> | null;
|
|
14232
12795
|
description: string | null;
|
|
14233
12796
|
distanceInMiles: number | null;
|
|
14234
|
-
status: any | null;
|
|
14235
12797
|
identifier: Array<{
|
|
14236
12798
|
id: string | null;
|
|
14237
12799
|
system: any | null;
|
|
@@ -14261,10 +12823,8 @@ export type GetLabsQueryResults = {
|
|
|
14261
12823
|
lon: number | null;
|
|
14262
12824
|
} | null;
|
|
14263
12825
|
telecom: Array<{
|
|
14264
|
-
id: string | null;
|
|
14265
12826
|
system: any | null;
|
|
14266
12827
|
value: string | null;
|
|
14267
|
-
use: any | null;
|
|
14268
12828
|
rank: number | null;
|
|
14269
12829
|
} | null> | null;
|
|
14270
12830
|
type: Array<{
|
|
@@ -14275,24 +12835,6 @@ export type GetLabsQueryResults = {
|
|
|
14275
12835
|
display: string | null;
|
|
14276
12836
|
} | null> | null;
|
|
14277
12837
|
} | 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;
|
|
14296
12838
|
} | null;
|
|
14297
12839
|
physicalType: {
|
|
14298
12840
|
text: string | null;
|
|
@@ -14391,7 +12933,6 @@ export type GetLabsQueryResults = {
|
|
|
14391
12933
|
alias: Array<string | null> | null;
|
|
14392
12934
|
description: string | null;
|
|
14393
12935
|
distanceInMiles: number | null;
|
|
14394
|
-
status: any | null;
|
|
14395
12936
|
identifier: Array<{
|
|
14396
12937
|
id: string | null;
|
|
14397
12938
|
system: any | null;
|
|
@@ -14421,10 +12962,8 @@ export type GetLabsQueryResults = {
|
|
|
14421
12962
|
lon: number | null;
|
|
14422
12963
|
} | null;
|
|
14423
12964
|
telecom: Array<{
|
|
14424
|
-
id: string | null;
|
|
14425
12965
|
system: any | null;
|
|
14426
12966
|
value: string | null;
|
|
14427
|
-
use: any | null;
|
|
14428
12967
|
rank: number | null;
|
|
14429
12968
|
} | null> | null;
|
|
14430
12969
|
type: Array<{
|
|
@@ -14435,24 +12974,6 @@ export type GetLabsQueryResults = {
|
|
|
14435
12974
|
display: string | null;
|
|
14436
12975
|
} | null> | null;
|
|
14437
12976
|
} | 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;
|
|
14456
12977
|
} | null;
|
|
14457
12978
|
serviceProvider: {
|
|
14458
12979
|
name: string | null;
|
|
@@ -15003,7 +13524,6 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15003
13524
|
alias: Array<string | null> | null;
|
|
15004
13525
|
description: string | null;
|
|
15005
13526
|
distanceInMiles: number | null;
|
|
15006
|
-
status: any | null;
|
|
15007
13527
|
identifier: Array<{
|
|
15008
13528
|
id: string | null;
|
|
15009
13529
|
system: any | null;
|
|
@@ -15033,10 +13553,8 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15033
13553
|
lon: number | null;
|
|
15034
13554
|
} | null;
|
|
15035
13555
|
telecom: Array<{
|
|
15036
|
-
id: string | null;
|
|
15037
13556
|
system: any | null;
|
|
15038
13557
|
value: string | null;
|
|
15039
|
-
use: any | null;
|
|
15040
13558
|
rank: number | null;
|
|
15041
13559
|
} | null> | null;
|
|
15042
13560
|
type: Array<{
|
|
@@ -15047,24 +13565,6 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15047
13565
|
display: string | null;
|
|
15048
13566
|
} | null> | null;
|
|
15049
13567
|
} | 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;
|
|
15068
13568
|
} | null;
|
|
15069
13569
|
physicalType: {
|
|
15070
13570
|
text: string | null;
|
|
@@ -15163,7 +13663,6 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15163
13663
|
alias: Array<string | null> | null;
|
|
15164
13664
|
description: string | null;
|
|
15165
13665
|
distanceInMiles: number | null;
|
|
15166
|
-
status: any | null;
|
|
15167
13666
|
identifier: Array<{
|
|
15168
13667
|
id: string | null;
|
|
15169
13668
|
system: any | null;
|
|
@@ -15193,10 +13692,8 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15193
13692
|
lon: number | null;
|
|
15194
13693
|
} | null;
|
|
15195
13694
|
telecom: Array<{
|
|
15196
|
-
id: string | null;
|
|
15197
13695
|
system: any | null;
|
|
15198
13696
|
value: string | null;
|
|
15199
|
-
use: any | null;
|
|
15200
13697
|
rank: number | null;
|
|
15201
13698
|
} | null> | null;
|
|
15202
13699
|
type: Array<{
|
|
@@ -15207,24 +13704,6 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15207
13704
|
display: string | null;
|
|
15208
13705
|
} | null> | null;
|
|
15209
13706
|
} | 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;
|
|
15228
13707
|
} | null;
|
|
15229
13708
|
serviceProvider: {
|
|
15230
13709
|
name: string | null;
|
|
@@ -15443,7 +13922,6 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15443
13922
|
alias: Array<string | null> | null;
|
|
15444
13923
|
description: string | null;
|
|
15445
13924
|
distanceInMiles: number | null;
|
|
15446
|
-
status: any | null;
|
|
15447
13925
|
identifier: Array<{
|
|
15448
13926
|
id: string | null;
|
|
15449
13927
|
system: any | null;
|
|
@@ -15473,10 +13951,8 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15473
13951
|
lon: number | null;
|
|
15474
13952
|
} | null;
|
|
15475
13953
|
telecom: Array<{
|
|
15476
|
-
id: string | null;
|
|
15477
13954
|
system: any | null;
|
|
15478
13955
|
value: string | null;
|
|
15479
|
-
use: any | null;
|
|
15480
13956
|
rank: number | null;
|
|
15481
13957
|
} | null> | null;
|
|
15482
13958
|
type: Array<{
|
|
@@ -15487,24 +13963,6 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
15487
13963
|
display: string | null;
|
|
15488
13964
|
} | null> | null;
|
|
15489
13965
|
} | 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;
|
|
15508
13966
|
} | null;
|
|
15509
13967
|
dosageInstruction: Array<{
|
|
15510
13968
|
id: string | null;
|
|
@@ -16314,7 +14772,6 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16314
14772
|
alias: Array<string | null> | null;
|
|
16315
14773
|
description: string | null;
|
|
16316
14774
|
distanceInMiles: number | null;
|
|
16317
|
-
status: any | null;
|
|
16318
14775
|
identifier: Array<{
|
|
16319
14776
|
id: string | null;
|
|
16320
14777
|
system: any | null;
|
|
@@ -16344,10 +14801,8 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16344
14801
|
lon: number | null;
|
|
16345
14802
|
} | null;
|
|
16346
14803
|
telecom: Array<{
|
|
16347
|
-
id: string | null;
|
|
16348
14804
|
system: any | null;
|
|
16349
14805
|
value: string | null;
|
|
16350
|
-
use: any | null;
|
|
16351
14806
|
rank: number | null;
|
|
16352
14807
|
} | null> | null;
|
|
16353
14808
|
type: Array<{
|
|
@@ -16358,24 +14813,6 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16358
14813
|
display: string | null;
|
|
16359
14814
|
} | null> | null;
|
|
16360
14815
|
} | 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;
|
|
16379
14816
|
} | null;
|
|
16380
14817
|
physicalType: {
|
|
16381
14818
|
text: string | null;
|
|
@@ -16474,7 +14911,6 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16474
14911
|
alias: Array<string | null> | null;
|
|
16475
14912
|
description: string | null;
|
|
16476
14913
|
distanceInMiles: number | null;
|
|
16477
|
-
status: any | null;
|
|
16478
14914
|
identifier: Array<{
|
|
16479
14915
|
id: string | null;
|
|
16480
14916
|
system: any | null;
|
|
@@ -16504,10 +14940,8 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16504
14940
|
lon: number | null;
|
|
16505
14941
|
} | null;
|
|
16506
14942
|
telecom: Array<{
|
|
16507
|
-
id: string | null;
|
|
16508
14943
|
system: any | null;
|
|
16509
14944
|
value: string | null;
|
|
16510
|
-
use: any | null;
|
|
16511
14945
|
rank: number | null;
|
|
16512
14946
|
} | null> | null;
|
|
16513
14947
|
type: Array<{
|
|
@@ -16518,24 +14952,6 @@ export type GetMedicationRequestQueryResults = {
|
|
|
16518
14952
|
display: string | null;
|
|
16519
14953
|
} | null> | null;
|
|
16520
14954
|
} | 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;
|
|
16539
14955
|
} | null;
|
|
16540
14956
|
serviceProvider: {
|
|
16541
14957
|
name: string | null;
|