@icanbwell/bwell-sdk-ts 1.39.0 → 1.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/api/base/search/search-health-resources-request.d.ts +6 -2
- package/dist/api/graphql-api/search/search-health-resources-request-factory.js +1 -3
- package/dist/graphql/operations/index.d.ts +24 -19
- package/dist/graphql/operations/index.js +170 -54
- package/dist/graphql/operations/types.d.ts +1690 -106
- package/package.json +1 -1
|
@@ -431,6 +431,7 @@ export type ReactionFieldsFragment = {
|
|
|
431
431
|
alias: Array<string | null> | null;
|
|
432
432
|
description: string | null;
|
|
433
433
|
distanceInMiles: number | null;
|
|
434
|
+
status: any | null;
|
|
434
435
|
identifier: Array<{
|
|
435
436
|
id: string | null;
|
|
436
437
|
system: any | null;
|
|
@@ -460,8 +461,10 @@ export type ReactionFieldsFragment = {
|
|
|
460
461
|
lon: number | null;
|
|
461
462
|
} | null;
|
|
462
463
|
telecom: Array<{
|
|
464
|
+
id: string | null;
|
|
463
465
|
system: any | null;
|
|
464
466
|
value: string | null;
|
|
467
|
+
use: any | null;
|
|
465
468
|
rank: number | null;
|
|
466
469
|
} | null> | null;
|
|
467
470
|
type: Array<{
|
|
@@ -472,6 +475,24 @@ export type ReactionFieldsFragment = {
|
|
|
472
475
|
display: string | null;
|
|
473
476
|
} | null> | null;
|
|
474
477
|
} | null> | null;
|
|
478
|
+
managingOrganization: {
|
|
479
|
+
id: string | null;
|
|
480
|
+
reference: string | null;
|
|
481
|
+
display: string | null;
|
|
482
|
+
identifier: {
|
|
483
|
+
id: string | null;
|
|
484
|
+
system: any | null;
|
|
485
|
+
value: string | null;
|
|
486
|
+
type: {
|
|
487
|
+
text: string | null;
|
|
488
|
+
coding: Array<{
|
|
489
|
+
system: any | null;
|
|
490
|
+
code: any | null;
|
|
491
|
+
display: string | null;
|
|
492
|
+
} | null> | null;
|
|
493
|
+
} | null;
|
|
494
|
+
} | null;
|
|
495
|
+
} | null;
|
|
475
496
|
} | null;
|
|
476
497
|
physicalType: {
|
|
477
498
|
text: string | null;
|
|
@@ -570,6 +591,7 @@ export type ReactionFieldsFragment = {
|
|
|
570
591
|
alias: Array<string | null> | null;
|
|
571
592
|
description: string | null;
|
|
572
593
|
distanceInMiles: number | null;
|
|
594
|
+
status: any | null;
|
|
573
595
|
identifier: Array<{
|
|
574
596
|
id: string | null;
|
|
575
597
|
system: any | null;
|
|
@@ -599,8 +621,10 @@ export type ReactionFieldsFragment = {
|
|
|
599
621
|
lon: number | null;
|
|
600
622
|
} | null;
|
|
601
623
|
telecom: Array<{
|
|
624
|
+
id: string | null;
|
|
602
625
|
system: any | null;
|
|
603
626
|
value: string | null;
|
|
627
|
+
use: any | null;
|
|
604
628
|
rank: number | null;
|
|
605
629
|
} | null> | null;
|
|
606
630
|
type: Array<{
|
|
@@ -611,6 +635,24 @@ export type ReactionFieldsFragment = {
|
|
|
611
635
|
display: string | null;
|
|
612
636
|
} | null> | null;
|
|
613
637
|
} | null> | null;
|
|
638
|
+
managingOrganization: {
|
|
639
|
+
id: string | null;
|
|
640
|
+
reference: string | null;
|
|
641
|
+
display: string | null;
|
|
642
|
+
identifier: {
|
|
643
|
+
id: string | null;
|
|
644
|
+
system: any | null;
|
|
645
|
+
value: string | null;
|
|
646
|
+
type: {
|
|
647
|
+
text: string | null;
|
|
648
|
+
coding: Array<{
|
|
649
|
+
system: any | null;
|
|
650
|
+
code: any | null;
|
|
651
|
+
display: string | null;
|
|
652
|
+
} | null> | null;
|
|
653
|
+
} | null;
|
|
654
|
+
} | null;
|
|
655
|
+
} | null;
|
|
614
656
|
} | null;
|
|
615
657
|
serviceProvider: {
|
|
616
658
|
name: string | null;
|
|
@@ -1167,6 +1209,7 @@ export type ObservationFieldsFragment = {
|
|
|
1167
1209
|
alias: Array<string | null> | null;
|
|
1168
1210
|
description: string | null;
|
|
1169
1211
|
distanceInMiles: number | null;
|
|
1212
|
+
status: any | null;
|
|
1170
1213
|
identifier: Array<{
|
|
1171
1214
|
id: string | null;
|
|
1172
1215
|
system: any | null;
|
|
@@ -1196,8 +1239,10 @@ export type ObservationFieldsFragment = {
|
|
|
1196
1239
|
lon: number | null;
|
|
1197
1240
|
} | null;
|
|
1198
1241
|
telecom: Array<{
|
|
1242
|
+
id: string | null;
|
|
1199
1243
|
system: any | null;
|
|
1200
1244
|
value: string | null;
|
|
1245
|
+
use: any | null;
|
|
1201
1246
|
rank: number | null;
|
|
1202
1247
|
} | null> | null;
|
|
1203
1248
|
type: Array<{
|
|
@@ -1208,6 +1253,24 @@ export type ObservationFieldsFragment = {
|
|
|
1208
1253
|
display: string | null;
|
|
1209
1254
|
} | null> | null;
|
|
1210
1255
|
} | null> | null;
|
|
1256
|
+
managingOrganization: {
|
|
1257
|
+
id: string | null;
|
|
1258
|
+
reference: string | null;
|
|
1259
|
+
display: string | null;
|
|
1260
|
+
identifier: {
|
|
1261
|
+
id: string | null;
|
|
1262
|
+
system: any | null;
|
|
1263
|
+
value: string | null;
|
|
1264
|
+
type: {
|
|
1265
|
+
text: string | null;
|
|
1266
|
+
coding: Array<{
|
|
1267
|
+
system: any | null;
|
|
1268
|
+
code: any | null;
|
|
1269
|
+
display: string | null;
|
|
1270
|
+
} | null> | null;
|
|
1271
|
+
} | null;
|
|
1272
|
+
} | null;
|
|
1273
|
+
} | null;
|
|
1211
1274
|
} | null;
|
|
1212
1275
|
physicalType: {
|
|
1213
1276
|
text: string | null;
|
|
@@ -1306,6 +1369,7 @@ export type ObservationFieldsFragment = {
|
|
|
1306
1369
|
alias: Array<string | null> | null;
|
|
1307
1370
|
description: string | null;
|
|
1308
1371
|
distanceInMiles: number | null;
|
|
1372
|
+
status: any | null;
|
|
1309
1373
|
identifier: Array<{
|
|
1310
1374
|
id: string | null;
|
|
1311
1375
|
system: any | null;
|
|
@@ -1335,8 +1399,10 @@ export type ObservationFieldsFragment = {
|
|
|
1335
1399
|
lon: number | null;
|
|
1336
1400
|
} | null;
|
|
1337
1401
|
telecom: Array<{
|
|
1402
|
+
id: string | null;
|
|
1338
1403
|
system: any | null;
|
|
1339
1404
|
value: string | null;
|
|
1405
|
+
use: any | null;
|
|
1340
1406
|
rank: number | null;
|
|
1341
1407
|
} | null> | null;
|
|
1342
1408
|
type: Array<{
|
|
@@ -1347,6 +1413,24 @@ export type ObservationFieldsFragment = {
|
|
|
1347
1413
|
display: string | null;
|
|
1348
1414
|
} | null> | null;
|
|
1349
1415
|
} | null> | null;
|
|
1416
|
+
managingOrganization: {
|
|
1417
|
+
id: string | null;
|
|
1418
|
+
reference: string | null;
|
|
1419
|
+
display: string | null;
|
|
1420
|
+
identifier: {
|
|
1421
|
+
id: string | null;
|
|
1422
|
+
system: any | null;
|
|
1423
|
+
value: string | null;
|
|
1424
|
+
type: {
|
|
1425
|
+
text: string | null;
|
|
1426
|
+
coding: Array<{
|
|
1427
|
+
system: any | null;
|
|
1428
|
+
code: any | null;
|
|
1429
|
+
display: string | null;
|
|
1430
|
+
} | null> | null;
|
|
1431
|
+
} | null;
|
|
1432
|
+
} | null;
|
|
1433
|
+
} | null;
|
|
1350
1434
|
} | null;
|
|
1351
1435
|
serviceProvider: {
|
|
1352
1436
|
name: string | null;
|
|
@@ -1867,6 +1951,7 @@ export type EncounterFieldsFragment = {
|
|
|
1867
1951
|
alias: Array<string | null> | null;
|
|
1868
1952
|
description: string | null;
|
|
1869
1953
|
distanceInMiles: number | null;
|
|
1954
|
+
status: any | null;
|
|
1870
1955
|
identifier: Array<{
|
|
1871
1956
|
id: string | null;
|
|
1872
1957
|
system: any | null;
|
|
@@ -1896,8 +1981,10 @@ export type EncounterFieldsFragment = {
|
|
|
1896
1981
|
lon: number | null;
|
|
1897
1982
|
} | null;
|
|
1898
1983
|
telecom: Array<{
|
|
1984
|
+
id: string | null;
|
|
1899
1985
|
system: any | null;
|
|
1900
1986
|
value: string | null;
|
|
1987
|
+
use: any | null;
|
|
1901
1988
|
rank: number | null;
|
|
1902
1989
|
} | null> | null;
|
|
1903
1990
|
type: Array<{
|
|
@@ -1908,6 +1995,24 @@ export type EncounterFieldsFragment = {
|
|
|
1908
1995
|
display: string | null;
|
|
1909
1996
|
} | null> | null;
|
|
1910
1997
|
} | null> | null;
|
|
1998
|
+
managingOrganization: {
|
|
1999
|
+
id: string | null;
|
|
2000
|
+
reference: string | null;
|
|
2001
|
+
display: string | null;
|
|
2002
|
+
identifier: {
|
|
2003
|
+
id: string | null;
|
|
2004
|
+
system: any | null;
|
|
2005
|
+
value: string | null;
|
|
2006
|
+
type: {
|
|
2007
|
+
text: string | null;
|
|
2008
|
+
coding: Array<{
|
|
2009
|
+
system: any | null;
|
|
2010
|
+
code: any | null;
|
|
2011
|
+
display: string | null;
|
|
2012
|
+
} | null> | null;
|
|
2013
|
+
} | null;
|
|
2014
|
+
} | null;
|
|
2015
|
+
} | null;
|
|
1911
2016
|
} | null;
|
|
1912
2017
|
physicalType: {
|
|
1913
2018
|
text: string | null;
|
|
@@ -2006,6 +2111,7 @@ export type EncounterFieldsFragment = {
|
|
|
2006
2111
|
alias: Array<string | null> | null;
|
|
2007
2112
|
description: string | null;
|
|
2008
2113
|
distanceInMiles: number | null;
|
|
2114
|
+
status: any | null;
|
|
2009
2115
|
identifier: Array<{
|
|
2010
2116
|
id: string | null;
|
|
2011
2117
|
system: any | null;
|
|
@@ -2035,8 +2141,10 @@ export type EncounterFieldsFragment = {
|
|
|
2035
2141
|
lon: number | null;
|
|
2036
2142
|
} | null;
|
|
2037
2143
|
telecom: Array<{
|
|
2144
|
+
id: string | null;
|
|
2038
2145
|
system: any | null;
|
|
2039
2146
|
value: string | null;
|
|
2147
|
+
use: any | null;
|
|
2040
2148
|
rank: number | null;
|
|
2041
2149
|
} | null> | null;
|
|
2042
2150
|
type: Array<{
|
|
@@ -2047,6 +2155,24 @@ export type EncounterFieldsFragment = {
|
|
|
2047
2155
|
display: string | null;
|
|
2048
2156
|
} | null> | null;
|
|
2049
2157
|
} | null> | null;
|
|
2158
|
+
managingOrganization: {
|
|
2159
|
+
id: string | null;
|
|
2160
|
+
reference: string | null;
|
|
2161
|
+
display: string | null;
|
|
2162
|
+
identifier: {
|
|
2163
|
+
id: string | null;
|
|
2164
|
+
system: any | null;
|
|
2165
|
+
value: string | null;
|
|
2166
|
+
type: {
|
|
2167
|
+
text: string | null;
|
|
2168
|
+
coding: Array<{
|
|
2169
|
+
system: any | null;
|
|
2170
|
+
code: any | null;
|
|
2171
|
+
display: string | null;
|
|
2172
|
+
} | null> | null;
|
|
2173
|
+
} | null;
|
|
2174
|
+
} | null;
|
|
2175
|
+
} | null;
|
|
2050
2176
|
} | null;
|
|
2051
2177
|
serviceProvider: {
|
|
2052
2178
|
name: string | null;
|
|
@@ -2213,6 +2339,7 @@ export type LocationFieldsFragment = {
|
|
|
2213
2339
|
alias: Array<string | null> | null;
|
|
2214
2340
|
description: string | null;
|
|
2215
2341
|
distanceInMiles: number | null;
|
|
2342
|
+
status: any | null;
|
|
2216
2343
|
identifier: Array<{
|
|
2217
2344
|
id: string | null;
|
|
2218
2345
|
system: any | null;
|
|
@@ -2242,8 +2369,10 @@ export type LocationFieldsFragment = {
|
|
|
2242
2369
|
lon: number | null;
|
|
2243
2370
|
} | null;
|
|
2244
2371
|
telecom: Array<{
|
|
2372
|
+
id: string | null;
|
|
2245
2373
|
system: any | null;
|
|
2246
2374
|
value: string | null;
|
|
2375
|
+
use: any | null;
|
|
2247
2376
|
rank: number | null;
|
|
2248
2377
|
} | null> | null;
|
|
2249
2378
|
type: Array<{
|
|
@@ -2254,6 +2383,24 @@ export type LocationFieldsFragment = {
|
|
|
2254
2383
|
display: string | null;
|
|
2255
2384
|
} | null> | null;
|
|
2256
2385
|
} | null> | null;
|
|
2386
|
+
managingOrganization: {
|
|
2387
|
+
id: string | null;
|
|
2388
|
+
reference: string | null;
|
|
2389
|
+
display: string | null;
|
|
2390
|
+
identifier: {
|
|
2391
|
+
id: string | null;
|
|
2392
|
+
system: any | null;
|
|
2393
|
+
value: string | null;
|
|
2394
|
+
type: {
|
|
2395
|
+
text: string | null;
|
|
2396
|
+
coding: Array<{
|
|
2397
|
+
system: any | null;
|
|
2398
|
+
code: any | null;
|
|
2399
|
+
display: string | null;
|
|
2400
|
+
} | null> | null;
|
|
2401
|
+
} | null;
|
|
2402
|
+
} | null;
|
|
2403
|
+
} | null;
|
|
2257
2404
|
};
|
|
2258
2405
|
export type AddressFieldsFragment = {
|
|
2259
2406
|
use: any | null;
|
|
@@ -2266,6 +2413,31 @@ export type AddressFieldsFragment = {
|
|
|
2266
2413
|
postalCode: string | null;
|
|
2267
2414
|
country: string | null;
|
|
2268
2415
|
};
|
|
2416
|
+
export type ContactPointFieldsFragment = {
|
|
2417
|
+
id: string | null;
|
|
2418
|
+
system: any | null;
|
|
2419
|
+
value: string | null;
|
|
2420
|
+
use: any | null;
|
|
2421
|
+
rank: number | null;
|
|
2422
|
+
};
|
|
2423
|
+
export type LocationManagingOrganizationReferenceFieldsFragment = {
|
|
2424
|
+
id: string | null;
|
|
2425
|
+
reference: string | null;
|
|
2426
|
+
display: string | null;
|
|
2427
|
+
identifier: {
|
|
2428
|
+
id: string | null;
|
|
2429
|
+
system: any | null;
|
|
2430
|
+
value: string | null;
|
|
2431
|
+
type: {
|
|
2432
|
+
text: string | null;
|
|
2433
|
+
coding: Array<{
|
|
2434
|
+
system: any | null;
|
|
2435
|
+
code: any | null;
|
|
2436
|
+
display: string | null;
|
|
2437
|
+
} | null> | null;
|
|
2438
|
+
} | null;
|
|
2439
|
+
} | null;
|
|
2440
|
+
};
|
|
2269
2441
|
export type ParticipantFieldsFragment = {
|
|
2270
2442
|
individual: {
|
|
2271
2443
|
id: string | null;
|
|
@@ -2924,116 +3096,525 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
2924
3096
|
}> | null;
|
|
2925
3097
|
} | {
|
|
2926
3098
|
__typename: 'PractitionerRole';
|
|
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<{
|
|
2945
|
-
system: any | 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<{
|
|
3099
|
+
resourceType: string | null;
|
|
2960
3100
|
id: string | null;
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
3101
|
+
active: boolean | null;
|
|
3102
|
+
identifier: Array<{
|
|
3103
|
+
id: string | null;
|
|
3104
|
+
system: any | null;
|
|
3105
|
+
value: string | null;
|
|
3106
|
+
type: {
|
|
3107
|
+
text: string | null;
|
|
3108
|
+
coding: Array<{
|
|
3109
|
+
system: any | null;
|
|
3110
|
+
code: any | null;
|
|
3111
|
+
display: string | null;
|
|
3112
|
+
} | null> | null;
|
|
3113
|
+
} | null;
|
|
3114
|
+
}> | null;
|
|
3115
|
+
practitioner: {
|
|
3116
|
+
id: string | null;
|
|
3117
|
+
name: Array<{
|
|
3118
|
+
text: string | null;
|
|
3119
|
+
family: string | null;
|
|
3120
|
+
given: Array<string | null> | null;
|
|
3121
|
+
prefix: Array<string | null> | null;
|
|
3122
|
+
suffix: Array<string | null> | null;
|
|
2969
3123
|
} | null> | null;
|
|
3124
|
+
identifier: Array<{
|
|
3125
|
+
id: string | null;
|
|
3126
|
+
system: any | null;
|
|
3127
|
+
value: string | null;
|
|
3128
|
+
type: {
|
|
3129
|
+
text: string | null;
|
|
3130
|
+
coding: Array<{
|
|
3131
|
+
system: any | null;
|
|
3132
|
+
code: any | null;
|
|
3133
|
+
display: string | null;
|
|
3134
|
+
} | null> | null;
|
|
3135
|
+
} | null;
|
|
3136
|
+
}> | null;
|
|
2970
3137
|
} | null;
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
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;
|
|
3002
3204
|
} | null;
|
|
3003
|
-
|
|
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: {
|
|
3004
3597
|
system: any | null;
|
|
3005
3598
|
code: any | null;
|
|
3006
3599
|
display: string | null;
|
|
3007
3600
|
} | null;
|
|
3008
3601
|
} | null> | null;
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
end: any | null;
|
|
3017
|
-
} | null;
|
|
3018
|
-
} | null;
|
|
3019
|
-
};
|
|
3020
|
-
export type DocumentReferenceContextFieldsFragment = {
|
|
3021
|
-
encounter: Array<{
|
|
3022
|
-
reference: string | null;
|
|
3023
|
-
display: string | null;
|
|
3024
|
-
} | 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;
|
|
3025
3609
|
period: {
|
|
3026
3610
|
start: any | null;
|
|
3027
3611
|
end: any | null;
|
|
3028
3612
|
} | null;
|
|
3029
3613
|
};
|
|
3030
|
-
export type ProtocolAppliedFieldsFragment = {
|
|
3031
|
-
doseNumberString: string | null;
|
|
3032
|
-
doseNumberPositiveInt: number | null;
|
|
3033
|
-
};
|
|
3034
3614
|
export type OrganizationFieldsFragment = {
|
|
3035
3615
|
resourceType: string | null;
|
|
3036
3616
|
name: string | null;
|
|
3617
|
+
active: boolean | null;
|
|
3037
3618
|
identifier: Array<{
|
|
3038
3619
|
id: string | null;
|
|
3039
3620
|
system: any | null;
|
|
@@ -3071,8 +3652,10 @@ export type OrganizationFieldsFragment = {
|
|
|
3071
3652
|
} | null;
|
|
3072
3653
|
} | null> | null;
|
|
3073
3654
|
telecom: Array<{
|
|
3655
|
+
id: string | null;
|
|
3074
3656
|
system: any | null;
|
|
3075
3657
|
value: string | null;
|
|
3658
|
+
use: any | null;
|
|
3076
3659
|
rank: number | null;
|
|
3077
3660
|
}> | null;
|
|
3078
3661
|
address: Array<{
|
|
@@ -3086,6 +3669,14 @@ export type OrganizationFieldsFragment = {
|
|
|
3086
3669
|
postalCode: string | null;
|
|
3087
3670
|
country: string | null;
|
|
3088
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;
|
|
3089
3680
|
};
|
|
3090
3681
|
export type EndpointFieldsFragment = {
|
|
3091
3682
|
name: string | null;
|
|
@@ -3110,6 +3701,178 @@ export type EndpointFieldsFragment = {
|
|
|
3110
3701
|
display: string | null;
|
|
3111
3702
|
} | null;
|
|
3112
3703
|
};
|
|
3704
|
+
export type RelatedPersonFieldsFragment = {
|
|
3705
|
+
resourceType: string | null;
|
|
3706
|
+
id: string | null;
|
|
3707
|
+
active: boolean | null;
|
|
3708
|
+
name: Array<{
|
|
3709
|
+
text: string | null;
|
|
3710
|
+
family: string | null;
|
|
3711
|
+
given: Array<string | null> | null;
|
|
3712
|
+
prefix: Array<string | null> | null;
|
|
3713
|
+
suffix: Array<string | null> | null;
|
|
3714
|
+
} | null> | null;
|
|
3715
|
+
identifier: Array<{
|
|
3716
|
+
id: string | null;
|
|
3717
|
+
system: any | null;
|
|
3718
|
+
value: string | null;
|
|
3719
|
+
type: {
|
|
3720
|
+
text: string | null;
|
|
3721
|
+
coding: Array<{
|
|
3722
|
+
system: any | null;
|
|
3723
|
+
code: any | null;
|
|
3724
|
+
display: string | null;
|
|
3725
|
+
} | null> | null;
|
|
3726
|
+
} | null;
|
|
3727
|
+
}> | null;
|
|
3728
|
+
telecom: Array<{
|
|
3729
|
+
id: string | null;
|
|
3730
|
+
system: any | null;
|
|
3731
|
+
value: string | null;
|
|
3732
|
+
use: any | null;
|
|
3733
|
+
rank: number | null;
|
|
3734
|
+
}> | null;
|
|
3735
|
+
address: Array<{
|
|
3736
|
+
use: any | null;
|
|
3737
|
+
type: any | null;
|
|
3738
|
+
text: string | null;
|
|
3739
|
+
line: Array<string | null> | null;
|
|
3740
|
+
city: string | null;
|
|
3741
|
+
district: string | null;
|
|
3742
|
+
state: string | null;
|
|
3743
|
+
postalCode: string | null;
|
|
3744
|
+
country: string | null;
|
|
3745
|
+
}> | null;
|
|
3746
|
+
relationship: Array<{
|
|
3747
|
+
text: string | null;
|
|
3748
|
+
coding: Array<{
|
|
3749
|
+
system: any | null;
|
|
3750
|
+
code: any | null;
|
|
3751
|
+
display: string | null;
|
|
3752
|
+
} | null> | null;
|
|
3753
|
+
}> | null;
|
|
3754
|
+
patient: {
|
|
3755
|
+
id: string;
|
|
3756
|
+
name: Array<{
|
|
3757
|
+
text: string | null;
|
|
3758
|
+
family: string | null;
|
|
3759
|
+
given: Array<string | null> | null;
|
|
3760
|
+
prefix: Array<string | null> | null;
|
|
3761
|
+
suffix: Array<string | null> | null;
|
|
3762
|
+
} | null> | null;
|
|
3763
|
+
} | null;
|
|
3764
|
+
};
|
|
3765
|
+
export type PatientFieldsFragment = {
|
|
3766
|
+
id: string;
|
|
3767
|
+
name: Array<{
|
|
3768
|
+
text: string | null;
|
|
3769
|
+
family: string | null;
|
|
3770
|
+
given: Array<string | null> | null;
|
|
3771
|
+
prefix: Array<string | null> | null;
|
|
3772
|
+
suffix: Array<string | null> | null;
|
|
3773
|
+
} | null> | null;
|
|
3774
|
+
};
|
|
3775
|
+
export type DocumentReferenceFieldsFragment = {
|
|
3776
|
+
id: string | null;
|
|
3777
|
+
resourceType: string | null;
|
|
3778
|
+
language: string | null;
|
|
3779
|
+
status: string | null;
|
|
3780
|
+
date: any | null;
|
|
3781
|
+
description: string | null;
|
|
3782
|
+
meta: {
|
|
3783
|
+
versionId: string | null;
|
|
3784
|
+
lastUpdated: any | null;
|
|
3785
|
+
source: any | null;
|
|
3786
|
+
security: Array<{
|
|
3787
|
+
system: any | null;
|
|
3788
|
+
code: any | null;
|
|
3789
|
+
display: string | null;
|
|
3790
|
+
} | null> | null;
|
|
3791
|
+
tag: Array<{
|
|
3792
|
+
system: any | null;
|
|
3793
|
+
code: any | null;
|
|
3794
|
+
display: string | null;
|
|
3795
|
+
} | null> | null;
|
|
3796
|
+
} | null;
|
|
3797
|
+
text: {
|
|
3798
|
+
div: string;
|
|
3799
|
+
status: string | null;
|
|
3800
|
+
} | null;
|
|
3801
|
+
identifier: Array<{
|
|
3802
|
+
id: string | null;
|
|
3803
|
+
system: any | null;
|
|
3804
|
+
value: string | null;
|
|
3805
|
+
type: {
|
|
3806
|
+
text: string | null;
|
|
3807
|
+
coding: Array<{
|
|
3808
|
+
system: any | null;
|
|
3809
|
+
code: any | null;
|
|
3810
|
+
display: string | null;
|
|
3811
|
+
} | null> | null;
|
|
3812
|
+
} | null;
|
|
3813
|
+
} | null> | null;
|
|
3814
|
+
subject: {
|
|
3815
|
+
reference: string | null;
|
|
3816
|
+
display: string | null;
|
|
3817
|
+
} | null;
|
|
3818
|
+
type: {
|
|
3819
|
+
text: string | null;
|
|
3820
|
+
coding: Array<{
|
|
3821
|
+
system: any | null;
|
|
3822
|
+
code: any | null;
|
|
3823
|
+
display: string | null;
|
|
3824
|
+
} | null> | null;
|
|
3825
|
+
} | null;
|
|
3826
|
+
category: Array<{
|
|
3827
|
+
text: string | null;
|
|
3828
|
+
coding: Array<{
|
|
3829
|
+
system: any | null;
|
|
3830
|
+
code: any | null;
|
|
3831
|
+
display: string | null;
|
|
3832
|
+
} | null> | null;
|
|
3833
|
+
} | null> | null;
|
|
3834
|
+
author: Array<{
|
|
3835
|
+
reference: string | null;
|
|
3836
|
+
display: string | null;
|
|
3837
|
+
} | null> | null;
|
|
3838
|
+
content: Array<{
|
|
3839
|
+
attachment: {
|
|
3840
|
+
contentType: string | null;
|
|
3841
|
+
data: string | null;
|
|
3842
|
+
url: string | null;
|
|
3843
|
+
title: string | null;
|
|
3844
|
+
} | null;
|
|
3845
|
+
format: {
|
|
3846
|
+
system: any | null;
|
|
3847
|
+
code: any | null;
|
|
3848
|
+
display: string | null;
|
|
3849
|
+
} | null;
|
|
3850
|
+
} | null> | null;
|
|
3851
|
+
context: {
|
|
3852
|
+
encounter: Array<{
|
|
3853
|
+
reference: string | null;
|
|
3854
|
+
display: string | null;
|
|
3855
|
+
} | null> | null;
|
|
3856
|
+
period: {
|
|
3857
|
+
start: any | null;
|
|
3858
|
+
end: any | null;
|
|
3859
|
+
} | null;
|
|
3860
|
+
} | null;
|
|
3861
|
+
};
|
|
3862
|
+
export type DocumentReferenceContextFieldsFragment = {
|
|
3863
|
+
encounter: Array<{
|
|
3864
|
+
reference: string | null;
|
|
3865
|
+
display: string | null;
|
|
3866
|
+
} | null> | null;
|
|
3867
|
+
period: {
|
|
3868
|
+
start: any | null;
|
|
3869
|
+
end: any | null;
|
|
3870
|
+
} | null;
|
|
3871
|
+
};
|
|
3872
|
+
export type ProtocolAppliedFieldsFragment = {
|
|
3873
|
+
doseNumberString: string | null;
|
|
3874
|
+
doseNumberPositiveInt: number | null;
|
|
3875
|
+
};
|
|
3113
3876
|
export type AsserterFields_Patient_Fragment = {
|
|
3114
3877
|
__typename: 'Patient';
|
|
3115
3878
|
name: Array<{
|
|
@@ -6804,6 +7567,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6804
7567
|
alias: Array<string | null> | null;
|
|
6805
7568
|
description: string | null;
|
|
6806
7569
|
distanceInMiles: number | null;
|
|
7570
|
+
status: any | null;
|
|
6807
7571
|
identifier: Array<{
|
|
6808
7572
|
id: string | null;
|
|
6809
7573
|
system: any | null;
|
|
@@ -6833,8 +7597,10 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6833
7597
|
lon: number | null;
|
|
6834
7598
|
} | null;
|
|
6835
7599
|
telecom: Array<{
|
|
7600
|
+
id: string | null;
|
|
6836
7601
|
system: any | null;
|
|
6837
7602
|
value: string | null;
|
|
7603
|
+
use: any | null;
|
|
6838
7604
|
rank: number | null;
|
|
6839
7605
|
} | null> | null;
|
|
6840
7606
|
type: Array<{
|
|
@@ -6845,6 +7611,24 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6845
7611
|
display: string | null;
|
|
6846
7612
|
} | null> | null;
|
|
6847
7613
|
} | null> | null;
|
|
7614
|
+
managingOrganization: {
|
|
7615
|
+
id: string | null;
|
|
7616
|
+
reference: string | null;
|
|
7617
|
+
display: string | null;
|
|
7618
|
+
identifier: {
|
|
7619
|
+
id: string | null;
|
|
7620
|
+
system: any | null;
|
|
7621
|
+
value: string | null;
|
|
7622
|
+
type: {
|
|
7623
|
+
text: string | null;
|
|
7624
|
+
coding: Array<{
|
|
7625
|
+
system: any | null;
|
|
7626
|
+
code: any | null;
|
|
7627
|
+
display: string | null;
|
|
7628
|
+
} | null> | null;
|
|
7629
|
+
} | null;
|
|
7630
|
+
} | null;
|
|
7631
|
+
} | null;
|
|
6848
7632
|
} | null;
|
|
6849
7633
|
physicalType: {
|
|
6850
7634
|
text: string | null;
|
|
@@ -6943,6 +7727,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6943
7727
|
alias: Array<string | null> | null;
|
|
6944
7728
|
description: string | null;
|
|
6945
7729
|
distanceInMiles: number | null;
|
|
7730
|
+
status: any | null;
|
|
6946
7731
|
identifier: Array<{
|
|
6947
7732
|
id: string | null;
|
|
6948
7733
|
system: any | null;
|
|
@@ -6972,8 +7757,10 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6972
7757
|
lon: number | null;
|
|
6973
7758
|
} | null;
|
|
6974
7759
|
telecom: Array<{
|
|
7760
|
+
id: string | null;
|
|
6975
7761
|
system: any | null;
|
|
6976
7762
|
value: string | null;
|
|
7763
|
+
use: any | null;
|
|
6977
7764
|
rank: number | null;
|
|
6978
7765
|
} | null> | null;
|
|
6979
7766
|
type: Array<{
|
|
@@ -6984,6 +7771,24 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6984
7771
|
display: string | null;
|
|
6985
7772
|
} | null> | null;
|
|
6986
7773
|
} | null> | null;
|
|
7774
|
+
managingOrganization: {
|
|
7775
|
+
id: string | null;
|
|
7776
|
+
reference: string | null;
|
|
7777
|
+
display: string | null;
|
|
7778
|
+
identifier: {
|
|
7779
|
+
id: string | null;
|
|
7780
|
+
system: any | null;
|
|
7781
|
+
value: string | null;
|
|
7782
|
+
type: {
|
|
7783
|
+
text: string | null;
|
|
7784
|
+
coding: Array<{
|
|
7785
|
+
system: any | null;
|
|
7786
|
+
code: any | null;
|
|
7787
|
+
display: string | null;
|
|
7788
|
+
} | null> | null;
|
|
7789
|
+
} | null;
|
|
7790
|
+
} | null;
|
|
7791
|
+
} | null;
|
|
6987
7792
|
} | null;
|
|
6988
7793
|
serviceProvider: {
|
|
6989
7794
|
name: string | null;
|
|
@@ -7357,6 +8162,7 @@ export type GetCarePlansQueryResults = {
|
|
|
7357
8162
|
alias: Array<string | null> | null;
|
|
7358
8163
|
description: string | null;
|
|
7359
8164
|
distanceInMiles: number | null;
|
|
8165
|
+
status: any | null;
|
|
7360
8166
|
identifier: Array<{
|
|
7361
8167
|
id: string | null;
|
|
7362
8168
|
system: any | null;
|
|
@@ -7386,8 +8192,10 @@ export type GetCarePlansQueryResults = {
|
|
|
7386
8192
|
lon: number | null;
|
|
7387
8193
|
} | null;
|
|
7388
8194
|
telecom: Array<{
|
|
8195
|
+
id: string | null;
|
|
7389
8196
|
system: any | null;
|
|
7390
8197
|
value: string | null;
|
|
8198
|
+
use: any | null;
|
|
7391
8199
|
rank: number | null;
|
|
7392
8200
|
} | null> | null;
|
|
7393
8201
|
type: Array<{
|
|
@@ -7398,6 +8206,24 @@ export type GetCarePlansQueryResults = {
|
|
|
7398
8206
|
display: string | null;
|
|
7399
8207
|
} | null> | null;
|
|
7400
8208
|
} | null> | null;
|
|
8209
|
+
managingOrganization: {
|
|
8210
|
+
id: string | null;
|
|
8211
|
+
reference: string | null;
|
|
8212
|
+
display: string | null;
|
|
8213
|
+
identifier: {
|
|
8214
|
+
id: string | null;
|
|
8215
|
+
system: any | null;
|
|
8216
|
+
value: string | null;
|
|
8217
|
+
type: {
|
|
8218
|
+
text: string | null;
|
|
8219
|
+
coding: Array<{
|
|
8220
|
+
system: any | null;
|
|
8221
|
+
code: any | null;
|
|
8222
|
+
display: string | null;
|
|
8223
|
+
} | null> | null;
|
|
8224
|
+
} | null;
|
|
8225
|
+
} | null;
|
|
8226
|
+
} | null;
|
|
7401
8227
|
} | null;
|
|
7402
8228
|
physicalType: {
|
|
7403
8229
|
text: string | null;
|
|
@@ -7496,6 +8322,7 @@ export type GetCarePlansQueryResults = {
|
|
|
7496
8322
|
alias: Array<string | null> | null;
|
|
7497
8323
|
description: string | null;
|
|
7498
8324
|
distanceInMiles: number | null;
|
|
8325
|
+
status: any | null;
|
|
7499
8326
|
identifier: Array<{
|
|
7500
8327
|
id: string | null;
|
|
7501
8328
|
system: any | null;
|
|
@@ -7525,8 +8352,10 @@ export type GetCarePlansQueryResults = {
|
|
|
7525
8352
|
lon: number | null;
|
|
7526
8353
|
} | null;
|
|
7527
8354
|
telecom: Array<{
|
|
8355
|
+
id: string | null;
|
|
7528
8356
|
system: any | null;
|
|
7529
8357
|
value: string | null;
|
|
8358
|
+
use: any | null;
|
|
7530
8359
|
rank: number | null;
|
|
7531
8360
|
} | null> | null;
|
|
7532
8361
|
type: Array<{
|
|
@@ -7537,6 +8366,24 @@ export type GetCarePlansQueryResults = {
|
|
|
7537
8366
|
display: string | null;
|
|
7538
8367
|
} | null> | null;
|
|
7539
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;
|
|
7540
8387
|
} | null;
|
|
7541
8388
|
serviceProvider: {
|
|
7542
8389
|
name: string | null;
|
|
@@ -7968,6 +8815,8 @@ export type GetCareTeamsQueryResults = {
|
|
|
7968
8815
|
resources: Array<{
|
|
7969
8816
|
id: string | null;
|
|
7970
8817
|
name: string | null;
|
|
8818
|
+
resourceType: string;
|
|
8819
|
+
status: string | null;
|
|
7971
8820
|
meta: {
|
|
7972
8821
|
versionId: string | null;
|
|
7973
8822
|
lastUpdated: any | null;
|
|
@@ -8024,18 +8873,269 @@ export type GetCareTeamsQueryResults = {
|
|
|
8024
8873
|
source: any | null;
|
|
8025
8874
|
security: Array<{
|
|
8026
8875
|
system: any | null;
|
|
8027
|
-
code: any | null;
|
|
8028
|
-
display: string | 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;
|
|
8029
9116
|
} | null> | null;
|
|
8030
|
-
|
|
9117
|
+
connectionType: {
|
|
8031
9118
|
system: any | null;
|
|
8032
9119
|
code: any | null;
|
|
8033
9120
|
display: string | null;
|
|
8034
|
-
} | 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;
|
|
8035
9133
|
} | null;
|
|
8036
9134
|
} | {
|
|
8037
|
-
__typename: '
|
|
9135
|
+
__typename: 'RelatedPerson';
|
|
9136
|
+
resourceType: string | null;
|
|
8038
9137
|
id: string | null;
|
|
9138
|
+
active: boolean | null;
|
|
8039
9139
|
name: Array<{
|
|
8040
9140
|
text: string | null;
|
|
8041
9141
|
family: string | null;
|
|
@@ -8056,10 +9156,42 @@ export type GetCareTeamsQueryResults = {
|
|
|
8056
9156
|
} | null> | null;
|
|
8057
9157
|
} | null;
|
|
8058
9158
|
}> | null;
|
|
8059
|
-
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
|
|
9159
|
+
telecom: Array<{
|
|
9160
|
+
id: string | null;
|
|
9161
|
+
system: any | null;
|
|
9162
|
+
value: string | null;
|
|
9163
|
+
use: any | null;
|
|
9164
|
+
rank: number | null;
|
|
9165
|
+
}> | null;
|
|
9166
|
+
address: Array<{
|
|
9167
|
+
use: any | null;
|
|
9168
|
+
type: any | null;
|
|
9169
|
+
text: string | null;
|
|
9170
|
+
line: Array<string | null> | null;
|
|
9171
|
+
city: string | null;
|
|
9172
|
+
district: string | null;
|
|
9173
|
+
state: string | null;
|
|
9174
|
+
postalCode: string | null;
|
|
9175
|
+
country: string | null;
|
|
9176
|
+
}> | null;
|
|
9177
|
+
relationship: Array<{
|
|
9178
|
+
text: string | null;
|
|
9179
|
+
coding: Array<{
|
|
9180
|
+
system: any | null;
|
|
9181
|
+
code: any | null;
|
|
9182
|
+
display: string | null;
|
|
9183
|
+
} | null> | null;
|
|
9184
|
+
}> | null;
|
|
9185
|
+
patient: {
|
|
9186
|
+
id: string;
|
|
9187
|
+
name: Array<{
|
|
9188
|
+
text: string | null;
|
|
9189
|
+
family: string | null;
|
|
9190
|
+
given: Array<string | null> | null;
|
|
9191
|
+
prefix: Array<string | null> | null;
|
|
9192
|
+
suffix: Array<string | null> | null;
|
|
9193
|
+
} | null> | null;
|
|
9194
|
+
} | null;
|
|
8063
9195
|
} | {
|
|
8064
9196
|
__typename: 'ResourceReference';
|
|
8065
9197
|
} | null;
|
|
@@ -8298,6 +9430,7 @@ export type GetConditionsQueryResults = {
|
|
|
8298
9430
|
alias: Array<string | null> | null;
|
|
8299
9431
|
description: string | null;
|
|
8300
9432
|
distanceInMiles: number | null;
|
|
9433
|
+
status: any | null;
|
|
8301
9434
|
identifier: Array<{
|
|
8302
9435
|
id: string | null;
|
|
8303
9436
|
system: any | null;
|
|
@@ -8327,8 +9460,10 @@ export type GetConditionsQueryResults = {
|
|
|
8327
9460
|
lon: number | null;
|
|
8328
9461
|
} | null;
|
|
8329
9462
|
telecom: Array<{
|
|
9463
|
+
id: string | null;
|
|
8330
9464
|
system: any | null;
|
|
8331
9465
|
value: string | null;
|
|
9466
|
+
use: any | null;
|
|
8332
9467
|
rank: number | null;
|
|
8333
9468
|
} | null> | null;
|
|
8334
9469
|
type: Array<{
|
|
@@ -8339,6 +9474,24 @@ export type GetConditionsQueryResults = {
|
|
|
8339
9474
|
display: string | null;
|
|
8340
9475
|
} | null> | null;
|
|
8341
9476
|
} | null> | null;
|
|
9477
|
+
managingOrganization: {
|
|
9478
|
+
id: string | null;
|
|
9479
|
+
reference: string | null;
|
|
9480
|
+
display: string | null;
|
|
9481
|
+
identifier: {
|
|
9482
|
+
id: string | null;
|
|
9483
|
+
system: any | null;
|
|
9484
|
+
value: string | null;
|
|
9485
|
+
type: {
|
|
9486
|
+
text: string | null;
|
|
9487
|
+
coding: Array<{
|
|
9488
|
+
system: any | null;
|
|
9489
|
+
code: any | null;
|
|
9490
|
+
display: string | null;
|
|
9491
|
+
} | null> | null;
|
|
9492
|
+
} | null;
|
|
9493
|
+
} | null;
|
|
9494
|
+
} | null;
|
|
8342
9495
|
} | null;
|
|
8343
9496
|
physicalType: {
|
|
8344
9497
|
text: string | null;
|
|
@@ -8437,6 +9590,7 @@ export type GetConditionsQueryResults = {
|
|
|
8437
9590
|
alias: Array<string | null> | null;
|
|
8438
9591
|
description: string | null;
|
|
8439
9592
|
distanceInMiles: number | null;
|
|
9593
|
+
status: any | null;
|
|
8440
9594
|
identifier: Array<{
|
|
8441
9595
|
id: string | null;
|
|
8442
9596
|
system: any | null;
|
|
@@ -8466,8 +9620,10 @@ export type GetConditionsQueryResults = {
|
|
|
8466
9620
|
lon: number | null;
|
|
8467
9621
|
} | null;
|
|
8468
9622
|
telecom: Array<{
|
|
9623
|
+
id: string | null;
|
|
8469
9624
|
system: any | null;
|
|
8470
9625
|
value: string | null;
|
|
9626
|
+
use: any | null;
|
|
8471
9627
|
rank: number | null;
|
|
8472
9628
|
} | null> | null;
|
|
8473
9629
|
type: Array<{
|
|
@@ -8478,6 +9634,24 @@ export type GetConditionsQueryResults = {
|
|
|
8478
9634
|
display: string | null;
|
|
8479
9635
|
} | null> | null;
|
|
8480
9636
|
} | null> | null;
|
|
9637
|
+
managingOrganization: {
|
|
9638
|
+
id: string | null;
|
|
9639
|
+
reference: string | null;
|
|
9640
|
+
display: string | null;
|
|
9641
|
+
identifier: {
|
|
9642
|
+
id: string | null;
|
|
9643
|
+
system: any | null;
|
|
9644
|
+
value: string | null;
|
|
9645
|
+
type: {
|
|
9646
|
+
text: string | null;
|
|
9647
|
+
coding: Array<{
|
|
9648
|
+
system: any | null;
|
|
9649
|
+
code: any | null;
|
|
9650
|
+
display: string | null;
|
|
9651
|
+
} | null> | null;
|
|
9652
|
+
} | null;
|
|
9653
|
+
} | null;
|
|
9654
|
+
} | null;
|
|
8481
9655
|
} | null;
|
|
8482
9656
|
serviceProvider: {
|
|
8483
9657
|
name: string | null;
|
|
@@ -8847,6 +10021,7 @@ export type GetEncounterQueryResults = {
|
|
|
8847
10021
|
alias: Array<string | null> | null;
|
|
8848
10022
|
description: string | null;
|
|
8849
10023
|
distanceInMiles: number | null;
|
|
10024
|
+
status: any | null;
|
|
8850
10025
|
identifier: Array<{
|
|
8851
10026
|
id: string | null;
|
|
8852
10027
|
system: any | null;
|
|
@@ -8876,8 +10051,10 @@ export type GetEncounterQueryResults = {
|
|
|
8876
10051
|
lon: number | null;
|
|
8877
10052
|
} | null;
|
|
8878
10053
|
telecom: Array<{
|
|
10054
|
+
id: string | null;
|
|
8879
10055
|
system: any | null;
|
|
8880
10056
|
value: string | null;
|
|
10057
|
+
use: any | null;
|
|
8881
10058
|
rank: number | null;
|
|
8882
10059
|
} | null> | null;
|
|
8883
10060
|
type: Array<{
|
|
@@ -8888,6 +10065,24 @@ export type GetEncounterQueryResults = {
|
|
|
8888
10065
|
display: string | null;
|
|
8889
10066
|
} | null> | null;
|
|
8890
10067
|
} | null> | null;
|
|
10068
|
+
managingOrganization: {
|
|
10069
|
+
id: string | null;
|
|
10070
|
+
reference: string | null;
|
|
10071
|
+
display: string | null;
|
|
10072
|
+
identifier: {
|
|
10073
|
+
id: string | null;
|
|
10074
|
+
system: any | null;
|
|
10075
|
+
value: string | null;
|
|
10076
|
+
type: {
|
|
10077
|
+
text: string | null;
|
|
10078
|
+
coding: Array<{
|
|
10079
|
+
system: any | null;
|
|
10080
|
+
code: any | null;
|
|
10081
|
+
display: string | null;
|
|
10082
|
+
} | null> | null;
|
|
10083
|
+
} | null;
|
|
10084
|
+
} | null;
|
|
10085
|
+
} | null;
|
|
8891
10086
|
} | null;
|
|
8892
10087
|
physicalType: {
|
|
8893
10088
|
text: string | null;
|
|
@@ -8986,6 +10181,7 @@ export type GetEncounterQueryResults = {
|
|
|
8986
10181
|
alias: Array<string | null> | null;
|
|
8987
10182
|
description: string | null;
|
|
8988
10183
|
distanceInMiles: number | null;
|
|
10184
|
+
status: any | null;
|
|
8989
10185
|
identifier: Array<{
|
|
8990
10186
|
id: string | null;
|
|
8991
10187
|
system: any | null;
|
|
@@ -9015,8 +10211,10 @@ export type GetEncounterQueryResults = {
|
|
|
9015
10211
|
lon: number | null;
|
|
9016
10212
|
} | null;
|
|
9017
10213
|
telecom: Array<{
|
|
10214
|
+
id: string | null;
|
|
9018
10215
|
system: any | null;
|
|
9019
10216
|
value: string | null;
|
|
10217
|
+
use: any | null;
|
|
9020
10218
|
rank: number | null;
|
|
9021
10219
|
} | null> | null;
|
|
9022
10220
|
type: Array<{
|
|
@@ -9027,6 +10225,24 @@ export type GetEncounterQueryResults = {
|
|
|
9027
10225
|
display: string | null;
|
|
9028
10226
|
} | null> | null;
|
|
9029
10227
|
} | null> | null;
|
|
10228
|
+
managingOrganization: {
|
|
10229
|
+
id: string | null;
|
|
10230
|
+
reference: string | null;
|
|
10231
|
+
display: string | null;
|
|
10232
|
+
identifier: {
|
|
10233
|
+
id: string | null;
|
|
10234
|
+
system: any | null;
|
|
10235
|
+
value: string | null;
|
|
10236
|
+
type: {
|
|
10237
|
+
text: string | null;
|
|
10238
|
+
coding: Array<{
|
|
10239
|
+
system: any | null;
|
|
10240
|
+
code: any | null;
|
|
10241
|
+
display: string | null;
|
|
10242
|
+
} | null> | null;
|
|
10243
|
+
} | null;
|
|
10244
|
+
} | null;
|
|
10245
|
+
} | null;
|
|
9030
10246
|
} | null;
|
|
9031
10247
|
serviceProvider: {
|
|
9032
10248
|
name: string | null;
|
|
@@ -9341,6 +10557,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
9341
10557
|
alias: Array<string | null> | null;
|
|
9342
10558
|
description: string | null;
|
|
9343
10559
|
distanceInMiles: number | null;
|
|
10560
|
+
status: any | null;
|
|
9344
10561
|
identifier: Array<{
|
|
9345
10562
|
id: string | null;
|
|
9346
10563
|
system: any | null;
|
|
@@ -9370,8 +10587,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
9370
10587
|
lon: number | null;
|
|
9371
10588
|
} | null;
|
|
9372
10589
|
telecom: Array<{
|
|
10590
|
+
id: string | null;
|
|
9373
10591
|
system: any | null;
|
|
9374
10592
|
value: string | null;
|
|
10593
|
+
use: any | null;
|
|
9375
10594
|
rank: number | null;
|
|
9376
10595
|
} | null> | null;
|
|
9377
10596
|
type: Array<{
|
|
@@ -9382,6 +10601,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
9382
10601
|
display: string | null;
|
|
9383
10602
|
} | null> | null;
|
|
9384
10603
|
} | null> | null;
|
|
10604
|
+
managingOrganization: {
|
|
10605
|
+
id: string | null;
|
|
10606
|
+
reference: string | null;
|
|
10607
|
+
display: string | null;
|
|
10608
|
+
identifier: {
|
|
10609
|
+
id: string | null;
|
|
10610
|
+
system: any | null;
|
|
10611
|
+
value: string | null;
|
|
10612
|
+
type: {
|
|
10613
|
+
text: string | null;
|
|
10614
|
+
coding: Array<{
|
|
10615
|
+
system: any | null;
|
|
10616
|
+
code: any | null;
|
|
10617
|
+
display: string | null;
|
|
10618
|
+
} | null> | null;
|
|
10619
|
+
} | null;
|
|
10620
|
+
} | null;
|
|
10621
|
+
} | null;
|
|
9385
10622
|
} | null;
|
|
9386
10623
|
physicalType: {
|
|
9387
10624
|
text: string | null;
|
|
@@ -9480,6 +10717,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
9480
10717
|
alias: Array<string | null> | null;
|
|
9481
10718
|
description: string | null;
|
|
9482
10719
|
distanceInMiles: number | null;
|
|
10720
|
+
status: any | null;
|
|
9483
10721
|
identifier: Array<{
|
|
9484
10722
|
id: string | null;
|
|
9485
10723
|
system: any | null;
|
|
@@ -9509,8 +10747,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
9509
10747
|
lon: number | null;
|
|
9510
10748
|
} | null;
|
|
9511
10749
|
telecom: Array<{
|
|
10750
|
+
id: string | null;
|
|
9512
10751
|
system: any | null;
|
|
9513
10752
|
value: string | null;
|
|
10753
|
+
use: any | null;
|
|
9514
10754
|
rank: number | null;
|
|
9515
10755
|
} | null> | null;
|
|
9516
10756
|
type: Array<{
|
|
@@ -9521,6 +10761,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
9521
10761
|
display: string | null;
|
|
9522
10762
|
} | null> | null;
|
|
9523
10763
|
} | null> | null;
|
|
10764
|
+
managingOrganization: {
|
|
10765
|
+
id: string | null;
|
|
10766
|
+
reference: string | null;
|
|
10767
|
+
display: string | null;
|
|
10768
|
+
identifier: {
|
|
10769
|
+
id: string | null;
|
|
10770
|
+
system: any | null;
|
|
10771
|
+
value: string | null;
|
|
10772
|
+
type: {
|
|
10773
|
+
text: string | null;
|
|
10774
|
+
coding: Array<{
|
|
10775
|
+
system: any | null;
|
|
10776
|
+
code: any | null;
|
|
10777
|
+
display: string | null;
|
|
10778
|
+
} | null> | null;
|
|
10779
|
+
} | null;
|
|
10780
|
+
} | null;
|
|
10781
|
+
} | null;
|
|
9524
10782
|
} | null;
|
|
9525
10783
|
serviceProvider: {
|
|
9526
10784
|
name: string | null;
|
|
@@ -10001,6 +11259,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10001
11259
|
alias: Array<string | null> | null;
|
|
10002
11260
|
description: string | null;
|
|
10003
11261
|
distanceInMiles: number | null;
|
|
11262
|
+
status: any | null;
|
|
10004
11263
|
identifier: Array<{
|
|
10005
11264
|
id: string | null;
|
|
10006
11265
|
system: any | null;
|
|
@@ -10030,8 +11289,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
10030
11289
|
lon: number | null;
|
|
10031
11290
|
} | null;
|
|
10032
11291
|
telecom: Array<{
|
|
11292
|
+
id: string | null;
|
|
10033
11293
|
system: any | null;
|
|
10034
11294
|
value: string | null;
|
|
11295
|
+
use: any | null;
|
|
10035
11296
|
rank: number | null;
|
|
10036
11297
|
} | null> | null;
|
|
10037
11298
|
type: Array<{
|
|
@@ -10042,6 +11303,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
10042
11303
|
display: string | null;
|
|
10043
11304
|
} | null> | null;
|
|
10044
11305
|
} | null> | null;
|
|
11306
|
+
managingOrganization: {
|
|
11307
|
+
id: string | null;
|
|
11308
|
+
reference: string | null;
|
|
11309
|
+
display: string | null;
|
|
11310
|
+
identifier: {
|
|
11311
|
+
id: string | null;
|
|
11312
|
+
system: any | null;
|
|
11313
|
+
value: string | null;
|
|
11314
|
+
type: {
|
|
11315
|
+
text: string | null;
|
|
11316
|
+
coding: Array<{
|
|
11317
|
+
system: any | null;
|
|
11318
|
+
code: any | null;
|
|
11319
|
+
display: string | null;
|
|
11320
|
+
} | null> | null;
|
|
11321
|
+
} | null;
|
|
11322
|
+
} | null;
|
|
11323
|
+
} | null;
|
|
10045
11324
|
} | null;
|
|
10046
11325
|
physicalType: {
|
|
10047
11326
|
text: string | null;
|
|
@@ -10140,6 +11419,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10140
11419
|
alias: Array<string | null> | null;
|
|
10141
11420
|
description: string | null;
|
|
10142
11421
|
distanceInMiles: number | null;
|
|
11422
|
+
status: any | null;
|
|
10143
11423
|
identifier: Array<{
|
|
10144
11424
|
id: string | null;
|
|
10145
11425
|
system: any | null;
|
|
@@ -10169,8 +11449,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
10169
11449
|
lon: number | null;
|
|
10170
11450
|
} | null;
|
|
10171
11451
|
telecom: Array<{
|
|
11452
|
+
id: string | null;
|
|
10172
11453
|
system: any | null;
|
|
10173
11454
|
value: string | null;
|
|
11455
|
+
use: any | null;
|
|
10174
11456
|
rank: number | null;
|
|
10175
11457
|
} | null> | null;
|
|
10176
11458
|
type: Array<{
|
|
@@ -10181,6 +11463,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
10181
11463
|
display: string | null;
|
|
10182
11464
|
} | null> | null;
|
|
10183
11465
|
} | null> | null;
|
|
11466
|
+
managingOrganization: {
|
|
11467
|
+
id: string | null;
|
|
11468
|
+
reference: string | null;
|
|
11469
|
+
display: string | null;
|
|
11470
|
+
identifier: {
|
|
11471
|
+
id: string | null;
|
|
11472
|
+
system: any | null;
|
|
11473
|
+
value: string | null;
|
|
11474
|
+
type: {
|
|
11475
|
+
text: string | null;
|
|
11476
|
+
coding: Array<{
|
|
11477
|
+
system: any | null;
|
|
11478
|
+
code: any | null;
|
|
11479
|
+
display: string | null;
|
|
11480
|
+
} | null> | null;
|
|
11481
|
+
} | null;
|
|
11482
|
+
} | null;
|
|
11483
|
+
} | null;
|
|
10184
11484
|
} | null;
|
|
10185
11485
|
serviceProvider: {
|
|
10186
11486
|
name: string | null;
|
|
@@ -10447,6 +11747,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10447
11747
|
manufacturer: {
|
|
10448
11748
|
resourceType: string | null;
|
|
10449
11749
|
name: string | null;
|
|
11750
|
+
active: boolean | null;
|
|
10450
11751
|
identifier: Array<{
|
|
10451
11752
|
id: string | null;
|
|
10452
11753
|
system: any | null;
|
|
@@ -10484,8 +11785,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
10484
11785
|
} | null;
|
|
10485
11786
|
} | null> | null;
|
|
10486
11787
|
telecom: Array<{
|
|
11788
|
+
id: string | null;
|
|
10487
11789
|
system: any | null;
|
|
10488
11790
|
value: string | null;
|
|
11791
|
+
use: any | null;
|
|
10489
11792
|
rank: number | null;
|
|
10490
11793
|
}> | null;
|
|
10491
11794
|
address: Array<{
|
|
@@ -10499,6 +11802,14 @@ export type GetImmunizationsQueryResults = {
|
|
|
10499
11802
|
postalCode: string | null;
|
|
10500
11803
|
country: string | null;
|
|
10501
11804
|
}> | null;
|
|
11805
|
+
type: Array<{
|
|
11806
|
+
text: string | null;
|
|
11807
|
+
coding: Array<{
|
|
11808
|
+
system: any | null;
|
|
11809
|
+
code: any | null;
|
|
11810
|
+
display: string | null;
|
|
11811
|
+
} | null> | null;
|
|
11812
|
+
}> | null;
|
|
10502
11813
|
} | null;
|
|
10503
11814
|
site: {
|
|
10504
11815
|
text: string | null;
|
|
@@ -10558,6 +11869,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10558
11869
|
alias: Array<string | null> | null;
|
|
10559
11870
|
description: string | null;
|
|
10560
11871
|
distanceInMiles: number | null;
|
|
11872
|
+
status: any | null;
|
|
10561
11873
|
identifier: Array<{
|
|
10562
11874
|
id: string | null;
|
|
10563
11875
|
system: any | null;
|
|
@@ -10587,18 +11899,38 @@ export type GetImmunizationsQueryResults = {
|
|
|
10587
11899
|
lon: number | null;
|
|
10588
11900
|
} | null;
|
|
10589
11901
|
telecom: Array<{
|
|
11902
|
+
id: string | null;
|
|
10590
11903
|
system: any | null;
|
|
10591
11904
|
value: string | null;
|
|
11905
|
+
use: any | null;
|
|
10592
11906
|
rank: number | null;
|
|
10593
11907
|
} | null> | null;
|
|
10594
11908
|
type: Array<{
|
|
10595
11909
|
text: string | null;
|
|
10596
11910
|
coding: Array<{
|
|
10597
11911
|
system: any | null;
|
|
10598
|
-
code: any | null;
|
|
10599
|
-
display: string | null;
|
|
10600
|
-
} | null> | null;
|
|
10601
|
-
} | null> | 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;
|
|
11933
|
+
} | null;
|
|
10602
11934
|
} | null;
|
|
10603
11935
|
reasonCode: Array<{
|
|
10604
11936
|
text: string | null;
|
|
@@ -10672,6 +12004,7 @@ export type GetProceduresQueryResults = {
|
|
|
10672
12004
|
alias: Array<string | null> | null;
|
|
10673
12005
|
description: string | null;
|
|
10674
12006
|
distanceInMiles: number | null;
|
|
12007
|
+
status: any | null;
|
|
10675
12008
|
identifier: Array<{
|
|
10676
12009
|
id: string | null;
|
|
10677
12010
|
system: any | null;
|
|
@@ -10701,8 +12034,10 @@ export type GetProceduresQueryResults = {
|
|
|
10701
12034
|
lon: number | null;
|
|
10702
12035
|
} | null;
|
|
10703
12036
|
telecom: Array<{
|
|
12037
|
+
id: string | null;
|
|
10704
12038
|
system: any | null;
|
|
10705
12039
|
value: string | null;
|
|
12040
|
+
use: any | null;
|
|
10706
12041
|
rank: number | null;
|
|
10707
12042
|
} | null> | null;
|
|
10708
12043
|
type: Array<{
|
|
@@ -10713,6 +12048,24 @@ export type GetProceduresQueryResults = {
|
|
|
10713
12048
|
display: string | null;
|
|
10714
12049
|
} | null> | null;
|
|
10715
12050
|
} | null> | null;
|
|
12051
|
+
managingOrganization: {
|
|
12052
|
+
id: string | null;
|
|
12053
|
+
reference: string | null;
|
|
12054
|
+
display: string | null;
|
|
12055
|
+
identifier: {
|
|
12056
|
+
id: string | null;
|
|
12057
|
+
system: any | null;
|
|
12058
|
+
value: string | null;
|
|
12059
|
+
type: {
|
|
12060
|
+
text: string | null;
|
|
12061
|
+
coding: Array<{
|
|
12062
|
+
system: any | null;
|
|
12063
|
+
code: any | null;
|
|
12064
|
+
display: string | null;
|
|
12065
|
+
} | null> | null;
|
|
12066
|
+
} | null;
|
|
12067
|
+
} | null;
|
|
12068
|
+
} | null;
|
|
10716
12069
|
} | null;
|
|
10717
12070
|
subject: {
|
|
10718
12071
|
__typename: 'Patient';
|
|
@@ -10893,6 +12246,7 @@ export type GetProceduresQueryResults = {
|
|
|
10893
12246
|
alias: Array<string | null> | null;
|
|
10894
12247
|
description: string | null;
|
|
10895
12248
|
distanceInMiles: number | null;
|
|
12249
|
+
status: any | null;
|
|
10896
12250
|
identifier: Array<{
|
|
10897
12251
|
id: string | null;
|
|
10898
12252
|
system: any | null;
|
|
@@ -10922,8 +12276,10 @@ export type GetProceduresQueryResults = {
|
|
|
10922
12276
|
lon: number | null;
|
|
10923
12277
|
} | null;
|
|
10924
12278
|
telecom: Array<{
|
|
12279
|
+
id: string | null;
|
|
10925
12280
|
system: any | null;
|
|
10926
12281
|
value: string | null;
|
|
12282
|
+
use: any | null;
|
|
10927
12283
|
rank: number | null;
|
|
10928
12284
|
} | null> | null;
|
|
10929
12285
|
type: Array<{
|
|
@@ -10934,6 +12290,24 @@ export type GetProceduresQueryResults = {
|
|
|
10934
12290
|
display: string | null;
|
|
10935
12291
|
} | null> | null;
|
|
10936
12292
|
} | null> | null;
|
|
12293
|
+
managingOrganization: {
|
|
12294
|
+
id: string | null;
|
|
12295
|
+
reference: string | null;
|
|
12296
|
+
display: string | null;
|
|
12297
|
+
identifier: {
|
|
12298
|
+
id: string | null;
|
|
12299
|
+
system: any | null;
|
|
12300
|
+
value: string | null;
|
|
12301
|
+
type: {
|
|
12302
|
+
text: string | null;
|
|
12303
|
+
coding: Array<{
|
|
12304
|
+
system: any | null;
|
|
12305
|
+
code: any | null;
|
|
12306
|
+
display: string | null;
|
|
12307
|
+
} | null> | null;
|
|
12308
|
+
} | null;
|
|
12309
|
+
} | null;
|
|
12310
|
+
} | null;
|
|
10937
12311
|
} | null;
|
|
10938
12312
|
physicalType: {
|
|
10939
12313
|
text: string | null;
|
|
@@ -11032,6 +12406,7 @@ export type GetProceduresQueryResults = {
|
|
|
11032
12406
|
alias: Array<string | null> | null;
|
|
11033
12407
|
description: string | null;
|
|
11034
12408
|
distanceInMiles: number | null;
|
|
12409
|
+
status: any | null;
|
|
11035
12410
|
identifier: Array<{
|
|
11036
12411
|
id: string | null;
|
|
11037
12412
|
system: any | null;
|
|
@@ -11061,8 +12436,10 @@ export type GetProceduresQueryResults = {
|
|
|
11061
12436
|
lon: number | null;
|
|
11062
12437
|
} | null;
|
|
11063
12438
|
telecom: Array<{
|
|
12439
|
+
id: string | null;
|
|
11064
12440
|
system: any | null;
|
|
11065
12441
|
value: string | null;
|
|
12442
|
+
use: any | null;
|
|
11066
12443
|
rank: number | null;
|
|
11067
12444
|
} | null> | null;
|
|
11068
12445
|
type: Array<{
|
|
@@ -11073,6 +12450,24 @@ export type GetProceduresQueryResults = {
|
|
|
11073
12450
|
display: string | null;
|
|
11074
12451
|
} | null> | null;
|
|
11075
12452
|
} | null> | null;
|
|
12453
|
+
managingOrganization: {
|
|
12454
|
+
id: string | null;
|
|
12455
|
+
reference: string | null;
|
|
12456
|
+
display: string | null;
|
|
12457
|
+
identifier: {
|
|
12458
|
+
id: string | null;
|
|
12459
|
+
system: any | null;
|
|
12460
|
+
value: string | null;
|
|
12461
|
+
type: {
|
|
12462
|
+
text: string | null;
|
|
12463
|
+
coding: Array<{
|
|
12464
|
+
system: any | null;
|
|
12465
|
+
code: any | null;
|
|
12466
|
+
display: string | null;
|
|
12467
|
+
} | null> | null;
|
|
12468
|
+
} | null;
|
|
12469
|
+
} | null;
|
|
12470
|
+
} | null;
|
|
11076
12471
|
} | null;
|
|
11077
12472
|
serviceProvider: {
|
|
11078
12473
|
name: string | null;
|
|
@@ -11812,6 +13207,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
11812
13207
|
alias: Array<string | null> | null;
|
|
11813
13208
|
description: string | null;
|
|
11814
13209
|
distanceInMiles: number | null;
|
|
13210
|
+
status: any | null;
|
|
11815
13211
|
identifier: Array<{
|
|
11816
13212
|
id: string | null;
|
|
11817
13213
|
system: any | null;
|
|
@@ -11841,8 +13237,10 @@ export type GetVitalSignsQueryResults = {
|
|
|
11841
13237
|
lon: number | null;
|
|
11842
13238
|
} | null;
|
|
11843
13239
|
telecom: Array<{
|
|
13240
|
+
id: string | null;
|
|
11844
13241
|
system: any | null;
|
|
11845
13242
|
value: string | null;
|
|
13243
|
+
use: any | null;
|
|
11846
13244
|
rank: number | null;
|
|
11847
13245
|
} | null> | null;
|
|
11848
13246
|
type: Array<{
|
|
@@ -11853,6 +13251,24 @@ export type GetVitalSignsQueryResults = {
|
|
|
11853
13251
|
display: string | null;
|
|
11854
13252
|
} | null> | null;
|
|
11855
13253
|
} | null> | null;
|
|
13254
|
+
managingOrganization: {
|
|
13255
|
+
id: string | null;
|
|
13256
|
+
reference: string | null;
|
|
13257
|
+
display: string | null;
|
|
13258
|
+
identifier: {
|
|
13259
|
+
id: string | null;
|
|
13260
|
+
system: any | null;
|
|
13261
|
+
value: string | null;
|
|
13262
|
+
type: {
|
|
13263
|
+
text: string | null;
|
|
13264
|
+
coding: Array<{
|
|
13265
|
+
system: any | null;
|
|
13266
|
+
code: any | null;
|
|
13267
|
+
display: string | null;
|
|
13268
|
+
} | null> | null;
|
|
13269
|
+
} | null;
|
|
13270
|
+
} | null;
|
|
13271
|
+
} | null;
|
|
11856
13272
|
} | null;
|
|
11857
13273
|
physicalType: {
|
|
11858
13274
|
text: string | null;
|
|
@@ -11951,6 +13367,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
11951
13367
|
alias: Array<string | null> | null;
|
|
11952
13368
|
description: string | null;
|
|
11953
13369
|
distanceInMiles: number | null;
|
|
13370
|
+
status: any | null;
|
|
11954
13371
|
identifier: Array<{
|
|
11955
13372
|
id: string | null;
|
|
11956
13373
|
system: any | null;
|
|
@@ -11980,8 +13397,10 @@ export type GetVitalSignsQueryResults = {
|
|
|
11980
13397
|
lon: number | null;
|
|
11981
13398
|
} | null;
|
|
11982
13399
|
telecom: Array<{
|
|
13400
|
+
id: string | null;
|
|
11983
13401
|
system: any | null;
|
|
11984
13402
|
value: string | null;
|
|
13403
|
+
use: any | null;
|
|
11985
13404
|
rank: number | null;
|
|
11986
13405
|
} | null> | null;
|
|
11987
13406
|
type: Array<{
|
|
@@ -11992,6 +13411,24 @@ export type GetVitalSignsQueryResults = {
|
|
|
11992
13411
|
display: string | null;
|
|
11993
13412
|
} | null> | null;
|
|
11994
13413
|
} | null> | null;
|
|
13414
|
+
managingOrganization: {
|
|
13415
|
+
id: string | null;
|
|
13416
|
+
reference: string | null;
|
|
13417
|
+
display: string | null;
|
|
13418
|
+
identifier: {
|
|
13419
|
+
id: string | null;
|
|
13420
|
+
system: any | null;
|
|
13421
|
+
value: string | null;
|
|
13422
|
+
type: {
|
|
13423
|
+
text: string | null;
|
|
13424
|
+
coding: Array<{
|
|
13425
|
+
system: any | null;
|
|
13426
|
+
code: any | null;
|
|
13427
|
+
display: string | null;
|
|
13428
|
+
} | null> | null;
|
|
13429
|
+
} | null;
|
|
13430
|
+
} | null;
|
|
13431
|
+
} | null;
|
|
11995
13432
|
} | null;
|
|
11996
13433
|
serviceProvider: {
|
|
11997
13434
|
name: string | null;
|
|
@@ -12794,6 +14231,7 @@ export type GetLabsQueryResults = {
|
|
|
12794
14231
|
alias: Array<string | null> | null;
|
|
12795
14232
|
description: string | null;
|
|
12796
14233
|
distanceInMiles: number | null;
|
|
14234
|
+
status: any | null;
|
|
12797
14235
|
identifier: Array<{
|
|
12798
14236
|
id: string | null;
|
|
12799
14237
|
system: any | null;
|
|
@@ -12823,8 +14261,10 @@ export type GetLabsQueryResults = {
|
|
|
12823
14261
|
lon: number | null;
|
|
12824
14262
|
} | null;
|
|
12825
14263
|
telecom: Array<{
|
|
14264
|
+
id: string | null;
|
|
12826
14265
|
system: any | null;
|
|
12827
14266
|
value: string | null;
|
|
14267
|
+
use: any | null;
|
|
12828
14268
|
rank: number | null;
|
|
12829
14269
|
} | null> | null;
|
|
12830
14270
|
type: Array<{
|
|
@@ -12835,6 +14275,24 @@ export type GetLabsQueryResults = {
|
|
|
12835
14275
|
display: string | null;
|
|
12836
14276
|
} | null> | null;
|
|
12837
14277
|
} | null> | null;
|
|
14278
|
+
managingOrganization: {
|
|
14279
|
+
id: string | null;
|
|
14280
|
+
reference: string | null;
|
|
14281
|
+
display: string | null;
|
|
14282
|
+
identifier: {
|
|
14283
|
+
id: string | null;
|
|
14284
|
+
system: any | null;
|
|
14285
|
+
value: string | null;
|
|
14286
|
+
type: {
|
|
14287
|
+
text: string | null;
|
|
14288
|
+
coding: Array<{
|
|
14289
|
+
system: any | null;
|
|
14290
|
+
code: any | null;
|
|
14291
|
+
display: string | null;
|
|
14292
|
+
} | null> | null;
|
|
14293
|
+
} | null;
|
|
14294
|
+
} | null;
|
|
14295
|
+
} | null;
|
|
12838
14296
|
} | null;
|
|
12839
14297
|
physicalType: {
|
|
12840
14298
|
text: string | null;
|
|
@@ -12933,6 +14391,7 @@ export type GetLabsQueryResults = {
|
|
|
12933
14391
|
alias: Array<string | null> | null;
|
|
12934
14392
|
description: string | null;
|
|
12935
14393
|
distanceInMiles: number | null;
|
|
14394
|
+
status: any | null;
|
|
12936
14395
|
identifier: Array<{
|
|
12937
14396
|
id: string | null;
|
|
12938
14397
|
system: any | null;
|
|
@@ -12962,8 +14421,10 @@ export type GetLabsQueryResults = {
|
|
|
12962
14421
|
lon: number | null;
|
|
12963
14422
|
} | null;
|
|
12964
14423
|
telecom: Array<{
|
|
14424
|
+
id: string | null;
|
|
12965
14425
|
system: any | null;
|
|
12966
14426
|
value: string | null;
|
|
14427
|
+
use: any | null;
|
|
12967
14428
|
rank: number | null;
|
|
12968
14429
|
} | null> | null;
|
|
12969
14430
|
type: Array<{
|
|
@@ -12974,6 +14435,24 @@ export type GetLabsQueryResults = {
|
|
|
12974
14435
|
display: string | null;
|
|
12975
14436
|
} | null> | null;
|
|
12976
14437
|
} | null> | null;
|
|
14438
|
+
managingOrganization: {
|
|
14439
|
+
id: string | null;
|
|
14440
|
+
reference: string | null;
|
|
14441
|
+
display: string | null;
|
|
14442
|
+
identifier: {
|
|
14443
|
+
id: string | null;
|
|
14444
|
+
system: any | null;
|
|
14445
|
+
value: string | null;
|
|
14446
|
+
type: {
|
|
14447
|
+
text: string | null;
|
|
14448
|
+
coding: Array<{
|
|
14449
|
+
system: any | null;
|
|
14450
|
+
code: any | null;
|
|
14451
|
+
display: string | null;
|
|
14452
|
+
} | null> | null;
|
|
14453
|
+
} | null;
|
|
14454
|
+
} | null;
|
|
14455
|
+
} | null;
|
|
12977
14456
|
} | null;
|
|
12978
14457
|
serviceProvider: {
|
|
12979
14458
|
name: string | null;
|
|
@@ -13524,6 +15003,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13524
15003
|
alias: Array<string | null> | null;
|
|
13525
15004
|
description: string | null;
|
|
13526
15005
|
distanceInMiles: number | null;
|
|
15006
|
+
status: any | null;
|
|
13527
15007
|
identifier: Array<{
|
|
13528
15008
|
id: string | null;
|
|
13529
15009
|
system: any | null;
|
|
@@ -13553,8 +15033,10 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13553
15033
|
lon: number | null;
|
|
13554
15034
|
} | null;
|
|
13555
15035
|
telecom: Array<{
|
|
15036
|
+
id: string | null;
|
|
13556
15037
|
system: any | null;
|
|
13557
15038
|
value: string | null;
|
|
15039
|
+
use: any | null;
|
|
13558
15040
|
rank: number | null;
|
|
13559
15041
|
} | null> | null;
|
|
13560
15042
|
type: Array<{
|
|
@@ -13565,6 +15047,24 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13565
15047
|
display: string | null;
|
|
13566
15048
|
} | null> | null;
|
|
13567
15049
|
} | null> | null;
|
|
15050
|
+
managingOrganization: {
|
|
15051
|
+
id: string | null;
|
|
15052
|
+
reference: string | null;
|
|
15053
|
+
display: string | null;
|
|
15054
|
+
identifier: {
|
|
15055
|
+
id: string | null;
|
|
15056
|
+
system: any | null;
|
|
15057
|
+
value: string | null;
|
|
15058
|
+
type: {
|
|
15059
|
+
text: string | null;
|
|
15060
|
+
coding: Array<{
|
|
15061
|
+
system: any | null;
|
|
15062
|
+
code: any | null;
|
|
15063
|
+
display: string | null;
|
|
15064
|
+
} | null> | null;
|
|
15065
|
+
} | null;
|
|
15066
|
+
} | null;
|
|
15067
|
+
} | null;
|
|
13568
15068
|
} | null;
|
|
13569
15069
|
physicalType: {
|
|
13570
15070
|
text: string | null;
|
|
@@ -13663,6 +15163,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13663
15163
|
alias: Array<string | null> | null;
|
|
13664
15164
|
description: string | null;
|
|
13665
15165
|
distanceInMiles: number | null;
|
|
15166
|
+
status: any | null;
|
|
13666
15167
|
identifier: Array<{
|
|
13667
15168
|
id: string | null;
|
|
13668
15169
|
system: any | null;
|
|
@@ -13692,8 +15193,10 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13692
15193
|
lon: number | null;
|
|
13693
15194
|
} | null;
|
|
13694
15195
|
telecom: Array<{
|
|
15196
|
+
id: string | null;
|
|
13695
15197
|
system: any | null;
|
|
13696
15198
|
value: string | null;
|
|
15199
|
+
use: any | null;
|
|
13697
15200
|
rank: number | null;
|
|
13698
15201
|
} | null> | null;
|
|
13699
15202
|
type: Array<{
|
|
@@ -13704,6 +15207,24 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13704
15207
|
display: string | null;
|
|
13705
15208
|
} | null> | null;
|
|
13706
15209
|
} | null> | null;
|
|
15210
|
+
managingOrganization: {
|
|
15211
|
+
id: string | null;
|
|
15212
|
+
reference: string | null;
|
|
15213
|
+
display: string | null;
|
|
15214
|
+
identifier: {
|
|
15215
|
+
id: string | null;
|
|
15216
|
+
system: any | null;
|
|
15217
|
+
value: string | null;
|
|
15218
|
+
type: {
|
|
15219
|
+
text: string | null;
|
|
15220
|
+
coding: Array<{
|
|
15221
|
+
system: any | null;
|
|
15222
|
+
code: any | null;
|
|
15223
|
+
display: string | null;
|
|
15224
|
+
} | null> | null;
|
|
15225
|
+
} | null;
|
|
15226
|
+
} | null;
|
|
15227
|
+
} | null;
|
|
13707
15228
|
} | null;
|
|
13708
15229
|
serviceProvider: {
|
|
13709
15230
|
name: string | null;
|
|
@@ -13922,6 +15443,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13922
15443
|
alias: Array<string | null> | null;
|
|
13923
15444
|
description: string | null;
|
|
13924
15445
|
distanceInMiles: number | null;
|
|
15446
|
+
status: any | null;
|
|
13925
15447
|
identifier: Array<{
|
|
13926
15448
|
id: string | null;
|
|
13927
15449
|
system: any | null;
|
|
@@ -13951,8 +15473,10 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13951
15473
|
lon: number | null;
|
|
13952
15474
|
} | null;
|
|
13953
15475
|
telecom: Array<{
|
|
15476
|
+
id: string | null;
|
|
13954
15477
|
system: any | null;
|
|
13955
15478
|
value: string | null;
|
|
15479
|
+
use: any | null;
|
|
13956
15480
|
rank: number | null;
|
|
13957
15481
|
} | null> | null;
|
|
13958
15482
|
type: Array<{
|
|
@@ -13963,6 +15487,24 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13963
15487
|
display: string | null;
|
|
13964
15488
|
} | null> | null;
|
|
13965
15489
|
} | null> | null;
|
|
15490
|
+
managingOrganization: {
|
|
15491
|
+
id: string | null;
|
|
15492
|
+
reference: string | null;
|
|
15493
|
+
display: string | null;
|
|
15494
|
+
identifier: {
|
|
15495
|
+
id: string | null;
|
|
15496
|
+
system: any | null;
|
|
15497
|
+
value: string | null;
|
|
15498
|
+
type: {
|
|
15499
|
+
text: string | null;
|
|
15500
|
+
coding: Array<{
|
|
15501
|
+
system: any | null;
|
|
15502
|
+
code: any | null;
|
|
15503
|
+
display: string | null;
|
|
15504
|
+
} | null> | null;
|
|
15505
|
+
} | null;
|
|
15506
|
+
} | null;
|
|
15507
|
+
} | null;
|
|
13966
15508
|
} | null;
|
|
13967
15509
|
dosageInstruction: Array<{
|
|
13968
15510
|
id: string | null;
|
|
@@ -14772,6 +16314,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14772
16314
|
alias: Array<string | null> | null;
|
|
14773
16315
|
description: string | null;
|
|
14774
16316
|
distanceInMiles: number | null;
|
|
16317
|
+
status: any | null;
|
|
14775
16318
|
identifier: Array<{
|
|
14776
16319
|
id: string | null;
|
|
14777
16320
|
system: any | null;
|
|
@@ -14801,8 +16344,10 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14801
16344
|
lon: number | null;
|
|
14802
16345
|
} | null;
|
|
14803
16346
|
telecom: Array<{
|
|
16347
|
+
id: string | null;
|
|
14804
16348
|
system: any | null;
|
|
14805
16349
|
value: string | null;
|
|
16350
|
+
use: any | null;
|
|
14806
16351
|
rank: number | null;
|
|
14807
16352
|
} | null> | null;
|
|
14808
16353
|
type: Array<{
|
|
@@ -14813,6 +16358,24 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14813
16358
|
display: string | null;
|
|
14814
16359
|
} | null> | null;
|
|
14815
16360
|
} | null> | null;
|
|
16361
|
+
managingOrganization: {
|
|
16362
|
+
id: string | null;
|
|
16363
|
+
reference: string | null;
|
|
16364
|
+
display: string | null;
|
|
16365
|
+
identifier: {
|
|
16366
|
+
id: string | null;
|
|
16367
|
+
system: any | null;
|
|
16368
|
+
value: string | null;
|
|
16369
|
+
type: {
|
|
16370
|
+
text: string | null;
|
|
16371
|
+
coding: Array<{
|
|
16372
|
+
system: any | null;
|
|
16373
|
+
code: any | null;
|
|
16374
|
+
display: string | null;
|
|
16375
|
+
} | null> | null;
|
|
16376
|
+
} | null;
|
|
16377
|
+
} | null;
|
|
16378
|
+
} | null;
|
|
14816
16379
|
} | null;
|
|
14817
16380
|
physicalType: {
|
|
14818
16381
|
text: string | null;
|
|
@@ -14911,6 +16474,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14911
16474
|
alias: Array<string | null> | null;
|
|
14912
16475
|
description: string | null;
|
|
14913
16476
|
distanceInMiles: number | null;
|
|
16477
|
+
status: any | null;
|
|
14914
16478
|
identifier: Array<{
|
|
14915
16479
|
id: string | null;
|
|
14916
16480
|
system: any | null;
|
|
@@ -14940,8 +16504,10 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14940
16504
|
lon: number | null;
|
|
14941
16505
|
} | null;
|
|
14942
16506
|
telecom: Array<{
|
|
16507
|
+
id: string | null;
|
|
14943
16508
|
system: any | null;
|
|
14944
16509
|
value: string | null;
|
|
16510
|
+
use: any | null;
|
|
14945
16511
|
rank: number | null;
|
|
14946
16512
|
} | null> | null;
|
|
14947
16513
|
type: Array<{
|
|
@@ -14952,6 +16518,24 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14952
16518
|
display: string | null;
|
|
14953
16519
|
} | null> | null;
|
|
14954
16520
|
} | null> | null;
|
|
16521
|
+
managingOrganization: {
|
|
16522
|
+
id: string | null;
|
|
16523
|
+
reference: string | null;
|
|
16524
|
+
display: string | null;
|
|
16525
|
+
identifier: {
|
|
16526
|
+
id: string | null;
|
|
16527
|
+
system: any | null;
|
|
16528
|
+
value: string | null;
|
|
16529
|
+
type: {
|
|
16530
|
+
text: string | null;
|
|
16531
|
+
coding: Array<{
|
|
16532
|
+
system: any | null;
|
|
16533
|
+
code: any | null;
|
|
16534
|
+
display: string | null;
|
|
16535
|
+
} | null> | null;
|
|
16536
|
+
} | null;
|
|
16537
|
+
} | null;
|
|
16538
|
+
} | null;
|
|
14955
16539
|
} | null;
|
|
14956
16540
|
serviceProvider: {
|
|
14957
16541
|
name: string | null;
|