@icanbwell/bwell-sdk-ts 1.39.0 → 1.40.0-rc.1758834164
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/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 +172 -54
- package/dist/graphql/operations/types.d.ts +2205 -615
- package/dist/graphql/schema.d.ts +113 -19
- package/dist/graphql/schema.js +7 -0
- package/package.json +1 -1
|
@@ -70,7 +70,7 @@ export type NarrativeFieldsFragment = {
|
|
|
70
70
|
status: any | null;
|
|
71
71
|
};
|
|
72
72
|
export type PractitionerFieldsFragment = {
|
|
73
|
-
id: string
|
|
73
|
+
id: string;
|
|
74
74
|
name: Array<{
|
|
75
75
|
text: string | null;
|
|
76
76
|
family: string | null;
|
|
@@ -90,7 +90,7 @@ export type PractitionerFieldsFragment = {
|
|
|
90
90
|
display: string | null;
|
|
91
91
|
} | null> | null;
|
|
92
92
|
} | null;
|
|
93
|
-
}> | null;
|
|
93
|
+
} | null> | null;
|
|
94
94
|
};
|
|
95
95
|
export type HumanNameFieldsFragment = {
|
|
96
96
|
text: string | null;
|
|
@@ -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;
|
|
@@ -533,7 +554,7 @@ export type ReactionFieldsFragment = {
|
|
|
533
554
|
display: string | null;
|
|
534
555
|
} | null> | null;
|
|
535
556
|
} | null;
|
|
536
|
-
}> | null;
|
|
557
|
+
} | null> | null;
|
|
537
558
|
} | null;
|
|
538
559
|
type: {
|
|
539
560
|
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;
|
|
@@ -713,7 +755,7 @@ export type ReactionFieldsFragment = {
|
|
|
713
755
|
display: string | null;
|
|
714
756
|
} | null> | null;
|
|
715
757
|
} | null;
|
|
716
|
-
}> | null;
|
|
758
|
+
} | null> | null;
|
|
717
759
|
} | null;
|
|
718
760
|
note: Array<{
|
|
719
761
|
authorString: string | null;
|
|
@@ -806,7 +848,7 @@ export type ReactionFieldsFragment = {
|
|
|
806
848
|
display: string | null;
|
|
807
849
|
} | null> | null;
|
|
808
850
|
} | null;
|
|
809
|
-
}> | null;
|
|
851
|
+
} | null> | null;
|
|
810
852
|
} | null;
|
|
811
853
|
} | null> | null;
|
|
812
854
|
hasMember: Array<{
|
|
@@ -833,7 +875,7 @@ export type ReactionFieldsFragment = {
|
|
|
833
875
|
display: string | null;
|
|
834
876
|
} | null> | null;
|
|
835
877
|
} | null;
|
|
836
|
-
}> | null;
|
|
878
|
+
} | null> | null;
|
|
837
879
|
accessionIdentifier: {
|
|
838
880
|
id: string | null;
|
|
839
881
|
system: any | 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;
|
|
@@ -1269,7 +1332,7 @@ export type ObservationFieldsFragment = {
|
|
|
1269
1332
|
display: string | null;
|
|
1270
1333
|
} | null> | null;
|
|
1271
1334
|
} | null;
|
|
1272
|
-
}> | null;
|
|
1335
|
+
} | null> | null;
|
|
1273
1336
|
} | null;
|
|
1274
1337
|
type: {
|
|
1275
1338
|
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;
|
|
@@ -1449,7 +1533,7 @@ export type ObservationFieldsFragment = {
|
|
|
1449
1533
|
display: string | null;
|
|
1450
1534
|
} | null> | null;
|
|
1451
1535
|
} | null;
|
|
1452
|
-
}> | null;
|
|
1536
|
+
} | null> | null;
|
|
1453
1537
|
} | null;
|
|
1454
1538
|
note: Array<{
|
|
1455
1539
|
authorString: string | null;
|
|
@@ -1542,7 +1626,7 @@ export type ObservationFieldsFragment = {
|
|
|
1542
1626
|
display: string | null;
|
|
1543
1627
|
} | null> | null;
|
|
1544
1628
|
} | null;
|
|
1545
|
-
}> | null;
|
|
1629
|
+
} | null> | null;
|
|
1546
1630
|
} | null;
|
|
1547
1631
|
} | null> | null;
|
|
1548
1632
|
hasMember: Array<{
|
|
@@ -1569,7 +1653,7 @@ export type ObservationFieldsFragment = {
|
|
|
1569
1653
|
display: string | null;
|
|
1570
1654
|
} | null> | null;
|
|
1571
1655
|
} | null;
|
|
1572
|
-
}> | null;
|
|
1656
|
+
} | null> | null;
|
|
1573
1657
|
accessionIdentifier: {
|
|
1574
1658
|
id: string | null;
|
|
1575
1659
|
system: any | 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;
|
|
@@ -1969,7 +2074,7 @@ export type EncounterFieldsFragment = {
|
|
|
1969
2074
|
display: string | null;
|
|
1970
2075
|
} | null> | null;
|
|
1971
2076
|
} | null;
|
|
1972
|
-
}> | null;
|
|
2077
|
+
} | null> | null;
|
|
1973
2078
|
} | null;
|
|
1974
2079
|
type: {
|
|
1975
2080
|
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;
|
|
@@ -2149,7 +2275,7 @@ export type EncounterFieldsFragment = {
|
|
|
2149
2275
|
display: string | null;
|
|
2150
2276
|
} | null> | null;
|
|
2151
2277
|
} | null;
|
|
2152
|
-
}> | null;
|
|
2278
|
+
} | null> | null;
|
|
2153
2279
|
} | null;
|
|
2154
2280
|
note: Array<{
|
|
2155
2281
|
authorString: 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;
|
|
@@ -2288,7 +2460,7 @@ export type ParticipantFieldsFragment = {
|
|
|
2288
2460
|
display: string | null;
|
|
2289
2461
|
} | null> | null;
|
|
2290
2462
|
} | null;
|
|
2291
|
-
}> | null;
|
|
2463
|
+
} | null> | null;
|
|
2292
2464
|
} | null;
|
|
2293
2465
|
type: {
|
|
2294
2466
|
text: string | null;
|
|
@@ -2369,7 +2541,7 @@ export type ConditionFieldsFragment = {
|
|
|
2369
2541
|
display: string | null;
|
|
2370
2542
|
} | null> | null;
|
|
2371
2543
|
} | null;
|
|
2372
|
-
}> | null;
|
|
2544
|
+
} | null> | null;
|
|
2373
2545
|
} | null;
|
|
2374
2546
|
note: Array<{
|
|
2375
2547
|
authorString: string | null;
|
|
@@ -2448,7 +2620,7 @@ export type RecorderFields_Practitioner_Fragment = {
|
|
|
2448
2620
|
display: string | null;
|
|
2449
2621
|
} | null> | null;
|
|
2450
2622
|
} | null;
|
|
2451
|
-
}> | null;
|
|
2623
|
+
} | null> | null;
|
|
2452
2624
|
};
|
|
2453
2625
|
export type RecorderFieldsFragment = RecorderFields_Patient_Fragment | RecorderFields_Practitioner_Fragment;
|
|
2454
2626
|
export type PerformerFieldsFragment = {
|
|
@@ -2485,7 +2657,7 @@ export type PerformerFieldsFragment = {
|
|
|
2485
2657
|
display: string | null;
|
|
2486
2658
|
} | null> | null;
|
|
2487
2659
|
} | null;
|
|
2488
|
-
}> | null;
|
|
2660
|
+
} | null> | null;
|
|
2489
2661
|
} | null;
|
|
2490
2662
|
};
|
|
2491
2663
|
export type ActorFields_Organization_Fragment = {
|
|
@@ -2523,7 +2695,7 @@ export type ActorFields_Practitioner_Fragment = {
|
|
|
2523
2695
|
display: string | null;
|
|
2524
2696
|
} | null> | null;
|
|
2525
2697
|
} | null;
|
|
2526
|
-
}> | null;
|
|
2698
|
+
} | null> | null;
|
|
2527
2699
|
};
|
|
2528
2700
|
export type ActorFieldsFragment = ActorFields_Organization_Fragment | ActorFields_Patient_Fragment | ActorFields_Practitioner_Fragment;
|
|
2529
2701
|
export type SpecimenResourceFieldsFragment = {
|
|
@@ -2539,7 +2711,7 @@ export type SpecimenResourceFieldsFragment = {
|
|
|
2539
2711
|
display: string | null;
|
|
2540
2712
|
} | null> | null;
|
|
2541
2713
|
} | null;
|
|
2542
|
-
}> | null;
|
|
2714
|
+
} | null> | null;
|
|
2543
2715
|
accessionIdentifier: {
|
|
2544
2716
|
id: string | null;
|
|
2545
2717
|
system: any | null;
|
|
@@ -2881,7 +3053,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
2881
3053
|
} | null> | null;
|
|
2882
3054
|
member: {
|
|
2883
3055
|
__typename: 'Organization';
|
|
2884
|
-
id: string
|
|
3056
|
+
id: string;
|
|
2885
3057
|
alias: string | null;
|
|
2886
3058
|
organizationName: string | null;
|
|
2887
3059
|
meta: {
|
|
@@ -2901,7 +3073,7 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
2901
3073
|
} | null;
|
|
2902
3074
|
} | {
|
|
2903
3075
|
__typename: 'Practitioner';
|
|
2904
|
-
id: string
|
|
3076
|
+
id: string;
|
|
2905
3077
|
name: Array<{
|
|
2906
3078
|
text: string | null;
|
|
2907
3079
|
family: string | null;
|
|
@@ -2921,119 +3093,530 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
2921
3093
|
display: string | null;
|
|
2922
3094
|
} | null> | null;
|
|
2923
3095
|
} | null;
|
|
2924
|
-
}> | null;
|
|
3096
|
+
} | null> | null;
|
|
2925
3097
|
} | {
|
|
2926
3098
|
__typename: 'PractitionerRole';
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
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<{
|
|
3099
|
+
resourceType: string | null;
|
|
3100
|
+
id: string;
|
|
3101
|
+
active: boolean | null;
|
|
3102
|
+
identifier: Array<{
|
|
3103
|
+
id: string | null;
|
|
2950
3104
|
system: any | null;
|
|
2951
|
-
|
|
2952
|
-
|
|
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;
|
|
2953
3114
|
} | null> | null;
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
3115
|
+
practitioner: {
|
|
3116
|
+
id: string;
|
|
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;
|
|
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> | null;
|
|
3137
|
+
} | null;
|
|
3138
|
+
organization: {
|
|
3139
|
+
resourceType: string | null;
|
|
3140
|
+
name: string | null;
|
|
3141
|
+
active: boolean | null;
|
|
3142
|
+
identifier: Array<{
|
|
3143
|
+
id: string | null;
|
|
3144
|
+
system: any | null;
|
|
3145
|
+
value: string | null;
|
|
3146
|
+
type: {
|
|
3147
|
+
text: string | null;
|
|
3148
|
+
coding: Array<{
|
|
3149
|
+
system: any | null;
|
|
3150
|
+
code: any | null;
|
|
3151
|
+
display: string | null;
|
|
3152
|
+
} | null> | null;
|
|
3153
|
+
} | null;
|
|
3154
|
+
} | null> | 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> | 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> | null;
|
|
3196
|
+
type: Array<{
|
|
3197
|
+
text: string | null;
|
|
3198
|
+
coding: Array<{
|
|
3199
|
+
system: any | null;
|
|
3200
|
+
code: any | null;
|
|
3201
|
+
display: string | null;
|
|
3202
|
+
} | null> | null;
|
|
3203
|
+
}> | null;
|
|
3204
|
+
} | null;
|
|
3205
|
+
code: Array<{
|
|
3206
|
+
text: string | null;
|
|
3207
|
+
coding: Array<{
|
|
3208
|
+
system: any | null;
|
|
3209
|
+
code: any | null;
|
|
3210
|
+
display: string | null;
|
|
3211
|
+
} | null> | null;
|
|
3212
|
+
}> | null;
|
|
3213
|
+
specialty: Array<{
|
|
3214
|
+
text: string | null;
|
|
3215
|
+
coding: Array<{
|
|
3216
|
+
system: any | null;
|
|
3217
|
+
code: any | null;
|
|
3218
|
+
display: string | null;
|
|
3219
|
+
} | null> | null;
|
|
3220
|
+
}> | null;
|
|
3221
|
+
location: {
|
|
3222
|
+
name: string | null;
|
|
3223
|
+
alias: Array<string | null> | null;
|
|
3224
|
+
description: string | null;
|
|
3225
|
+
distanceInMiles: number | null;
|
|
3226
|
+
status: any | null;
|
|
3227
|
+
identifier: Array<{
|
|
3228
|
+
id: string | null;
|
|
3229
|
+
system: any | null;
|
|
3230
|
+
value: string | null;
|
|
3231
|
+
type: {
|
|
3232
|
+
text: string | null;
|
|
3233
|
+
coding: Array<{
|
|
3234
|
+
system: any | null;
|
|
3235
|
+
code: any | null;
|
|
3236
|
+
display: string | null;
|
|
3237
|
+
} | null> | null;
|
|
3238
|
+
} | null;
|
|
3239
|
+
} | null> | null;
|
|
3240
|
+
address: {
|
|
3241
|
+
use: any | null;
|
|
3242
|
+
type: any | null;
|
|
3243
|
+
text: string | null;
|
|
3244
|
+
line: Array<string | null> | null;
|
|
3245
|
+
city: string | null;
|
|
3246
|
+
district: string | null;
|
|
3247
|
+
state: string | null;
|
|
3248
|
+
postalCode: string | null;
|
|
3249
|
+
country: string | null;
|
|
3250
|
+
} | null;
|
|
3251
|
+
position: {
|
|
3252
|
+
lat: number | null;
|
|
3253
|
+
lon: number | null;
|
|
3254
|
+
} | null;
|
|
3255
|
+
telecom: Array<{
|
|
3256
|
+
id: string | null;
|
|
3257
|
+
system: any | null;
|
|
3258
|
+
value: string | null;
|
|
3259
|
+
use: any | null;
|
|
3260
|
+
rank: number | null;
|
|
3261
|
+
} | null> | null;
|
|
3262
|
+
type: Array<{
|
|
3263
|
+
text: string | null;
|
|
3264
|
+
coding: Array<{
|
|
3265
|
+
system: any | null;
|
|
3266
|
+
code: any | null;
|
|
3267
|
+
display: string | null;
|
|
3268
|
+
} | null> | null;
|
|
3269
|
+
} | null> | null;
|
|
3270
|
+
managingOrganization: {
|
|
3271
|
+
id: string | null;
|
|
3272
|
+
reference: string | null;
|
|
3273
|
+
display: string | null;
|
|
3274
|
+
identifier: {
|
|
3275
|
+
id: string | null;
|
|
3276
|
+
system: any | null;
|
|
3277
|
+
value: string | null;
|
|
3278
|
+
type: {
|
|
3279
|
+
text: string | null;
|
|
3280
|
+
coding: Array<{
|
|
3281
|
+
system: any | null;
|
|
3282
|
+
code: any | null;
|
|
3283
|
+
display: string | null;
|
|
3284
|
+
} | null> | null;
|
|
3285
|
+
} | null;
|
|
3286
|
+
} | null;
|
|
3287
|
+
} | null;
|
|
3288
|
+
} | null;
|
|
3289
|
+
endpoint: Array<{
|
|
3290
|
+
name: string | null;
|
|
3291
|
+
status: Types.EndpointStatus | null;
|
|
3292
|
+
address: string | null;
|
|
3293
|
+
identifier: Array<{
|
|
3294
|
+
id: string | null;
|
|
3295
|
+
system: any | null;
|
|
3296
|
+
value: string | null;
|
|
3297
|
+
type: {
|
|
3298
|
+
text: string | null;
|
|
3299
|
+
coding: Array<{
|
|
3300
|
+
system: any | null;
|
|
3301
|
+
code: any | null;
|
|
3302
|
+
display: string | null;
|
|
3303
|
+
} | null> | null;
|
|
3304
|
+
} | null;
|
|
3305
|
+
} | null> | null;
|
|
3306
|
+
connectionType: {
|
|
3307
|
+
system: any | null;
|
|
3308
|
+
code: any | null;
|
|
3309
|
+
display: string | null;
|
|
3310
|
+
} | null;
|
|
3311
|
+
} | null> | null;
|
|
3312
|
+
telecom: Array<{
|
|
3313
|
+
id: string | null;
|
|
3314
|
+
system: any | null;
|
|
3315
|
+
value: string | null;
|
|
3316
|
+
use: any | null;
|
|
3317
|
+
rank: number | null;
|
|
3318
|
+
} | null> | null;
|
|
3319
|
+
period: {
|
|
3320
|
+
start: any | null;
|
|
3321
|
+
end: any | null;
|
|
3322
|
+
} | null;
|
|
3323
|
+
} | {
|
|
3324
|
+
__typename: 'RelatedPerson';
|
|
3325
|
+
resourceType: string | null;
|
|
3326
|
+
id: string;
|
|
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> | 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> | 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> | 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> | null;
|
|
3374
|
+
patient: {
|
|
3375
|
+
resource: {
|
|
3376
|
+
id: string;
|
|
3377
|
+
name: Array<{
|
|
3378
|
+
text: string | null;
|
|
3379
|
+
family: string | null;
|
|
3380
|
+
given: Array<string | null> | null;
|
|
3381
|
+
prefix: Array<string | null> | null;
|
|
3382
|
+
suffix: Array<string | null> | null;
|
|
3383
|
+
} | null> | null;
|
|
3384
|
+
} | null;
|
|
3385
|
+
} | null;
|
|
3386
|
+
} | {
|
|
3387
|
+
__typename: 'ResourceReference';
|
|
3388
|
+
} | null;
|
|
3389
|
+
};
|
|
3390
|
+
export type PractitionerRoleFieldsFragment = {
|
|
3391
|
+
resourceType: string | null;
|
|
3392
|
+
id: string;
|
|
3393
|
+
active: boolean | null;
|
|
3394
|
+
identifier: Array<{
|
|
3395
|
+
id: string | null;
|
|
3396
|
+
system: any | null;
|
|
3397
|
+
value: string | null;
|
|
3398
|
+
type: {
|
|
3399
|
+
text: string | null;
|
|
3400
|
+
coding: Array<{
|
|
3401
|
+
system: any | null;
|
|
3402
|
+
code: any | null;
|
|
3403
|
+
display: string | null;
|
|
2969
3404
|
} | null> | null;
|
|
2970
3405
|
} | null;
|
|
2971
3406
|
} | null> | null;
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
3407
|
+
practitioner: {
|
|
3408
|
+
id: string;
|
|
3409
|
+
name: Array<{
|
|
3410
|
+
text: string | null;
|
|
3411
|
+
family: string | null;
|
|
3412
|
+
given: Array<string | null> | null;
|
|
3413
|
+
prefix: Array<string | null> | null;
|
|
3414
|
+
suffix: Array<string | null> | null;
|
|
3415
|
+
} | null> | null;
|
|
3416
|
+
identifier: Array<{
|
|
3417
|
+
id: string | null;
|
|
3418
|
+
system: any | null;
|
|
3419
|
+
value: string | null;
|
|
3420
|
+
type: {
|
|
3421
|
+
text: string | null;
|
|
3422
|
+
coding: Array<{
|
|
3423
|
+
system: any | null;
|
|
3424
|
+
code: any | null;
|
|
3425
|
+
display: string | null;
|
|
3426
|
+
} | null> | null;
|
|
3427
|
+
} | null;
|
|
3428
|
+
} | null> | null;
|
|
2975
3429
|
} | null;
|
|
2976
|
-
|
|
3430
|
+
organization: {
|
|
3431
|
+
resourceType: string | null;
|
|
3432
|
+
name: string | null;
|
|
3433
|
+
active: boolean | null;
|
|
3434
|
+
identifier: Array<{
|
|
3435
|
+
id: string | null;
|
|
3436
|
+
system: any | null;
|
|
3437
|
+
value: string | null;
|
|
3438
|
+
type: {
|
|
3439
|
+
text: string | null;
|
|
3440
|
+
coding: Array<{
|
|
3441
|
+
system: any | null;
|
|
3442
|
+
code: any | null;
|
|
3443
|
+
display: string | null;
|
|
3444
|
+
} | null> | null;
|
|
3445
|
+
} | null;
|
|
3446
|
+
} | null> | null;
|
|
3447
|
+
endpoint: Array<{
|
|
3448
|
+
name: string | null;
|
|
3449
|
+
status: Types.EndpointStatus | null;
|
|
3450
|
+
address: string | null;
|
|
3451
|
+
identifier: Array<{
|
|
3452
|
+
id: string | null;
|
|
3453
|
+
system: any | null;
|
|
3454
|
+
value: string | null;
|
|
3455
|
+
type: {
|
|
3456
|
+
text: string | null;
|
|
3457
|
+
coding: Array<{
|
|
3458
|
+
system: any | null;
|
|
3459
|
+
code: any | null;
|
|
3460
|
+
display: string | null;
|
|
3461
|
+
} | null> | null;
|
|
3462
|
+
} | null;
|
|
3463
|
+
} | null> | null;
|
|
3464
|
+
connectionType: {
|
|
3465
|
+
system: any | null;
|
|
3466
|
+
code: any | null;
|
|
3467
|
+
display: string | null;
|
|
3468
|
+
} | null;
|
|
3469
|
+
} | null> | null;
|
|
3470
|
+
telecom: Array<{
|
|
3471
|
+
id: string | null;
|
|
3472
|
+
system: any | null;
|
|
3473
|
+
value: string | null;
|
|
3474
|
+
use: any | null;
|
|
3475
|
+
rank: number | null;
|
|
3476
|
+
} | null> | null;
|
|
3477
|
+
address: Array<{
|
|
3478
|
+
use: any | null;
|
|
3479
|
+
type: any | null;
|
|
3480
|
+
text: string | null;
|
|
3481
|
+
line: Array<string | null> | null;
|
|
3482
|
+
city: string | null;
|
|
3483
|
+
district: string | null;
|
|
3484
|
+
state: string | null;
|
|
3485
|
+
postalCode: string | null;
|
|
3486
|
+
country: string | null;
|
|
3487
|
+
} | null> | null;
|
|
3488
|
+
type: Array<{
|
|
3489
|
+
text: string | null;
|
|
3490
|
+
coding: Array<{
|
|
3491
|
+
system: any | null;
|
|
3492
|
+
code: any | null;
|
|
3493
|
+
display: string | null;
|
|
3494
|
+
} | null> | null;
|
|
3495
|
+
}> | null;
|
|
3496
|
+
} | null;
|
|
3497
|
+
code: Array<{
|
|
2977
3498
|
text: string | null;
|
|
2978
3499
|
coding: Array<{
|
|
2979
3500
|
system: any | null;
|
|
2980
3501
|
code: any | null;
|
|
2981
3502
|
display: string | null;
|
|
2982
3503
|
} | null> | null;
|
|
3504
|
+
}> | null;
|
|
3505
|
+
specialty: Array<{
|
|
3506
|
+
text: string | null;
|
|
3507
|
+
coding: Array<{
|
|
3508
|
+
system: any | null;
|
|
3509
|
+
code: any | null;
|
|
3510
|
+
display: string | null;
|
|
3511
|
+
} | null> | null;
|
|
3512
|
+
}> | null;
|
|
3513
|
+
location: {
|
|
3514
|
+
name: string | null;
|
|
3515
|
+
alias: Array<string | null> | null;
|
|
3516
|
+
description: string | null;
|
|
3517
|
+
distanceInMiles: number | null;
|
|
3518
|
+
status: any | null;
|
|
3519
|
+
identifier: Array<{
|
|
3520
|
+
id: string | null;
|
|
3521
|
+
system: any | null;
|
|
3522
|
+
value: string | null;
|
|
3523
|
+
type: {
|
|
3524
|
+
text: string | null;
|
|
3525
|
+
coding: Array<{
|
|
3526
|
+
system: any | null;
|
|
3527
|
+
code: any | null;
|
|
3528
|
+
display: string | null;
|
|
3529
|
+
} | null> | null;
|
|
3530
|
+
} | null;
|
|
3531
|
+
} | null> | null;
|
|
3532
|
+
address: {
|
|
3533
|
+
use: any | null;
|
|
3534
|
+
type: any | null;
|
|
3535
|
+
text: string | null;
|
|
3536
|
+
line: Array<string | null> | null;
|
|
3537
|
+
city: string | null;
|
|
3538
|
+
district: string | null;
|
|
3539
|
+
state: string | null;
|
|
3540
|
+
postalCode: string | null;
|
|
3541
|
+
country: string | null;
|
|
3542
|
+
} | null;
|
|
3543
|
+
position: {
|
|
3544
|
+
lat: number | null;
|
|
3545
|
+
lon: number | null;
|
|
3546
|
+
} | null;
|
|
3547
|
+
telecom: Array<{
|
|
3548
|
+
id: string | null;
|
|
3549
|
+
system: any | null;
|
|
3550
|
+
value: string | null;
|
|
3551
|
+
use: any | null;
|
|
3552
|
+
rank: number | null;
|
|
3553
|
+
} | null> | null;
|
|
3554
|
+
type: Array<{
|
|
3555
|
+
text: string | null;
|
|
3556
|
+
coding: Array<{
|
|
3557
|
+
system: any | null;
|
|
3558
|
+
code: any | null;
|
|
3559
|
+
display: string | null;
|
|
3560
|
+
} | null> | null;
|
|
3561
|
+
} | null> | null;
|
|
3562
|
+
managingOrganization: {
|
|
3563
|
+
id: string | null;
|
|
3564
|
+
reference: string | null;
|
|
3565
|
+
display: string | null;
|
|
3566
|
+
identifier: {
|
|
3567
|
+
id: string | null;
|
|
3568
|
+
system: any | null;
|
|
3569
|
+
value: string | null;
|
|
3570
|
+
type: {
|
|
3571
|
+
text: string | null;
|
|
3572
|
+
coding: Array<{
|
|
3573
|
+
system: any | null;
|
|
3574
|
+
code: any | null;
|
|
3575
|
+
display: string | null;
|
|
3576
|
+
} | null> | null;
|
|
3577
|
+
} | null;
|
|
3578
|
+
} | null;
|
|
3579
|
+
} | null;
|
|
2983
3580
|
} | null;
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
3581
|
+
endpoint: Array<{
|
|
3582
|
+
name: string | null;
|
|
3583
|
+
status: Types.EndpointStatus | null;
|
|
3584
|
+
address: string | null;
|
|
3585
|
+
identifier: Array<{
|
|
3586
|
+
id: string | null;
|
|
2987
3587
|
system: any | null;
|
|
2988
|
-
|
|
2989
|
-
|
|
3588
|
+
value: string | null;
|
|
3589
|
+
type: {
|
|
3590
|
+
text: string | null;
|
|
3591
|
+
coding: Array<{
|
|
3592
|
+
system: any | null;
|
|
3593
|
+
code: any | null;
|
|
3594
|
+
display: string | null;
|
|
3595
|
+
} | null> | null;
|
|
3596
|
+
} | null;
|
|
2990
3597
|
} | null> | null;
|
|
2991
|
-
|
|
2992
|
-
author: Array<{
|
|
2993
|
-
reference: string | null;
|
|
2994
|
-
display: string | null;
|
|
2995
|
-
} | null> | null;
|
|
2996
|
-
content: Array<{
|
|
2997
|
-
attachment: {
|
|
2998
|
-
contentType: string | null;
|
|
2999
|
-
data: string | null;
|
|
3000
|
-
url: string | null;
|
|
3001
|
-
title: string | null;
|
|
3002
|
-
} | null;
|
|
3003
|
-
format: {
|
|
3598
|
+
connectionType: {
|
|
3004
3599
|
system: any | null;
|
|
3005
3600
|
code: any | null;
|
|
3006
3601
|
display: string | null;
|
|
3007
3602
|
} | null;
|
|
3008
3603
|
} | null> | null;
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
start: any | null;
|
|
3016
|
-
end: any | null;
|
|
3017
|
-
} | null;
|
|
3018
|
-
} | null;
|
|
3019
|
-
};
|
|
3020
|
-
export type DocumentReferenceContextFieldsFragment = {
|
|
3021
|
-
encounter: Array<{
|
|
3022
|
-
reference: string | null;
|
|
3023
|
-
display: string | null;
|
|
3604
|
+
telecom: Array<{
|
|
3605
|
+
id: string | null;
|
|
3606
|
+
system: any | null;
|
|
3607
|
+
value: string | null;
|
|
3608
|
+
use: any | null;
|
|
3609
|
+
rank: number | null;
|
|
3024
3610
|
} | null> | null;
|
|
3025
3611
|
period: {
|
|
3026
3612
|
start: any | null;
|
|
3027
3613
|
end: any | null;
|
|
3028
3614
|
} | null;
|
|
3029
3615
|
};
|
|
3030
|
-
export type ProtocolAppliedFieldsFragment = {
|
|
3031
|
-
doseNumberString: string | null;
|
|
3032
|
-
doseNumberPositiveInt: number | null;
|
|
3033
|
-
};
|
|
3034
3616
|
export type OrganizationFieldsFragment = {
|
|
3035
3617
|
resourceType: string | null;
|
|
3036
3618
|
name: string | null;
|
|
3619
|
+
active: boolean | null;
|
|
3037
3620
|
identifier: Array<{
|
|
3038
3621
|
id: string | null;
|
|
3039
3622
|
system: any | null;
|
|
@@ -3046,7 +3629,7 @@ export type OrganizationFieldsFragment = {
|
|
|
3046
3629
|
display: string | null;
|
|
3047
3630
|
} | null> | null;
|
|
3048
3631
|
} | null;
|
|
3049
|
-
}> | null;
|
|
3632
|
+
} | null> | null;
|
|
3050
3633
|
endpoint: Array<{
|
|
3051
3634
|
name: string | null;
|
|
3052
3635
|
status: Types.EndpointStatus | null;
|
|
@@ -3071,10 +3654,12 @@ export type OrganizationFieldsFragment = {
|
|
|
3071
3654
|
} | null;
|
|
3072
3655
|
} | null> | null;
|
|
3073
3656
|
telecom: Array<{
|
|
3657
|
+
id: string | null;
|
|
3074
3658
|
system: any | null;
|
|
3075
3659
|
value: string | null;
|
|
3660
|
+
use: any | null;
|
|
3076
3661
|
rank: number | null;
|
|
3077
|
-
}> | null;
|
|
3662
|
+
} | null> | null;
|
|
3078
3663
|
address: Array<{
|
|
3079
3664
|
use: any | null;
|
|
3080
3665
|
type: any | null;
|
|
@@ -3085,6 +3670,14 @@ export type OrganizationFieldsFragment = {
|
|
|
3085
3670
|
state: string | null;
|
|
3086
3671
|
postalCode: string | null;
|
|
3087
3672
|
country: string | null;
|
|
3673
|
+
} | null> | null;
|
|
3674
|
+
type: Array<{
|
|
3675
|
+
text: string | null;
|
|
3676
|
+
coding: Array<{
|
|
3677
|
+
system: any | null;
|
|
3678
|
+
code: any | null;
|
|
3679
|
+
display: string | null;
|
|
3680
|
+
} | null> | null;
|
|
3088
3681
|
}> | null;
|
|
3089
3682
|
};
|
|
3090
3683
|
export type EndpointFieldsFragment = {
|
|
@@ -3110,6 +3703,180 @@ export type EndpointFieldsFragment = {
|
|
|
3110
3703
|
display: string | null;
|
|
3111
3704
|
} | null;
|
|
3112
3705
|
};
|
|
3706
|
+
export type RelatedPersonFieldsFragment = {
|
|
3707
|
+
resourceType: string | null;
|
|
3708
|
+
id: string;
|
|
3709
|
+
active: boolean | null;
|
|
3710
|
+
name: Array<{
|
|
3711
|
+
text: string | null;
|
|
3712
|
+
family: string | null;
|
|
3713
|
+
given: Array<string | null> | null;
|
|
3714
|
+
prefix: Array<string | null> | null;
|
|
3715
|
+
suffix: Array<string | null> | null;
|
|
3716
|
+
} | null> | null;
|
|
3717
|
+
identifier: Array<{
|
|
3718
|
+
id: string | null;
|
|
3719
|
+
system: any | null;
|
|
3720
|
+
value: string | null;
|
|
3721
|
+
type: {
|
|
3722
|
+
text: string | null;
|
|
3723
|
+
coding: Array<{
|
|
3724
|
+
system: any | null;
|
|
3725
|
+
code: any | null;
|
|
3726
|
+
display: string | null;
|
|
3727
|
+
} | null> | null;
|
|
3728
|
+
} | null;
|
|
3729
|
+
} | null> | null;
|
|
3730
|
+
telecom: Array<{
|
|
3731
|
+
id: string | null;
|
|
3732
|
+
system: any | null;
|
|
3733
|
+
value: string | null;
|
|
3734
|
+
use: any | null;
|
|
3735
|
+
rank: number | null;
|
|
3736
|
+
} | null> | null;
|
|
3737
|
+
address: Array<{
|
|
3738
|
+
use: any | null;
|
|
3739
|
+
type: any | null;
|
|
3740
|
+
text: string | null;
|
|
3741
|
+
line: Array<string | null> | null;
|
|
3742
|
+
city: string | null;
|
|
3743
|
+
district: string | null;
|
|
3744
|
+
state: string | null;
|
|
3745
|
+
postalCode: string | null;
|
|
3746
|
+
country: string | null;
|
|
3747
|
+
} | null> | null;
|
|
3748
|
+
relationship: Array<{
|
|
3749
|
+
text: string | null;
|
|
3750
|
+
coding: Array<{
|
|
3751
|
+
system: any | null;
|
|
3752
|
+
code: any | null;
|
|
3753
|
+
display: string | null;
|
|
3754
|
+
} | null> | null;
|
|
3755
|
+
} | null> | null;
|
|
3756
|
+
patient: {
|
|
3757
|
+
resource: {
|
|
3758
|
+
id: string;
|
|
3759
|
+
name: Array<{
|
|
3760
|
+
text: string | null;
|
|
3761
|
+
family: string | null;
|
|
3762
|
+
given: Array<string | null> | null;
|
|
3763
|
+
prefix: Array<string | null> | null;
|
|
3764
|
+
suffix: Array<string | null> | null;
|
|
3765
|
+
} | null> | null;
|
|
3766
|
+
} | null;
|
|
3767
|
+
} | null;
|
|
3768
|
+
};
|
|
3769
|
+
export type PatientFieldsFragment = {
|
|
3770
|
+
id: string;
|
|
3771
|
+
name: Array<{
|
|
3772
|
+
text: string | null;
|
|
3773
|
+
family: string | null;
|
|
3774
|
+
given: Array<string | null> | null;
|
|
3775
|
+
prefix: Array<string | null> | null;
|
|
3776
|
+
suffix: Array<string | null> | null;
|
|
3777
|
+
} | null> | null;
|
|
3778
|
+
};
|
|
3779
|
+
export type DocumentReferenceFieldsFragment = {
|
|
3780
|
+
id: string | null;
|
|
3781
|
+
resourceType: string | null;
|
|
3782
|
+
language: string | null;
|
|
3783
|
+
status: string | null;
|
|
3784
|
+
date: any | null;
|
|
3785
|
+
description: string | null;
|
|
3786
|
+
meta: {
|
|
3787
|
+
versionId: string | null;
|
|
3788
|
+
lastUpdated: any | null;
|
|
3789
|
+
source: any | null;
|
|
3790
|
+
security: Array<{
|
|
3791
|
+
system: any | null;
|
|
3792
|
+
code: any | null;
|
|
3793
|
+
display: string | null;
|
|
3794
|
+
} | null> | null;
|
|
3795
|
+
tag: Array<{
|
|
3796
|
+
system: any | null;
|
|
3797
|
+
code: any | null;
|
|
3798
|
+
display: string | null;
|
|
3799
|
+
} | null> | null;
|
|
3800
|
+
} | null;
|
|
3801
|
+
text: {
|
|
3802
|
+
div: string;
|
|
3803
|
+
status: string | null;
|
|
3804
|
+
} | null;
|
|
3805
|
+
identifier: Array<{
|
|
3806
|
+
id: string | null;
|
|
3807
|
+
system: any | null;
|
|
3808
|
+
value: string | null;
|
|
3809
|
+
type: {
|
|
3810
|
+
text: string | null;
|
|
3811
|
+
coding: Array<{
|
|
3812
|
+
system: any | null;
|
|
3813
|
+
code: any | null;
|
|
3814
|
+
display: string | null;
|
|
3815
|
+
} | null> | null;
|
|
3816
|
+
} | null;
|
|
3817
|
+
} | null> | null;
|
|
3818
|
+
subject: {
|
|
3819
|
+
reference: string | null;
|
|
3820
|
+
display: string | null;
|
|
3821
|
+
} | null;
|
|
3822
|
+
type: {
|
|
3823
|
+
text: string | null;
|
|
3824
|
+
coding: Array<{
|
|
3825
|
+
system: any | null;
|
|
3826
|
+
code: any | null;
|
|
3827
|
+
display: string | null;
|
|
3828
|
+
} | null> | null;
|
|
3829
|
+
} | null;
|
|
3830
|
+
category: Array<{
|
|
3831
|
+
text: string | null;
|
|
3832
|
+
coding: Array<{
|
|
3833
|
+
system: any | null;
|
|
3834
|
+
code: any | null;
|
|
3835
|
+
display: string | null;
|
|
3836
|
+
} | null> | null;
|
|
3837
|
+
} | null> | null;
|
|
3838
|
+
author: Array<{
|
|
3839
|
+
reference: string | null;
|
|
3840
|
+
display: string | null;
|
|
3841
|
+
} | null> | null;
|
|
3842
|
+
content: Array<{
|
|
3843
|
+
attachment: {
|
|
3844
|
+
contentType: string | null;
|
|
3845
|
+
data: string | null;
|
|
3846
|
+
url: string | null;
|
|
3847
|
+
title: string | null;
|
|
3848
|
+
} | null;
|
|
3849
|
+
format: {
|
|
3850
|
+
system: any | null;
|
|
3851
|
+
code: any | null;
|
|
3852
|
+
display: string | null;
|
|
3853
|
+
} | null;
|
|
3854
|
+
} | null> | null;
|
|
3855
|
+
context: {
|
|
3856
|
+
encounter: Array<{
|
|
3857
|
+
reference: string | null;
|
|
3858
|
+
display: string | null;
|
|
3859
|
+
} | null> | null;
|
|
3860
|
+
period: {
|
|
3861
|
+
start: any | null;
|
|
3862
|
+
end: any | null;
|
|
3863
|
+
} | null;
|
|
3864
|
+
} | null;
|
|
3865
|
+
};
|
|
3866
|
+
export type DocumentReferenceContextFieldsFragment = {
|
|
3867
|
+
encounter: Array<{
|
|
3868
|
+
reference: string | null;
|
|
3869
|
+
display: string | null;
|
|
3870
|
+
} | null> | null;
|
|
3871
|
+
period: {
|
|
3872
|
+
start: any | null;
|
|
3873
|
+
end: any | null;
|
|
3874
|
+
} | null;
|
|
3875
|
+
};
|
|
3876
|
+
export type ProtocolAppliedFieldsFragment = {
|
|
3877
|
+
doseNumberString: string | null;
|
|
3878
|
+
doseNumberPositiveInt: number | null;
|
|
3879
|
+
};
|
|
3113
3880
|
export type AsserterFields_Patient_Fragment = {
|
|
3114
3881
|
__typename: 'Patient';
|
|
3115
3882
|
name: Array<{
|
|
@@ -3141,7 +3908,7 @@ export type AsserterFields_Practitioner_Fragment = {
|
|
|
3141
3908
|
display: string | null;
|
|
3142
3909
|
} | null> | null;
|
|
3143
3910
|
} | null;
|
|
3144
|
-
}> | null;
|
|
3911
|
+
} | null> | null;
|
|
3145
3912
|
};
|
|
3146
3913
|
export type AsserterFieldsFragment = AsserterFields_Patient_Fragment | AsserterFields_Practitioner_Fragment;
|
|
3147
3914
|
export type MedicationReferenceFieldsFragment = {
|
|
@@ -6463,7 +7230,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6463
7230
|
display: string | null;
|
|
6464
7231
|
} | null;
|
|
6465
7232
|
recorder: {
|
|
6466
|
-
id: string
|
|
7233
|
+
id: string;
|
|
6467
7234
|
name: Array<{
|
|
6468
7235
|
text: string | null;
|
|
6469
7236
|
family: string | null;
|
|
@@ -6483,7 +7250,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6483
7250
|
display: string | null;
|
|
6484
7251
|
} | null> | null;
|
|
6485
7252
|
} | null;
|
|
6486
|
-
}> | null;
|
|
7253
|
+
} | null> | null;
|
|
6487
7254
|
} | null;
|
|
6488
7255
|
reaction: Array<{
|
|
6489
7256
|
description: string | null;
|
|
@@ -6804,6 +7571,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6804
7571
|
alias: Array<string | null> | null;
|
|
6805
7572
|
description: string | null;
|
|
6806
7573
|
distanceInMiles: number | null;
|
|
7574
|
+
status: any | null;
|
|
6807
7575
|
identifier: Array<{
|
|
6808
7576
|
id: string | null;
|
|
6809
7577
|
system: any | null;
|
|
@@ -6833,8 +7601,10 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6833
7601
|
lon: number | null;
|
|
6834
7602
|
} | null;
|
|
6835
7603
|
telecom: Array<{
|
|
7604
|
+
id: string | null;
|
|
6836
7605
|
system: any | null;
|
|
6837
7606
|
value: string | null;
|
|
7607
|
+
use: any | null;
|
|
6838
7608
|
rank: number | null;
|
|
6839
7609
|
} | null> | null;
|
|
6840
7610
|
type: Array<{
|
|
@@ -6845,6 +7615,24 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6845
7615
|
display: string | null;
|
|
6846
7616
|
} | null> | null;
|
|
6847
7617
|
} | null> | null;
|
|
7618
|
+
managingOrganization: {
|
|
7619
|
+
id: string | null;
|
|
7620
|
+
reference: string | null;
|
|
7621
|
+
display: string | null;
|
|
7622
|
+
identifier: {
|
|
7623
|
+
id: string | null;
|
|
7624
|
+
system: any | null;
|
|
7625
|
+
value: string | null;
|
|
7626
|
+
type: {
|
|
7627
|
+
text: string | null;
|
|
7628
|
+
coding: Array<{
|
|
7629
|
+
system: any | null;
|
|
7630
|
+
code: any | null;
|
|
7631
|
+
display: string | null;
|
|
7632
|
+
} | null> | null;
|
|
7633
|
+
} | null;
|
|
7634
|
+
} | null;
|
|
7635
|
+
} | null;
|
|
6848
7636
|
} | null;
|
|
6849
7637
|
physicalType: {
|
|
6850
7638
|
text: string | null;
|
|
@@ -6906,7 +7694,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6906
7694
|
display: string | null;
|
|
6907
7695
|
} | null> | null;
|
|
6908
7696
|
} | null;
|
|
6909
|
-
}> | null;
|
|
7697
|
+
} | null> | null;
|
|
6910
7698
|
} | null;
|
|
6911
7699
|
type: {
|
|
6912
7700
|
text: string | null;
|
|
@@ -6943,6 +7731,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6943
7731
|
alias: Array<string | null> | null;
|
|
6944
7732
|
description: string | null;
|
|
6945
7733
|
distanceInMiles: number | null;
|
|
7734
|
+
status: any | null;
|
|
6946
7735
|
identifier: Array<{
|
|
6947
7736
|
id: string | null;
|
|
6948
7737
|
system: any | null;
|
|
@@ -6972,8 +7761,10 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6972
7761
|
lon: number | null;
|
|
6973
7762
|
} | null;
|
|
6974
7763
|
telecom: Array<{
|
|
7764
|
+
id: string | null;
|
|
6975
7765
|
system: any | null;
|
|
6976
7766
|
value: string | null;
|
|
7767
|
+
use: any | null;
|
|
6977
7768
|
rank: number | null;
|
|
6978
7769
|
} | null> | null;
|
|
6979
7770
|
type: Array<{
|
|
@@ -6984,6 +7775,24 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6984
7775
|
display: string | null;
|
|
6985
7776
|
} | null> | null;
|
|
6986
7777
|
} | null> | null;
|
|
7778
|
+
managingOrganization: {
|
|
7779
|
+
id: string | null;
|
|
7780
|
+
reference: string | null;
|
|
7781
|
+
display: string | null;
|
|
7782
|
+
identifier: {
|
|
7783
|
+
id: string | null;
|
|
7784
|
+
system: any | null;
|
|
7785
|
+
value: string | null;
|
|
7786
|
+
type: {
|
|
7787
|
+
text: string | null;
|
|
7788
|
+
coding: Array<{
|
|
7789
|
+
system: any | null;
|
|
7790
|
+
code: any | null;
|
|
7791
|
+
display: string | null;
|
|
7792
|
+
} | null> | null;
|
|
7793
|
+
} | null;
|
|
7794
|
+
} | null;
|
|
7795
|
+
} | null;
|
|
6987
7796
|
} | null;
|
|
6988
7797
|
serviceProvider: {
|
|
6989
7798
|
name: string | null;
|
|
@@ -7086,7 +7895,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7086
7895
|
display: string | null;
|
|
7087
7896
|
} | null> | null;
|
|
7088
7897
|
} | null;
|
|
7089
|
-
}> | null;
|
|
7898
|
+
} | null> | null;
|
|
7090
7899
|
} | null;
|
|
7091
7900
|
note: Array<{
|
|
7092
7901
|
authorString: string | null;
|
|
@@ -7179,7 +7988,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7179
7988
|
display: string | null;
|
|
7180
7989
|
} | null> | null;
|
|
7181
7990
|
} | null;
|
|
7182
|
-
}> | null;
|
|
7991
|
+
} | null> | null;
|
|
7183
7992
|
} | null;
|
|
7184
7993
|
} | null> | null;
|
|
7185
7994
|
hasMember: Array<{
|
|
@@ -7206,7 +8015,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
7206
8015
|
display: string | null;
|
|
7207
8016
|
} | null> | null;
|
|
7208
8017
|
} | null;
|
|
7209
|
-
}> | null;
|
|
8018
|
+
} | null> | null;
|
|
7210
8019
|
accessionIdentifier: {
|
|
7211
8020
|
id: string | null;
|
|
7212
8021
|
system: any | null;
|
|
@@ -7357,6 +8166,7 @@ export type GetCarePlansQueryResults = {
|
|
|
7357
8166
|
alias: Array<string | null> | null;
|
|
7358
8167
|
description: string | null;
|
|
7359
8168
|
distanceInMiles: number | null;
|
|
8169
|
+
status: any | null;
|
|
7360
8170
|
identifier: Array<{
|
|
7361
8171
|
id: string | null;
|
|
7362
8172
|
system: any | null;
|
|
@@ -7386,8 +8196,10 @@ export type GetCarePlansQueryResults = {
|
|
|
7386
8196
|
lon: number | null;
|
|
7387
8197
|
} | null;
|
|
7388
8198
|
telecom: Array<{
|
|
8199
|
+
id: string | null;
|
|
7389
8200
|
system: any | null;
|
|
7390
8201
|
value: string | null;
|
|
8202
|
+
use: any | null;
|
|
7391
8203
|
rank: number | null;
|
|
7392
8204
|
} | null> | null;
|
|
7393
8205
|
type: Array<{
|
|
@@ -7398,6 +8210,24 @@ export type GetCarePlansQueryResults = {
|
|
|
7398
8210
|
display: string | null;
|
|
7399
8211
|
} | null> | null;
|
|
7400
8212
|
} | null> | null;
|
|
8213
|
+
managingOrganization: {
|
|
8214
|
+
id: string | null;
|
|
8215
|
+
reference: string | null;
|
|
8216
|
+
display: string | null;
|
|
8217
|
+
identifier: {
|
|
8218
|
+
id: string | null;
|
|
8219
|
+
system: any | null;
|
|
8220
|
+
value: string | null;
|
|
8221
|
+
type: {
|
|
8222
|
+
text: string | null;
|
|
8223
|
+
coding: Array<{
|
|
8224
|
+
system: any | null;
|
|
8225
|
+
code: any | null;
|
|
8226
|
+
display: string | null;
|
|
8227
|
+
} | null> | null;
|
|
8228
|
+
} | null;
|
|
8229
|
+
} | null;
|
|
8230
|
+
} | null;
|
|
7401
8231
|
} | null;
|
|
7402
8232
|
physicalType: {
|
|
7403
8233
|
text: string | null;
|
|
@@ -7459,9 +8289,231 @@ export type GetCarePlansQueryResults = {
|
|
|
7459
8289
|
display: string | null;
|
|
7460
8290
|
} | null> | null;
|
|
7461
8291
|
} | null;
|
|
7462
|
-
}> | null;
|
|
8292
|
+
} | null> | null;
|
|
8293
|
+
} | null;
|
|
8294
|
+
type: {
|
|
8295
|
+
text: string | null;
|
|
8296
|
+
coding: Array<{
|
|
8297
|
+
system: any | null;
|
|
8298
|
+
code: any | null;
|
|
8299
|
+
display: string | null;
|
|
8300
|
+
} | null> | null;
|
|
8301
|
+
} | null;
|
|
8302
|
+
period: {
|
|
8303
|
+
start: any | null;
|
|
8304
|
+
end: any | null;
|
|
8305
|
+
} | null;
|
|
8306
|
+
} | null> | null;
|
|
8307
|
+
period: {
|
|
8308
|
+
start: any | null;
|
|
8309
|
+
end: any | null;
|
|
8310
|
+
} | null;
|
|
8311
|
+
reasonCode: Array<{
|
|
8312
|
+
text: string | null;
|
|
8313
|
+
coding: Array<{
|
|
8314
|
+
system: any | null;
|
|
8315
|
+
code: any | null;
|
|
8316
|
+
display: string | null;
|
|
8317
|
+
} | null> | null;
|
|
8318
|
+
} | null> | null;
|
|
8319
|
+
class: {
|
|
8320
|
+
system: any | null;
|
|
8321
|
+
code: any | null;
|
|
8322
|
+
display: string | null;
|
|
8323
|
+
} | null;
|
|
8324
|
+
location: {
|
|
8325
|
+
name: string | null;
|
|
8326
|
+
alias: Array<string | null> | null;
|
|
8327
|
+
description: string | null;
|
|
8328
|
+
distanceInMiles: number | null;
|
|
8329
|
+
status: any | null;
|
|
8330
|
+
identifier: Array<{
|
|
8331
|
+
id: string | null;
|
|
8332
|
+
system: any | null;
|
|
8333
|
+
value: string | null;
|
|
8334
|
+
type: {
|
|
8335
|
+
text: string | null;
|
|
8336
|
+
coding: Array<{
|
|
8337
|
+
system: any | null;
|
|
8338
|
+
code: any | null;
|
|
8339
|
+
display: string | null;
|
|
8340
|
+
} | null> | null;
|
|
8341
|
+
} | null;
|
|
8342
|
+
} | null> | null;
|
|
8343
|
+
address: {
|
|
8344
|
+
use: any | null;
|
|
8345
|
+
type: any | null;
|
|
8346
|
+
text: string | null;
|
|
8347
|
+
line: Array<string | null> | null;
|
|
8348
|
+
city: string | null;
|
|
8349
|
+
district: string | null;
|
|
8350
|
+
state: string | null;
|
|
8351
|
+
postalCode: string | null;
|
|
8352
|
+
country: string | null;
|
|
8353
|
+
} | null;
|
|
8354
|
+
position: {
|
|
8355
|
+
lat: number | null;
|
|
8356
|
+
lon: number | null;
|
|
8357
|
+
} | null;
|
|
8358
|
+
telecom: Array<{
|
|
8359
|
+
id: string | null;
|
|
8360
|
+
system: any | null;
|
|
8361
|
+
value: string | null;
|
|
8362
|
+
use: any | null;
|
|
8363
|
+
rank: number | null;
|
|
8364
|
+
} | null> | null;
|
|
8365
|
+
type: Array<{
|
|
8366
|
+
text: string | null;
|
|
8367
|
+
coding: Array<{
|
|
8368
|
+
system: any | null;
|
|
8369
|
+
code: any | null;
|
|
8370
|
+
display: string | null;
|
|
8371
|
+
} | null> | null;
|
|
8372
|
+
} | null> | null;
|
|
8373
|
+
managingOrganization: {
|
|
8374
|
+
id: string | null;
|
|
8375
|
+
reference: string | null;
|
|
8376
|
+
display: string | null;
|
|
8377
|
+
identifier: {
|
|
8378
|
+
id: string | null;
|
|
8379
|
+
system: any | null;
|
|
8380
|
+
value: string | null;
|
|
8381
|
+
type: {
|
|
8382
|
+
text: string | null;
|
|
8383
|
+
coding: Array<{
|
|
8384
|
+
system: any | null;
|
|
8385
|
+
code: any | null;
|
|
8386
|
+
display: string | null;
|
|
8387
|
+
} | null> | null;
|
|
8388
|
+
} | null;
|
|
8389
|
+
} | null;
|
|
8390
|
+
} | null;
|
|
8391
|
+
} | null;
|
|
8392
|
+
serviceProvider: {
|
|
8393
|
+
name: string | null;
|
|
8394
|
+
endpoint: Array<{
|
|
8395
|
+
name: string | null;
|
|
8396
|
+
status: Types.EndpointStatus | null;
|
|
8397
|
+
address: string | null;
|
|
8398
|
+
connectionType: {
|
|
8399
|
+
system: any | null;
|
|
8400
|
+
code: any | null;
|
|
8401
|
+
display: string | null;
|
|
8402
|
+
} | null;
|
|
8403
|
+
} | null> | null;
|
|
8404
|
+
} | null;
|
|
8405
|
+
subject: {
|
|
8406
|
+
id: string;
|
|
8407
|
+
gender: any | null;
|
|
8408
|
+
birthDate: any | null;
|
|
8409
|
+
name: Array<{
|
|
8410
|
+
text: string | null;
|
|
8411
|
+
family: string | null;
|
|
8412
|
+
given: Array<string | null> | null;
|
|
8413
|
+
prefix: Array<string | null> | null;
|
|
8414
|
+
suffix: Array<string | null> | null;
|
|
8415
|
+
} | null> | null;
|
|
8416
|
+
communication: Array<{
|
|
8417
|
+
language: {
|
|
8418
|
+
text: string | null;
|
|
8419
|
+
coding: Array<{
|
|
8420
|
+
system: any | null;
|
|
8421
|
+
code: any | null;
|
|
8422
|
+
display: string | null;
|
|
8423
|
+
} | null> | null;
|
|
8424
|
+
} | null;
|
|
8425
|
+
} | null> | null;
|
|
8426
|
+
} | null;
|
|
8427
|
+
reasonReference: Array<{
|
|
8428
|
+
id: string;
|
|
8429
|
+
onsetDateTime: any | null;
|
|
8430
|
+
recordedDate: any | null;
|
|
8431
|
+
abatementDateTime: any | null;
|
|
8432
|
+
meta: {
|
|
8433
|
+
versionId: string | null;
|
|
8434
|
+
lastUpdated: any | null;
|
|
8435
|
+
source: any | null;
|
|
8436
|
+
security: Array<{
|
|
8437
|
+
system: any | null;
|
|
8438
|
+
code: any | null;
|
|
8439
|
+
display: string | null;
|
|
8440
|
+
} | null> | null;
|
|
8441
|
+
tag: Array<{
|
|
8442
|
+
system: any | null;
|
|
8443
|
+
code: any | null;
|
|
8444
|
+
display: string | null;
|
|
8445
|
+
} | null> | null;
|
|
8446
|
+
} | null;
|
|
8447
|
+
code: {
|
|
8448
|
+
text: string | null;
|
|
8449
|
+
coding: Array<{
|
|
8450
|
+
system: any | null;
|
|
8451
|
+
code: any | null;
|
|
8452
|
+
display: string | null;
|
|
8453
|
+
} | null> | null;
|
|
8454
|
+
} | null;
|
|
8455
|
+
clinicalStatus: {
|
|
8456
|
+
text: string | null;
|
|
8457
|
+
coding: Array<{
|
|
8458
|
+
system: any | null;
|
|
8459
|
+
code: any | null;
|
|
8460
|
+
display: string | null;
|
|
8461
|
+
} | null> | null;
|
|
8462
|
+
} | null;
|
|
8463
|
+
recorder: {
|
|
8464
|
+
__typename: 'Patient';
|
|
8465
|
+
name: Array<{
|
|
8466
|
+
text: string | null;
|
|
8467
|
+
family: string | null;
|
|
8468
|
+
given: Array<string | null> | null;
|
|
8469
|
+
prefix: Array<string | null> | null;
|
|
8470
|
+
suffix: Array<string | null> | null;
|
|
8471
|
+
} | null> | null;
|
|
8472
|
+
} | {
|
|
8473
|
+
__typename: 'Practitioner';
|
|
8474
|
+
name: Array<{
|
|
8475
|
+
text: string | null;
|
|
8476
|
+
family: string | null;
|
|
8477
|
+
given: Array<string | null> | null;
|
|
8478
|
+
prefix: Array<string | null> | null;
|
|
8479
|
+
suffix: Array<string | null> | null;
|
|
8480
|
+
} | null> | null;
|
|
8481
|
+
identifier: Array<{
|
|
8482
|
+
id: string | null;
|
|
8483
|
+
system: any | null;
|
|
8484
|
+
value: string | null;
|
|
8485
|
+
type: {
|
|
8486
|
+
text: string | null;
|
|
8487
|
+
coding: Array<{
|
|
8488
|
+
system: any | null;
|
|
8489
|
+
code: any | null;
|
|
8490
|
+
display: string | null;
|
|
8491
|
+
} | null> | null;
|
|
8492
|
+
} | null;
|
|
8493
|
+
} | null> | null;
|
|
7463
8494
|
} | null;
|
|
7464
|
-
|
|
8495
|
+
note: Array<{
|
|
8496
|
+
authorString: string | null;
|
|
8497
|
+
time: any | null;
|
|
8498
|
+
text: string | null;
|
|
8499
|
+
} | null> | null;
|
|
8500
|
+
onsetPeriod: {
|
|
8501
|
+
start: any | null;
|
|
8502
|
+
end: any | null;
|
|
8503
|
+
} | null;
|
|
8504
|
+
abatementPeriod: {
|
|
8505
|
+
start: any | null;
|
|
8506
|
+
end: any | null;
|
|
8507
|
+
} | null;
|
|
8508
|
+
category: Array<{
|
|
8509
|
+
text: string | null;
|
|
8510
|
+
coding: Array<{
|
|
8511
|
+
system: any | null;
|
|
8512
|
+
code: any | null;
|
|
8513
|
+
display: string | null;
|
|
8514
|
+
} | null> | null;
|
|
8515
|
+
} | null> | null;
|
|
8516
|
+
severity: {
|
|
7465
8517
|
text: string | null;
|
|
7466
8518
|
coding: Array<{
|
|
7467
8519
|
system: any | null;
|
|
@@ -7469,33 +8521,88 @@ export type GetCarePlansQueryResults = {
|
|
|
7469
8521
|
display: string | null;
|
|
7470
8522
|
} | null> | null;
|
|
7471
8523
|
} | null;
|
|
7472
|
-
|
|
7473
|
-
|
|
7474
|
-
|
|
8524
|
+
verificationStatus: {
|
|
8525
|
+
text: string | null;
|
|
8526
|
+
coding: Array<{
|
|
8527
|
+
system: any | null;
|
|
8528
|
+
code: any | null;
|
|
8529
|
+
display: string | null;
|
|
8530
|
+
} | null> | null;
|
|
7475
8531
|
} | null;
|
|
8532
|
+
bodySite: Array<{
|
|
8533
|
+
text: string | null;
|
|
8534
|
+
coding: Array<{
|
|
8535
|
+
system: any | null;
|
|
8536
|
+
code: any | null;
|
|
8537
|
+
display: string | null;
|
|
8538
|
+
} | null> | null;
|
|
8539
|
+
} | null> | null;
|
|
7476
8540
|
} | null> | null;
|
|
7477
|
-
|
|
7478
|
-
|
|
7479
|
-
|
|
8541
|
+
hospitalization: {
|
|
8542
|
+
dischargeDisposition: {
|
|
8543
|
+
text: string | null;
|
|
8544
|
+
coding: Array<{
|
|
8545
|
+
system: any | null;
|
|
8546
|
+
code: any | null;
|
|
8547
|
+
display: string | null;
|
|
8548
|
+
} | null> | null;
|
|
8549
|
+
} | null;
|
|
7480
8550
|
} | null;
|
|
7481
|
-
|
|
8551
|
+
} | null;
|
|
8552
|
+
addresses: Array<{
|
|
8553
|
+
id: string;
|
|
8554
|
+
onsetDateTime: any | null;
|
|
8555
|
+
recordedDate: any | null;
|
|
8556
|
+
abatementDateTime: any | null;
|
|
8557
|
+
meta: {
|
|
8558
|
+
versionId: string | null;
|
|
8559
|
+
lastUpdated: any | null;
|
|
8560
|
+
source: any | null;
|
|
8561
|
+
security: Array<{
|
|
8562
|
+
system: any | null;
|
|
8563
|
+
code: any | null;
|
|
8564
|
+
display: string | null;
|
|
8565
|
+
} | null> | null;
|
|
8566
|
+
tag: Array<{
|
|
8567
|
+
system: any | null;
|
|
8568
|
+
code: any | null;
|
|
8569
|
+
display: string | null;
|
|
8570
|
+
} | null> | null;
|
|
8571
|
+
} | null;
|
|
8572
|
+
code: {
|
|
7482
8573
|
text: string | null;
|
|
7483
8574
|
coding: Array<{
|
|
7484
8575
|
system: any | null;
|
|
7485
8576
|
code: any | null;
|
|
7486
8577
|
display: string | null;
|
|
7487
8578
|
} | null> | null;
|
|
7488
|
-
} | null> | null;
|
|
7489
|
-
class: {
|
|
7490
|
-
system: any | null;
|
|
7491
|
-
code: any | null;
|
|
7492
|
-
display: string | null;
|
|
7493
8579
|
} | null;
|
|
7494
|
-
|
|
7495
|
-
|
|
7496
|
-
|
|
7497
|
-
|
|
7498
|
-
|
|
8580
|
+
clinicalStatus: {
|
|
8581
|
+
text: string | null;
|
|
8582
|
+
coding: Array<{
|
|
8583
|
+
system: any | null;
|
|
8584
|
+
code: any | null;
|
|
8585
|
+
display: string | null;
|
|
8586
|
+
} | null> | null;
|
|
8587
|
+
} | null;
|
|
8588
|
+
recorder: {
|
|
8589
|
+
__typename: 'Patient';
|
|
8590
|
+
name: Array<{
|
|
8591
|
+
text: string | null;
|
|
8592
|
+
family: string | null;
|
|
8593
|
+
given: Array<string | null> | null;
|
|
8594
|
+
prefix: Array<string | null> | null;
|
|
8595
|
+
suffix: Array<string | null> | null;
|
|
8596
|
+
} | null> | null;
|
|
8597
|
+
} | {
|
|
8598
|
+
__typename: 'Practitioner';
|
|
8599
|
+
name: Array<{
|
|
8600
|
+
text: string | null;
|
|
8601
|
+
family: string | null;
|
|
8602
|
+
given: Array<string | null> | null;
|
|
8603
|
+
prefix: Array<string | null> | null;
|
|
8604
|
+
suffix: Array<string | null> | null;
|
|
8605
|
+
} | null> | null;
|
|
7499
8606
|
identifier: Array<{
|
|
7500
8607
|
id: string | null;
|
|
7501
8608
|
system: any | null;
|
|
@@ -7509,89 +8616,100 @@ export type GetCarePlansQueryResults = {
|
|
|
7509
8616
|
} | null> | null;
|
|
7510
8617
|
} | null;
|
|
7511
8618
|
} | null> | null;
|
|
7512
|
-
|
|
7513
|
-
|
|
7514
|
-
|
|
7515
|
-
|
|
7516
|
-
|
|
7517
|
-
|
|
7518
|
-
|
|
7519
|
-
|
|
7520
|
-
|
|
7521
|
-
|
|
7522
|
-
|
|
7523
|
-
|
|
7524
|
-
|
|
7525
|
-
|
|
7526
|
-
|
|
7527
|
-
|
|
8619
|
+
} | null;
|
|
8620
|
+
note: Array<{
|
|
8621
|
+
authorString: string | null;
|
|
8622
|
+
time: any | null;
|
|
8623
|
+
text: string | null;
|
|
8624
|
+
} | null> | null;
|
|
8625
|
+
onsetPeriod: {
|
|
8626
|
+
start: any | null;
|
|
8627
|
+
end: any | null;
|
|
8628
|
+
} | null;
|
|
8629
|
+
abatementPeriod: {
|
|
8630
|
+
start: any | null;
|
|
8631
|
+
end: any | null;
|
|
8632
|
+
} | null;
|
|
8633
|
+
category: Array<{
|
|
8634
|
+
text: string | null;
|
|
8635
|
+
coding: Array<{
|
|
7528
8636
|
system: any | null;
|
|
7529
|
-
|
|
7530
|
-
|
|
8637
|
+
code: any | null;
|
|
8638
|
+
display: string | null;
|
|
7531
8639
|
} | null> | null;
|
|
7532
|
-
|
|
7533
|
-
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
|
|
7537
|
-
|
|
7538
|
-
|
|
8640
|
+
} | null> | null;
|
|
8641
|
+
severity: {
|
|
8642
|
+
text: string | null;
|
|
8643
|
+
coding: Array<{
|
|
8644
|
+
system: any | null;
|
|
8645
|
+
code: any | null;
|
|
8646
|
+
display: string | null;
|
|
7539
8647
|
} | null> | null;
|
|
7540
8648
|
} | null;
|
|
7541
|
-
|
|
7542
|
-
|
|
7543
|
-
|
|
7544
|
-
|
|
7545
|
-
|
|
7546
|
-
|
|
7547
|
-
connectionType: {
|
|
7548
|
-
system: any | null;
|
|
7549
|
-
code: any | null;
|
|
7550
|
-
display: string | null;
|
|
7551
|
-
} | null;
|
|
8649
|
+
verificationStatus: {
|
|
8650
|
+
text: string | null;
|
|
8651
|
+
coding: Array<{
|
|
8652
|
+
system: any | null;
|
|
8653
|
+
code: any | null;
|
|
8654
|
+
display: string | null;
|
|
7552
8655
|
} | null> | null;
|
|
7553
8656
|
} | null;
|
|
7554
|
-
|
|
7555
|
-
|
|
7556
|
-
|
|
7557
|
-
|
|
7558
|
-
|
|
7559
|
-
|
|
7560
|
-
family: string | null;
|
|
7561
|
-
given: Array<string | null> | null;
|
|
7562
|
-
prefix: Array<string | null> | null;
|
|
7563
|
-
suffix: Array<string | null> | null;
|
|
8657
|
+
bodySite: Array<{
|
|
8658
|
+
text: string | null;
|
|
8659
|
+
coding: Array<{
|
|
8660
|
+
system: any | null;
|
|
8661
|
+
code: any | null;
|
|
8662
|
+
display: string | null;
|
|
7564
8663
|
} | null> | null;
|
|
7565
|
-
|
|
7566
|
-
|
|
7567
|
-
|
|
7568
|
-
|
|
7569
|
-
|
|
7570
|
-
|
|
7571
|
-
|
|
7572
|
-
|
|
7573
|
-
|
|
8664
|
+
} | null> | null;
|
|
8665
|
+
} | null> | null;
|
|
8666
|
+
identifier: Array<{
|
|
8667
|
+
id: string | null;
|
|
8668
|
+
system: any | null;
|
|
8669
|
+
value: string | null;
|
|
8670
|
+
type: {
|
|
8671
|
+
text: string | null;
|
|
8672
|
+
coding: Array<{
|
|
8673
|
+
system: any | null;
|
|
8674
|
+
code: any | null;
|
|
8675
|
+
display: string | null;
|
|
7574
8676
|
} | null> | null;
|
|
7575
8677
|
} | null;
|
|
7576
|
-
|
|
7577
|
-
|
|
7578
|
-
|
|
7579
|
-
|
|
7580
|
-
|
|
7581
|
-
|
|
7582
|
-
|
|
7583
|
-
|
|
7584
|
-
|
|
7585
|
-
|
|
7586
|
-
|
|
7587
|
-
|
|
7588
|
-
|
|
7589
|
-
|
|
7590
|
-
|
|
7591
|
-
|
|
7592
|
-
|
|
7593
|
-
|
|
7594
|
-
|
|
8678
|
+
} | null> | null;
|
|
8679
|
+
category: Array<{
|
|
8680
|
+
text: string | null;
|
|
8681
|
+
coding: Array<{
|
|
8682
|
+
system: any | null;
|
|
8683
|
+
code: any | null;
|
|
8684
|
+
display: string | null;
|
|
8685
|
+
} | null> | null;
|
|
8686
|
+
} | null> | null;
|
|
8687
|
+
text: {
|
|
8688
|
+
div: any | null;
|
|
8689
|
+
status: any | null;
|
|
8690
|
+
} | null;
|
|
8691
|
+
status: {
|
|
8692
|
+
code: any | null;
|
|
8693
|
+
display: string | null;
|
|
8694
|
+
} | null;
|
|
8695
|
+
intent: {
|
|
8696
|
+
code: any | null;
|
|
8697
|
+
display: string | null;
|
|
8698
|
+
} | null;
|
|
8699
|
+
subject: {
|
|
8700
|
+
_resourceType: string | null;
|
|
8701
|
+
id: string | null;
|
|
8702
|
+
} | null;
|
|
8703
|
+
period: {
|
|
8704
|
+
start: any | null;
|
|
8705
|
+
end: any | null;
|
|
8706
|
+
} | null;
|
|
8707
|
+
activity: Array<{
|
|
8708
|
+
detail: {
|
|
8709
|
+
scheduledString: string | null;
|
|
8710
|
+
kind: {
|
|
8711
|
+
code: any | null;
|
|
8712
|
+
display: string | null;
|
|
7595
8713
|
} | null;
|
|
7596
8714
|
code: {
|
|
7597
8715
|
text: string | null;
|
|
@@ -7601,124 +8719,128 @@ export type GetCarePlansQueryResults = {
|
|
|
7601
8719
|
display: string | null;
|
|
7602
8720
|
} | null> | null;
|
|
7603
8721
|
} | null;
|
|
7604
|
-
|
|
7605
|
-
|
|
7606
|
-
|
|
7607
|
-
system: any | null;
|
|
7608
|
-
code: any | null;
|
|
7609
|
-
display: string | null;
|
|
7610
|
-
} | null> | null;
|
|
8722
|
+
status: {
|
|
8723
|
+
code: any | null;
|
|
8724
|
+
display: string | null;
|
|
7611
8725
|
} | null;
|
|
7612
|
-
|
|
7613
|
-
|
|
7614
|
-
|
|
7615
|
-
|
|
7616
|
-
|
|
7617
|
-
|
|
7618
|
-
|
|
7619
|
-
|
|
7620
|
-
} | null> | null;
|
|
7621
|
-
} | {
|
|
7622
|
-
__typename: 'Practitioner';
|
|
7623
|
-
name: Array<{
|
|
8726
|
+
scheduledPeriod: {
|
|
8727
|
+
start: any | null;
|
|
8728
|
+
end: any | null;
|
|
8729
|
+
} | null;
|
|
8730
|
+
scheduledTiming: {
|
|
8731
|
+
id: string | null;
|
|
8732
|
+
event: Array<any> | null;
|
|
8733
|
+
code: {
|
|
7624
8734
|
text: string | null;
|
|
7625
|
-
|
|
7626
|
-
|
|
7627
|
-
|
|
7628
|
-
|
|
7629
|
-
|
|
7630
|
-
|
|
8735
|
+
coding: Array<{
|
|
8736
|
+
system: any | null;
|
|
8737
|
+
code: any | null;
|
|
8738
|
+
display: string | null;
|
|
8739
|
+
} | null> | null;
|
|
8740
|
+
} | null;
|
|
8741
|
+
repeat: {
|
|
7631
8742
|
id: string | null;
|
|
7632
|
-
|
|
7633
|
-
|
|
7634
|
-
|
|
7635
|
-
|
|
7636
|
-
|
|
8743
|
+
count: number | null;
|
|
8744
|
+
countMax: number | null;
|
|
8745
|
+
duration: number | null;
|
|
8746
|
+
durationMax: number | null;
|
|
8747
|
+
frequency: number | null;
|
|
8748
|
+
frequencyMax: number | null;
|
|
8749
|
+
offset: number | null;
|
|
8750
|
+
period: number | null;
|
|
8751
|
+
periodMax: number | null;
|
|
8752
|
+
timeOfDay: Array<string> | null;
|
|
8753
|
+
boundsDuration: {
|
|
8754
|
+
value: number | null;
|
|
8755
|
+
unit: string | null;
|
|
8756
|
+
code: any | null;
|
|
8757
|
+
comparator: any | null;
|
|
8758
|
+
system: any | null;
|
|
8759
|
+
} | null;
|
|
8760
|
+
boundsPeriod: {
|
|
8761
|
+
start: any | null;
|
|
8762
|
+
end: any | null;
|
|
8763
|
+
} | null;
|
|
8764
|
+
boundsRange: {
|
|
8765
|
+
low: {
|
|
8766
|
+
value: number | null;
|
|
8767
|
+
unit: string | null;
|
|
8768
|
+
code: any | null;
|
|
8769
|
+
comparator: any | null;
|
|
7637
8770
|
system: any | null;
|
|
8771
|
+
} | null;
|
|
8772
|
+
high: {
|
|
8773
|
+
value: number | null;
|
|
8774
|
+
unit: string | null;
|
|
7638
8775
|
code: any | null;
|
|
7639
|
-
|
|
7640
|
-
|
|
8776
|
+
comparator: any | null;
|
|
8777
|
+
system: any | null;
|
|
8778
|
+
} | null;
|
|
7641
8779
|
} | null;
|
|
7642
|
-
|
|
7643
|
-
|
|
7644
|
-
|
|
7645
|
-
|
|
7646
|
-
|
|
7647
|
-
|
|
7648
|
-
|
|
7649
|
-
|
|
7650
|
-
|
|
7651
|
-
|
|
7652
|
-
|
|
7653
|
-
|
|
7654
|
-
|
|
7655
|
-
|
|
7656
|
-
|
|
7657
|
-
|
|
7658
|
-
|
|
7659
|
-
coding: Array<{
|
|
7660
|
-
system: any | null;
|
|
7661
|
-
code: any | null;
|
|
7662
|
-
display: string | null;
|
|
7663
|
-
} | null> | null;
|
|
7664
|
-
} | null> | null;
|
|
7665
|
-
severity: {
|
|
7666
|
-
text: string | null;
|
|
7667
|
-
coding: Array<{
|
|
7668
|
-
system: any | null;
|
|
7669
|
-
code: any | null;
|
|
7670
|
-
display: string | null;
|
|
7671
|
-
} | null> | null;
|
|
7672
|
-
} | null;
|
|
7673
|
-
verificationStatus: {
|
|
7674
|
-
text: string | null;
|
|
7675
|
-
coding: Array<{
|
|
7676
|
-
system: any | null;
|
|
7677
|
-
code: any | null;
|
|
7678
|
-
display: string | null;
|
|
7679
|
-
} | null> | null;
|
|
7680
|
-
} | null;
|
|
7681
|
-
bodySite: Array<{
|
|
7682
|
-
text: string | null;
|
|
7683
|
-
coding: Array<{
|
|
7684
|
-
system: any | null;
|
|
7685
|
-
code: any | null;
|
|
7686
|
-
display: string | null;
|
|
7687
|
-
} | null> | null;
|
|
7688
|
-
} | null> | null;
|
|
7689
|
-
} | null> | null;
|
|
7690
|
-
hospitalization: {
|
|
7691
|
-
dischargeDisposition: {
|
|
7692
|
-
text: string | null;
|
|
7693
|
-
coding: Array<{
|
|
7694
|
-
system: any | null;
|
|
7695
|
-
code: any | null;
|
|
7696
|
-
display: string | null;
|
|
7697
|
-
} | null> | null;
|
|
8780
|
+
dayOfWeek: Array<{
|
|
8781
|
+
code: any | null;
|
|
8782
|
+
display: string | null;
|
|
8783
|
+
}> | null;
|
|
8784
|
+
durationUnit: {
|
|
8785
|
+
code: any | null;
|
|
8786
|
+
display: string | null;
|
|
8787
|
+
} | null;
|
|
8788
|
+
periodUnit: {
|
|
8789
|
+
code: any | null;
|
|
8790
|
+
display: string | null;
|
|
8791
|
+
} | null;
|
|
8792
|
+
when: Array<{
|
|
8793
|
+
code: any | null;
|
|
8794
|
+
display: string | null;
|
|
8795
|
+
}> | null;
|
|
8796
|
+
} | null;
|
|
7698
8797
|
} | null;
|
|
7699
8798
|
} | null;
|
|
8799
|
+
} | null> | null;
|
|
8800
|
+
note: Array<{
|
|
8801
|
+
authorString: string | null;
|
|
8802
|
+
time: any | null;
|
|
8803
|
+
text: string | null;
|
|
8804
|
+
} | null> | null;
|
|
8805
|
+
}>;
|
|
8806
|
+
};
|
|
8807
|
+
};
|
|
8808
|
+
export type GetCareTeamsQueryVariables = Types.Exact<{
|
|
8809
|
+
request: Types.InputMaybe<Types.CareTeamRequest>;
|
|
8810
|
+
}>;
|
|
8811
|
+
export type GetCareTeamsQueryResults = {
|
|
8812
|
+
getCareTeams: {
|
|
8813
|
+
paging_info: {
|
|
8814
|
+
page_number: number;
|
|
8815
|
+
page_size: number;
|
|
8816
|
+
total_pages: number;
|
|
8817
|
+
total_items: number;
|
|
8818
|
+
} | null;
|
|
8819
|
+
resources: Array<{
|
|
8820
|
+
id: string | null;
|
|
8821
|
+
name: string | null;
|
|
8822
|
+
resourceType: string;
|
|
8823
|
+
status: string | null;
|
|
8824
|
+
meta: {
|
|
8825
|
+
versionId: string | null;
|
|
8826
|
+
lastUpdated: any | null;
|
|
8827
|
+
source: any | null;
|
|
8828
|
+
security: Array<{
|
|
8829
|
+
system: any | null;
|
|
8830
|
+
code: any | null;
|
|
8831
|
+
display: string | null;
|
|
8832
|
+
} | null> | null;
|
|
8833
|
+
tag: Array<{
|
|
8834
|
+
system: any | null;
|
|
8835
|
+
code: any | null;
|
|
8836
|
+
display: string | null;
|
|
8837
|
+
} | null> | null;
|
|
7700
8838
|
} | null;
|
|
7701
|
-
|
|
7702
|
-
id: string;
|
|
7703
|
-
|
|
7704
|
-
|
|
7705
|
-
|
|
7706
|
-
meta: {
|
|
7707
|
-
versionId: string | null;
|
|
7708
|
-
lastUpdated: any | null;
|
|
7709
|
-
source: any | null;
|
|
7710
|
-
security: Array<{
|
|
7711
|
-
system: any | null;
|
|
7712
|
-
code: any | null;
|
|
7713
|
-
display: string | null;
|
|
7714
|
-
} | null> | null;
|
|
7715
|
-
tag: Array<{
|
|
7716
|
-
system: any | null;
|
|
7717
|
-
code: any | null;
|
|
7718
|
-
display: string | null;
|
|
7719
|
-
} | null> | null;
|
|
7720
|
-
} | null;
|
|
7721
|
-
code: {
|
|
8839
|
+
identifier: Array<{
|
|
8840
|
+
id: string | null;
|
|
8841
|
+
system: any | null;
|
|
8842
|
+
value: string | null;
|
|
8843
|
+
type: {
|
|
7722
8844
|
text: string | null;
|
|
7723
8845
|
coding: Array<{
|
|
7724
8846
|
system: any | null;
|
|
@@ -7726,25 +8848,47 @@ export type GetCarePlansQueryResults = {
|
|
|
7726
8848
|
display: string | null;
|
|
7727
8849
|
} | null> | null;
|
|
7728
8850
|
} | null;
|
|
7729
|
-
|
|
8851
|
+
} | null> | null;
|
|
8852
|
+
category: Array<{
|
|
8853
|
+
text: string | null;
|
|
8854
|
+
coding: Array<{
|
|
8855
|
+
system: any | null;
|
|
8856
|
+
code: any | null;
|
|
8857
|
+
display: string | null;
|
|
8858
|
+
} | null> | null;
|
|
8859
|
+
} | null> | null;
|
|
8860
|
+
participant: Array<{
|
|
8861
|
+
role: Array<{
|
|
7730
8862
|
text: string | null;
|
|
7731
8863
|
coding: Array<{
|
|
7732
8864
|
system: any | null;
|
|
7733
8865
|
code: any | null;
|
|
7734
8866
|
display: string | null;
|
|
7735
8867
|
} | null> | null;
|
|
7736
|
-
} | null;
|
|
7737
|
-
|
|
7738
|
-
__typename: '
|
|
7739
|
-
|
|
7740
|
-
|
|
7741
|
-
|
|
7742
|
-
|
|
7743
|
-
|
|
7744
|
-
|
|
7745
|
-
|
|
8868
|
+
} | null> | null;
|
|
8869
|
+
member: {
|
|
8870
|
+
__typename: 'Organization';
|
|
8871
|
+
id: string;
|
|
8872
|
+
alias: string | null;
|
|
8873
|
+
organizationName: string | null;
|
|
8874
|
+
meta: {
|
|
8875
|
+
versionId: string | null;
|
|
8876
|
+
lastUpdated: any | null;
|
|
8877
|
+
source: any | null;
|
|
8878
|
+
security: Array<{
|
|
8879
|
+
system: any | null;
|
|
8880
|
+
code: any | null;
|
|
8881
|
+
display: string | null;
|
|
8882
|
+
} | null> | null;
|
|
8883
|
+
tag: Array<{
|
|
8884
|
+
system: any | null;
|
|
8885
|
+
code: any | null;
|
|
8886
|
+
display: string | null;
|
|
8887
|
+
} | null> | null;
|
|
8888
|
+
} | null;
|
|
7746
8889
|
} | {
|
|
7747
8890
|
__typename: 'Practitioner';
|
|
8891
|
+
id: string;
|
|
7748
8892
|
name: Array<{
|
|
7749
8893
|
text: string | null;
|
|
7750
8894
|
family: string | null;
|
|
@@ -7764,278 +8908,238 @@ export type GetCarePlansQueryResults = {
|
|
|
7764
8908
|
display: string | null;
|
|
7765
8909
|
} | null> | null;
|
|
7766
8910
|
} | null;
|
|
7767
|
-
}> | null;
|
|
7768
|
-
} | null;
|
|
7769
|
-
note: Array<{
|
|
7770
|
-
authorString: string | null;
|
|
7771
|
-
time: any | null;
|
|
7772
|
-
text: string | null;
|
|
7773
|
-
} | null> | null;
|
|
7774
|
-
onsetPeriod: {
|
|
7775
|
-
start: any | null;
|
|
7776
|
-
end: any | null;
|
|
7777
|
-
} | null;
|
|
7778
|
-
abatementPeriod: {
|
|
7779
|
-
start: any | null;
|
|
7780
|
-
end: any | null;
|
|
7781
|
-
} | null;
|
|
7782
|
-
category: Array<{
|
|
7783
|
-
text: string | null;
|
|
7784
|
-
coding: Array<{
|
|
7785
|
-
system: any | null;
|
|
7786
|
-
code: any | null;
|
|
7787
|
-
display: string | null;
|
|
7788
|
-
} | null> | null;
|
|
7789
|
-
} | null> | null;
|
|
7790
|
-
severity: {
|
|
7791
|
-
text: string | null;
|
|
7792
|
-
coding: Array<{
|
|
7793
|
-
system: any | null;
|
|
7794
|
-
code: any | null;
|
|
7795
|
-
display: string | null;
|
|
7796
|
-
} | null> | null;
|
|
7797
|
-
} | null;
|
|
7798
|
-
verificationStatus: {
|
|
7799
|
-
text: string | null;
|
|
7800
|
-
coding: Array<{
|
|
7801
|
-
system: any | null;
|
|
7802
|
-
code: any | null;
|
|
7803
|
-
display: string | null;
|
|
7804
|
-
} | null> | null;
|
|
7805
|
-
} | null;
|
|
7806
|
-
bodySite: Array<{
|
|
7807
|
-
text: string | null;
|
|
7808
|
-
coding: Array<{
|
|
7809
|
-
system: any | null;
|
|
7810
|
-
code: any | null;
|
|
7811
|
-
display: string | null;
|
|
7812
8911
|
} | null> | null;
|
|
7813
|
-
} |
|
|
7814
|
-
|
|
7815
|
-
|
|
7816
|
-
|
|
7817
|
-
|
|
7818
|
-
|
|
7819
|
-
|
|
7820
|
-
text: string | null;
|
|
7821
|
-
coding: Array<{
|
|
8912
|
+
} | {
|
|
8913
|
+
__typename: 'PractitionerRole';
|
|
8914
|
+
resourceType: string | null;
|
|
8915
|
+
id: string;
|
|
8916
|
+
active: boolean | null;
|
|
8917
|
+
identifier: Array<{
|
|
8918
|
+
id: string | null;
|
|
7822
8919
|
system: any | null;
|
|
7823
|
-
|
|
7824
|
-
|
|
8920
|
+
value: string | null;
|
|
8921
|
+
type: {
|
|
8922
|
+
text: string | null;
|
|
8923
|
+
coding: Array<{
|
|
8924
|
+
system: any | null;
|
|
8925
|
+
code: any | null;
|
|
8926
|
+
display: string | null;
|
|
8927
|
+
} | null> | null;
|
|
8928
|
+
} | null;
|
|
7825
8929
|
} | null> | null;
|
|
7826
|
-
|
|
7827
|
-
|
|
7828
|
-
|
|
7829
|
-
|
|
7830
|
-
|
|
7831
|
-
|
|
7832
|
-
|
|
7833
|
-
|
|
7834
|
-
|
|
7835
|
-
|
|
7836
|
-
|
|
7837
|
-
|
|
7838
|
-
|
|
7839
|
-
|
|
7840
|
-
|
|
7841
|
-
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
|
|
7846
|
-
|
|
7847
|
-
|
|
7848
|
-
subject: {
|
|
7849
|
-
_resourceType: string | null;
|
|
7850
|
-
id: string | null;
|
|
7851
|
-
} | null;
|
|
7852
|
-
period: {
|
|
7853
|
-
start: any | null;
|
|
7854
|
-
end: any | null;
|
|
7855
|
-
} | null;
|
|
7856
|
-
activity: Array<{
|
|
7857
|
-
detail: {
|
|
7858
|
-
scheduledString: string | null;
|
|
7859
|
-
kind: {
|
|
7860
|
-
code: any | null;
|
|
7861
|
-
display: string | null;
|
|
8930
|
+
practitioner: {
|
|
8931
|
+
id: string;
|
|
8932
|
+
name: Array<{
|
|
8933
|
+
text: string | null;
|
|
8934
|
+
family: string | null;
|
|
8935
|
+
given: Array<string | null> | null;
|
|
8936
|
+
prefix: Array<string | null> | null;
|
|
8937
|
+
suffix: Array<string | null> | null;
|
|
8938
|
+
} | null> | null;
|
|
8939
|
+
identifier: Array<{
|
|
8940
|
+
id: string | null;
|
|
8941
|
+
system: any | null;
|
|
8942
|
+
value: string | null;
|
|
8943
|
+
type: {
|
|
8944
|
+
text: string | null;
|
|
8945
|
+
coding: Array<{
|
|
8946
|
+
system: any | null;
|
|
8947
|
+
code: any | null;
|
|
8948
|
+
display: string | null;
|
|
8949
|
+
} | null> | null;
|
|
8950
|
+
} | null;
|
|
8951
|
+
} | null> | null;
|
|
7862
8952
|
} | null;
|
|
7863
|
-
|
|
8953
|
+
organization: {
|
|
8954
|
+
resourceType: string | null;
|
|
8955
|
+
name: string | null;
|
|
8956
|
+
active: boolean | null;
|
|
8957
|
+
identifier: Array<{
|
|
8958
|
+
id: string | null;
|
|
8959
|
+
system: any | null;
|
|
8960
|
+
value: string | null;
|
|
8961
|
+
type: {
|
|
8962
|
+
text: string | null;
|
|
8963
|
+
coding: Array<{
|
|
8964
|
+
system: any | null;
|
|
8965
|
+
code: any | null;
|
|
8966
|
+
display: string | null;
|
|
8967
|
+
} | null> | null;
|
|
8968
|
+
} | null;
|
|
8969
|
+
} | null> | null;
|
|
8970
|
+
endpoint: Array<{
|
|
8971
|
+
name: string | null;
|
|
8972
|
+
status: Types.EndpointStatus | null;
|
|
8973
|
+
address: string | null;
|
|
8974
|
+
identifier: Array<{
|
|
8975
|
+
id: string | null;
|
|
8976
|
+
system: any | null;
|
|
8977
|
+
value: string | null;
|
|
8978
|
+
type: {
|
|
8979
|
+
text: string | null;
|
|
8980
|
+
coding: Array<{
|
|
8981
|
+
system: any | null;
|
|
8982
|
+
code: any | null;
|
|
8983
|
+
display: string | null;
|
|
8984
|
+
} | null> | null;
|
|
8985
|
+
} | null;
|
|
8986
|
+
} | null> | null;
|
|
8987
|
+
connectionType: {
|
|
8988
|
+
system: any | null;
|
|
8989
|
+
code: any | null;
|
|
8990
|
+
display: string | null;
|
|
8991
|
+
} | null;
|
|
8992
|
+
} | null> | null;
|
|
8993
|
+
telecom: Array<{
|
|
8994
|
+
id: string | null;
|
|
8995
|
+
system: any | null;
|
|
8996
|
+
value: string | null;
|
|
8997
|
+
use: any | null;
|
|
8998
|
+
rank: number | null;
|
|
8999
|
+
} | null> | null;
|
|
9000
|
+
address: Array<{
|
|
9001
|
+
use: any | null;
|
|
9002
|
+
type: any | null;
|
|
9003
|
+
text: string | null;
|
|
9004
|
+
line: Array<string | null> | null;
|
|
9005
|
+
city: string | null;
|
|
9006
|
+
district: string | null;
|
|
9007
|
+
state: string | null;
|
|
9008
|
+
postalCode: string | null;
|
|
9009
|
+
country: string | null;
|
|
9010
|
+
} | null> | null;
|
|
9011
|
+
type: Array<{
|
|
9012
|
+
text: string | null;
|
|
9013
|
+
coding: Array<{
|
|
9014
|
+
system: any | null;
|
|
9015
|
+
code: any | null;
|
|
9016
|
+
display: string | null;
|
|
9017
|
+
} | null> | null;
|
|
9018
|
+
}> | null;
|
|
9019
|
+
} | null;
|
|
9020
|
+
code: Array<{
|
|
9021
|
+
text: string | null;
|
|
9022
|
+
coding: Array<{
|
|
9023
|
+
system: any | null;
|
|
9024
|
+
code: any | null;
|
|
9025
|
+
display: string | null;
|
|
9026
|
+
} | null> | null;
|
|
9027
|
+
}> | null;
|
|
9028
|
+
specialty: Array<{
|
|
7864
9029
|
text: string | null;
|
|
7865
9030
|
coding: Array<{
|
|
7866
9031
|
system: any | null;
|
|
7867
|
-
code: any | null;
|
|
7868
|
-
display: string | null;
|
|
9032
|
+
code: any | null;
|
|
9033
|
+
display: string | null;
|
|
9034
|
+
} | null> | null;
|
|
9035
|
+
}> | null;
|
|
9036
|
+
location: {
|
|
9037
|
+
name: string | null;
|
|
9038
|
+
alias: Array<string | null> | null;
|
|
9039
|
+
description: string | null;
|
|
9040
|
+
distanceInMiles: number | null;
|
|
9041
|
+
status: any | null;
|
|
9042
|
+
identifier: Array<{
|
|
9043
|
+
id: string | null;
|
|
9044
|
+
system: any | null;
|
|
9045
|
+
value: string | null;
|
|
9046
|
+
type: {
|
|
9047
|
+
text: string | null;
|
|
9048
|
+
coding: Array<{
|
|
9049
|
+
system: any | null;
|
|
9050
|
+
code: any | null;
|
|
9051
|
+
display: string | null;
|
|
9052
|
+
} | null> | null;
|
|
9053
|
+
} | null;
|
|
9054
|
+
} | null> | null;
|
|
9055
|
+
address: {
|
|
9056
|
+
use: any | null;
|
|
9057
|
+
type: any | null;
|
|
9058
|
+
text: string | null;
|
|
9059
|
+
line: Array<string | null> | null;
|
|
9060
|
+
city: string | null;
|
|
9061
|
+
district: string | null;
|
|
9062
|
+
state: string | null;
|
|
9063
|
+
postalCode: string | null;
|
|
9064
|
+
country: string | null;
|
|
9065
|
+
} | null;
|
|
9066
|
+
position: {
|
|
9067
|
+
lat: number | null;
|
|
9068
|
+
lon: number | null;
|
|
9069
|
+
} | null;
|
|
9070
|
+
telecom: Array<{
|
|
9071
|
+
id: string | null;
|
|
9072
|
+
system: any | null;
|
|
9073
|
+
value: string | null;
|
|
9074
|
+
use: any | null;
|
|
9075
|
+
rank: number | null;
|
|
7869
9076
|
} | null> | null;
|
|
7870
|
-
|
|
7871
|
-
status: {
|
|
7872
|
-
code: any | null;
|
|
7873
|
-
display: string | null;
|
|
7874
|
-
} | null;
|
|
7875
|
-
scheduledPeriod: {
|
|
7876
|
-
start: any | null;
|
|
7877
|
-
end: any | null;
|
|
7878
|
-
} | null;
|
|
7879
|
-
scheduledTiming: {
|
|
7880
|
-
id: string | null;
|
|
7881
|
-
event: Array<any> | null;
|
|
7882
|
-
code: {
|
|
9077
|
+
type: Array<{
|
|
7883
9078
|
text: string | null;
|
|
7884
9079
|
coding: Array<{
|
|
7885
9080
|
system: any | null;
|
|
7886
9081
|
code: any | null;
|
|
7887
9082
|
display: string | null;
|
|
7888
9083
|
} | null> | null;
|
|
7889
|
-
} | null;
|
|
7890
|
-
|
|
9084
|
+
} | null> | null;
|
|
9085
|
+
managingOrganization: {
|
|
7891
9086
|
id: string | null;
|
|
7892
|
-
|
|
7893
|
-
|
|
7894
|
-
|
|
7895
|
-
|
|
7896
|
-
frequency: number | null;
|
|
7897
|
-
frequencyMax: number | null;
|
|
7898
|
-
offset: number | null;
|
|
7899
|
-
period: number | null;
|
|
7900
|
-
periodMax: number | null;
|
|
7901
|
-
timeOfDay: Array<string> | null;
|
|
7902
|
-
boundsDuration: {
|
|
7903
|
-
value: number | null;
|
|
7904
|
-
unit: string | null;
|
|
7905
|
-
code: any | null;
|
|
7906
|
-
comparator: any | null;
|
|
9087
|
+
reference: string | null;
|
|
9088
|
+
display: string | null;
|
|
9089
|
+
identifier: {
|
|
9090
|
+
id: string | null;
|
|
7907
9091
|
system: any | null;
|
|
7908
|
-
|
|
7909
|
-
|
|
7910
|
-
|
|
7911
|
-
|
|
7912
|
-
|
|
7913
|
-
|
|
7914
|
-
|
|
7915
|
-
|
|
7916
|
-
unit: string | null;
|
|
7917
|
-
code: any | null;
|
|
7918
|
-
comparator: any | null;
|
|
7919
|
-
system: any | null;
|
|
7920
|
-
} | null;
|
|
7921
|
-
high: {
|
|
7922
|
-
value: number | null;
|
|
7923
|
-
unit: string | null;
|
|
7924
|
-
code: any | null;
|
|
7925
|
-
comparator: any | null;
|
|
7926
|
-
system: any | null;
|
|
9092
|
+
value: string | null;
|
|
9093
|
+
type: {
|
|
9094
|
+
text: string | null;
|
|
9095
|
+
coding: Array<{
|
|
9096
|
+
system: any | null;
|
|
9097
|
+
code: any | null;
|
|
9098
|
+
display: string | null;
|
|
9099
|
+
} | null> | null;
|
|
7927
9100
|
} | null;
|
|
7928
9101
|
} | null;
|
|
7929
|
-
dayOfWeek: Array<{
|
|
7930
|
-
code: any | null;
|
|
7931
|
-
display: string | null;
|
|
7932
|
-
}> | null;
|
|
7933
|
-
durationUnit: {
|
|
7934
|
-
code: any | null;
|
|
7935
|
-
display: string | null;
|
|
7936
|
-
} | null;
|
|
7937
|
-
periodUnit: {
|
|
7938
|
-
code: any | null;
|
|
7939
|
-
display: string | null;
|
|
7940
|
-
} | null;
|
|
7941
|
-
when: Array<{
|
|
7942
|
-
code: any | null;
|
|
7943
|
-
display: string | null;
|
|
7944
|
-
}> | null;
|
|
7945
9102
|
} | null;
|
|
7946
9103
|
} | null;
|
|
7947
|
-
|
|
7948
|
-
|
|
7949
|
-
|
|
7950
|
-
|
|
7951
|
-
|
|
7952
|
-
|
|
7953
|
-
} | null> | null;
|
|
7954
|
-
}>;
|
|
7955
|
-
};
|
|
7956
|
-
};
|
|
7957
|
-
export type GetCareTeamsQueryVariables = Types.Exact<{
|
|
7958
|
-
request: Types.InputMaybe<Types.CareTeamRequest>;
|
|
7959
|
-
}>;
|
|
7960
|
-
export type GetCareTeamsQueryResults = {
|
|
7961
|
-
getCareTeams: {
|
|
7962
|
-
paging_info: {
|
|
7963
|
-
page_number: number;
|
|
7964
|
-
page_size: number;
|
|
7965
|
-
total_pages: number;
|
|
7966
|
-
total_items: number;
|
|
7967
|
-
} | null;
|
|
7968
|
-
resources: Array<{
|
|
7969
|
-
id: string | null;
|
|
7970
|
-
name: string | null;
|
|
7971
|
-
meta: {
|
|
7972
|
-
versionId: string | null;
|
|
7973
|
-
lastUpdated: any | null;
|
|
7974
|
-
source: any | null;
|
|
7975
|
-
security: Array<{
|
|
7976
|
-
system: any | null;
|
|
7977
|
-
code: any | null;
|
|
7978
|
-
display: string | null;
|
|
7979
|
-
} | null> | null;
|
|
7980
|
-
tag: Array<{
|
|
7981
|
-
system: any | null;
|
|
7982
|
-
code: any | null;
|
|
7983
|
-
display: string | null;
|
|
7984
|
-
} | null> | null;
|
|
7985
|
-
} | null;
|
|
7986
|
-
identifier: Array<{
|
|
7987
|
-
id: string | null;
|
|
7988
|
-
system: any | null;
|
|
7989
|
-
value: string | null;
|
|
7990
|
-
type: {
|
|
7991
|
-
text: string | null;
|
|
7992
|
-
coding: Array<{
|
|
7993
|
-
system: any | null;
|
|
7994
|
-
code: any | null;
|
|
7995
|
-
display: string | null;
|
|
7996
|
-
} | null> | null;
|
|
7997
|
-
} | null;
|
|
7998
|
-
} | null> | null;
|
|
7999
|
-
category: Array<{
|
|
8000
|
-
text: string | null;
|
|
8001
|
-
coding: Array<{
|
|
8002
|
-
system: any | null;
|
|
8003
|
-
code: any | null;
|
|
8004
|
-
display: string | null;
|
|
8005
|
-
} | null> | null;
|
|
8006
|
-
} | null> | null;
|
|
8007
|
-
participant: Array<{
|
|
8008
|
-
role: Array<{
|
|
8009
|
-
text: string | null;
|
|
8010
|
-
coding: Array<{
|
|
8011
|
-
system: any | null;
|
|
8012
|
-
code: any | null;
|
|
8013
|
-
display: string | null;
|
|
8014
|
-
} | null> | null;
|
|
8015
|
-
} | null> | null;
|
|
8016
|
-
member: {
|
|
8017
|
-
__typename: 'Organization';
|
|
8018
|
-
id: string | null;
|
|
8019
|
-
alias: string | null;
|
|
8020
|
-
organizationName: string | null;
|
|
8021
|
-
meta: {
|
|
8022
|
-
versionId: string | null;
|
|
8023
|
-
lastUpdated: any | null;
|
|
8024
|
-
source: any | null;
|
|
8025
|
-
security: Array<{
|
|
9104
|
+
endpoint: Array<{
|
|
9105
|
+
name: string | null;
|
|
9106
|
+
status: Types.EndpointStatus | null;
|
|
9107
|
+
address: string | null;
|
|
9108
|
+
identifier: Array<{
|
|
9109
|
+
id: string | null;
|
|
8026
9110
|
system: any | null;
|
|
8027
|
-
|
|
8028
|
-
|
|
9111
|
+
value: string | null;
|
|
9112
|
+
type: {
|
|
9113
|
+
text: string | null;
|
|
9114
|
+
coding: Array<{
|
|
9115
|
+
system: any | null;
|
|
9116
|
+
code: any | null;
|
|
9117
|
+
display: string | null;
|
|
9118
|
+
} | null> | null;
|
|
9119
|
+
} | null;
|
|
8029
9120
|
} | null> | null;
|
|
8030
|
-
|
|
9121
|
+
connectionType: {
|
|
8031
9122
|
system: any | null;
|
|
8032
9123
|
code: any | null;
|
|
8033
9124
|
display: string | null;
|
|
8034
|
-
} | null
|
|
9125
|
+
} | null;
|
|
9126
|
+
} | null> | null;
|
|
9127
|
+
telecom: Array<{
|
|
9128
|
+
id: string | null;
|
|
9129
|
+
system: any | null;
|
|
9130
|
+
value: string | null;
|
|
9131
|
+
use: any | null;
|
|
9132
|
+
rank: number | null;
|
|
9133
|
+
} | null> | null;
|
|
9134
|
+
period: {
|
|
9135
|
+
start: any | null;
|
|
9136
|
+
end: any | null;
|
|
8035
9137
|
} | null;
|
|
8036
9138
|
} | {
|
|
8037
|
-
__typename: '
|
|
8038
|
-
|
|
9139
|
+
__typename: 'RelatedPerson';
|
|
9140
|
+
resourceType: string | null;
|
|
9141
|
+
id: string;
|
|
9142
|
+
active: boolean | null;
|
|
8039
9143
|
name: Array<{
|
|
8040
9144
|
text: string | null;
|
|
8041
9145
|
family: string | null;
|
|
@@ -8055,11 +9159,45 @@ export type GetCareTeamsQueryResults = {
|
|
|
8055
9159
|
display: string | null;
|
|
8056
9160
|
} | null> | null;
|
|
8057
9161
|
} | null;
|
|
8058
|
-
}> | null;
|
|
8059
|
-
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
|
|
9162
|
+
} | null> | null;
|
|
9163
|
+
telecom: Array<{
|
|
9164
|
+
id: string | null;
|
|
9165
|
+
system: any | null;
|
|
9166
|
+
value: string | null;
|
|
9167
|
+
use: any | null;
|
|
9168
|
+
rank: number | null;
|
|
9169
|
+
} | null> | null;
|
|
9170
|
+
address: Array<{
|
|
9171
|
+
use: any | null;
|
|
9172
|
+
type: any | null;
|
|
9173
|
+
text: string | null;
|
|
9174
|
+
line: Array<string | null> | null;
|
|
9175
|
+
city: string | null;
|
|
9176
|
+
district: string | null;
|
|
9177
|
+
state: string | null;
|
|
9178
|
+
postalCode: string | null;
|
|
9179
|
+
country: string | null;
|
|
9180
|
+
} | null> | null;
|
|
9181
|
+
relationship: Array<{
|
|
9182
|
+
text: string | null;
|
|
9183
|
+
coding: Array<{
|
|
9184
|
+
system: any | null;
|
|
9185
|
+
code: any | null;
|
|
9186
|
+
display: string | null;
|
|
9187
|
+
} | null> | null;
|
|
9188
|
+
} | null> | null;
|
|
9189
|
+
patient: {
|
|
9190
|
+
resource: {
|
|
9191
|
+
id: string;
|
|
9192
|
+
name: Array<{
|
|
9193
|
+
text: string | null;
|
|
9194
|
+
family: string | null;
|
|
9195
|
+
given: Array<string | null> | null;
|
|
9196
|
+
prefix: Array<string | null> | null;
|
|
9197
|
+
suffix: Array<string | null> | null;
|
|
9198
|
+
} | null> | null;
|
|
9199
|
+
} | null;
|
|
9200
|
+
} | null;
|
|
8063
9201
|
} | {
|
|
8064
9202
|
__typename: 'ResourceReference';
|
|
8065
9203
|
} | null;
|
|
@@ -8203,7 +9341,7 @@ export type GetConditionsQueryResults = {
|
|
|
8203
9341
|
display: string | null;
|
|
8204
9342
|
} | null> | null;
|
|
8205
9343
|
} | null;
|
|
8206
|
-
}> | null;
|
|
9344
|
+
} | null> | null;
|
|
8207
9345
|
} | null;
|
|
8208
9346
|
note: Array<{
|
|
8209
9347
|
authorString: string | null;
|
|
@@ -8298,6 +9436,7 @@ export type GetConditionsQueryResults = {
|
|
|
8298
9436
|
alias: Array<string | null> | null;
|
|
8299
9437
|
description: string | null;
|
|
8300
9438
|
distanceInMiles: number | null;
|
|
9439
|
+
status: any | null;
|
|
8301
9440
|
identifier: Array<{
|
|
8302
9441
|
id: string | null;
|
|
8303
9442
|
system: any | null;
|
|
@@ -8327,8 +9466,10 @@ export type GetConditionsQueryResults = {
|
|
|
8327
9466
|
lon: number | null;
|
|
8328
9467
|
} | null;
|
|
8329
9468
|
telecom: Array<{
|
|
9469
|
+
id: string | null;
|
|
8330
9470
|
system: any | null;
|
|
8331
9471
|
value: string | null;
|
|
9472
|
+
use: any | null;
|
|
8332
9473
|
rank: number | null;
|
|
8333
9474
|
} | null> | null;
|
|
8334
9475
|
type: Array<{
|
|
@@ -8339,6 +9480,24 @@ export type GetConditionsQueryResults = {
|
|
|
8339
9480
|
display: string | null;
|
|
8340
9481
|
} | null> | null;
|
|
8341
9482
|
} | null> | null;
|
|
9483
|
+
managingOrganization: {
|
|
9484
|
+
id: string | null;
|
|
9485
|
+
reference: string | null;
|
|
9486
|
+
display: string | null;
|
|
9487
|
+
identifier: {
|
|
9488
|
+
id: string | null;
|
|
9489
|
+
system: any | null;
|
|
9490
|
+
value: string | null;
|
|
9491
|
+
type: {
|
|
9492
|
+
text: string | null;
|
|
9493
|
+
coding: Array<{
|
|
9494
|
+
system: any | null;
|
|
9495
|
+
code: any | null;
|
|
9496
|
+
display: string | null;
|
|
9497
|
+
} | null> | null;
|
|
9498
|
+
} | null;
|
|
9499
|
+
} | null;
|
|
9500
|
+
} | null;
|
|
8342
9501
|
} | null;
|
|
8343
9502
|
physicalType: {
|
|
8344
9503
|
text: string | null;
|
|
@@ -8400,7 +9559,7 @@ export type GetConditionsQueryResults = {
|
|
|
8400
9559
|
display: string | null;
|
|
8401
9560
|
} | null> | null;
|
|
8402
9561
|
} | null;
|
|
8403
|
-
}> | null;
|
|
9562
|
+
} | null> | null;
|
|
8404
9563
|
} | null;
|
|
8405
9564
|
type: {
|
|
8406
9565
|
text: string | null;
|
|
@@ -8437,6 +9596,7 @@ export type GetConditionsQueryResults = {
|
|
|
8437
9596
|
alias: Array<string | null> | null;
|
|
8438
9597
|
description: string | null;
|
|
8439
9598
|
distanceInMiles: number | null;
|
|
9599
|
+
status: any | null;
|
|
8440
9600
|
identifier: Array<{
|
|
8441
9601
|
id: string | null;
|
|
8442
9602
|
system: any | null;
|
|
@@ -8466,8 +9626,10 @@ export type GetConditionsQueryResults = {
|
|
|
8466
9626
|
lon: number | null;
|
|
8467
9627
|
} | null;
|
|
8468
9628
|
telecom: Array<{
|
|
9629
|
+
id: string | null;
|
|
8469
9630
|
system: any | null;
|
|
8470
9631
|
value: string | null;
|
|
9632
|
+
use: any | null;
|
|
8471
9633
|
rank: number | null;
|
|
8472
9634
|
} | null> | null;
|
|
8473
9635
|
type: Array<{
|
|
@@ -8478,6 +9640,24 @@ export type GetConditionsQueryResults = {
|
|
|
8478
9640
|
display: string | null;
|
|
8479
9641
|
} | null> | null;
|
|
8480
9642
|
} | null> | null;
|
|
9643
|
+
managingOrganization: {
|
|
9644
|
+
id: string | null;
|
|
9645
|
+
reference: string | null;
|
|
9646
|
+
display: string | null;
|
|
9647
|
+
identifier: {
|
|
9648
|
+
id: string | null;
|
|
9649
|
+
system: any | null;
|
|
9650
|
+
value: string | null;
|
|
9651
|
+
type: {
|
|
9652
|
+
text: string | null;
|
|
9653
|
+
coding: Array<{
|
|
9654
|
+
system: any | null;
|
|
9655
|
+
code: any | null;
|
|
9656
|
+
display: string | null;
|
|
9657
|
+
} | null> | null;
|
|
9658
|
+
} | null;
|
|
9659
|
+
} | null;
|
|
9660
|
+
} | null;
|
|
8481
9661
|
} | null;
|
|
8482
9662
|
serviceProvider: {
|
|
8483
9663
|
name: string | null;
|
|
@@ -8580,7 +9760,7 @@ export type GetConditionsQueryResults = {
|
|
|
8580
9760
|
display: string | null;
|
|
8581
9761
|
} | null> | null;
|
|
8582
9762
|
} | null;
|
|
8583
|
-
}> | null;
|
|
9763
|
+
} | null> | null;
|
|
8584
9764
|
} | null;
|
|
8585
9765
|
note: Array<{
|
|
8586
9766
|
authorString: string | null;
|
|
@@ -8847,6 +10027,7 @@ export type GetEncounterQueryResults = {
|
|
|
8847
10027
|
alias: Array<string | null> | null;
|
|
8848
10028
|
description: string | null;
|
|
8849
10029
|
distanceInMiles: number | null;
|
|
10030
|
+
status: any | null;
|
|
8850
10031
|
identifier: Array<{
|
|
8851
10032
|
id: string | null;
|
|
8852
10033
|
system: any | null;
|
|
@@ -8876,8 +10057,10 @@ export type GetEncounterQueryResults = {
|
|
|
8876
10057
|
lon: number | null;
|
|
8877
10058
|
} | null;
|
|
8878
10059
|
telecom: Array<{
|
|
10060
|
+
id: string | null;
|
|
8879
10061
|
system: any | null;
|
|
8880
10062
|
value: string | null;
|
|
10063
|
+
use: any | null;
|
|
8881
10064
|
rank: number | null;
|
|
8882
10065
|
} | null> | null;
|
|
8883
10066
|
type: Array<{
|
|
@@ -8888,6 +10071,24 @@ export type GetEncounterQueryResults = {
|
|
|
8888
10071
|
display: string | null;
|
|
8889
10072
|
} | null> | null;
|
|
8890
10073
|
} | null> | null;
|
|
10074
|
+
managingOrganization: {
|
|
10075
|
+
id: string | null;
|
|
10076
|
+
reference: string | null;
|
|
10077
|
+
display: string | null;
|
|
10078
|
+
identifier: {
|
|
10079
|
+
id: string | null;
|
|
10080
|
+
system: any | null;
|
|
10081
|
+
value: string | null;
|
|
10082
|
+
type: {
|
|
10083
|
+
text: string | null;
|
|
10084
|
+
coding: Array<{
|
|
10085
|
+
system: any | null;
|
|
10086
|
+
code: any | null;
|
|
10087
|
+
display: string | null;
|
|
10088
|
+
} | null> | null;
|
|
10089
|
+
} | null;
|
|
10090
|
+
} | null;
|
|
10091
|
+
} | null;
|
|
8891
10092
|
} | null;
|
|
8892
10093
|
physicalType: {
|
|
8893
10094
|
text: string | null;
|
|
@@ -8949,7 +10150,7 @@ export type GetEncounterQueryResults = {
|
|
|
8949
10150
|
display: string | null;
|
|
8950
10151
|
} | null> | null;
|
|
8951
10152
|
} | null;
|
|
8952
|
-
}> | null;
|
|
10153
|
+
} | null> | null;
|
|
8953
10154
|
} | null;
|
|
8954
10155
|
type: {
|
|
8955
10156
|
text: string | null;
|
|
@@ -8986,6 +10187,7 @@ export type GetEncounterQueryResults = {
|
|
|
8986
10187
|
alias: Array<string | null> | null;
|
|
8987
10188
|
description: string | null;
|
|
8988
10189
|
distanceInMiles: number | null;
|
|
10190
|
+
status: any | null;
|
|
8989
10191
|
identifier: Array<{
|
|
8990
10192
|
id: string | null;
|
|
8991
10193
|
system: any | null;
|
|
@@ -9015,8 +10217,10 @@ export type GetEncounterQueryResults = {
|
|
|
9015
10217
|
lon: number | null;
|
|
9016
10218
|
} | null;
|
|
9017
10219
|
telecom: Array<{
|
|
10220
|
+
id: string | null;
|
|
9018
10221
|
system: any | null;
|
|
9019
10222
|
value: string | null;
|
|
10223
|
+
use: any | null;
|
|
9020
10224
|
rank: number | null;
|
|
9021
10225
|
} | null> | null;
|
|
9022
10226
|
type: Array<{
|
|
@@ -9027,6 +10231,24 @@ export type GetEncounterQueryResults = {
|
|
|
9027
10231
|
display: string | null;
|
|
9028
10232
|
} | null> | null;
|
|
9029
10233
|
} | null> | null;
|
|
10234
|
+
managingOrganization: {
|
|
10235
|
+
id: string | null;
|
|
10236
|
+
reference: string | null;
|
|
10237
|
+
display: string | null;
|
|
10238
|
+
identifier: {
|
|
10239
|
+
id: string | null;
|
|
10240
|
+
system: any | null;
|
|
10241
|
+
value: string | null;
|
|
10242
|
+
type: {
|
|
10243
|
+
text: string | null;
|
|
10244
|
+
coding: Array<{
|
|
10245
|
+
system: any | null;
|
|
10246
|
+
code: any | null;
|
|
10247
|
+
display: string | null;
|
|
10248
|
+
} | null> | null;
|
|
10249
|
+
} | null;
|
|
10250
|
+
} | null;
|
|
10251
|
+
} | null;
|
|
9030
10252
|
} | null;
|
|
9031
10253
|
serviceProvider: {
|
|
9032
10254
|
name: string | null;
|
|
@@ -9129,7 +10351,7 @@ export type GetEncounterQueryResults = {
|
|
|
9129
10351
|
display: string | null;
|
|
9130
10352
|
} | null> | null;
|
|
9131
10353
|
} | null;
|
|
9132
|
-
}> | null;
|
|
10354
|
+
} | null> | null;
|
|
9133
10355
|
} | null;
|
|
9134
10356
|
note: Array<{
|
|
9135
10357
|
authorString: string | null;
|
|
@@ -9341,6 +10563,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
9341
10563
|
alias: Array<string | null> | null;
|
|
9342
10564
|
description: string | null;
|
|
9343
10565
|
distanceInMiles: number | null;
|
|
10566
|
+
status: any | null;
|
|
9344
10567
|
identifier: Array<{
|
|
9345
10568
|
id: string | null;
|
|
9346
10569
|
system: any | null;
|
|
@@ -9370,8 +10593,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
9370
10593
|
lon: number | null;
|
|
9371
10594
|
} | null;
|
|
9372
10595
|
telecom: Array<{
|
|
10596
|
+
id: string | null;
|
|
9373
10597
|
system: any | null;
|
|
9374
10598
|
value: string | null;
|
|
10599
|
+
use: any | null;
|
|
9375
10600
|
rank: number | null;
|
|
9376
10601
|
} | null> | null;
|
|
9377
10602
|
type: Array<{
|
|
@@ -9382,6 +10607,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
9382
10607
|
display: string | null;
|
|
9383
10608
|
} | null> | null;
|
|
9384
10609
|
} | null> | null;
|
|
10610
|
+
managingOrganization: {
|
|
10611
|
+
id: string | null;
|
|
10612
|
+
reference: string | null;
|
|
10613
|
+
display: string | null;
|
|
10614
|
+
identifier: {
|
|
10615
|
+
id: string | null;
|
|
10616
|
+
system: any | null;
|
|
10617
|
+
value: string | null;
|
|
10618
|
+
type: {
|
|
10619
|
+
text: string | null;
|
|
10620
|
+
coding: Array<{
|
|
10621
|
+
system: any | null;
|
|
10622
|
+
code: any | null;
|
|
10623
|
+
display: string | null;
|
|
10624
|
+
} | null> | null;
|
|
10625
|
+
} | null;
|
|
10626
|
+
} | null;
|
|
10627
|
+
} | null;
|
|
9385
10628
|
} | null;
|
|
9386
10629
|
physicalType: {
|
|
9387
10630
|
text: string | null;
|
|
@@ -9443,7 +10686,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
9443
10686
|
display: string | null;
|
|
9444
10687
|
} | null> | null;
|
|
9445
10688
|
} | null;
|
|
9446
|
-
}> | null;
|
|
10689
|
+
} | null> | null;
|
|
9447
10690
|
} | null;
|
|
9448
10691
|
type: {
|
|
9449
10692
|
text: string | null;
|
|
@@ -9480,6 +10723,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
9480
10723
|
alias: Array<string | null> | null;
|
|
9481
10724
|
description: string | null;
|
|
9482
10725
|
distanceInMiles: number | null;
|
|
10726
|
+
status: any | null;
|
|
9483
10727
|
identifier: Array<{
|
|
9484
10728
|
id: string | null;
|
|
9485
10729
|
system: any | null;
|
|
@@ -9509,8 +10753,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
9509
10753
|
lon: number | null;
|
|
9510
10754
|
} | null;
|
|
9511
10755
|
telecom: Array<{
|
|
10756
|
+
id: string | null;
|
|
9512
10757
|
system: any | null;
|
|
9513
10758
|
value: string | null;
|
|
10759
|
+
use: any | null;
|
|
9514
10760
|
rank: number | null;
|
|
9515
10761
|
} | null> | null;
|
|
9516
10762
|
type: Array<{
|
|
@@ -9521,6 +10767,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
9521
10767
|
display: string | null;
|
|
9522
10768
|
} | null> | null;
|
|
9523
10769
|
} | null> | null;
|
|
10770
|
+
managingOrganization: {
|
|
10771
|
+
id: string | null;
|
|
10772
|
+
reference: string | null;
|
|
10773
|
+
display: string | null;
|
|
10774
|
+
identifier: {
|
|
10775
|
+
id: string | null;
|
|
10776
|
+
system: any | null;
|
|
10777
|
+
value: string | null;
|
|
10778
|
+
type: {
|
|
10779
|
+
text: string | null;
|
|
10780
|
+
coding: Array<{
|
|
10781
|
+
system: any | null;
|
|
10782
|
+
code: any | null;
|
|
10783
|
+
display: string | null;
|
|
10784
|
+
} | null> | null;
|
|
10785
|
+
} | null;
|
|
10786
|
+
} | null;
|
|
10787
|
+
} | null;
|
|
9524
10788
|
} | null;
|
|
9525
10789
|
serviceProvider: {
|
|
9526
10790
|
name: string | null;
|
|
@@ -9623,7 +10887,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
9623
10887
|
display: string | null;
|
|
9624
10888
|
} | null> | null;
|
|
9625
10889
|
} | null;
|
|
9626
|
-
}> | null;
|
|
10890
|
+
} | null> | null;
|
|
9627
10891
|
} | null;
|
|
9628
10892
|
note: Array<{
|
|
9629
10893
|
authorString: string | null;
|
|
@@ -10001,6 +11265,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10001
11265
|
alias: Array<string | null> | null;
|
|
10002
11266
|
description: string | null;
|
|
10003
11267
|
distanceInMiles: number | null;
|
|
11268
|
+
status: any | null;
|
|
10004
11269
|
identifier: Array<{
|
|
10005
11270
|
id: string | null;
|
|
10006
11271
|
system: any | null;
|
|
@@ -10030,8 +11295,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
10030
11295
|
lon: number | null;
|
|
10031
11296
|
} | null;
|
|
10032
11297
|
telecom: Array<{
|
|
11298
|
+
id: string | null;
|
|
10033
11299
|
system: any | null;
|
|
10034
11300
|
value: string | null;
|
|
11301
|
+
use: any | null;
|
|
10035
11302
|
rank: number | null;
|
|
10036
11303
|
} | null> | null;
|
|
10037
11304
|
type: Array<{
|
|
@@ -10042,6 +11309,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
10042
11309
|
display: string | null;
|
|
10043
11310
|
} | null> | null;
|
|
10044
11311
|
} | null> | null;
|
|
11312
|
+
managingOrganization: {
|
|
11313
|
+
id: string | null;
|
|
11314
|
+
reference: string | null;
|
|
11315
|
+
display: string | null;
|
|
11316
|
+
identifier: {
|
|
11317
|
+
id: string | null;
|
|
11318
|
+
system: any | null;
|
|
11319
|
+
value: string | null;
|
|
11320
|
+
type: {
|
|
11321
|
+
text: string | null;
|
|
11322
|
+
coding: Array<{
|
|
11323
|
+
system: any | null;
|
|
11324
|
+
code: any | null;
|
|
11325
|
+
display: string | null;
|
|
11326
|
+
} | null> | null;
|
|
11327
|
+
} | null;
|
|
11328
|
+
} | null;
|
|
11329
|
+
} | null;
|
|
10045
11330
|
} | null;
|
|
10046
11331
|
physicalType: {
|
|
10047
11332
|
text: string | null;
|
|
@@ -10103,7 +11388,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10103
11388
|
display: string | null;
|
|
10104
11389
|
} | null> | null;
|
|
10105
11390
|
} | null;
|
|
10106
|
-
}> | null;
|
|
11391
|
+
} | null> | null;
|
|
10107
11392
|
} | null;
|
|
10108
11393
|
type: {
|
|
10109
11394
|
text: string | null;
|
|
@@ -10140,6 +11425,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10140
11425
|
alias: Array<string | null> | null;
|
|
10141
11426
|
description: string | null;
|
|
10142
11427
|
distanceInMiles: number | null;
|
|
11428
|
+
status: any | null;
|
|
10143
11429
|
identifier: Array<{
|
|
10144
11430
|
id: string | null;
|
|
10145
11431
|
system: any | null;
|
|
@@ -10169,8 +11455,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
10169
11455
|
lon: number | null;
|
|
10170
11456
|
} | null;
|
|
10171
11457
|
telecom: Array<{
|
|
11458
|
+
id: string | null;
|
|
10172
11459
|
system: any | null;
|
|
10173
11460
|
value: string | null;
|
|
11461
|
+
use: any | null;
|
|
10174
11462
|
rank: number | null;
|
|
10175
11463
|
} | null> | null;
|
|
10176
11464
|
type: Array<{
|
|
@@ -10181,6 +11469,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
10181
11469
|
display: string | null;
|
|
10182
11470
|
} | null> | null;
|
|
10183
11471
|
} | null> | null;
|
|
11472
|
+
managingOrganization: {
|
|
11473
|
+
id: string | null;
|
|
11474
|
+
reference: string | null;
|
|
11475
|
+
display: string | null;
|
|
11476
|
+
identifier: {
|
|
11477
|
+
id: string | null;
|
|
11478
|
+
system: any | null;
|
|
11479
|
+
value: string | null;
|
|
11480
|
+
type: {
|
|
11481
|
+
text: string | null;
|
|
11482
|
+
coding: Array<{
|
|
11483
|
+
system: any | null;
|
|
11484
|
+
code: any | null;
|
|
11485
|
+
display: string | null;
|
|
11486
|
+
} | null> | null;
|
|
11487
|
+
} | null;
|
|
11488
|
+
} | null;
|
|
11489
|
+
} | null;
|
|
10184
11490
|
} | null;
|
|
10185
11491
|
serviceProvider: {
|
|
10186
11492
|
name: string | null;
|
|
@@ -10283,7 +11589,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10283
11589
|
display: string | null;
|
|
10284
11590
|
} | null> | null;
|
|
10285
11591
|
} | null;
|
|
10286
|
-
}> | null;
|
|
11592
|
+
} | null> | null;
|
|
10287
11593
|
} | null;
|
|
10288
11594
|
note: Array<{
|
|
10289
11595
|
authorString: string | null;
|
|
@@ -10376,7 +11682,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10376
11682
|
display: string | null;
|
|
10377
11683
|
} | null> | null;
|
|
10378
11684
|
} | null;
|
|
10379
|
-
}> | null;
|
|
11685
|
+
} | null> | null;
|
|
10380
11686
|
} | null;
|
|
10381
11687
|
} | null> | null;
|
|
10382
11688
|
hasMember: Array<{
|
|
@@ -10403,7 +11709,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10403
11709
|
display: string | null;
|
|
10404
11710
|
} | null> | null;
|
|
10405
11711
|
} | null;
|
|
10406
|
-
}> | null;
|
|
11712
|
+
} | null> | null;
|
|
10407
11713
|
accessionIdentifier: {
|
|
10408
11714
|
id: string | null;
|
|
10409
11715
|
system: any | null;
|
|
@@ -10447,6 +11753,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10447
11753
|
manufacturer: {
|
|
10448
11754
|
resourceType: string | null;
|
|
10449
11755
|
name: string | null;
|
|
11756
|
+
active: boolean | null;
|
|
10450
11757
|
identifier: Array<{
|
|
10451
11758
|
id: string | null;
|
|
10452
11759
|
system: any | null;
|
|
@@ -10459,7 +11766,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10459
11766
|
display: string | null;
|
|
10460
11767
|
} | null> | null;
|
|
10461
11768
|
} | null;
|
|
10462
|
-
}> | null;
|
|
11769
|
+
} | null> | null;
|
|
10463
11770
|
endpoint: Array<{
|
|
10464
11771
|
name: string | null;
|
|
10465
11772
|
status: Types.EndpointStatus | null;
|
|
@@ -10484,10 +11791,12 @@ export type GetImmunizationsQueryResults = {
|
|
|
10484
11791
|
} | null;
|
|
10485
11792
|
} | null> | null;
|
|
10486
11793
|
telecom: Array<{
|
|
11794
|
+
id: string | null;
|
|
10487
11795
|
system: any | null;
|
|
10488
11796
|
value: string | null;
|
|
11797
|
+
use: any | null;
|
|
10489
11798
|
rank: number | null;
|
|
10490
|
-
}> | null;
|
|
11799
|
+
} | null> | null;
|
|
10491
11800
|
address: Array<{
|
|
10492
11801
|
use: any | null;
|
|
10493
11802
|
type: any | null;
|
|
@@ -10498,6 +11807,14 @@ export type GetImmunizationsQueryResults = {
|
|
|
10498
11807
|
state: string | null;
|
|
10499
11808
|
postalCode: string | null;
|
|
10500
11809
|
country: string | null;
|
|
11810
|
+
} | null> | null;
|
|
11811
|
+
type: Array<{
|
|
11812
|
+
text: string | null;
|
|
11813
|
+
coding: Array<{
|
|
11814
|
+
system: any | null;
|
|
11815
|
+
code: any | null;
|
|
11816
|
+
display: string | null;
|
|
11817
|
+
} | null> | null;
|
|
10501
11818
|
}> | null;
|
|
10502
11819
|
} | null;
|
|
10503
11820
|
site: {
|
|
@@ -10550,7 +11867,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10550
11867
|
display: string | null;
|
|
10551
11868
|
} | null> | null;
|
|
10552
11869
|
} | null;
|
|
10553
|
-
}> | null;
|
|
11870
|
+
} | null> | null;
|
|
10554
11871
|
} | null;
|
|
10555
11872
|
} | null> | null;
|
|
10556
11873
|
location: {
|
|
@@ -10558,6 +11875,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10558
11875
|
alias: Array<string | null> | null;
|
|
10559
11876
|
description: string | null;
|
|
10560
11877
|
distanceInMiles: number | null;
|
|
11878
|
+
status: any | null;
|
|
10561
11879
|
identifier: Array<{
|
|
10562
11880
|
id: string | null;
|
|
10563
11881
|
system: any | null;
|
|
@@ -10587,8 +11905,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
10587
11905
|
lon: number | null;
|
|
10588
11906
|
} | null;
|
|
10589
11907
|
telecom: Array<{
|
|
11908
|
+
id: string | null;
|
|
10590
11909
|
system: any | null;
|
|
10591
11910
|
value: string | null;
|
|
11911
|
+
use: any | null;
|
|
10592
11912
|
rank: number | null;
|
|
10593
11913
|
} | null> | null;
|
|
10594
11914
|
type: Array<{
|
|
@@ -10599,6 +11919,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
10599
11919
|
display: string | null;
|
|
10600
11920
|
} | null> | null;
|
|
10601
11921
|
} | null> | null;
|
|
11922
|
+
managingOrganization: {
|
|
11923
|
+
id: string | null;
|
|
11924
|
+
reference: string | null;
|
|
11925
|
+
display: string | null;
|
|
11926
|
+
identifier: {
|
|
11927
|
+
id: string | null;
|
|
11928
|
+
system: any | null;
|
|
11929
|
+
value: string | null;
|
|
11930
|
+
type: {
|
|
11931
|
+
text: string | null;
|
|
11932
|
+
coding: Array<{
|
|
11933
|
+
system: any | null;
|
|
11934
|
+
code: any | null;
|
|
11935
|
+
display: string | null;
|
|
11936
|
+
} | null> | null;
|
|
11937
|
+
} | null;
|
|
11938
|
+
} | null;
|
|
11939
|
+
} | null;
|
|
10602
11940
|
} | null;
|
|
10603
11941
|
reasonCode: Array<{
|
|
10604
11942
|
text: string | null;
|
|
@@ -10672,6 +12010,7 @@ export type GetProceduresQueryResults = {
|
|
|
10672
12010
|
alias: Array<string | null> | null;
|
|
10673
12011
|
description: string | null;
|
|
10674
12012
|
distanceInMiles: number | null;
|
|
12013
|
+
status: any | null;
|
|
10675
12014
|
identifier: Array<{
|
|
10676
12015
|
id: string | null;
|
|
10677
12016
|
system: any | null;
|
|
@@ -10701,8 +12040,10 @@ export type GetProceduresQueryResults = {
|
|
|
10701
12040
|
lon: number | null;
|
|
10702
12041
|
} | null;
|
|
10703
12042
|
telecom: Array<{
|
|
12043
|
+
id: string | null;
|
|
10704
12044
|
system: any | null;
|
|
10705
12045
|
value: string | null;
|
|
12046
|
+
use: any | null;
|
|
10706
12047
|
rank: number | null;
|
|
10707
12048
|
} | null> | null;
|
|
10708
12049
|
type: Array<{
|
|
@@ -10713,6 +12054,24 @@ export type GetProceduresQueryResults = {
|
|
|
10713
12054
|
display: string | null;
|
|
10714
12055
|
} | null> | null;
|
|
10715
12056
|
} | null> | null;
|
|
12057
|
+
managingOrganization: {
|
|
12058
|
+
id: string | null;
|
|
12059
|
+
reference: string | null;
|
|
12060
|
+
display: string | null;
|
|
12061
|
+
identifier: {
|
|
12062
|
+
id: string | null;
|
|
12063
|
+
system: any | null;
|
|
12064
|
+
value: string | null;
|
|
12065
|
+
type: {
|
|
12066
|
+
text: string | null;
|
|
12067
|
+
coding: Array<{
|
|
12068
|
+
system: any | null;
|
|
12069
|
+
code: any | null;
|
|
12070
|
+
display: string | null;
|
|
12071
|
+
} | null> | null;
|
|
12072
|
+
} | null;
|
|
12073
|
+
} | null;
|
|
12074
|
+
} | null;
|
|
10716
12075
|
} | null;
|
|
10717
12076
|
subject: {
|
|
10718
12077
|
__typename: 'Patient';
|
|
@@ -10754,7 +12113,7 @@ export type GetProceduresQueryResults = {
|
|
|
10754
12113
|
display: string | null;
|
|
10755
12114
|
} | null> | null;
|
|
10756
12115
|
} | null;
|
|
10757
|
-
}> | null;
|
|
12116
|
+
} | null> | null;
|
|
10758
12117
|
} | null;
|
|
10759
12118
|
asserter: {
|
|
10760
12119
|
__typename: 'Patient';
|
|
@@ -10786,7 +12145,7 @@ export type GetProceduresQueryResults = {
|
|
|
10786
12145
|
display: string | null;
|
|
10787
12146
|
} | null> | null;
|
|
10788
12147
|
} | null;
|
|
10789
|
-
}> | null;
|
|
12148
|
+
} | null> | null;
|
|
10790
12149
|
} | null;
|
|
10791
12150
|
text: {
|
|
10792
12151
|
div: any | null;
|
|
@@ -10861,7 +12220,7 @@ export type GetProceduresQueryResults = {
|
|
|
10861
12220
|
display: string | null;
|
|
10862
12221
|
} | null> | null;
|
|
10863
12222
|
} | null;
|
|
10864
|
-
}> | null;
|
|
12223
|
+
} | null> | null;
|
|
10865
12224
|
} | null;
|
|
10866
12225
|
} | null> | null;
|
|
10867
12226
|
encounter: {
|
|
@@ -10893,6 +12252,7 @@ export type GetProceduresQueryResults = {
|
|
|
10893
12252
|
alias: Array<string | null> | null;
|
|
10894
12253
|
description: string | null;
|
|
10895
12254
|
distanceInMiles: number | null;
|
|
12255
|
+
status: any | null;
|
|
10896
12256
|
identifier: Array<{
|
|
10897
12257
|
id: string | null;
|
|
10898
12258
|
system: any | null;
|
|
@@ -10922,18 +12282,38 @@ export type GetProceduresQueryResults = {
|
|
|
10922
12282
|
lon: number | null;
|
|
10923
12283
|
} | null;
|
|
10924
12284
|
telecom: Array<{
|
|
12285
|
+
id: string | null;
|
|
10925
12286
|
system: any | null;
|
|
10926
12287
|
value: string | null;
|
|
12288
|
+
use: any | null;
|
|
10927
12289
|
rank: number | null;
|
|
10928
12290
|
} | null> | null;
|
|
10929
12291
|
type: Array<{
|
|
10930
12292
|
text: string | null;
|
|
10931
12293
|
coding: Array<{
|
|
10932
12294
|
system: any | null;
|
|
10933
|
-
code: any | null;
|
|
10934
|
-
display: string | null;
|
|
10935
|
-
} | null> | null;
|
|
10936
|
-
} | null> | null;
|
|
12295
|
+
code: any | null;
|
|
12296
|
+
display: string | null;
|
|
12297
|
+
} | null> | null;
|
|
12298
|
+
} | null> | null;
|
|
12299
|
+
managingOrganization: {
|
|
12300
|
+
id: string | null;
|
|
12301
|
+
reference: string | null;
|
|
12302
|
+
display: string | null;
|
|
12303
|
+
identifier: {
|
|
12304
|
+
id: string | null;
|
|
12305
|
+
system: any | null;
|
|
12306
|
+
value: string | null;
|
|
12307
|
+
type: {
|
|
12308
|
+
text: string | null;
|
|
12309
|
+
coding: Array<{
|
|
12310
|
+
system: any | null;
|
|
12311
|
+
code: any | null;
|
|
12312
|
+
display: string | null;
|
|
12313
|
+
} | null> | null;
|
|
12314
|
+
} | null;
|
|
12315
|
+
} | null;
|
|
12316
|
+
} | null;
|
|
10937
12317
|
} | null;
|
|
10938
12318
|
physicalType: {
|
|
10939
12319
|
text: string | null;
|
|
@@ -10995,7 +12375,7 @@ export type GetProceduresQueryResults = {
|
|
|
10995
12375
|
display: string | null;
|
|
10996
12376
|
} | null> | null;
|
|
10997
12377
|
} | null;
|
|
10998
|
-
}> | null;
|
|
12378
|
+
} | null> | null;
|
|
10999
12379
|
} | null;
|
|
11000
12380
|
type: {
|
|
11001
12381
|
text: string | null;
|
|
@@ -11032,6 +12412,7 @@ export type GetProceduresQueryResults = {
|
|
|
11032
12412
|
alias: Array<string | null> | null;
|
|
11033
12413
|
description: string | null;
|
|
11034
12414
|
distanceInMiles: number | null;
|
|
12415
|
+
status: any | null;
|
|
11035
12416
|
identifier: Array<{
|
|
11036
12417
|
id: string | null;
|
|
11037
12418
|
system: any | null;
|
|
@@ -11061,8 +12442,10 @@ export type GetProceduresQueryResults = {
|
|
|
11061
12442
|
lon: number | null;
|
|
11062
12443
|
} | null;
|
|
11063
12444
|
telecom: Array<{
|
|
12445
|
+
id: string | null;
|
|
11064
12446
|
system: any | null;
|
|
11065
12447
|
value: string | null;
|
|
12448
|
+
use: any | null;
|
|
11066
12449
|
rank: number | null;
|
|
11067
12450
|
} | null> | null;
|
|
11068
12451
|
type: Array<{
|
|
@@ -11073,6 +12456,24 @@ export type GetProceduresQueryResults = {
|
|
|
11073
12456
|
display: string | null;
|
|
11074
12457
|
} | null> | null;
|
|
11075
12458
|
} | null> | null;
|
|
12459
|
+
managingOrganization: {
|
|
12460
|
+
id: string | null;
|
|
12461
|
+
reference: string | null;
|
|
12462
|
+
display: string | null;
|
|
12463
|
+
identifier: {
|
|
12464
|
+
id: string | null;
|
|
12465
|
+
system: any | null;
|
|
12466
|
+
value: string | null;
|
|
12467
|
+
type: {
|
|
12468
|
+
text: string | null;
|
|
12469
|
+
coding: Array<{
|
|
12470
|
+
system: any | null;
|
|
12471
|
+
code: any | null;
|
|
12472
|
+
display: string | null;
|
|
12473
|
+
} | null> | null;
|
|
12474
|
+
} | null;
|
|
12475
|
+
} | null;
|
|
12476
|
+
} | null;
|
|
11076
12477
|
} | null;
|
|
11077
12478
|
serviceProvider: {
|
|
11078
12479
|
name: string | null;
|
|
@@ -11175,7 +12576,7 @@ export type GetProceduresQueryResults = {
|
|
|
11175
12576
|
display: string | null;
|
|
11176
12577
|
} | null> | null;
|
|
11177
12578
|
} | null;
|
|
11178
|
-
}> | null;
|
|
12579
|
+
} | null> | null;
|
|
11179
12580
|
} | null;
|
|
11180
12581
|
note: Array<{
|
|
11181
12582
|
authorString: string | null;
|
|
@@ -11812,6 +13213,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
11812
13213
|
alias: Array<string | null> | null;
|
|
11813
13214
|
description: string | null;
|
|
11814
13215
|
distanceInMiles: number | null;
|
|
13216
|
+
status: any | null;
|
|
11815
13217
|
identifier: Array<{
|
|
11816
13218
|
id: string | null;
|
|
11817
13219
|
system: any | null;
|
|
@@ -11841,8 +13243,10 @@ export type GetVitalSignsQueryResults = {
|
|
|
11841
13243
|
lon: number | null;
|
|
11842
13244
|
} | null;
|
|
11843
13245
|
telecom: Array<{
|
|
13246
|
+
id: string | null;
|
|
11844
13247
|
system: any | null;
|
|
11845
13248
|
value: string | null;
|
|
13249
|
+
use: any | null;
|
|
11846
13250
|
rank: number | null;
|
|
11847
13251
|
} | null> | null;
|
|
11848
13252
|
type: Array<{
|
|
@@ -11853,6 +13257,24 @@ export type GetVitalSignsQueryResults = {
|
|
|
11853
13257
|
display: string | null;
|
|
11854
13258
|
} | null> | null;
|
|
11855
13259
|
} | null> | null;
|
|
13260
|
+
managingOrganization: {
|
|
13261
|
+
id: string | null;
|
|
13262
|
+
reference: string | null;
|
|
13263
|
+
display: string | null;
|
|
13264
|
+
identifier: {
|
|
13265
|
+
id: string | null;
|
|
13266
|
+
system: any | null;
|
|
13267
|
+
value: string | null;
|
|
13268
|
+
type: {
|
|
13269
|
+
text: string | null;
|
|
13270
|
+
coding: Array<{
|
|
13271
|
+
system: any | null;
|
|
13272
|
+
code: any | null;
|
|
13273
|
+
display: string | null;
|
|
13274
|
+
} | null> | null;
|
|
13275
|
+
} | null;
|
|
13276
|
+
} | null;
|
|
13277
|
+
} | null;
|
|
11856
13278
|
} | null;
|
|
11857
13279
|
physicalType: {
|
|
11858
13280
|
text: string | null;
|
|
@@ -11914,7 +13336,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
11914
13336
|
display: string | null;
|
|
11915
13337
|
} | null> | null;
|
|
11916
13338
|
} | null;
|
|
11917
|
-
}> | null;
|
|
13339
|
+
} | null> | null;
|
|
11918
13340
|
} | null;
|
|
11919
13341
|
type: {
|
|
11920
13342
|
text: string | null;
|
|
@@ -11951,6 +13373,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
11951
13373
|
alias: Array<string | null> | null;
|
|
11952
13374
|
description: string | null;
|
|
11953
13375
|
distanceInMiles: number | null;
|
|
13376
|
+
status: any | null;
|
|
11954
13377
|
identifier: Array<{
|
|
11955
13378
|
id: string | null;
|
|
11956
13379
|
system: any | null;
|
|
@@ -11980,8 +13403,10 @@ export type GetVitalSignsQueryResults = {
|
|
|
11980
13403
|
lon: number | null;
|
|
11981
13404
|
} | null;
|
|
11982
13405
|
telecom: Array<{
|
|
13406
|
+
id: string | null;
|
|
11983
13407
|
system: any | null;
|
|
11984
13408
|
value: string | null;
|
|
13409
|
+
use: any | null;
|
|
11985
13410
|
rank: number | null;
|
|
11986
13411
|
} | null> | null;
|
|
11987
13412
|
type: Array<{
|
|
@@ -11992,6 +13417,24 @@ export type GetVitalSignsQueryResults = {
|
|
|
11992
13417
|
display: string | null;
|
|
11993
13418
|
} | null> | null;
|
|
11994
13419
|
} | null> | null;
|
|
13420
|
+
managingOrganization: {
|
|
13421
|
+
id: string | null;
|
|
13422
|
+
reference: string | null;
|
|
13423
|
+
display: string | null;
|
|
13424
|
+
identifier: {
|
|
13425
|
+
id: string | null;
|
|
13426
|
+
system: any | null;
|
|
13427
|
+
value: string | null;
|
|
13428
|
+
type: {
|
|
13429
|
+
text: string | null;
|
|
13430
|
+
coding: Array<{
|
|
13431
|
+
system: any | null;
|
|
13432
|
+
code: any | null;
|
|
13433
|
+
display: string | null;
|
|
13434
|
+
} | null> | null;
|
|
13435
|
+
} | null;
|
|
13436
|
+
} | null;
|
|
13437
|
+
} | null;
|
|
11995
13438
|
} | null;
|
|
11996
13439
|
serviceProvider: {
|
|
11997
13440
|
name: string | null;
|
|
@@ -12094,7 +13537,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
12094
13537
|
display: string | null;
|
|
12095
13538
|
} | null> | null;
|
|
12096
13539
|
} | null;
|
|
12097
|
-
}> | null;
|
|
13540
|
+
} | null> | null;
|
|
12098
13541
|
} | null;
|
|
12099
13542
|
note: Array<{
|
|
12100
13543
|
authorString: string | null;
|
|
@@ -12187,7 +13630,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
12187
13630
|
display: string | null;
|
|
12188
13631
|
} | null> | null;
|
|
12189
13632
|
} | null;
|
|
12190
|
-
}> | null;
|
|
13633
|
+
} | null> | null;
|
|
12191
13634
|
} | null;
|
|
12192
13635
|
} | null> | null;
|
|
12193
13636
|
hasMember: Array<{
|
|
@@ -12214,7 +13657,7 @@ export type GetVitalSignsQueryResults = {
|
|
|
12214
13657
|
display: string | null;
|
|
12215
13658
|
} | null> | null;
|
|
12216
13659
|
} | null;
|
|
12217
|
-
}> | null;
|
|
13660
|
+
} | null> | null;
|
|
12218
13661
|
accessionIdentifier: {
|
|
12219
13662
|
id: string | null;
|
|
12220
13663
|
system: any | null;
|
|
@@ -12794,6 +14237,7 @@ export type GetLabsQueryResults = {
|
|
|
12794
14237
|
alias: Array<string | null> | null;
|
|
12795
14238
|
description: string | null;
|
|
12796
14239
|
distanceInMiles: number | null;
|
|
14240
|
+
status: any | null;
|
|
12797
14241
|
identifier: Array<{
|
|
12798
14242
|
id: string | null;
|
|
12799
14243
|
system: any | null;
|
|
@@ -12823,8 +14267,10 @@ export type GetLabsQueryResults = {
|
|
|
12823
14267
|
lon: number | null;
|
|
12824
14268
|
} | null;
|
|
12825
14269
|
telecom: Array<{
|
|
14270
|
+
id: string | null;
|
|
12826
14271
|
system: any | null;
|
|
12827
14272
|
value: string | null;
|
|
14273
|
+
use: any | null;
|
|
12828
14274
|
rank: number | null;
|
|
12829
14275
|
} | null> | null;
|
|
12830
14276
|
type: Array<{
|
|
@@ -12835,6 +14281,24 @@ export type GetLabsQueryResults = {
|
|
|
12835
14281
|
display: string | null;
|
|
12836
14282
|
} | null> | null;
|
|
12837
14283
|
} | null> | null;
|
|
14284
|
+
managingOrganization: {
|
|
14285
|
+
id: string | null;
|
|
14286
|
+
reference: string | null;
|
|
14287
|
+
display: string | null;
|
|
14288
|
+
identifier: {
|
|
14289
|
+
id: string | null;
|
|
14290
|
+
system: any | null;
|
|
14291
|
+
value: string | null;
|
|
14292
|
+
type: {
|
|
14293
|
+
text: string | null;
|
|
14294
|
+
coding: Array<{
|
|
14295
|
+
system: any | null;
|
|
14296
|
+
code: any | null;
|
|
14297
|
+
display: string | null;
|
|
14298
|
+
} | null> | null;
|
|
14299
|
+
} | null;
|
|
14300
|
+
} | null;
|
|
14301
|
+
} | null;
|
|
12838
14302
|
} | null;
|
|
12839
14303
|
physicalType: {
|
|
12840
14304
|
text: string | null;
|
|
@@ -12896,7 +14360,7 @@ export type GetLabsQueryResults = {
|
|
|
12896
14360
|
display: string | null;
|
|
12897
14361
|
} | null> | null;
|
|
12898
14362
|
} | null;
|
|
12899
|
-
}> | null;
|
|
14363
|
+
} | null> | null;
|
|
12900
14364
|
} | null;
|
|
12901
14365
|
type: {
|
|
12902
14366
|
text: string | null;
|
|
@@ -12933,6 +14397,7 @@ export type GetLabsQueryResults = {
|
|
|
12933
14397
|
alias: Array<string | null> | null;
|
|
12934
14398
|
description: string | null;
|
|
12935
14399
|
distanceInMiles: number | null;
|
|
14400
|
+
status: any | null;
|
|
12936
14401
|
identifier: Array<{
|
|
12937
14402
|
id: string | null;
|
|
12938
14403
|
system: any | null;
|
|
@@ -12962,8 +14427,10 @@ export type GetLabsQueryResults = {
|
|
|
12962
14427
|
lon: number | null;
|
|
12963
14428
|
} | null;
|
|
12964
14429
|
telecom: Array<{
|
|
14430
|
+
id: string | null;
|
|
12965
14431
|
system: any | null;
|
|
12966
14432
|
value: string | null;
|
|
14433
|
+
use: any | null;
|
|
12967
14434
|
rank: number | null;
|
|
12968
14435
|
} | null> | null;
|
|
12969
14436
|
type: Array<{
|
|
@@ -12974,6 +14441,24 @@ export type GetLabsQueryResults = {
|
|
|
12974
14441
|
display: string | null;
|
|
12975
14442
|
} | null> | null;
|
|
12976
14443
|
} | null> | null;
|
|
14444
|
+
managingOrganization: {
|
|
14445
|
+
id: string | null;
|
|
14446
|
+
reference: string | null;
|
|
14447
|
+
display: string | null;
|
|
14448
|
+
identifier: {
|
|
14449
|
+
id: string | null;
|
|
14450
|
+
system: any | null;
|
|
14451
|
+
value: string | null;
|
|
14452
|
+
type: {
|
|
14453
|
+
text: string | null;
|
|
14454
|
+
coding: Array<{
|
|
14455
|
+
system: any | null;
|
|
14456
|
+
code: any | null;
|
|
14457
|
+
display: string | null;
|
|
14458
|
+
} | null> | null;
|
|
14459
|
+
} | null;
|
|
14460
|
+
} | null;
|
|
14461
|
+
} | null;
|
|
12977
14462
|
} | null;
|
|
12978
14463
|
serviceProvider: {
|
|
12979
14464
|
name: string | null;
|
|
@@ -13076,7 +14561,7 @@ export type GetLabsQueryResults = {
|
|
|
13076
14561
|
display: string | null;
|
|
13077
14562
|
} | null> | null;
|
|
13078
14563
|
} | null;
|
|
13079
|
-
}> | null;
|
|
14564
|
+
} | null> | null;
|
|
13080
14565
|
} | null;
|
|
13081
14566
|
note: Array<{
|
|
13082
14567
|
authorString: string | null;
|
|
@@ -13169,7 +14654,7 @@ export type GetLabsQueryResults = {
|
|
|
13169
14654
|
display: string | null;
|
|
13170
14655
|
} | null> | null;
|
|
13171
14656
|
} | null;
|
|
13172
|
-
}> | null;
|
|
14657
|
+
} | null> | null;
|
|
13173
14658
|
} | null;
|
|
13174
14659
|
} | null> | null;
|
|
13175
14660
|
hasMember: Array<{
|
|
@@ -13196,7 +14681,7 @@ export type GetLabsQueryResults = {
|
|
|
13196
14681
|
display: string | null;
|
|
13197
14682
|
} | null> | null;
|
|
13198
14683
|
} | null;
|
|
13199
|
-
}> | null;
|
|
14684
|
+
} | null> | null;
|
|
13200
14685
|
accessionIdentifier: {
|
|
13201
14686
|
id: string | null;
|
|
13202
14687
|
system: any | null;
|
|
@@ -13524,6 +15009,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13524
15009
|
alias: Array<string | null> | null;
|
|
13525
15010
|
description: string | null;
|
|
13526
15011
|
distanceInMiles: number | null;
|
|
15012
|
+
status: any | null;
|
|
13527
15013
|
identifier: Array<{
|
|
13528
15014
|
id: string | null;
|
|
13529
15015
|
system: any | null;
|
|
@@ -13553,8 +15039,10 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13553
15039
|
lon: number | null;
|
|
13554
15040
|
} | null;
|
|
13555
15041
|
telecom: Array<{
|
|
15042
|
+
id: string | null;
|
|
13556
15043
|
system: any | null;
|
|
13557
15044
|
value: string | null;
|
|
15045
|
+
use: any | null;
|
|
13558
15046
|
rank: number | null;
|
|
13559
15047
|
} | null> | null;
|
|
13560
15048
|
type: Array<{
|
|
@@ -13565,6 +15053,24 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13565
15053
|
display: string | null;
|
|
13566
15054
|
} | null> | null;
|
|
13567
15055
|
} | null> | null;
|
|
15056
|
+
managingOrganization: {
|
|
15057
|
+
id: string | null;
|
|
15058
|
+
reference: string | null;
|
|
15059
|
+
display: string | null;
|
|
15060
|
+
identifier: {
|
|
15061
|
+
id: string | null;
|
|
15062
|
+
system: any | null;
|
|
15063
|
+
value: string | null;
|
|
15064
|
+
type: {
|
|
15065
|
+
text: string | null;
|
|
15066
|
+
coding: Array<{
|
|
15067
|
+
system: any | null;
|
|
15068
|
+
code: any | null;
|
|
15069
|
+
display: string | null;
|
|
15070
|
+
} | null> | null;
|
|
15071
|
+
} | null;
|
|
15072
|
+
} | null;
|
|
15073
|
+
} | null;
|
|
13568
15074
|
} | null;
|
|
13569
15075
|
physicalType: {
|
|
13570
15076
|
text: string | null;
|
|
@@ -13626,7 +15132,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13626
15132
|
display: string | null;
|
|
13627
15133
|
} | null> | null;
|
|
13628
15134
|
} | null;
|
|
13629
|
-
}> | null;
|
|
15135
|
+
} | null> | null;
|
|
13630
15136
|
} | null;
|
|
13631
15137
|
type: {
|
|
13632
15138
|
text: string | null;
|
|
@@ -13663,6 +15169,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13663
15169
|
alias: Array<string | null> | null;
|
|
13664
15170
|
description: string | null;
|
|
13665
15171
|
distanceInMiles: number | null;
|
|
15172
|
+
status: any | null;
|
|
13666
15173
|
identifier: Array<{
|
|
13667
15174
|
id: string | null;
|
|
13668
15175
|
system: any | null;
|
|
@@ -13692,8 +15199,10 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13692
15199
|
lon: number | null;
|
|
13693
15200
|
} | null;
|
|
13694
15201
|
telecom: Array<{
|
|
15202
|
+
id: string | null;
|
|
13695
15203
|
system: any | null;
|
|
13696
15204
|
value: string | null;
|
|
15205
|
+
use: any | null;
|
|
13697
15206
|
rank: number | null;
|
|
13698
15207
|
} | null> | null;
|
|
13699
15208
|
type: Array<{
|
|
@@ -13704,6 +15213,24 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13704
15213
|
display: string | null;
|
|
13705
15214
|
} | null> | null;
|
|
13706
15215
|
} | null> | null;
|
|
15216
|
+
managingOrganization: {
|
|
15217
|
+
id: string | null;
|
|
15218
|
+
reference: string | null;
|
|
15219
|
+
display: string | null;
|
|
15220
|
+
identifier: {
|
|
15221
|
+
id: string | null;
|
|
15222
|
+
system: any | null;
|
|
15223
|
+
value: string | null;
|
|
15224
|
+
type: {
|
|
15225
|
+
text: string | null;
|
|
15226
|
+
coding: Array<{
|
|
15227
|
+
system: any | null;
|
|
15228
|
+
code: any | null;
|
|
15229
|
+
display: string | null;
|
|
15230
|
+
} | null> | null;
|
|
15231
|
+
} | null;
|
|
15232
|
+
} | null;
|
|
15233
|
+
} | null;
|
|
13707
15234
|
} | null;
|
|
13708
15235
|
serviceProvider: {
|
|
13709
15236
|
name: string | null;
|
|
@@ -13806,7 +15333,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13806
15333
|
display: string | null;
|
|
13807
15334
|
} | null> | null;
|
|
13808
15335
|
} | null;
|
|
13809
|
-
}> | null;
|
|
15336
|
+
} | null> | null;
|
|
13810
15337
|
} | null;
|
|
13811
15338
|
note: Array<{
|
|
13812
15339
|
authorString: string | null;
|
|
@@ -13899,7 +15426,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13899
15426
|
display: string | null;
|
|
13900
15427
|
} | null> | null;
|
|
13901
15428
|
} | null;
|
|
13902
|
-
}> | null;
|
|
15429
|
+
} | null> | null;
|
|
13903
15430
|
} | null;
|
|
13904
15431
|
} | null> | null;
|
|
13905
15432
|
type: {
|
|
@@ -13922,6 +15449,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13922
15449
|
alias: Array<string | null> | null;
|
|
13923
15450
|
description: string | null;
|
|
13924
15451
|
distanceInMiles: number | null;
|
|
15452
|
+
status: any | null;
|
|
13925
15453
|
identifier: Array<{
|
|
13926
15454
|
id: string | null;
|
|
13927
15455
|
system: any | null;
|
|
@@ -13951,8 +15479,10 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13951
15479
|
lon: number | null;
|
|
13952
15480
|
} | null;
|
|
13953
15481
|
telecom: Array<{
|
|
15482
|
+
id: string | null;
|
|
13954
15483
|
system: any | null;
|
|
13955
15484
|
value: string | null;
|
|
15485
|
+
use: any | null;
|
|
13956
15486
|
rank: number | null;
|
|
13957
15487
|
} | null> | null;
|
|
13958
15488
|
type: Array<{
|
|
@@ -13963,6 +15493,24 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13963
15493
|
display: string | null;
|
|
13964
15494
|
} | null> | null;
|
|
13965
15495
|
} | null> | null;
|
|
15496
|
+
managingOrganization: {
|
|
15497
|
+
id: string | null;
|
|
15498
|
+
reference: string | null;
|
|
15499
|
+
display: string | null;
|
|
15500
|
+
identifier: {
|
|
15501
|
+
id: string | null;
|
|
15502
|
+
system: any | null;
|
|
15503
|
+
value: string | null;
|
|
15504
|
+
type: {
|
|
15505
|
+
text: string | null;
|
|
15506
|
+
coding: Array<{
|
|
15507
|
+
system: any | null;
|
|
15508
|
+
code: any | null;
|
|
15509
|
+
display: string | null;
|
|
15510
|
+
} | null> | null;
|
|
15511
|
+
} | null;
|
|
15512
|
+
} | null;
|
|
15513
|
+
} | null;
|
|
13966
15514
|
} | null;
|
|
13967
15515
|
dosageInstruction: Array<{
|
|
13968
15516
|
id: string | null;
|
|
@@ -14698,7 +16246,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14698
16246
|
} | null> | null;
|
|
14699
16247
|
} | null;
|
|
14700
16248
|
requester: {
|
|
14701
|
-
id: string
|
|
16249
|
+
id: string;
|
|
14702
16250
|
name: Array<{
|
|
14703
16251
|
text: string | null;
|
|
14704
16252
|
family: string | null;
|
|
@@ -14718,10 +16266,10 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14718
16266
|
display: string | null;
|
|
14719
16267
|
} | null> | null;
|
|
14720
16268
|
} | null;
|
|
14721
|
-
}> | null;
|
|
16269
|
+
} | null> | null;
|
|
14722
16270
|
} | null;
|
|
14723
16271
|
recorder: {
|
|
14724
|
-
id: string
|
|
16272
|
+
id: string;
|
|
14725
16273
|
name: Array<{
|
|
14726
16274
|
text: string | null;
|
|
14727
16275
|
family: string | null;
|
|
@@ -14741,7 +16289,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14741
16289
|
display: string | null;
|
|
14742
16290
|
} | null> | null;
|
|
14743
16291
|
} | null;
|
|
14744
|
-
}> | null;
|
|
16292
|
+
} | null> | null;
|
|
14745
16293
|
} | null;
|
|
14746
16294
|
encounter: {
|
|
14747
16295
|
id: string;
|
|
@@ -14772,6 +16320,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14772
16320
|
alias: Array<string | null> | null;
|
|
14773
16321
|
description: string | null;
|
|
14774
16322
|
distanceInMiles: number | null;
|
|
16323
|
+
status: any | null;
|
|
14775
16324
|
identifier: Array<{
|
|
14776
16325
|
id: string | null;
|
|
14777
16326
|
system: any | null;
|
|
@@ -14801,8 +16350,10 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14801
16350
|
lon: number | null;
|
|
14802
16351
|
} | null;
|
|
14803
16352
|
telecom: Array<{
|
|
16353
|
+
id: string | null;
|
|
14804
16354
|
system: any | null;
|
|
14805
16355
|
value: string | null;
|
|
16356
|
+
use: any | null;
|
|
14806
16357
|
rank: number | null;
|
|
14807
16358
|
} | null> | null;
|
|
14808
16359
|
type: Array<{
|
|
@@ -14813,6 +16364,24 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14813
16364
|
display: string | null;
|
|
14814
16365
|
} | null> | null;
|
|
14815
16366
|
} | null> | null;
|
|
16367
|
+
managingOrganization: {
|
|
16368
|
+
id: string | null;
|
|
16369
|
+
reference: string | null;
|
|
16370
|
+
display: string | null;
|
|
16371
|
+
identifier: {
|
|
16372
|
+
id: string | null;
|
|
16373
|
+
system: any | null;
|
|
16374
|
+
value: string | null;
|
|
16375
|
+
type: {
|
|
16376
|
+
text: string | null;
|
|
16377
|
+
coding: Array<{
|
|
16378
|
+
system: any | null;
|
|
16379
|
+
code: any | null;
|
|
16380
|
+
display: string | null;
|
|
16381
|
+
} | null> | null;
|
|
16382
|
+
} | null;
|
|
16383
|
+
} | null;
|
|
16384
|
+
} | null;
|
|
14816
16385
|
} | null;
|
|
14817
16386
|
physicalType: {
|
|
14818
16387
|
text: string | null;
|
|
@@ -14874,7 +16443,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14874
16443
|
display: string | null;
|
|
14875
16444
|
} | null> | null;
|
|
14876
16445
|
} | null;
|
|
14877
|
-
}> | null;
|
|
16446
|
+
} | null> | null;
|
|
14878
16447
|
} | null;
|
|
14879
16448
|
type: {
|
|
14880
16449
|
text: string | null;
|
|
@@ -14911,6 +16480,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14911
16480
|
alias: Array<string | null> | null;
|
|
14912
16481
|
description: string | null;
|
|
14913
16482
|
distanceInMiles: number | null;
|
|
16483
|
+
status: any | null;
|
|
14914
16484
|
identifier: Array<{
|
|
14915
16485
|
id: string | null;
|
|
14916
16486
|
system: any | null;
|
|
@@ -14940,8 +16510,10 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14940
16510
|
lon: number | null;
|
|
14941
16511
|
} | null;
|
|
14942
16512
|
telecom: Array<{
|
|
16513
|
+
id: string | null;
|
|
14943
16514
|
system: any | null;
|
|
14944
16515
|
value: string | null;
|
|
16516
|
+
use: any | null;
|
|
14945
16517
|
rank: number | null;
|
|
14946
16518
|
} | null> | null;
|
|
14947
16519
|
type: Array<{
|
|
@@ -14952,6 +16524,24 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14952
16524
|
display: string | null;
|
|
14953
16525
|
} | null> | null;
|
|
14954
16526
|
} | null> | null;
|
|
16527
|
+
managingOrganization: {
|
|
16528
|
+
id: string | null;
|
|
16529
|
+
reference: string | null;
|
|
16530
|
+
display: string | null;
|
|
16531
|
+
identifier: {
|
|
16532
|
+
id: string | null;
|
|
16533
|
+
system: any | null;
|
|
16534
|
+
value: string | null;
|
|
16535
|
+
type: {
|
|
16536
|
+
text: string | null;
|
|
16537
|
+
coding: Array<{
|
|
16538
|
+
system: any | null;
|
|
16539
|
+
code: any | null;
|
|
16540
|
+
display: string | null;
|
|
16541
|
+
} | null> | null;
|
|
16542
|
+
} | null;
|
|
16543
|
+
} | null;
|
|
16544
|
+
} | null;
|
|
14955
16545
|
} | null;
|
|
14956
16546
|
serviceProvider: {
|
|
14957
16547
|
name: string | null;
|
|
@@ -15054,7 +16644,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
15054
16644
|
display: string | null;
|
|
15055
16645
|
} | null> | null;
|
|
15056
16646
|
} | null;
|
|
15057
|
-
}> | null;
|
|
16647
|
+
} | null> | null;
|
|
15058
16648
|
} | null;
|
|
15059
16649
|
note: Array<{
|
|
15060
16650
|
authorString: string | null;
|
|
@@ -15481,7 +17071,7 @@ export type GetMedicationStatementsQueryResults = {
|
|
|
15481
17071
|
display: string | null;
|
|
15482
17072
|
} | null> | null;
|
|
15483
17073
|
} | null;
|
|
15484
|
-
}> | null;
|
|
17074
|
+
} | null> | null;
|
|
15485
17075
|
} | null;
|
|
15486
17076
|
effectiveDate: {
|
|
15487
17077
|
start: any | null;
|