@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1760124951 → 2.0.0-alpha.0-rc.1760371148

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.
@@ -14295,6 +14295,947 @@ export type GetLabGroupsQueryResults = {
14295
14295
  }>;
14296
14296
  };
14297
14297
  };
14298
+ export type GetLabsQueryVariables = Types.Exact<{
14299
+ page: Types.InputMaybe<Types.Scalars['Int']['input']>;
14300
+ pageSize: Types.InputMaybe<Types.Scalars['Int']['input']>;
14301
+ code: Types.InputMaybe<Types.SearchToken>;
14302
+ id: Types.InputMaybe<Types.SearchString>;
14303
+ lastUpdated: Types.InputMaybe<Types.SearchDate>;
14304
+ sort: Types.InputMaybe<Array<Types.InputMaybe<Types.Scalars['String']['input']>> | Types.InputMaybe<Types.Scalars['String']['input']>>;
14305
+ status: Types.InputMaybe<Types.SearchToken>;
14306
+ total: Types.InputMaybe<Types.TotalType>;
14307
+ }>;
14308
+ export type GetLabsQueryResults = {
14309
+ observations: {
14310
+ id: string | null;
14311
+ entry: Array<{
14312
+ id: string | null;
14313
+ resource: {
14314
+ id: string;
14315
+ resourceType: string | null;
14316
+ issued: any | null;
14317
+ effectiveDateTime: any | null;
14318
+ status: any | null;
14319
+ valueString: string | null;
14320
+ valueBoolean: boolean | null;
14321
+ valueInteger: number | null;
14322
+ valueTime: any | null;
14323
+ valueDateTime: any | null;
14324
+ meta: {
14325
+ versionId: string | null;
14326
+ lastUpdated: any | null;
14327
+ source: any | null;
14328
+ security: Array<{
14329
+ id: string | null;
14330
+ system: any | null;
14331
+ code: any | null;
14332
+ display: string | null;
14333
+ } | null> | null;
14334
+ tag: Array<{
14335
+ id: string | null;
14336
+ system: any | null;
14337
+ code: any | null;
14338
+ display: string | null;
14339
+ } | null> | null;
14340
+ } | null;
14341
+ text: {
14342
+ div: any | null;
14343
+ status: any | null;
14344
+ } | null;
14345
+ identifier: Array<{
14346
+ id: string | null;
14347
+ system: any | null;
14348
+ value: string | null;
14349
+ type: {
14350
+ id: string | null;
14351
+ text: string | null;
14352
+ coding: Array<{
14353
+ id: string | null;
14354
+ system: any | null;
14355
+ code: any | null;
14356
+ display: string | null;
14357
+ } | null> | null;
14358
+ } | null;
14359
+ } | null> | null;
14360
+ subject: {
14361
+ id: string | null;
14362
+ reference: string | null;
14363
+ type: any | null;
14364
+ resource: {
14365
+ name: Array<{
14366
+ text: string | null;
14367
+ family: string | null;
14368
+ given: Array<string | null> | null;
14369
+ prefix: Array<string | null> | null;
14370
+ suffix: Array<string | null> | null;
14371
+ } | null> | null;
14372
+ } | {} | null;
14373
+ } | null;
14374
+ basedOn: Array<{
14375
+ id: string | null;
14376
+ reference: string | null;
14377
+ type: any | null;
14378
+ resource: {
14379
+ resourceType: string | null;
14380
+ id: string;
14381
+ reasonCode: Array<{
14382
+ id: string | null;
14383
+ text: string | null;
14384
+ coding: Array<{
14385
+ id: string | null;
14386
+ system: any | null;
14387
+ code: any | null;
14388
+ display: string | null;
14389
+ } | null> | null;
14390
+ } | null> | null;
14391
+ } | {} | null;
14392
+ } | null> | null;
14393
+ code: {
14394
+ id: string | null;
14395
+ text: string | null;
14396
+ coding: Array<{
14397
+ id: string | null;
14398
+ system: any | null;
14399
+ code: any | null;
14400
+ display: string | null;
14401
+ } | null> | null;
14402
+ } | null;
14403
+ category: Array<{
14404
+ id: string | null;
14405
+ text: string | null;
14406
+ coding: Array<{
14407
+ id: string | null;
14408
+ system: any | null;
14409
+ code: any | null;
14410
+ display: string | null;
14411
+ } | null> | null;
14412
+ } | null> | null;
14413
+ referenceRange: Array<{
14414
+ text: string | null;
14415
+ low: {
14416
+ value: number | null;
14417
+ unit: string | null;
14418
+ code: any | null;
14419
+ comparator: any | null;
14420
+ system: any | null;
14421
+ } | null;
14422
+ high: {
14423
+ value: number | null;
14424
+ unit: string | null;
14425
+ code: any | null;
14426
+ comparator: any | null;
14427
+ system: any | null;
14428
+ } | null;
14429
+ } | null> | null;
14430
+ interpretation: Array<{
14431
+ id: string | null;
14432
+ text: string | null;
14433
+ coding: Array<{
14434
+ id: string | null;
14435
+ system: any | null;
14436
+ code: any | null;
14437
+ display: string | null;
14438
+ } | null> | null;
14439
+ } | null> | null;
14440
+ component: Array<{
14441
+ valueString: string | null;
14442
+ valueBoolean: boolean | null;
14443
+ valueInteger: number | null;
14444
+ valueTime: any | null;
14445
+ valueDateTime: any | null;
14446
+ code: {
14447
+ id: string | null;
14448
+ text: string | null;
14449
+ coding: Array<{
14450
+ id: string | null;
14451
+ system: any | null;
14452
+ code: any | null;
14453
+ display: string | null;
14454
+ } | null> | null;
14455
+ } | null;
14456
+ referenceRange: Array<{
14457
+ text: string | null;
14458
+ low: {
14459
+ value: number | null;
14460
+ unit: string | null;
14461
+ code: any | null;
14462
+ comparator: any | null;
14463
+ system: any | null;
14464
+ } | null;
14465
+ high: {
14466
+ value: number | null;
14467
+ unit: string | null;
14468
+ code: any | null;
14469
+ comparator: any | null;
14470
+ system: any | null;
14471
+ } | null;
14472
+ } | null> | null;
14473
+ interpretation: Array<{
14474
+ id: string | null;
14475
+ text: string | null;
14476
+ coding: Array<{
14477
+ id: string | null;
14478
+ system: any | null;
14479
+ code: any | null;
14480
+ display: string | null;
14481
+ } | null> | null;
14482
+ } | null> | null;
14483
+ dataAbsentReason: {
14484
+ id: string | null;
14485
+ text: string | null;
14486
+ coding: Array<{
14487
+ id: string | null;
14488
+ system: any | null;
14489
+ code: any | null;
14490
+ display: string | null;
14491
+ } | null> | null;
14492
+ } | null;
14493
+ valueQuantity: {
14494
+ value: number | null;
14495
+ unit: string | null;
14496
+ code: any | null;
14497
+ comparator: any | null;
14498
+ system: any | null;
14499
+ } | null;
14500
+ valueCodeableConcept: {
14501
+ id: string | null;
14502
+ text: string | null;
14503
+ coding: Array<{
14504
+ id: string | null;
14505
+ system: any | null;
14506
+ code: any | null;
14507
+ display: string | null;
14508
+ } | null> | null;
14509
+ } | null;
14510
+ valueRatio: {
14511
+ numerator: {
14512
+ value: number | null;
14513
+ unit: string | null;
14514
+ code: any | null;
14515
+ comparator: any | null;
14516
+ system: any | null;
14517
+ } | null;
14518
+ denominator: {
14519
+ value: number | null;
14520
+ unit: string | null;
14521
+ code: any | null;
14522
+ comparator: any | null;
14523
+ system: any | null;
14524
+ } | null;
14525
+ } | null;
14526
+ valueRange: {
14527
+ low: {
14528
+ value: number | null;
14529
+ unit: string | null;
14530
+ code: any | null;
14531
+ comparator: any | null;
14532
+ system: any | null;
14533
+ } | null;
14534
+ high: {
14535
+ value: number | null;
14536
+ unit: string | null;
14537
+ code: any | null;
14538
+ comparator: any | null;
14539
+ system: any | null;
14540
+ } | null;
14541
+ } | null;
14542
+ valuePeriod: {
14543
+ start: any | null;
14544
+ end: any | null;
14545
+ } | null;
14546
+ } | null> | null;
14547
+ effectivePeriod: {
14548
+ start: any | null;
14549
+ end: any | null;
14550
+ } | null;
14551
+ note: Array<{
14552
+ id: string | null;
14553
+ authorString: string | null;
14554
+ time: any | null;
14555
+ text: any | null;
14556
+ } | null> | null;
14557
+ encounter: {
14558
+ id: string | null;
14559
+ reference: string | null;
14560
+ type: any | null;
14561
+ resource: {
14562
+ resourceType: string | null;
14563
+ id: string;
14564
+ status: any | null;
14565
+ identifier: Array<{
14566
+ id: string | null;
14567
+ system: any | null;
14568
+ value: string | null;
14569
+ type: {
14570
+ id: string | null;
14571
+ text: string | null;
14572
+ coding: Array<{
14573
+ id: string | null;
14574
+ system: any | null;
14575
+ code: any | null;
14576
+ display: string | null;
14577
+ } | null> | null;
14578
+ } | null;
14579
+ } | null> | null;
14580
+ meta: {
14581
+ versionId: string | null;
14582
+ lastUpdated: any | null;
14583
+ source: any | null;
14584
+ security: Array<{
14585
+ id: string | null;
14586
+ system: any | null;
14587
+ code: any | null;
14588
+ display: string | null;
14589
+ } | null> | null;
14590
+ tag: Array<{
14591
+ id: string | null;
14592
+ system: any | null;
14593
+ code: any | null;
14594
+ display: string | null;
14595
+ } | null> | null;
14596
+ } | null;
14597
+ text: {
14598
+ div: any | null;
14599
+ status: any | null;
14600
+ } | null;
14601
+ type: Array<{
14602
+ id: string | null;
14603
+ text: string | null;
14604
+ coding: Array<{
14605
+ id: string | null;
14606
+ system: any | null;
14607
+ code: any | null;
14608
+ display: string | null;
14609
+ } | null> | null;
14610
+ } | null> | null;
14611
+ period: {
14612
+ start: any | null;
14613
+ end: any | null;
14614
+ } | null;
14615
+ reasonCode: Array<{
14616
+ id: string | null;
14617
+ text: string | null;
14618
+ coding: Array<{
14619
+ id: string | null;
14620
+ system: any | null;
14621
+ code: any | null;
14622
+ display: string | null;
14623
+ } | null> | null;
14624
+ } | null> | null;
14625
+ class: {
14626
+ id: string | null;
14627
+ system: any | null;
14628
+ code: any | null;
14629
+ display: string | null;
14630
+ } | null;
14631
+ hospitalization: {
14632
+ dischargeDisposition: {
14633
+ id: string | null;
14634
+ text: string | null;
14635
+ coding: Array<{
14636
+ id: string | null;
14637
+ system: any | null;
14638
+ code: any | null;
14639
+ display: string | null;
14640
+ } | null> | null;
14641
+ } | null;
14642
+ } | null;
14643
+ location: Array<{
14644
+ status: any | null;
14645
+ location: {
14646
+ id: string | null;
14647
+ reference: string | null;
14648
+ type: any | null;
14649
+ resource: {
14650
+ id: string;
14651
+ name: string | null;
14652
+ alias: Array<string | null> | null;
14653
+ description: string | null;
14654
+ status: any | null;
14655
+ identifier: Array<{
14656
+ id: string | null;
14657
+ system: any | null;
14658
+ value: string | null;
14659
+ type: {
14660
+ id: string | null;
14661
+ text: string | null;
14662
+ coding: Array<{
14663
+ id: string | null;
14664
+ system: any | null;
14665
+ code: any | null;
14666
+ display: string | null;
14667
+ } | null> | null;
14668
+ } | null;
14669
+ } | null> | null;
14670
+ address: {
14671
+ use: any | null;
14672
+ type: any | null;
14673
+ text: string | null;
14674
+ line: Array<string | null> | null;
14675
+ city: string | null;
14676
+ district: string | null;
14677
+ state: string | null;
14678
+ postalCode: string | null;
14679
+ country: string | null;
14680
+ } | null;
14681
+ position: {
14682
+ latitude: number | null;
14683
+ longitude: number | null;
14684
+ } | null;
14685
+ telecom: Array<{
14686
+ id: string | null;
14687
+ system: any | null;
14688
+ value: string | null;
14689
+ use: any | null;
14690
+ rank: number | null;
14691
+ } | null> | null;
14692
+ managingOrganization: {
14693
+ id: string | null;
14694
+ reference: string | null;
14695
+ display: string | null;
14696
+ identifier: {
14697
+ id: string | null;
14698
+ system: any | null;
14699
+ value: string | null;
14700
+ type: {
14701
+ id: string | null;
14702
+ text: string | null;
14703
+ coding: Array<{
14704
+ id: string | null;
14705
+ system: any | null;
14706
+ code: any | null;
14707
+ display: string | null;
14708
+ } | null> | null;
14709
+ } | null;
14710
+ } | null;
14711
+ } | null;
14712
+ type: Array<{
14713
+ id: string | null;
14714
+ text: string | null;
14715
+ coding: Array<{
14716
+ id: string | null;
14717
+ system: any | null;
14718
+ code: any | null;
14719
+ display: string | null;
14720
+ } | null> | null;
14721
+ } | null> | null;
14722
+ } | null;
14723
+ } | null;
14724
+ physicalType: {
14725
+ id: string | null;
14726
+ text: string | null;
14727
+ coding: Array<{
14728
+ id: string | null;
14729
+ system: any | null;
14730
+ code: any | null;
14731
+ display: string | null;
14732
+ } | null> | null;
14733
+ } | null;
14734
+ period: {
14735
+ start: any | null;
14736
+ end: any | null;
14737
+ } | null;
14738
+ } | null> | null;
14739
+ participant: Array<{
14740
+ individual: {
14741
+ id: string | null;
14742
+ reference: string | null;
14743
+ type: any | null;
14744
+ resource: {
14745
+ id: string;
14746
+ name: Array<{
14747
+ text: string | null;
14748
+ family: string | null;
14749
+ given: Array<string | null> | null;
14750
+ prefix: Array<string | null> | null;
14751
+ suffix: Array<string | null> | null;
14752
+ } | null> | null;
14753
+ identifier: Array<{
14754
+ id: string | null;
14755
+ system: any | null;
14756
+ value: string | null;
14757
+ type: {
14758
+ id: string | null;
14759
+ text: string | null;
14760
+ coding: Array<{
14761
+ id: string | null;
14762
+ system: any | null;
14763
+ code: any | null;
14764
+ display: string | null;
14765
+ } | null> | null;
14766
+ } | null;
14767
+ } | null> | null;
14768
+ } | {} | null;
14769
+ } | null;
14770
+ type: Array<{
14771
+ id: string | null;
14772
+ text: string | null;
14773
+ coding: Array<{
14774
+ id: string | null;
14775
+ system: any | null;
14776
+ code: any | null;
14777
+ display: string | null;
14778
+ } | null> | null;
14779
+ } | null> | null;
14780
+ period: {
14781
+ start: any | null;
14782
+ end: any | null;
14783
+ } | null;
14784
+ } | null> | null;
14785
+ serviceProvider: {
14786
+ id: string | null;
14787
+ reference: string | null;
14788
+ type: any | null;
14789
+ resource: {
14790
+ resourceType: string | null;
14791
+ id: string;
14792
+ name: string | null;
14793
+ active: boolean | null;
14794
+ identifier: Array<{
14795
+ id: string | null;
14796
+ system: any | null;
14797
+ value: string | null;
14798
+ type: {
14799
+ id: string | null;
14800
+ text: string | null;
14801
+ coding: Array<{
14802
+ id: string | null;
14803
+ system: any | null;
14804
+ code: any | null;
14805
+ display: string | null;
14806
+ } | null> | null;
14807
+ } | null;
14808
+ } | null> | null;
14809
+ endpoint: Array<{
14810
+ id: string | null;
14811
+ reference: string | null;
14812
+ type: any | null;
14813
+ resource: {
14814
+ name: string | null;
14815
+ status: any | null;
14816
+ address: any | null;
14817
+ identifier: Array<{
14818
+ id: string | null;
14819
+ system: any | null;
14820
+ value: string | null;
14821
+ type: {
14822
+ id: string | null;
14823
+ text: string | null;
14824
+ coding: Array<{
14825
+ id: string | null;
14826
+ system: any | null;
14827
+ code: any | null;
14828
+ display: string | null;
14829
+ } | null> | null;
14830
+ } | null;
14831
+ } | null> | null;
14832
+ connectionType: {
14833
+ id: string | null;
14834
+ system: any | null;
14835
+ code: any | null;
14836
+ display: string | null;
14837
+ } | null;
14838
+ } | null;
14839
+ } | null> | null;
14840
+ telecom: Array<{
14841
+ id: string | null;
14842
+ system: any | null;
14843
+ value: string | null;
14844
+ use: any | null;
14845
+ rank: number | null;
14846
+ } | null> | null;
14847
+ address: Array<{
14848
+ use: any | null;
14849
+ type: any | null;
14850
+ text: string | null;
14851
+ line: Array<string | null> | null;
14852
+ city: string | null;
14853
+ district: string | null;
14854
+ state: string | null;
14855
+ postalCode: string | null;
14856
+ country: string | null;
14857
+ } | null> | null;
14858
+ type: Array<{
14859
+ id: string | null;
14860
+ text: string | null;
14861
+ coding: Array<{
14862
+ id: string | null;
14863
+ system: any | null;
14864
+ code: any | null;
14865
+ display: string | null;
14866
+ } | null> | null;
14867
+ } | null> | null;
14868
+ } | null;
14869
+ } | null;
14870
+ subject: {
14871
+ id: string | null;
14872
+ reference: string | null;
14873
+ type: any | null;
14874
+ resource: {
14875
+ id: string;
14876
+ gender: any | null;
14877
+ birthDate: any | null;
14878
+ name: Array<{
14879
+ text: string | null;
14880
+ family: string | null;
14881
+ given: Array<string | null> | null;
14882
+ prefix: Array<string | null> | null;
14883
+ suffix: Array<string | null> | null;
14884
+ } | null> | null;
14885
+ communication: Array<{
14886
+ language: {
14887
+ id: string | null;
14888
+ text: string | null;
14889
+ coding: Array<{
14890
+ id: string | null;
14891
+ system: any | null;
14892
+ code: any | null;
14893
+ display: string | null;
14894
+ } | null> | null;
14895
+ } | null;
14896
+ } | null> | null;
14897
+ } | {} | null;
14898
+ } | null;
14899
+ reasonReference: Array<{
14900
+ id: string | null;
14901
+ reference: string | null;
14902
+ type: any | null;
14903
+ resource: {
14904
+ id: string;
14905
+ onsetDateTime: any | null;
14906
+ recordedDate: any | null;
14907
+ abatementDateTime: any | null;
14908
+ meta: {
14909
+ versionId: string | null;
14910
+ lastUpdated: any | null;
14911
+ source: any | null;
14912
+ security: Array<{
14913
+ id: string | null;
14914
+ system: any | null;
14915
+ code: any | null;
14916
+ display: string | null;
14917
+ } | null> | null;
14918
+ tag: Array<{
14919
+ id: string | null;
14920
+ system: any | null;
14921
+ code: any | null;
14922
+ display: string | null;
14923
+ } | null> | null;
14924
+ } | null;
14925
+ code: {
14926
+ id: string | null;
14927
+ text: string | null;
14928
+ coding: Array<{
14929
+ id: string | null;
14930
+ system: any | null;
14931
+ code: any | null;
14932
+ display: string | null;
14933
+ } | null> | null;
14934
+ } | null;
14935
+ clinicalStatus: {
14936
+ id: string | null;
14937
+ text: string | null;
14938
+ coding: Array<{
14939
+ id: string | null;
14940
+ system: any | null;
14941
+ code: any | null;
14942
+ display: string | null;
14943
+ } | null> | null;
14944
+ } | null;
14945
+ recorder: {
14946
+ resource: {
14947
+ id: string;
14948
+ gender: any | null;
14949
+ birthDate: any | null;
14950
+ name: Array<{
14951
+ text: string | null;
14952
+ family: string | null;
14953
+ given: Array<string | null> | null;
14954
+ prefix: Array<string | null> | null;
14955
+ suffix: Array<string | null> | null;
14956
+ } | null> | null;
14957
+ communication: Array<{
14958
+ language: {
14959
+ id: string | null;
14960
+ text: string | null;
14961
+ coding: Array<{
14962
+ id: string | null;
14963
+ system: any | null;
14964
+ code: any | null;
14965
+ display: string | null;
14966
+ } | null> | null;
14967
+ } | null;
14968
+ } | null> | null;
14969
+ } | {
14970
+ id: string;
14971
+ name: Array<{
14972
+ text: string | null;
14973
+ family: string | null;
14974
+ given: Array<string | null> | null;
14975
+ prefix: Array<string | null> | null;
14976
+ suffix: Array<string | null> | null;
14977
+ } | null> | null;
14978
+ identifier: Array<{
14979
+ id: string | null;
14980
+ system: any | null;
14981
+ value: string | null;
14982
+ type: {
14983
+ id: string | null;
14984
+ text: string | null;
14985
+ coding: Array<{
14986
+ id: string | null;
14987
+ system: any | null;
14988
+ code: any | null;
14989
+ display: string | null;
14990
+ } | null> | null;
14991
+ } | null;
14992
+ } | null> | null;
14993
+ } | {} | null;
14994
+ } | null;
14995
+ note: Array<{
14996
+ authorString: string | null;
14997
+ time: any | null;
14998
+ text: any | null;
14999
+ } | null> | null;
15000
+ onsetPeriod: {
15001
+ start: any | null;
15002
+ end: any | null;
15003
+ } | null;
15004
+ abatementPeriod: {
15005
+ start: any | null;
15006
+ end: any | null;
15007
+ } | null;
15008
+ category: Array<{
15009
+ id: string | null;
15010
+ text: string | null;
15011
+ coding: Array<{
15012
+ id: string | null;
15013
+ system: any | null;
15014
+ code: any | null;
15015
+ display: string | null;
15016
+ } | null> | null;
15017
+ } | null> | null;
15018
+ severity: {
15019
+ id: string | null;
15020
+ text: string | null;
15021
+ coding: Array<{
15022
+ id: string | null;
15023
+ system: any | null;
15024
+ code: any | null;
15025
+ display: string | null;
15026
+ } | null> | null;
15027
+ } | null;
15028
+ verificationStatus: {
15029
+ id: string | null;
15030
+ text: string | null;
15031
+ coding: Array<{
15032
+ id: string | null;
15033
+ system: any | null;
15034
+ code: any | null;
15035
+ display: string | null;
15036
+ } | null> | null;
15037
+ } | null;
15038
+ bodySite: Array<{
15039
+ id: string | null;
15040
+ text: string | null;
15041
+ coding: Array<{
15042
+ id: string | null;
15043
+ system: any | null;
15044
+ code: any | null;
15045
+ display: string | null;
15046
+ } | null> | null;
15047
+ } | null> | null;
15048
+ } | {} | null;
15049
+ } | null> | null;
15050
+ } | null;
15051
+ } | null;
15052
+ performer: Array<{
15053
+ id: string | null;
15054
+ reference: string | null;
15055
+ type: any | null;
15056
+ resource: {
15057
+ organizationName: string | null;
15058
+ } | {
15059
+ id: string;
15060
+ gender: any | null;
15061
+ birthDate: any | null;
15062
+ name: Array<{
15063
+ text: string | null;
15064
+ family: string | null;
15065
+ given: Array<string | null> | null;
15066
+ prefix: Array<string | null> | null;
15067
+ suffix: Array<string | null> | null;
15068
+ } | null> | null;
15069
+ communication: Array<{
15070
+ language: {
15071
+ id: string | null;
15072
+ text: string | null;
15073
+ coding: Array<{
15074
+ id: string | null;
15075
+ system: any | null;
15076
+ code: any | null;
15077
+ display: string | null;
15078
+ } | null> | null;
15079
+ } | null;
15080
+ } | null> | null;
15081
+ } | {
15082
+ id: string;
15083
+ name: Array<{
15084
+ text: string | null;
15085
+ family: string | null;
15086
+ given: Array<string | null> | null;
15087
+ prefix: Array<string | null> | null;
15088
+ suffix: Array<string | null> | null;
15089
+ } | null> | null;
15090
+ identifier: Array<{
15091
+ id: string | null;
15092
+ system: any | null;
15093
+ value: string | null;
15094
+ type: {
15095
+ id: string | null;
15096
+ text: string | null;
15097
+ coding: Array<{
15098
+ id: string | null;
15099
+ system: any | null;
15100
+ code: any | null;
15101
+ display: string | null;
15102
+ } | null> | null;
15103
+ } | null;
15104
+ } | null> | null;
15105
+ } | {} | null;
15106
+ } | null> | null;
15107
+ hasMember: Array<{
15108
+ id: string | null;
15109
+ reference: string | null;
15110
+ type: any | null;
15111
+ resource: {
15112
+ id: string;
15113
+ code: {
15114
+ id: string | null;
15115
+ text: string | null;
15116
+ coding: Array<{
15117
+ id: string | null;
15118
+ system: any | null;
15119
+ code: any | null;
15120
+ display: string | null;
15121
+ } | null> | null;
15122
+ } | null;
15123
+ } | {} | null;
15124
+ } | null> | null;
15125
+ specimen: {
15126
+ id: string | null;
15127
+ reference: string | null;
15128
+ type: any | null;
15129
+ resource: {
15130
+ identifier: Array<{
15131
+ id: string | null;
15132
+ system: any | null;
15133
+ value: string | null;
15134
+ type: {
15135
+ id: string | null;
15136
+ text: string | null;
15137
+ coding: Array<{
15138
+ id: string | null;
15139
+ system: any | null;
15140
+ code: any | null;
15141
+ display: string | null;
15142
+ } | null> | null;
15143
+ } | null;
15144
+ } | null> | null;
15145
+ accessionIdentifier: {
15146
+ id: string | null;
15147
+ system: any | null;
15148
+ value: string | null;
15149
+ type: {
15150
+ id: string | null;
15151
+ text: string | null;
15152
+ coding: Array<{
15153
+ id: string | null;
15154
+ system: any | null;
15155
+ code: any | null;
15156
+ display: string | null;
15157
+ } | null> | null;
15158
+ } | null;
15159
+ } | null;
15160
+ type: {
15161
+ id: string | null;
15162
+ text: string | null;
15163
+ coding: Array<{
15164
+ id: string | null;
15165
+ system: any | null;
15166
+ code: any | null;
15167
+ display: string | null;
15168
+ } | null> | null;
15169
+ } | null;
15170
+ } | null;
15171
+ } | null;
15172
+ dataAbsentReason: {
15173
+ id: string | null;
15174
+ text: string | null;
15175
+ coding: Array<{
15176
+ id: string | null;
15177
+ system: any | null;
15178
+ code: any | null;
15179
+ display: string | null;
15180
+ } | null> | null;
15181
+ } | null;
15182
+ valueQuantity: {
15183
+ value: number | null;
15184
+ unit: string | null;
15185
+ code: any | null;
15186
+ comparator: any | null;
15187
+ system: any | null;
15188
+ } | null;
15189
+ valueCodeableConcept: {
15190
+ id: string | null;
15191
+ text: string | null;
15192
+ coding: Array<{
15193
+ id: string | null;
15194
+ system: any | null;
15195
+ code: any | null;
15196
+ display: string | null;
15197
+ } | null> | null;
15198
+ } | null;
15199
+ valueRatio: {
15200
+ numerator: {
15201
+ value: number | null;
15202
+ unit: string | null;
15203
+ code: any | null;
15204
+ comparator: any | null;
15205
+ system: any | null;
15206
+ } | null;
15207
+ denominator: {
15208
+ value: number | null;
15209
+ unit: string | null;
15210
+ code: any | null;
15211
+ comparator: any | null;
15212
+ system: any | null;
15213
+ } | null;
15214
+ } | null;
15215
+ valueRange: {
15216
+ low: {
15217
+ value: number | null;
15218
+ unit: string | null;
15219
+ code: any | null;
15220
+ comparator: any | null;
15221
+ system: any | null;
15222
+ } | null;
15223
+ high: {
15224
+ value: number | null;
15225
+ unit: string | null;
15226
+ code: any | null;
15227
+ comparator: any | null;
15228
+ system: any | null;
15229
+ } | null;
15230
+ } | null;
15231
+ valuePeriod: {
15232
+ start: any | null;
15233
+ end: any | null;
15234
+ } | null;
15235
+ } | null;
15236
+ } | null> | null;
15237
+ } | null;
15238
+ };
14298
15239
  export type GetMedicationDispensesQueryVariables = Types.Exact<{
14299
15240
  page: Types.InputMaybe<Types.Scalars['Int']['input']>;
14300
15241
  pageSize: Types.InputMaybe<Types.Scalars['Int']['input']>;