@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1758914055 → 2.0.0-alpha.0-rc.1759244558
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/graphql/operations/index.d.ts +16 -13
- package/dist/graphql/operations/index.js +155 -52
- package/dist/graphql/operations/types.d.ts +2328 -2162
- package/dist/models/common/organization.d.ts +1 -1
- package/package.json +1 -1
|
@@ -639,146 +639,38 @@ export type CareTeamParticipantFieldsFragment = {
|
|
|
639
639
|
} | null> | null;
|
|
640
640
|
} | {
|
|
641
641
|
__typename: 'PractitionerRole';
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
};
|
|
647
|
-
export type EncounterFieldsFragment = {
|
|
648
|
-
resourceType: string | null;
|
|
649
|
-
id: string;
|
|
650
|
-
status: any | null;
|
|
651
|
-
identifier: Array<{
|
|
652
|
-
id: string | null;
|
|
653
|
-
system: any | null;
|
|
654
|
-
value: string | null;
|
|
655
|
-
type: {
|
|
656
|
-
id: string | null;
|
|
657
|
-
text: string | null;
|
|
658
|
-
coding: Array<{
|
|
659
|
-
id: string | null;
|
|
660
|
-
system: any | null;
|
|
661
|
-
code: any | null;
|
|
662
|
-
display: string | null;
|
|
663
|
-
} | null> | null;
|
|
664
|
-
} | null;
|
|
665
|
-
} | null> | null;
|
|
666
|
-
meta: {
|
|
667
|
-
versionId: string | null;
|
|
668
|
-
lastUpdated: any | null;
|
|
669
|
-
source: any | null;
|
|
670
|
-
security: Array<{
|
|
671
|
-
id: string | null;
|
|
672
|
-
system: any | null;
|
|
673
|
-
code: any | null;
|
|
674
|
-
display: string | null;
|
|
675
|
-
} | null> | null;
|
|
676
|
-
tag: Array<{
|
|
677
|
-
id: string | null;
|
|
678
|
-
system: any | null;
|
|
679
|
-
code: any | null;
|
|
680
|
-
display: string | null;
|
|
681
|
-
} | null> | null;
|
|
682
|
-
} | null;
|
|
683
|
-
text: {
|
|
684
|
-
div: any | null;
|
|
685
|
-
status: any | null;
|
|
686
|
-
} | null;
|
|
687
|
-
type: Array<{
|
|
688
|
-
id: string | null;
|
|
689
|
-
text: string | null;
|
|
690
|
-
coding: Array<{
|
|
691
|
-
id: string | null;
|
|
692
|
-
system: any | null;
|
|
693
|
-
code: any | null;
|
|
694
|
-
display: string | null;
|
|
695
|
-
} | null> | null;
|
|
696
|
-
} | null> | null;
|
|
697
|
-
period: {
|
|
698
|
-
start: any | null;
|
|
699
|
-
end: any | null;
|
|
700
|
-
} | null;
|
|
701
|
-
reasonCode: Array<{
|
|
702
|
-
id: string | null;
|
|
703
|
-
text: string | null;
|
|
704
|
-
coding: Array<{
|
|
705
|
-
id: string | null;
|
|
706
|
-
system: any | null;
|
|
707
|
-
code: any | null;
|
|
708
|
-
display: string | null;
|
|
709
|
-
} | null> | null;
|
|
710
|
-
} | null> | null;
|
|
711
|
-
class: {
|
|
712
|
-
id: string | null;
|
|
713
|
-
system: any | null;
|
|
714
|
-
code: any | null;
|
|
715
|
-
display: string | null;
|
|
716
|
-
} | null;
|
|
717
|
-
hospitalization: {
|
|
718
|
-
dischargeDisposition: {
|
|
719
|
-
id: string | null;
|
|
720
|
-
text: string | null;
|
|
721
|
-
coding: Array<{
|
|
642
|
+
resourceType: string | null;
|
|
643
|
+
active: boolean | null;
|
|
644
|
+
id: string;
|
|
645
|
+
identifier: Array<{
|
|
722
646
|
id: string | null;
|
|
723
647
|
system: any | null;
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
} | null> | null;
|
|
727
|
-
} | null;
|
|
728
|
-
} | null;
|
|
729
|
-
location: Array<{
|
|
730
|
-
status: any | null;
|
|
731
|
-
location: {
|
|
732
|
-
id: string | null;
|
|
733
|
-
reference: string | null;
|
|
734
|
-
type: any | null;
|
|
735
|
-
resource: {
|
|
736
|
-
name: string | null;
|
|
737
|
-
alias: Array<string | null> | null;
|
|
738
|
-
description: string | null;
|
|
739
|
-
status: any | null;
|
|
740
|
-
identifier: Array<{
|
|
648
|
+
value: string | null;
|
|
649
|
+
type: {
|
|
741
650
|
id: string | null;
|
|
742
|
-
system: any | null;
|
|
743
|
-
value: string | null;
|
|
744
|
-
type: {
|
|
745
|
-
id: string | null;
|
|
746
|
-
text: string | null;
|
|
747
|
-
coding: Array<{
|
|
748
|
-
id: string | null;
|
|
749
|
-
system: any | null;
|
|
750
|
-
code: any | null;
|
|
751
|
-
display: string | null;
|
|
752
|
-
} | null> | null;
|
|
753
|
-
} | null;
|
|
754
|
-
} | null> | null;
|
|
755
|
-
address: {
|
|
756
|
-
use: any | null;
|
|
757
|
-
type: any | null;
|
|
758
651
|
text: string | null;
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
} | null;
|
|
766
|
-
position: {
|
|
767
|
-
latitude: number | null;
|
|
768
|
-
longitude: number | null;
|
|
652
|
+
coding: Array<{
|
|
653
|
+
id: string | null;
|
|
654
|
+
system: any | null;
|
|
655
|
+
code: any | null;
|
|
656
|
+
display: string | null;
|
|
657
|
+
} | null> | null;
|
|
769
658
|
} | null;
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
659
|
+
} | null> | null;
|
|
660
|
+
practitioner: {
|
|
661
|
+
id: string | null;
|
|
662
|
+
reference: string | null;
|
|
663
|
+
type: any | null;
|
|
664
|
+
resource: {
|
|
665
|
+
id: string;
|
|
666
|
+
name: Array<{
|
|
667
|
+
text: string | null;
|
|
668
|
+
family: string | null;
|
|
669
|
+
given: Array<string | null> | null;
|
|
670
|
+
prefix: Array<string | null> | null;
|
|
671
|
+
suffix: Array<string | null> | null;
|
|
672
|
+
} | null> | null;
|
|
673
|
+
identifier: Array<{
|
|
782
674
|
id: string | null;
|
|
783
675
|
system: any | null;
|
|
784
676
|
value: string | null;
|
|
@@ -792,77 +684,23 @@ export type EncounterFieldsFragment = {
|
|
|
792
684
|
display: string | null;
|
|
793
685
|
} | null> | null;
|
|
794
686
|
} | null;
|
|
795
|
-
} | null;
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
display: string | null;
|
|
813
|
-
} | null> | null;
|
|
814
|
-
} | null;
|
|
815
|
-
} | null> | null;
|
|
816
|
-
endpoint: Array<{
|
|
817
|
-
id: string | null;
|
|
818
|
-
reference: string | null;
|
|
819
|
-
type: any | null;
|
|
820
|
-
resource: {
|
|
821
|
-
name: string | null;
|
|
822
|
-
status: any | null;
|
|
823
|
-
address: any | null;
|
|
824
|
-
identifier: Array<{
|
|
825
|
-
id: string | null;
|
|
826
|
-
system: any | null;
|
|
827
|
-
value: string | null;
|
|
828
|
-
type: {
|
|
829
|
-
id: string | null;
|
|
830
|
-
text: string | null;
|
|
831
|
-
coding: Array<{
|
|
832
|
-
id: string | null;
|
|
833
|
-
system: any | null;
|
|
834
|
-
code: any | null;
|
|
835
|
-
display: string | null;
|
|
836
|
-
} | null> | null;
|
|
837
|
-
} | null;
|
|
838
|
-
} | null> | null;
|
|
839
|
-
connectionType: {
|
|
840
|
-
id: string | null;
|
|
841
|
-
system: any | null;
|
|
842
|
-
code: any | null;
|
|
843
|
-
display: string | null;
|
|
844
|
-
} | null;
|
|
845
|
-
} | null;
|
|
846
|
-
} | null> | null;
|
|
847
|
-
telecom: Array<{
|
|
848
|
-
id: string | null;
|
|
849
|
-
system: any | null;
|
|
850
|
-
value: string | null;
|
|
851
|
-
use: any | null;
|
|
852
|
-
rank: number | null;
|
|
853
|
-
} | null> | null;
|
|
854
|
-
address: Array<{
|
|
855
|
-
use: any | null;
|
|
856
|
-
type: any | null;
|
|
857
|
-
text: string | null;
|
|
858
|
-
line: Array<string | null> | null;
|
|
859
|
-
city: string | null;
|
|
860
|
-
district: string | null;
|
|
861
|
-
state: string | null;
|
|
862
|
-
postalCode: string | null;
|
|
863
|
-
country: string | null;
|
|
864
|
-
} | null> | null;
|
|
865
|
-
type: Array<{
|
|
687
|
+
} | null> | null;
|
|
688
|
+
} | null;
|
|
689
|
+
} | null;
|
|
690
|
+
organization: {
|
|
691
|
+
id: string | null;
|
|
692
|
+
reference: string | null;
|
|
693
|
+
type: any | null;
|
|
694
|
+
resource: {
|
|
695
|
+
resourceType: string | null;
|
|
696
|
+
id: string;
|
|
697
|
+
name: string | null;
|
|
698
|
+
active: boolean | null;
|
|
699
|
+
identifier: Array<{
|
|
700
|
+
id: string | null;
|
|
701
|
+
system: any | null;
|
|
702
|
+
value: string | null;
|
|
703
|
+
type: {
|
|
866
704
|
id: string | null;
|
|
867
705
|
text: string | null;
|
|
868
706
|
coding: Array<{
|
|
@@ -871,55 +709,58 @@ export type EncounterFieldsFragment = {
|
|
|
871
709
|
code: any | null;
|
|
872
710
|
display: string | null;
|
|
873
711
|
} | null> | null;
|
|
874
|
-
} | null
|
|
875
|
-
} | null;
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
712
|
+
} | null;
|
|
713
|
+
} | null> | null;
|
|
714
|
+
endpoint: Array<{
|
|
715
|
+
id: string | null;
|
|
716
|
+
reference: string | null;
|
|
717
|
+
type: any | null;
|
|
718
|
+
resource: {
|
|
719
|
+
name: string | null;
|
|
720
|
+
status: any | null;
|
|
721
|
+
address: any | null;
|
|
722
|
+
identifier: Array<{
|
|
723
|
+
id: string | null;
|
|
724
|
+
system: any | null;
|
|
725
|
+
value: string | null;
|
|
726
|
+
type: {
|
|
727
|
+
id: string | null;
|
|
728
|
+
text: string | null;
|
|
729
|
+
coding: Array<{
|
|
730
|
+
id: string | null;
|
|
731
|
+
system: any | null;
|
|
732
|
+
code: any | null;
|
|
733
|
+
display: string | null;
|
|
734
|
+
} | null> | null;
|
|
735
|
+
} | null;
|
|
736
|
+
} | null> | null;
|
|
737
|
+
connectionType: {
|
|
738
|
+
id: string | null;
|
|
739
|
+
system: any | null;
|
|
740
|
+
code: any | null;
|
|
741
|
+
display: string | null;
|
|
742
|
+
} | null;
|
|
743
|
+
} | null;
|
|
744
|
+
} | null> | null;
|
|
745
|
+
telecom: Array<{
|
|
746
|
+
id: string | null;
|
|
882
747
|
system: any | null;
|
|
883
|
-
|
|
884
|
-
|
|
748
|
+
value: string | null;
|
|
749
|
+
use: any | null;
|
|
750
|
+
rank: number | null;
|
|
885
751
|
} | null> | null;
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
} | null;
|
|
899
|
-
period: {
|
|
900
|
-
start: any | null;
|
|
901
|
-
end: any | null;
|
|
902
|
-
} | null;
|
|
903
|
-
} | null> | null;
|
|
904
|
-
participant: Array<{
|
|
905
|
-
individual: {
|
|
906
|
-
id: string | null;
|
|
907
|
-
reference: string | null;
|
|
908
|
-
type: any | null;
|
|
909
|
-
resource: {
|
|
910
|
-
id: string;
|
|
911
|
-
name: Array<{
|
|
912
|
-
text: string | null;
|
|
913
|
-
family: string | null;
|
|
914
|
-
given: Array<string | null> | null;
|
|
915
|
-
prefix: Array<string | null> | null;
|
|
916
|
-
suffix: Array<string | null> | null;
|
|
917
|
-
} | null> | null;
|
|
918
|
-
identifier: Array<{
|
|
919
|
-
id: string | null;
|
|
920
|
-
system: any | null;
|
|
921
|
-
value: string | null;
|
|
922
|
-
type: {
|
|
752
|
+
address: Array<{
|
|
753
|
+
use: any | null;
|
|
754
|
+
type: any | null;
|
|
755
|
+
text: string | null;
|
|
756
|
+
line: Array<string | null> | null;
|
|
757
|
+
city: string | null;
|
|
758
|
+
district: string | null;
|
|
759
|
+
state: string | null;
|
|
760
|
+
postalCode: string | null;
|
|
761
|
+
country: string | null;
|
|
762
|
+
} | null> | null;
|
|
763
|
+
type: Array<{
|
|
923
764
|
id: string | null;
|
|
924
765
|
text: string | null;
|
|
925
766
|
coding: Array<{
|
|
@@ -928,57 +769,38 @@ export type EncounterFieldsFragment = {
|
|
|
928
769
|
code: any | null;
|
|
929
770
|
display: string | null;
|
|
930
771
|
} | null> | null;
|
|
931
|
-
} | null;
|
|
932
|
-
} | null
|
|
933
|
-
} |
|
|
934
|
-
|
|
935
|
-
type: Array<{
|
|
936
|
-
id: string | null;
|
|
937
|
-
text: string | null;
|
|
938
|
-
coding: Array<{
|
|
772
|
+
} | null> | null;
|
|
773
|
+
} | null;
|
|
774
|
+
} | null;
|
|
775
|
+
code: Array<{
|
|
939
776
|
id: string | null;
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
777
|
+
text: string | null;
|
|
778
|
+
coding: Array<{
|
|
779
|
+
id: string | null;
|
|
780
|
+
system: any | null;
|
|
781
|
+
code: any | null;
|
|
782
|
+
display: string | null;
|
|
783
|
+
} | null> | null;
|
|
943
784
|
} | null> | null;
|
|
944
|
-
|
|
945
|
-
period: {
|
|
946
|
-
start: any | null;
|
|
947
|
-
end: any | null;
|
|
948
|
-
} | null;
|
|
949
|
-
} | null> | null;
|
|
950
|
-
serviceProvider: {
|
|
951
|
-
id: string | null;
|
|
952
|
-
reference: string | null;
|
|
953
|
-
type: any | null;
|
|
954
|
-
resource: {
|
|
955
|
-
resourceType: string | null;
|
|
956
|
-
id: string;
|
|
957
|
-
name: string | null;
|
|
958
|
-
active: boolean | null;
|
|
959
|
-
identifier: Array<{
|
|
785
|
+
specialty: Array<{
|
|
960
786
|
id: string | null;
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
type: {
|
|
787
|
+
text: string | null;
|
|
788
|
+
coding: Array<{
|
|
964
789
|
id: string | null;
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
code: any | null;
|
|
970
|
-
display: string | null;
|
|
971
|
-
} | null> | null;
|
|
972
|
-
} | null;
|
|
790
|
+
system: any | null;
|
|
791
|
+
code: any | null;
|
|
792
|
+
display: string | null;
|
|
793
|
+
} | null> | null;
|
|
973
794
|
} | null> | null;
|
|
974
|
-
|
|
795
|
+
location: Array<{
|
|
975
796
|
id: string | null;
|
|
976
797
|
reference: string | null;
|
|
977
798
|
type: any | null;
|
|
978
799
|
resource: {
|
|
979
800
|
name: string | null;
|
|
801
|
+
alias: Array<string | null> | null;
|
|
802
|
+
description: string | null;
|
|
980
803
|
status: any | null;
|
|
981
|
-
address: any | null;
|
|
982
804
|
identifier: Array<{
|
|
983
805
|
id: string | null;
|
|
984
806
|
system: any | null;
|
|
@@ -994,12 +816,58 @@ export type EncounterFieldsFragment = {
|
|
|
994
816
|
} | null> | null;
|
|
995
817
|
} | null;
|
|
996
818
|
} | null> | null;
|
|
997
|
-
|
|
819
|
+
address: {
|
|
820
|
+
use: any | null;
|
|
821
|
+
type: any | null;
|
|
822
|
+
text: string | null;
|
|
823
|
+
line: Array<string | null> | null;
|
|
824
|
+
city: string | null;
|
|
825
|
+
district: string | null;
|
|
826
|
+
state: string | null;
|
|
827
|
+
postalCode: string | null;
|
|
828
|
+
country: string | null;
|
|
829
|
+
} | null;
|
|
830
|
+
position: {
|
|
831
|
+
latitude: number | null;
|
|
832
|
+
longitude: number | null;
|
|
833
|
+
} | null;
|
|
834
|
+
telecom: Array<{
|
|
998
835
|
id: string | null;
|
|
999
836
|
system: any | null;
|
|
1000
|
-
|
|
837
|
+
value: string | null;
|
|
838
|
+
use: any | null;
|
|
839
|
+
rank: number | null;
|
|
840
|
+
} | null> | null;
|
|
841
|
+
managingOrganization: {
|
|
842
|
+
id: string | null;
|
|
843
|
+
reference: string | null;
|
|
1001
844
|
display: string | null;
|
|
845
|
+
identifier: {
|
|
846
|
+
id: string | null;
|
|
847
|
+
system: any | null;
|
|
848
|
+
value: string | null;
|
|
849
|
+
type: {
|
|
850
|
+
id: string | null;
|
|
851
|
+
text: string | null;
|
|
852
|
+
coding: Array<{
|
|
853
|
+
id: string | null;
|
|
854
|
+
system: any | null;
|
|
855
|
+
code: any | null;
|
|
856
|
+
display: string | null;
|
|
857
|
+
} | null> | null;
|
|
858
|
+
} | null;
|
|
859
|
+
} | null;
|
|
1002
860
|
} | null;
|
|
861
|
+
type: Array<{
|
|
862
|
+
id: string | null;
|
|
863
|
+
text: string | null;
|
|
864
|
+
coding: Array<{
|
|
865
|
+
id: string | null;
|
|
866
|
+
system: any | null;
|
|
867
|
+
code: any | null;
|
|
868
|
+
display: string | null;
|
|
869
|
+
} | null> | null;
|
|
870
|
+
} | null> | null;
|
|
1003
871
|
} | null;
|
|
1004
872
|
} | null> | null;
|
|
1005
873
|
telecom: Array<{
|
|
@@ -1009,95 +877,102 @@ export type EncounterFieldsFragment = {
|
|
|
1009
877
|
use: any | null;
|
|
1010
878
|
rank: number | null;
|
|
1011
879
|
} | null> | null;
|
|
1012
|
-
|
|
1013
|
-
use: any | null;
|
|
1014
|
-
type: any | null;
|
|
1015
|
-
text: string | null;
|
|
1016
|
-
line: Array<string | null> | null;
|
|
1017
|
-
city: string | null;
|
|
1018
|
-
district: string | null;
|
|
1019
|
-
state: string | null;
|
|
1020
|
-
postalCode: string | null;
|
|
1021
|
-
country: string | null;
|
|
1022
|
-
} | null> | null;
|
|
1023
|
-
type: Array<{
|
|
880
|
+
endpoint: Array<{
|
|
1024
881
|
id: string | null;
|
|
1025
|
-
|
|
1026
|
-
|
|
882
|
+
reference: string | null;
|
|
883
|
+
display: string | null;
|
|
884
|
+
identifier: {
|
|
1027
885
|
id: string | null;
|
|
1028
886
|
system: any | null;
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
} | null> | null;
|
|
1032
|
-
} | null> | null;
|
|
1033
|
-
} | null;
|
|
1034
|
-
} | null;
|
|
1035
|
-
subject: {
|
|
1036
|
-
id: string | null;
|
|
1037
|
-
reference: string | null;
|
|
1038
|
-
type: any | null;
|
|
1039
|
-
resource: {
|
|
1040
|
-
id: string;
|
|
1041
|
-
gender: any | null;
|
|
1042
|
-
birthDate: any | null;
|
|
1043
|
-
name: Array<{
|
|
1044
|
-
text: string | null;
|
|
1045
|
-
family: string | null;
|
|
1046
|
-
given: Array<string | null> | null;
|
|
1047
|
-
prefix: Array<string | null> | null;
|
|
1048
|
-
suffix: Array<string | null> | null;
|
|
1049
|
-
} | null> | null;
|
|
1050
|
-
communication: Array<{
|
|
1051
|
-
language: {
|
|
1052
|
-
id: string | null;
|
|
1053
|
-
text: string | null;
|
|
1054
|
-
coding: Array<{
|
|
887
|
+
value: string | null;
|
|
888
|
+
type: {
|
|
1055
889
|
id: string | null;
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
890
|
+
text: string | null;
|
|
891
|
+
coding: Array<{
|
|
892
|
+
id: string | null;
|
|
893
|
+
system: any | null;
|
|
894
|
+
code: any | null;
|
|
895
|
+
display: string | null;
|
|
896
|
+
} | null> | null;
|
|
897
|
+
} | null;
|
|
1060
898
|
} | null;
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
899
|
+
resource: {
|
|
900
|
+
name: string | null;
|
|
901
|
+
status: any | null;
|
|
902
|
+
address: any | null;
|
|
903
|
+
identifier: Array<{
|
|
904
|
+
id: string | null;
|
|
905
|
+
system: any | null;
|
|
906
|
+
value: string | null;
|
|
907
|
+
type: {
|
|
908
|
+
id: string | null;
|
|
909
|
+
text: string | null;
|
|
910
|
+
coding: Array<{
|
|
911
|
+
id: string | null;
|
|
912
|
+
system: any | null;
|
|
913
|
+
code: any | null;
|
|
914
|
+
display: string | null;
|
|
915
|
+
} | null> | null;
|
|
916
|
+
} | null;
|
|
917
|
+
} | null> | null;
|
|
918
|
+
connectionType: {
|
|
919
|
+
id: string | null;
|
|
920
|
+
system: any | null;
|
|
921
|
+
code: any | null;
|
|
922
|
+
display: string | null;
|
|
923
|
+
} | null;
|
|
924
|
+
} | null;
|
|
925
|
+
} | null> | null;
|
|
926
|
+
period: {
|
|
927
|
+
start: any | null;
|
|
928
|
+
end: any | null;
|
|
929
|
+
} | null;
|
|
930
|
+
} | {
|
|
931
|
+
__typename: 'RelatedPerson';
|
|
932
|
+
resourceType: string | null;
|
|
1069
933
|
id: string;
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
tag: Array<{
|
|
934
|
+
active: boolean | null;
|
|
935
|
+
name: Array<{
|
|
936
|
+
text: string | null;
|
|
937
|
+
family: string | null;
|
|
938
|
+
given: Array<string | null> | null;
|
|
939
|
+
prefix: Array<string | null> | null;
|
|
940
|
+
suffix: Array<string | null> | null;
|
|
941
|
+
} | null> | null;
|
|
942
|
+
identifier: Array<{
|
|
943
|
+
id: string | null;
|
|
944
|
+
system: any | null;
|
|
945
|
+
value: string | null;
|
|
946
|
+
type: {
|
|
1084
947
|
id: string | null;
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
948
|
+
text: string | null;
|
|
949
|
+
coding: Array<{
|
|
950
|
+
id: string | null;
|
|
951
|
+
system: any | null;
|
|
952
|
+
code: any | null;
|
|
953
|
+
display: string | null;
|
|
954
|
+
} | null> | null;
|
|
955
|
+
} | null;
|
|
956
|
+
} | null> | null;
|
|
957
|
+
telecom: Array<{
|
|
1091
958
|
id: string | null;
|
|
959
|
+
system: any | null;
|
|
960
|
+
value: string | null;
|
|
961
|
+
use: any | null;
|
|
962
|
+
rank: number | null;
|
|
963
|
+
} | null> | null;
|
|
964
|
+
address: Array<{
|
|
965
|
+
use: any | null;
|
|
966
|
+
type: any | null;
|
|
1092
967
|
text: string | null;
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
} | null;
|
|
1100
|
-
|
|
968
|
+
line: Array<string | null> | null;
|
|
969
|
+
city: string | null;
|
|
970
|
+
district: string | null;
|
|
971
|
+
state: string | null;
|
|
972
|
+
postalCode: string | null;
|
|
973
|
+
country: string | null;
|
|
974
|
+
} | null> | null;
|
|
975
|
+
relationship: Array<{
|
|
1101
976
|
id: string | null;
|
|
1102
977
|
text: string | null;
|
|
1103
978
|
coding: Array<{
|
|
@@ -1106,8 +981,8 @@ export type EncounterFieldsFragment = {
|
|
|
1106
981
|
code: any | null;
|
|
1107
982
|
display: string | null;
|
|
1108
983
|
} | null> | null;
|
|
1109
|
-
} | null;
|
|
1110
|
-
|
|
984
|
+
} | null> | null;
|
|
985
|
+
patient: {
|
|
1111
986
|
resource: {
|
|
1112
987
|
id: string;
|
|
1113
988
|
gender: any | null;
|
|
@@ -1131,93 +1006,15 @@ export type EncounterFieldsFragment = {
|
|
|
1131
1006
|
} | null> | null;
|
|
1132
1007
|
} | null;
|
|
1133
1008
|
} | null> | null;
|
|
1134
|
-
} |
|
|
1135
|
-
id: string;
|
|
1136
|
-
name: Array<{
|
|
1137
|
-
text: string | null;
|
|
1138
|
-
family: string | null;
|
|
1139
|
-
given: Array<string | null> | null;
|
|
1140
|
-
prefix: Array<string | null> | null;
|
|
1141
|
-
suffix: Array<string | null> | null;
|
|
1142
|
-
} | null> | null;
|
|
1143
|
-
identifier: Array<{
|
|
1144
|
-
id: string | null;
|
|
1145
|
-
system: any | null;
|
|
1146
|
-
value: string | null;
|
|
1147
|
-
type: {
|
|
1148
|
-
id: string | null;
|
|
1149
|
-
text: string | null;
|
|
1150
|
-
coding: Array<{
|
|
1151
|
-
id: string | null;
|
|
1152
|
-
system: any | null;
|
|
1153
|
-
code: any | null;
|
|
1154
|
-
display: string | null;
|
|
1155
|
-
} | null> | null;
|
|
1156
|
-
} | null;
|
|
1157
|
-
} | null> | null;
|
|
1158
|
-
} | {} | null;
|
|
1159
|
-
} | null;
|
|
1160
|
-
note: Array<{
|
|
1161
|
-
authorString: string | null;
|
|
1162
|
-
time: any | null;
|
|
1163
|
-
text: any | null;
|
|
1164
|
-
} | null> | null;
|
|
1165
|
-
onsetPeriod: {
|
|
1166
|
-
start: any | null;
|
|
1167
|
-
end: any | null;
|
|
1168
|
-
} | null;
|
|
1169
|
-
abatementPeriod: {
|
|
1170
|
-
start: any | null;
|
|
1171
|
-
end: any | null;
|
|
1172
|
-
} | null;
|
|
1173
|
-
category: Array<{
|
|
1174
|
-
id: string | null;
|
|
1175
|
-
text: string | null;
|
|
1176
|
-
coding: Array<{
|
|
1177
|
-
id: string | null;
|
|
1178
|
-
system: any | null;
|
|
1179
|
-
code: any | null;
|
|
1180
|
-
display: string | null;
|
|
1181
|
-
} | null> | null;
|
|
1182
|
-
} | null> | null;
|
|
1183
|
-
severity: {
|
|
1184
|
-
id: string | null;
|
|
1185
|
-
text: string | null;
|
|
1186
|
-
coding: Array<{
|
|
1187
|
-
id: string | null;
|
|
1188
|
-
system: any | null;
|
|
1189
|
-
code: any | null;
|
|
1190
|
-
display: string | null;
|
|
1191
|
-
} | null> | null;
|
|
1192
|
-
} | null;
|
|
1193
|
-
verificationStatus: {
|
|
1194
|
-
id: string | null;
|
|
1195
|
-
text: string | null;
|
|
1196
|
-
coding: Array<{
|
|
1197
|
-
id: string | null;
|
|
1198
|
-
system: any | null;
|
|
1199
|
-
code: any | null;
|
|
1200
|
-
display: string | null;
|
|
1201
|
-
} | null> | null;
|
|
1009
|
+
} | null;
|
|
1202
1010
|
} | null;
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
text: string | null;
|
|
1206
|
-
coding: Array<{
|
|
1207
|
-
id: string | null;
|
|
1208
|
-
system: any | null;
|
|
1209
|
-
code: any | null;
|
|
1210
|
-
display: string | null;
|
|
1211
|
-
} | null> | null;
|
|
1212
|
-
} | null> | null;
|
|
1213
|
-
} | {} | null;
|
|
1214
|
-
} | null> | null;
|
|
1011
|
+
} | null;
|
|
1012
|
+
} | null;
|
|
1215
1013
|
};
|
|
1216
|
-
export type
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
status: any | null;
|
|
1014
|
+
export type PractitionerRoleFieldsFragment = {
|
|
1015
|
+
resourceType: string | null;
|
|
1016
|
+
active: boolean | null;
|
|
1017
|
+
id: string;
|
|
1221
1018
|
identifier: Array<{
|
|
1222
1019
|
id: string | null;
|
|
1223
1020
|
system: any | null;
|
|
@@ -1233,52 +1030,19 @@ export type LocationFieldsFragment = {
|
|
|
1233
1030
|
} | null> | null;
|
|
1234
1031
|
} | null;
|
|
1235
1032
|
} | null> | null;
|
|
1236
|
-
|
|
1237
|
-
use: any | null;
|
|
1238
|
-
type: any | null;
|
|
1239
|
-
text: string | null;
|
|
1240
|
-
line: Array<string | null> | null;
|
|
1241
|
-
city: string | null;
|
|
1242
|
-
district: string | null;
|
|
1243
|
-
state: string | null;
|
|
1244
|
-
postalCode: string | null;
|
|
1245
|
-
country: string | null;
|
|
1246
|
-
} | null;
|
|
1247
|
-
position: {
|
|
1248
|
-
latitude: number | null;
|
|
1249
|
-
longitude: number | null;
|
|
1250
|
-
} | null;
|
|
1251
|
-
telecom: Array<{
|
|
1252
|
-
id: string | null;
|
|
1253
|
-
system: any | null;
|
|
1254
|
-
value: string | null;
|
|
1255
|
-
use: any | null;
|
|
1256
|
-
rank: number | null;
|
|
1257
|
-
} | null> | null;
|
|
1258
|
-
managingOrganization: {
|
|
1033
|
+
practitioner: {
|
|
1259
1034
|
id: string | null;
|
|
1260
1035
|
reference: string | null;
|
|
1261
|
-
|
|
1262
|
-
identifier: {
|
|
1263
|
-
id: string | null;
|
|
1264
|
-
system: any | null;
|
|
1265
|
-
value: string | null;
|
|
1266
|
-
type: {
|
|
1267
|
-
id: string | null;
|
|
1268
|
-
text: string | null;
|
|
1269
|
-
coding: Array<{
|
|
1270
|
-
id: string | null;
|
|
1271
|
-
system: any | null;
|
|
1272
|
-
code: any | null;
|
|
1273
|
-
display: string | null;
|
|
1274
|
-
} | null> | null;
|
|
1275
|
-
} | null;
|
|
1276
|
-
} | null;
|
|
1036
|
+
type: any | null;
|
|
1277
1037
|
resource: {
|
|
1278
|
-
resourceType: string | null;
|
|
1279
1038
|
id: string;
|
|
1280
|
-
name:
|
|
1281
|
-
|
|
1039
|
+
name: Array<{
|
|
1040
|
+
text: string | null;
|
|
1041
|
+
family: string | null;
|
|
1042
|
+
given: Array<string | null> | null;
|
|
1043
|
+
prefix: Array<string | null> | null;
|
|
1044
|
+
suffix: Array<string | null> | null;
|
|
1045
|
+
} | null> | null;
|
|
1282
1046
|
identifier: Array<{
|
|
1283
1047
|
id: string | null;
|
|
1284
1048
|
system: any | null;
|
|
@@ -1294,17 +1058,43 @@ export type LocationFieldsFragment = {
|
|
|
1294
1058
|
} | null> | null;
|
|
1295
1059
|
} | null;
|
|
1296
1060
|
} | null> | null;
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1061
|
+
} | null;
|
|
1062
|
+
} | null;
|
|
1063
|
+
organization: {
|
|
1064
|
+
id: string | null;
|
|
1065
|
+
reference: string | null;
|
|
1066
|
+
type: any | null;
|
|
1067
|
+
resource: {
|
|
1068
|
+
resourceType: string | null;
|
|
1069
|
+
id: string;
|
|
1070
|
+
name: string | null;
|
|
1071
|
+
active: boolean | null;
|
|
1072
|
+
identifier: Array<{
|
|
1073
|
+
id: string | null;
|
|
1074
|
+
system: any | null;
|
|
1075
|
+
value: string | null;
|
|
1076
|
+
type: {
|
|
1077
|
+
id: string | null;
|
|
1078
|
+
text: string | null;
|
|
1079
|
+
coding: Array<{
|
|
1080
|
+
id: string | null;
|
|
1081
|
+
system: any | null;
|
|
1082
|
+
code: any | null;
|
|
1083
|
+
display: string | null;
|
|
1084
|
+
} | null> | null;
|
|
1085
|
+
} | null;
|
|
1086
|
+
} | null> | null;
|
|
1087
|
+
endpoint: Array<{
|
|
1088
|
+
id: string | null;
|
|
1089
|
+
reference: string | null;
|
|
1090
|
+
type: any | null;
|
|
1091
|
+
resource: {
|
|
1092
|
+
name: string | null;
|
|
1093
|
+
status: any | null;
|
|
1094
|
+
address: any | null;
|
|
1095
|
+
identifier: Array<{
|
|
1096
|
+
id: string | null;
|
|
1097
|
+
system: any | null;
|
|
1308
1098
|
value: string | null;
|
|
1309
1099
|
type: {
|
|
1310
1100
|
id: string | null;
|
|
@@ -1355,7 +1145,7 @@ export type LocationFieldsFragment = {
|
|
|
1355
1145
|
} | null> | null;
|
|
1356
1146
|
} | null;
|
|
1357
1147
|
} | null;
|
|
1358
|
-
|
|
1148
|
+
code: Array<{
|
|
1359
1149
|
id: string | null;
|
|
1360
1150
|
text: string | null;
|
|
1361
1151
|
coding: Array<{
|
|
@@ -1365,28 +1155,151 @@ export type LocationFieldsFragment = {
|
|
|
1365
1155
|
display: string | null;
|
|
1366
1156
|
} | null> | null;
|
|
1367
1157
|
} | null> | null;
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1158
|
+
specialty: Array<{
|
|
1159
|
+
id: string | null;
|
|
1160
|
+
text: string | null;
|
|
1161
|
+
coding: Array<{
|
|
1162
|
+
id: string | null;
|
|
1163
|
+
system: any | null;
|
|
1164
|
+
code: any | null;
|
|
1165
|
+
display: string | null;
|
|
1166
|
+
} | null> | null;
|
|
1167
|
+
} | null> | null;
|
|
1168
|
+
location: Array<{
|
|
1169
|
+
id: string | null;
|
|
1170
|
+
reference: string | null;
|
|
1171
|
+
type: any | null;
|
|
1172
|
+
resource: {
|
|
1173
|
+
name: string | null;
|
|
1174
|
+
alias: Array<string | null> | null;
|
|
1175
|
+
description: string | null;
|
|
1176
|
+
status: any | null;
|
|
1177
|
+
identifier: Array<{
|
|
1178
|
+
id: string | null;
|
|
1179
|
+
system: any | null;
|
|
1180
|
+
value: string | null;
|
|
1181
|
+
type: {
|
|
1182
|
+
id: string | null;
|
|
1183
|
+
text: string | null;
|
|
1184
|
+
coding: Array<{
|
|
1185
|
+
id: string | null;
|
|
1186
|
+
system: any | null;
|
|
1187
|
+
code: any | null;
|
|
1188
|
+
display: string | null;
|
|
1189
|
+
} | null> | null;
|
|
1190
|
+
} | null;
|
|
1191
|
+
} | null> | null;
|
|
1192
|
+
address: {
|
|
1193
|
+
use: any | null;
|
|
1194
|
+
type: any | null;
|
|
1195
|
+
text: string | null;
|
|
1196
|
+
line: Array<string | null> | null;
|
|
1197
|
+
city: string | null;
|
|
1198
|
+
district: string | null;
|
|
1199
|
+
state: string | null;
|
|
1200
|
+
postalCode: string | null;
|
|
1201
|
+
country: string | null;
|
|
1202
|
+
} | null;
|
|
1203
|
+
position: {
|
|
1204
|
+
latitude: number | null;
|
|
1205
|
+
longitude: number | null;
|
|
1206
|
+
} | null;
|
|
1207
|
+
telecom: Array<{
|
|
1208
|
+
id: string | null;
|
|
1209
|
+
system: any | null;
|
|
1210
|
+
value: string | null;
|
|
1211
|
+
use: any | null;
|
|
1212
|
+
rank: number | null;
|
|
1213
|
+
} | null> | null;
|
|
1214
|
+
managingOrganization: {
|
|
1215
|
+
id: string | null;
|
|
1216
|
+
reference: string | null;
|
|
1217
|
+
display: string | null;
|
|
1218
|
+
identifier: {
|
|
1219
|
+
id: string | null;
|
|
1220
|
+
system: any | null;
|
|
1221
|
+
value: string | null;
|
|
1222
|
+
type: {
|
|
1223
|
+
id: string | null;
|
|
1224
|
+
text: string | null;
|
|
1225
|
+
coding: Array<{
|
|
1226
|
+
id: string | null;
|
|
1227
|
+
system: any | null;
|
|
1228
|
+
code: any | null;
|
|
1229
|
+
display: string | null;
|
|
1230
|
+
} | null> | null;
|
|
1231
|
+
} | null;
|
|
1232
|
+
} | null;
|
|
1233
|
+
} | null;
|
|
1234
|
+
type: Array<{
|
|
1235
|
+
id: string | null;
|
|
1236
|
+
text: string | null;
|
|
1237
|
+
coding: Array<{
|
|
1238
|
+
id: string | null;
|
|
1239
|
+
system: any | null;
|
|
1240
|
+
code: any | null;
|
|
1241
|
+
display: string | null;
|
|
1242
|
+
} | null> | null;
|
|
1243
|
+
} | null> | null;
|
|
1244
|
+
} | null;
|
|
1245
|
+
} | null> | null;
|
|
1246
|
+
telecom: Array<{
|
|
1247
|
+
id: string | null;
|
|
1248
|
+
system: any | null;
|
|
1249
|
+
value: string | null;
|
|
1250
|
+
use: any | null;
|
|
1251
|
+
rank: number | null;
|
|
1252
|
+
} | null> | null;
|
|
1253
|
+
endpoint: Array<{
|
|
1254
|
+
id: string | null;
|
|
1255
|
+
reference: string | null;
|
|
1256
|
+
display: string | null;
|
|
1257
|
+
identifier: {
|
|
1258
|
+
id: string | null;
|
|
1259
|
+
system: any | null;
|
|
1260
|
+
value: string | null;
|
|
1261
|
+
type: {
|
|
1262
|
+
id: string | null;
|
|
1263
|
+
text: string | null;
|
|
1264
|
+
coding: Array<{
|
|
1265
|
+
id: string | null;
|
|
1266
|
+
system: any | null;
|
|
1267
|
+
code: any | null;
|
|
1268
|
+
display: string | null;
|
|
1269
|
+
} | null> | null;
|
|
1270
|
+
} | null;
|
|
1271
|
+
} | null;
|
|
1272
|
+
resource: {
|
|
1273
|
+
name: string | null;
|
|
1274
|
+
status: any | null;
|
|
1275
|
+
address: any | null;
|
|
1276
|
+
identifier: Array<{
|
|
1277
|
+
id: string | null;
|
|
1278
|
+
system: any | null;
|
|
1279
|
+
value: string | null;
|
|
1280
|
+
type: {
|
|
1281
|
+
id: string | null;
|
|
1282
|
+
text: string | null;
|
|
1283
|
+
coding: Array<{
|
|
1284
|
+
id: string | null;
|
|
1285
|
+
system: any | null;
|
|
1286
|
+
code: any | null;
|
|
1287
|
+
display: string | null;
|
|
1288
|
+
} | null> | null;
|
|
1289
|
+
} | null;
|
|
1290
|
+
} | null> | null;
|
|
1291
|
+
connectionType: {
|
|
1292
|
+
id: string | null;
|
|
1293
|
+
system: any | null;
|
|
1294
|
+
code: any | null;
|
|
1295
|
+
display: string | null;
|
|
1296
|
+
} | null;
|
|
1297
|
+
} | null;
|
|
1298
|
+
} | null> | null;
|
|
1299
|
+
period: {
|
|
1300
|
+
start: any | null;
|
|
1301
|
+
end: any | null;
|
|
1302
|
+
} | null;
|
|
1390
1303
|
};
|
|
1391
1304
|
export type OrganizationFieldsFragment = {
|
|
1392
1305
|
resourceType: string | null;
|
|
@@ -1494,37 +1407,86 @@ export type EndpointFieldsFragment = {
|
|
|
1494
1407
|
display: string | null;
|
|
1495
1408
|
} | null;
|
|
1496
1409
|
};
|
|
1497
|
-
export type
|
|
1498
|
-
|
|
1410
|
+
export type ContactPointFieldsFragment = {
|
|
1411
|
+
id: string | null;
|
|
1412
|
+
system: any | null;
|
|
1413
|
+
value: string | null;
|
|
1414
|
+
use: any | null;
|
|
1415
|
+
rank: number | null;
|
|
1416
|
+
};
|
|
1417
|
+
export type AddressFieldsFragment = {
|
|
1418
|
+
use: any | null;
|
|
1419
|
+
type: any | null;
|
|
1420
|
+
text: string | null;
|
|
1421
|
+
line: Array<string | null> | null;
|
|
1422
|
+
city: string | null;
|
|
1423
|
+
district: string | null;
|
|
1424
|
+
state: string | null;
|
|
1425
|
+
postalCode: string | null;
|
|
1426
|
+
country: string | null;
|
|
1427
|
+
};
|
|
1428
|
+
export type LocationFieldsFragment = {
|
|
1429
|
+
name: string | null;
|
|
1430
|
+
alias: Array<string | null> | null;
|
|
1431
|
+
description: string | null;
|
|
1432
|
+
status: any | null;
|
|
1433
|
+
identifier: Array<{
|
|
1499
1434
|
id: string | null;
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
id: string;
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
family: string | null;
|
|
1507
|
-
given: Array<string | null> | null;
|
|
1508
|
-
prefix: Array<string | null> | null;
|
|
1509
|
-
suffix: Array<string | null> | null;
|
|
1510
|
-
} | null> | null;
|
|
1511
|
-
identifier: Array<{
|
|
1435
|
+
system: any | null;
|
|
1436
|
+
value: string | null;
|
|
1437
|
+
type: {
|
|
1438
|
+
id: string | null;
|
|
1439
|
+
text: string | null;
|
|
1440
|
+
coding: Array<{
|
|
1512
1441
|
id: string | null;
|
|
1513
1442
|
system: any | null;
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
id: string | null;
|
|
1517
|
-
text: string | null;
|
|
1518
|
-
coding: Array<{
|
|
1519
|
-
id: string | null;
|
|
1520
|
-
system: any | null;
|
|
1521
|
-
code: any | null;
|
|
1522
|
-
display: string | null;
|
|
1523
|
-
} | null> | null;
|
|
1524
|
-
} | null;
|
|
1443
|
+
code: any | null;
|
|
1444
|
+
display: string | null;
|
|
1525
1445
|
} | null> | null;
|
|
1526
|
-
} |
|
|
1527
|
-
} | null;
|
|
1446
|
+
} | null;
|
|
1447
|
+
} | null> | null;
|
|
1448
|
+
address: {
|
|
1449
|
+
use: any | null;
|
|
1450
|
+
type: any | null;
|
|
1451
|
+
text: string | null;
|
|
1452
|
+
line: Array<string | null> | null;
|
|
1453
|
+
city: string | null;
|
|
1454
|
+
district: string | null;
|
|
1455
|
+
state: string | null;
|
|
1456
|
+
postalCode: string | null;
|
|
1457
|
+
country: string | null;
|
|
1458
|
+
} | null;
|
|
1459
|
+
position: {
|
|
1460
|
+
latitude: number | null;
|
|
1461
|
+
longitude: number | null;
|
|
1462
|
+
} | null;
|
|
1463
|
+
telecom: Array<{
|
|
1464
|
+
id: string | null;
|
|
1465
|
+
system: any | null;
|
|
1466
|
+
value: string | null;
|
|
1467
|
+
use: any | null;
|
|
1468
|
+
rank: number | null;
|
|
1469
|
+
} | null> | null;
|
|
1470
|
+
managingOrganization: {
|
|
1471
|
+
id: string | null;
|
|
1472
|
+
reference: string | null;
|
|
1473
|
+
display: string | null;
|
|
1474
|
+
identifier: {
|
|
1475
|
+
id: string | null;
|
|
1476
|
+
system: any | null;
|
|
1477
|
+
value: string | null;
|
|
1478
|
+
type: {
|
|
1479
|
+
id: string | null;
|
|
1480
|
+
text: string | null;
|
|
1481
|
+
coding: Array<{
|
|
1482
|
+
id: string | null;
|
|
1483
|
+
system: any | null;
|
|
1484
|
+
code: any | null;
|
|
1485
|
+
display: string | null;
|
|
1486
|
+
} | null> | null;
|
|
1487
|
+
} | null;
|
|
1488
|
+
} | null;
|
|
1489
|
+
} | null;
|
|
1528
1490
|
type: Array<{
|
|
1529
1491
|
id: string | null;
|
|
1530
1492
|
text: string | null;
|
|
@@ -1535,55 +1497,99 @@ export type ParticipantFieldsFragment = {
|
|
|
1535
1497
|
display: string | null;
|
|
1536
1498
|
} | null> | null;
|
|
1537
1499
|
} | null> | null;
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1500
|
+
};
|
|
1501
|
+
export type PositionFieldsFragment = {
|
|
1502
|
+
latitude: number | null;
|
|
1503
|
+
longitude: number | null;
|
|
1504
|
+
};
|
|
1505
|
+
export type LocationManagingOrganizationReferenceFieldsFragment = {
|
|
1506
|
+
id: string | null;
|
|
1507
|
+
reference: string | null;
|
|
1508
|
+
display: string | null;
|
|
1509
|
+
identifier: {
|
|
1510
|
+
id: string | null;
|
|
1511
|
+
system: any | null;
|
|
1512
|
+
value: string | null;
|
|
1513
|
+
type: {
|
|
1514
|
+
id: string | null;
|
|
1515
|
+
text: string | null;
|
|
1516
|
+
coding: Array<{
|
|
1517
|
+
id: string | null;
|
|
1518
|
+
system: any | null;
|
|
1519
|
+
code: any | null;
|
|
1520
|
+
display: string | null;
|
|
1521
|
+
} | null> | null;
|
|
1522
|
+
} | null;
|
|
1541
1523
|
} | null;
|
|
1542
1524
|
};
|
|
1543
|
-
export type
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1525
|
+
export type RelatedPersonFieldsFragment = {
|
|
1526
|
+
resourceType: string | null;
|
|
1527
|
+
id: string;
|
|
1528
|
+
active: boolean | null;
|
|
1529
|
+
name: Array<{
|
|
1530
|
+
text: string | null;
|
|
1531
|
+
family: string | null;
|
|
1532
|
+
given: Array<string | null> | null;
|
|
1533
|
+
prefix: Array<string | null> | null;
|
|
1534
|
+
suffix: Array<string | null> | null;
|
|
1535
|
+
} | null> | null;
|
|
1536
|
+
identifier: Array<{
|
|
1547
1537
|
id: string | null;
|
|
1548
|
-
|
|
1538
|
+
system: any | null;
|
|
1539
|
+
value: string | null;
|
|
1540
|
+
type: {
|
|
1541
|
+
id: string | null;
|
|
1542
|
+
text: string | null;
|
|
1543
|
+
coding: Array<{
|
|
1544
|
+
id: string | null;
|
|
1545
|
+
system: any | null;
|
|
1546
|
+
code: any | null;
|
|
1547
|
+
display: string | null;
|
|
1548
|
+
} | null> | null;
|
|
1549
|
+
} | null;
|
|
1550
|
+
} | null> | null;
|
|
1551
|
+
telecom: Array<{
|
|
1552
|
+
id: string | null;
|
|
1553
|
+
system: any | null;
|
|
1554
|
+
value: string | null;
|
|
1555
|
+
use: any | null;
|
|
1556
|
+
rank: number | null;
|
|
1557
|
+
} | null> | null;
|
|
1558
|
+
address: Array<{
|
|
1559
|
+
use: any | null;
|
|
1549
1560
|
type: any | null;
|
|
1561
|
+
text: string | null;
|
|
1562
|
+
line: Array<string | null> | null;
|
|
1563
|
+
city: string | null;
|
|
1564
|
+
district: string | null;
|
|
1565
|
+
state: string | null;
|
|
1566
|
+
postalCode: string | null;
|
|
1567
|
+
country: string | null;
|
|
1568
|
+
} | null> | null;
|
|
1569
|
+
relationship: Array<{
|
|
1570
|
+
id: string | null;
|
|
1571
|
+
text: string | null;
|
|
1572
|
+
coding: Array<{
|
|
1573
|
+
id: string | null;
|
|
1574
|
+
system: any | null;
|
|
1575
|
+
code: any | null;
|
|
1576
|
+
display: string | null;
|
|
1577
|
+
} | null> | null;
|
|
1578
|
+
} | null> | null;
|
|
1579
|
+
patient: {
|
|
1550
1580
|
resource: {
|
|
1551
1581
|
id: string;
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
lastUpdated: any | null;
|
|
1564
|
-
source: any | null;
|
|
1565
|
-
security: Array<{
|
|
1566
|
-
id: string | null;
|
|
1567
|
-
system: any | null;
|
|
1568
|
-
code: any | null;
|
|
1569
|
-
display: string | null;
|
|
1570
|
-
} | null> | null;
|
|
1571
|
-
tag: Array<{
|
|
1572
|
-
id: string | null;
|
|
1573
|
-
system: any | null;
|
|
1574
|
-
code: any | null;
|
|
1575
|
-
display: string | null;
|
|
1576
|
-
} | null> | null;
|
|
1577
|
-
} | null;
|
|
1578
|
-
text: {
|
|
1579
|
-
div: any | null;
|
|
1580
|
-
status: any | null;
|
|
1581
|
-
} | null;
|
|
1582
|
-
identifier: Array<{
|
|
1583
|
-
id: string | null;
|
|
1584
|
-
system: any | null;
|
|
1585
|
-
value: string | null;
|
|
1586
|
-
type: {
|
|
1582
|
+
gender: any | null;
|
|
1583
|
+
birthDate: any | null;
|
|
1584
|
+
name: Array<{
|
|
1585
|
+
text: string | null;
|
|
1586
|
+
family: string | null;
|
|
1587
|
+
given: Array<string | null> | null;
|
|
1588
|
+
prefix: Array<string | null> | null;
|
|
1589
|
+
suffix: Array<string | null> | null;
|
|
1590
|
+
} | null> | null;
|
|
1591
|
+
communication: Array<{
|
|
1592
|
+
language: {
|
|
1587
1593
|
id: string | null;
|
|
1588
1594
|
text: string | null;
|
|
1589
1595
|
coding: Array<{
|
|
@@ -1594,130 +1600,160 @@ export type ImmunizationReactionFieldsFragment = {
|
|
|
1594
1600
|
} | null> | null;
|
|
1595
1601
|
} | null;
|
|
1596
1602
|
} | null> | null;
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
id: string | null;
|
|
1613
|
-
reference: string | null;
|
|
1614
|
-
type: any | null;
|
|
1615
|
-
resource: {
|
|
1616
|
-
resourceType: string | null;
|
|
1617
|
-
id: string;
|
|
1618
|
-
reasonCode: Array<{
|
|
1619
|
-
id: string | null;
|
|
1620
|
-
text: string | null;
|
|
1621
|
-
coding: Array<{
|
|
1622
|
-
id: string | null;
|
|
1623
|
-
system: any | null;
|
|
1624
|
-
code: any | null;
|
|
1625
|
-
display: string | null;
|
|
1626
|
-
} | null> | null;
|
|
1627
|
-
} | null> | null;
|
|
1628
|
-
} | {} | null;
|
|
1629
|
-
} | null> | null;
|
|
1630
|
-
code: {
|
|
1631
|
-
id: string | null;
|
|
1632
|
-
text: string | null;
|
|
1633
|
-
coding: Array<{
|
|
1634
|
-
id: string | null;
|
|
1635
|
-
system: any | null;
|
|
1636
|
-
code: any | null;
|
|
1637
|
-
display: string | null;
|
|
1638
|
-
} | null> | null;
|
|
1639
|
-
} | null;
|
|
1640
|
-
category: Array<{
|
|
1603
|
+
} | null;
|
|
1604
|
+
} | null;
|
|
1605
|
+
};
|
|
1606
|
+
export type EncounterFieldsFragment = {
|
|
1607
|
+
resourceType: string | null;
|
|
1608
|
+
id: string;
|
|
1609
|
+
status: any | null;
|
|
1610
|
+
identifier: Array<{
|
|
1611
|
+
id: string | null;
|
|
1612
|
+
system: any | null;
|
|
1613
|
+
value: string | null;
|
|
1614
|
+
type: {
|
|
1615
|
+
id: string | null;
|
|
1616
|
+
text: string | null;
|
|
1617
|
+
coding: Array<{
|
|
1641
1618
|
id: string | null;
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
system: any | null;
|
|
1646
|
-
code: any | null;
|
|
1647
|
-
display: string | null;
|
|
1648
|
-
} | null> | null;
|
|
1649
|
-
} | null> | null;
|
|
1650
|
-
referenceRange: Array<{
|
|
1651
|
-
text: string | null;
|
|
1652
|
-
low: {
|
|
1653
|
-
value: number | null;
|
|
1654
|
-
unit: string | null;
|
|
1655
|
-
code: any | null;
|
|
1656
|
-
comparator: any | null;
|
|
1657
|
-
system: any | null;
|
|
1658
|
-
} | null;
|
|
1659
|
-
high: {
|
|
1660
|
-
value: number | null;
|
|
1661
|
-
unit: string | null;
|
|
1662
|
-
code: any | null;
|
|
1663
|
-
comparator: any | null;
|
|
1664
|
-
system: any | null;
|
|
1665
|
-
} | null;
|
|
1619
|
+
system: any | null;
|
|
1620
|
+
code: any | null;
|
|
1621
|
+
display: string | null;
|
|
1666
1622
|
} | null> | null;
|
|
1667
|
-
|
|
1623
|
+
} | null;
|
|
1624
|
+
} | null> | null;
|
|
1625
|
+
meta: {
|
|
1626
|
+
versionId: string | null;
|
|
1627
|
+
lastUpdated: any | null;
|
|
1628
|
+
source: any | null;
|
|
1629
|
+
security: Array<{
|
|
1630
|
+
id: string | null;
|
|
1631
|
+
system: any | null;
|
|
1632
|
+
code: any | null;
|
|
1633
|
+
display: string | null;
|
|
1634
|
+
} | null> | null;
|
|
1635
|
+
tag: Array<{
|
|
1636
|
+
id: string | null;
|
|
1637
|
+
system: any | null;
|
|
1638
|
+
code: any | null;
|
|
1639
|
+
display: string | null;
|
|
1640
|
+
} | null> | null;
|
|
1641
|
+
} | null;
|
|
1642
|
+
text: {
|
|
1643
|
+
div: any | null;
|
|
1644
|
+
status: any | null;
|
|
1645
|
+
} | null;
|
|
1646
|
+
type: Array<{
|
|
1647
|
+
id: string | null;
|
|
1648
|
+
text: string | null;
|
|
1649
|
+
coding: Array<{
|
|
1650
|
+
id: string | null;
|
|
1651
|
+
system: any | null;
|
|
1652
|
+
code: any | null;
|
|
1653
|
+
display: string | null;
|
|
1654
|
+
} | null> | null;
|
|
1655
|
+
} | null> | null;
|
|
1656
|
+
period: {
|
|
1657
|
+
start: any | null;
|
|
1658
|
+
end: any | null;
|
|
1659
|
+
} | null;
|
|
1660
|
+
reasonCode: Array<{
|
|
1661
|
+
id: string | null;
|
|
1662
|
+
text: string | null;
|
|
1663
|
+
coding: Array<{
|
|
1664
|
+
id: string | null;
|
|
1665
|
+
system: any | null;
|
|
1666
|
+
code: any | null;
|
|
1667
|
+
display: string | null;
|
|
1668
|
+
} | null> | null;
|
|
1669
|
+
} | null> | null;
|
|
1670
|
+
class: {
|
|
1671
|
+
id: string | null;
|
|
1672
|
+
system: any | null;
|
|
1673
|
+
code: any | null;
|
|
1674
|
+
display: string | null;
|
|
1675
|
+
} | null;
|
|
1676
|
+
hospitalization: {
|
|
1677
|
+
dischargeDisposition: {
|
|
1678
|
+
id: string | null;
|
|
1679
|
+
text: string | null;
|
|
1680
|
+
coding: Array<{
|
|
1668
1681
|
id: string | null;
|
|
1669
|
-
|
|
1670
|
-
|
|
1682
|
+
system: any | null;
|
|
1683
|
+
code: any | null;
|
|
1684
|
+
display: string | null;
|
|
1685
|
+
} | null> | null;
|
|
1686
|
+
} | null;
|
|
1687
|
+
} | null;
|
|
1688
|
+
location: Array<{
|
|
1689
|
+
status: any | null;
|
|
1690
|
+
location: {
|
|
1691
|
+
id: string | null;
|
|
1692
|
+
reference: string | null;
|
|
1693
|
+
type: any | null;
|
|
1694
|
+
resource: {
|
|
1695
|
+
name: string | null;
|
|
1696
|
+
alias: Array<string | null> | null;
|
|
1697
|
+
description: string | null;
|
|
1698
|
+
status: any | null;
|
|
1699
|
+
identifier: Array<{
|
|
1671
1700
|
id: string | null;
|
|
1672
1701
|
system: any | null;
|
|
1673
|
-
|
|
1674
|
-
|
|
1702
|
+
value: string | null;
|
|
1703
|
+
type: {
|
|
1704
|
+
id: string | null;
|
|
1705
|
+
text: string | null;
|
|
1706
|
+
coding: Array<{
|
|
1707
|
+
id: string | null;
|
|
1708
|
+
system: any | null;
|
|
1709
|
+
code: any | null;
|
|
1710
|
+
display: string | null;
|
|
1711
|
+
} | null> | null;
|
|
1712
|
+
} | null;
|
|
1675
1713
|
} | null> | null;
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
valueBoolean: boolean | null;
|
|
1680
|
-
valueInteger: number | null;
|
|
1681
|
-
valueTime: any | null;
|
|
1682
|
-
valueDateTime: any | null;
|
|
1683
|
-
code: {
|
|
1684
|
-
id: string | null;
|
|
1714
|
+
address: {
|
|
1715
|
+
use: any | null;
|
|
1716
|
+
type: any | null;
|
|
1685
1717
|
text: string | null;
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1718
|
+
line: Array<string | null> | null;
|
|
1719
|
+
city: string | null;
|
|
1720
|
+
district: string | null;
|
|
1721
|
+
state: string | null;
|
|
1722
|
+
postalCode: string | null;
|
|
1723
|
+
country: string | null;
|
|
1692
1724
|
} | null;
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
value: number | null;
|
|
1704
|
-
unit: string | null;
|
|
1705
|
-
code: any | null;
|
|
1706
|
-
comparator: any | null;
|
|
1707
|
-
system: any | null;
|
|
1708
|
-
} | null;
|
|
1725
|
+
position: {
|
|
1726
|
+
latitude: number | null;
|
|
1727
|
+
longitude: number | null;
|
|
1728
|
+
} | null;
|
|
1729
|
+
telecom: Array<{
|
|
1730
|
+
id: string | null;
|
|
1731
|
+
system: any | null;
|
|
1732
|
+
value: string | null;
|
|
1733
|
+
use: any | null;
|
|
1734
|
+
rank: number | null;
|
|
1709
1735
|
} | null> | null;
|
|
1710
|
-
|
|
1736
|
+
managingOrganization: {
|
|
1711
1737
|
id: string | null;
|
|
1712
|
-
|
|
1713
|
-
|
|
1738
|
+
reference: string | null;
|
|
1739
|
+
display: string | null;
|
|
1740
|
+
identifier: {
|
|
1714
1741
|
id: string | null;
|
|
1715
1742
|
system: any | null;
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1743
|
+
value: string | null;
|
|
1744
|
+
type: {
|
|
1745
|
+
id: string | null;
|
|
1746
|
+
text: string | null;
|
|
1747
|
+
coding: Array<{
|
|
1748
|
+
id: string | null;
|
|
1749
|
+
system: any | null;
|
|
1750
|
+
code: any | null;
|
|
1751
|
+
display: string | null;
|
|
1752
|
+
} | null> | null;
|
|
1753
|
+
} | null;
|
|
1754
|
+
} | null;
|
|
1755
|
+
} | null;
|
|
1756
|
+
type: Array<{
|
|
1721
1757
|
id: string | null;
|
|
1722
1758
|
text: string | null;
|
|
1723
1759
|
coding: Array<{
|
|
@@ -1726,15 +1762,84 @@ export type ImmunizationReactionFieldsFragment = {
|
|
|
1726
1762
|
code: any | null;
|
|
1727
1763
|
display: string | null;
|
|
1728
1764
|
} | null> | null;
|
|
1729
|
-
} | null;
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1765
|
+
} | null> | null;
|
|
1766
|
+
} | null;
|
|
1767
|
+
} | null;
|
|
1768
|
+
physicalType: {
|
|
1769
|
+
id: string | null;
|
|
1770
|
+
text: string | null;
|
|
1771
|
+
coding: Array<{
|
|
1772
|
+
id: string | null;
|
|
1773
|
+
system: any | null;
|
|
1774
|
+
code: any | null;
|
|
1775
|
+
display: string | null;
|
|
1776
|
+
} | null> | null;
|
|
1777
|
+
} | null;
|
|
1778
|
+
period: {
|
|
1779
|
+
start: any | null;
|
|
1780
|
+
end: any | null;
|
|
1781
|
+
} | null;
|
|
1782
|
+
} | null> | null;
|
|
1783
|
+
participant: Array<{
|
|
1784
|
+
individual: {
|
|
1785
|
+
id: string | null;
|
|
1786
|
+
reference: string | null;
|
|
1787
|
+
type: any | null;
|
|
1788
|
+
resource: {
|
|
1789
|
+
id: string;
|
|
1790
|
+
name: Array<{
|
|
1791
|
+
text: string | null;
|
|
1792
|
+
family: string | null;
|
|
1793
|
+
given: Array<string | null> | null;
|
|
1794
|
+
prefix: Array<string | null> | null;
|
|
1795
|
+
suffix: Array<string | null> | null;
|
|
1796
|
+
} | null> | null;
|
|
1797
|
+
identifier: Array<{
|
|
1798
|
+
id: string | null;
|
|
1735
1799
|
system: any | null;
|
|
1736
|
-
|
|
1737
|
-
|
|
1800
|
+
value: string | null;
|
|
1801
|
+
type: {
|
|
1802
|
+
id: string | null;
|
|
1803
|
+
text: string | null;
|
|
1804
|
+
coding: Array<{
|
|
1805
|
+
id: string | null;
|
|
1806
|
+
system: any | null;
|
|
1807
|
+
code: any | null;
|
|
1808
|
+
display: string | null;
|
|
1809
|
+
} | null> | null;
|
|
1810
|
+
} | null;
|
|
1811
|
+
} | null> | null;
|
|
1812
|
+
} | {} | null;
|
|
1813
|
+
} | null;
|
|
1814
|
+
type: Array<{
|
|
1815
|
+
id: string | null;
|
|
1816
|
+
text: string | null;
|
|
1817
|
+
coding: Array<{
|
|
1818
|
+
id: string | null;
|
|
1819
|
+
system: any | null;
|
|
1820
|
+
code: any | null;
|
|
1821
|
+
display: string | null;
|
|
1822
|
+
} | null> | null;
|
|
1823
|
+
} | null> | null;
|
|
1824
|
+
period: {
|
|
1825
|
+
start: any | null;
|
|
1826
|
+
end: any | null;
|
|
1827
|
+
} | null;
|
|
1828
|
+
} | null> | null;
|
|
1829
|
+
serviceProvider: {
|
|
1830
|
+
id: string | null;
|
|
1831
|
+
reference: string | null;
|
|
1832
|
+
type: any | null;
|
|
1833
|
+
resource: {
|
|
1834
|
+
resourceType: string | null;
|
|
1835
|
+
id: string;
|
|
1836
|
+
name: string | null;
|
|
1837
|
+
active: boolean | null;
|
|
1838
|
+
identifier: Array<{
|
|
1839
|
+
id: string | null;
|
|
1840
|
+
system: any | null;
|
|
1841
|
+
value: string | null;
|
|
1842
|
+
type: {
|
|
1738
1843
|
id: string | null;
|
|
1739
1844
|
text: string | null;
|
|
1740
1845
|
coding: Array<{
|
|
@@ -1744,61 +1849,15 @@ export type ImmunizationReactionFieldsFragment = {
|
|
|
1744
1849
|
display: string | null;
|
|
1745
1850
|
} | null> | null;
|
|
1746
1851
|
} | null;
|
|
1747
|
-
valueRatio: {
|
|
1748
|
-
numerator: {
|
|
1749
|
-
value: number | null;
|
|
1750
|
-
unit: string | null;
|
|
1751
|
-
code: any | null;
|
|
1752
|
-
comparator: any | null;
|
|
1753
|
-
system: any | null;
|
|
1754
|
-
} | null;
|
|
1755
|
-
denominator: {
|
|
1756
|
-
value: number | null;
|
|
1757
|
-
unit: string | null;
|
|
1758
|
-
code: any | null;
|
|
1759
|
-
comparator: any | null;
|
|
1760
|
-
system: any | null;
|
|
1761
|
-
} | null;
|
|
1762
|
-
} | null;
|
|
1763
|
-
valueRange: {
|
|
1764
|
-
low: {
|
|
1765
|
-
value: number | null;
|
|
1766
|
-
unit: string | null;
|
|
1767
|
-
code: any | null;
|
|
1768
|
-
comparator: any | null;
|
|
1769
|
-
system: any | null;
|
|
1770
|
-
} | null;
|
|
1771
|
-
high: {
|
|
1772
|
-
value: number | null;
|
|
1773
|
-
unit: string | null;
|
|
1774
|
-
code: any | null;
|
|
1775
|
-
comparator: any | null;
|
|
1776
|
-
system: any | null;
|
|
1777
|
-
} | null;
|
|
1778
|
-
} | null;
|
|
1779
|
-
valuePeriod: {
|
|
1780
|
-
start: any | null;
|
|
1781
|
-
end: any | null;
|
|
1782
|
-
} | null;
|
|
1783
1852
|
} | null> | null;
|
|
1784
|
-
|
|
1785
|
-
start: any | null;
|
|
1786
|
-
end: any | null;
|
|
1787
|
-
} | null;
|
|
1788
|
-
note: Array<{
|
|
1789
|
-
id: string | null;
|
|
1790
|
-
authorString: string | null;
|
|
1791
|
-
time: any | null;
|
|
1792
|
-
text: any | null;
|
|
1793
|
-
} | null> | null;
|
|
1794
|
-
encounter: {
|
|
1853
|
+
endpoint: Array<{
|
|
1795
1854
|
id: string | null;
|
|
1796
1855
|
reference: string | null;
|
|
1797
1856
|
type: any | null;
|
|
1798
1857
|
resource: {
|
|
1799
|
-
|
|
1800
|
-
id: string;
|
|
1858
|
+
name: string | null;
|
|
1801
1859
|
status: any | null;
|
|
1860
|
+
address: any | null;
|
|
1802
1861
|
identifier: Array<{
|
|
1803
1862
|
id: string | null;
|
|
1804
1863
|
system: any | null;
|
|
@@ -1814,59 +1873,157 @@ export type ImmunizationReactionFieldsFragment = {
|
|
|
1814
1873
|
} | null> | null;
|
|
1815
1874
|
} | null;
|
|
1816
1875
|
} | null> | null;
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
id: string | null;
|
|
1823
|
-
system: any | null;
|
|
1824
|
-
code: any | null;
|
|
1825
|
-
display: string | null;
|
|
1826
|
-
} | null> | null;
|
|
1827
|
-
tag: Array<{
|
|
1828
|
-
id: string | null;
|
|
1829
|
-
system: any | null;
|
|
1830
|
-
code: any | null;
|
|
1831
|
-
display: string | null;
|
|
1832
|
-
} | null> | null;
|
|
1833
|
-
} | null;
|
|
1834
|
-
text: {
|
|
1835
|
-
div: any | null;
|
|
1836
|
-
status: any | null;
|
|
1876
|
+
connectionType: {
|
|
1877
|
+
id: string | null;
|
|
1878
|
+
system: any | null;
|
|
1879
|
+
code: any | null;
|
|
1880
|
+
display: string | null;
|
|
1837
1881
|
} | null;
|
|
1838
|
-
|
|
1882
|
+
} | null;
|
|
1883
|
+
} | null> | null;
|
|
1884
|
+
telecom: Array<{
|
|
1885
|
+
id: string | null;
|
|
1886
|
+
system: any | null;
|
|
1887
|
+
value: string | null;
|
|
1888
|
+
use: any | null;
|
|
1889
|
+
rank: number | null;
|
|
1890
|
+
} | null> | null;
|
|
1891
|
+
address: Array<{
|
|
1892
|
+
use: any | null;
|
|
1893
|
+
type: any | null;
|
|
1894
|
+
text: string | null;
|
|
1895
|
+
line: Array<string | null> | null;
|
|
1896
|
+
city: string | null;
|
|
1897
|
+
district: string | null;
|
|
1898
|
+
state: string | null;
|
|
1899
|
+
postalCode: string | null;
|
|
1900
|
+
country: string | null;
|
|
1901
|
+
} | null> | null;
|
|
1902
|
+
type: Array<{
|
|
1903
|
+
id: string | null;
|
|
1904
|
+
text: string | null;
|
|
1905
|
+
coding: Array<{
|
|
1906
|
+
id: string | null;
|
|
1907
|
+
system: any | null;
|
|
1908
|
+
code: any | null;
|
|
1909
|
+
display: string | null;
|
|
1910
|
+
} | null> | null;
|
|
1911
|
+
} | null> | null;
|
|
1912
|
+
} | null;
|
|
1913
|
+
} | null;
|
|
1914
|
+
subject: {
|
|
1915
|
+
id: string | null;
|
|
1916
|
+
reference: string | null;
|
|
1917
|
+
type: any | null;
|
|
1918
|
+
resource: {
|
|
1919
|
+
id: string;
|
|
1920
|
+
gender: any | null;
|
|
1921
|
+
birthDate: any | null;
|
|
1922
|
+
name: Array<{
|
|
1923
|
+
text: string | null;
|
|
1924
|
+
family: string | null;
|
|
1925
|
+
given: Array<string | null> | null;
|
|
1926
|
+
prefix: Array<string | null> | null;
|
|
1927
|
+
suffix: Array<string | null> | null;
|
|
1928
|
+
} | null> | null;
|
|
1929
|
+
communication: Array<{
|
|
1930
|
+
language: {
|
|
1931
|
+
id: string | null;
|
|
1932
|
+
text: string | null;
|
|
1933
|
+
coding: Array<{
|
|
1839
1934
|
id: string | null;
|
|
1935
|
+
system: any | null;
|
|
1936
|
+
code: any | null;
|
|
1937
|
+
display: string | null;
|
|
1938
|
+
} | null> | null;
|
|
1939
|
+
} | null;
|
|
1940
|
+
} | null> | null;
|
|
1941
|
+
} | {} | null;
|
|
1942
|
+
} | null;
|
|
1943
|
+
reasonReference: Array<{
|
|
1944
|
+
id: string | null;
|
|
1945
|
+
reference: string | null;
|
|
1946
|
+
type: any | null;
|
|
1947
|
+
resource: {
|
|
1948
|
+
id: string;
|
|
1949
|
+
onsetDateTime: any | null;
|
|
1950
|
+
recordedDate: any | null;
|
|
1951
|
+
abatementDateTime: any | null;
|
|
1952
|
+
meta: {
|
|
1953
|
+
versionId: string | null;
|
|
1954
|
+
lastUpdated: any | null;
|
|
1955
|
+
source: any | null;
|
|
1956
|
+
security: Array<{
|
|
1957
|
+
id: string | null;
|
|
1958
|
+
system: any | null;
|
|
1959
|
+
code: any | null;
|
|
1960
|
+
display: string | null;
|
|
1961
|
+
} | null> | null;
|
|
1962
|
+
tag: Array<{
|
|
1963
|
+
id: string | null;
|
|
1964
|
+
system: any | null;
|
|
1965
|
+
code: any | null;
|
|
1966
|
+
display: string | null;
|
|
1967
|
+
} | null> | null;
|
|
1968
|
+
} | null;
|
|
1969
|
+
code: {
|
|
1970
|
+
id: string | null;
|
|
1971
|
+
text: string | null;
|
|
1972
|
+
coding: Array<{
|
|
1973
|
+
id: string | null;
|
|
1974
|
+
system: any | null;
|
|
1975
|
+
code: any | null;
|
|
1976
|
+
display: string | null;
|
|
1977
|
+
} | null> | null;
|
|
1978
|
+
} | null;
|
|
1979
|
+
clinicalStatus: {
|
|
1980
|
+
id: string | null;
|
|
1981
|
+
text: string | null;
|
|
1982
|
+
coding: Array<{
|
|
1983
|
+
id: string | null;
|
|
1984
|
+
system: any | null;
|
|
1985
|
+
code: any | null;
|
|
1986
|
+
display: string | null;
|
|
1987
|
+
} | null> | null;
|
|
1988
|
+
} | null;
|
|
1989
|
+
recorder: {
|
|
1990
|
+
resource: {
|
|
1991
|
+
id: string;
|
|
1992
|
+
gender: any | null;
|
|
1993
|
+
birthDate: any | null;
|
|
1994
|
+
name: Array<{
|
|
1840
1995
|
text: string | null;
|
|
1841
|
-
|
|
1996
|
+
family: string | null;
|
|
1997
|
+
given: Array<string | null> | null;
|
|
1998
|
+
prefix: Array<string | null> | null;
|
|
1999
|
+
suffix: Array<string | null> | null;
|
|
2000
|
+
} | null> | null;
|
|
2001
|
+
communication: Array<{
|
|
2002
|
+
language: {
|
|
1842
2003
|
id: string | null;
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
2004
|
+
text: string | null;
|
|
2005
|
+
coding: Array<{
|
|
2006
|
+
id: string | null;
|
|
2007
|
+
system: any | null;
|
|
2008
|
+
code: any | null;
|
|
2009
|
+
display: string | null;
|
|
2010
|
+
} | null> | null;
|
|
2011
|
+
} | null;
|
|
1847
2012
|
} | null> | null;
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
} | null;
|
|
1852
|
-
reasonCode: Array<{
|
|
1853
|
-
id: string | null;
|
|
2013
|
+
} | {
|
|
2014
|
+
id: string;
|
|
2015
|
+
name: Array<{
|
|
1854
2016
|
text: string | null;
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
display: string | null;
|
|
1860
|
-
} | null> | null;
|
|
2017
|
+
family: string | null;
|
|
2018
|
+
given: Array<string | null> | null;
|
|
2019
|
+
prefix: Array<string | null> | null;
|
|
2020
|
+
suffix: Array<string | null> | null;
|
|
1861
2021
|
} | null> | null;
|
|
1862
|
-
|
|
2022
|
+
identifier: Array<{
|
|
1863
2023
|
id: string | null;
|
|
1864
2024
|
system: any | null;
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
} | null;
|
|
1868
|
-
hospitalization: {
|
|
1869
|
-
dischargeDisposition: {
|
|
2025
|
+
value: string | null;
|
|
2026
|
+
type: {
|
|
1870
2027
|
id: string | null;
|
|
1871
2028
|
text: string | null;
|
|
1872
2029
|
coding: Array<{
|
|
@@ -1876,28 +2033,469 @@ export type ImmunizationReactionFieldsFragment = {
|
|
|
1876
2033
|
display: string | null;
|
|
1877
2034
|
} | null> | null;
|
|
1878
2035
|
} | null;
|
|
1879
|
-
} | null;
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
2036
|
+
} | null> | null;
|
|
2037
|
+
} | {} | null;
|
|
2038
|
+
} | null;
|
|
2039
|
+
note: Array<{
|
|
2040
|
+
authorString: string | null;
|
|
2041
|
+
time: any | null;
|
|
2042
|
+
text: any | null;
|
|
2043
|
+
} | null> | null;
|
|
2044
|
+
onsetPeriod: {
|
|
2045
|
+
start: any | null;
|
|
2046
|
+
end: any | null;
|
|
2047
|
+
} | null;
|
|
2048
|
+
abatementPeriod: {
|
|
2049
|
+
start: any | null;
|
|
2050
|
+
end: any | null;
|
|
2051
|
+
} | null;
|
|
2052
|
+
category: Array<{
|
|
2053
|
+
id: string | null;
|
|
2054
|
+
text: string | null;
|
|
2055
|
+
coding: Array<{
|
|
2056
|
+
id: string | null;
|
|
2057
|
+
system: any | null;
|
|
2058
|
+
code: any | null;
|
|
2059
|
+
display: string | null;
|
|
2060
|
+
} | null> | null;
|
|
2061
|
+
} | null> | null;
|
|
2062
|
+
severity: {
|
|
2063
|
+
id: string | null;
|
|
2064
|
+
text: string | null;
|
|
2065
|
+
coding: Array<{
|
|
2066
|
+
id: string | null;
|
|
2067
|
+
system: any | null;
|
|
2068
|
+
code: any | null;
|
|
2069
|
+
display: string | null;
|
|
2070
|
+
} | null> | null;
|
|
2071
|
+
} | null;
|
|
2072
|
+
verificationStatus: {
|
|
2073
|
+
id: string | null;
|
|
2074
|
+
text: string | null;
|
|
2075
|
+
coding: Array<{
|
|
2076
|
+
id: string | null;
|
|
2077
|
+
system: any | null;
|
|
2078
|
+
code: any | null;
|
|
2079
|
+
display: string | null;
|
|
2080
|
+
} | null> | null;
|
|
2081
|
+
} | null;
|
|
2082
|
+
bodySite: Array<{
|
|
2083
|
+
id: string | null;
|
|
2084
|
+
text: string | null;
|
|
2085
|
+
coding: Array<{
|
|
2086
|
+
id: string | null;
|
|
2087
|
+
system: any | null;
|
|
2088
|
+
code: any | null;
|
|
2089
|
+
display: string | null;
|
|
2090
|
+
} | null> | null;
|
|
2091
|
+
} | null> | null;
|
|
2092
|
+
} | {} | null;
|
|
2093
|
+
} | null> | null;
|
|
2094
|
+
};
|
|
2095
|
+
export type ParticipantFieldsFragment = {
|
|
2096
|
+
individual: {
|
|
2097
|
+
id: string | null;
|
|
2098
|
+
reference: string | null;
|
|
2099
|
+
type: any | null;
|
|
2100
|
+
resource: {
|
|
2101
|
+
id: string;
|
|
2102
|
+
name: Array<{
|
|
2103
|
+
text: string | null;
|
|
2104
|
+
family: string | null;
|
|
2105
|
+
given: Array<string | null> | null;
|
|
2106
|
+
prefix: Array<string | null> | null;
|
|
2107
|
+
suffix: Array<string | null> | null;
|
|
2108
|
+
} | null> | null;
|
|
2109
|
+
identifier: Array<{
|
|
2110
|
+
id: string | null;
|
|
2111
|
+
system: any | null;
|
|
2112
|
+
value: string | null;
|
|
2113
|
+
type: {
|
|
2114
|
+
id: string | null;
|
|
2115
|
+
text: string | null;
|
|
2116
|
+
coding: Array<{
|
|
2117
|
+
id: string | null;
|
|
2118
|
+
system: any | null;
|
|
2119
|
+
code: any | null;
|
|
2120
|
+
display: string | null;
|
|
2121
|
+
} | null> | null;
|
|
2122
|
+
} | null;
|
|
2123
|
+
} | null> | null;
|
|
2124
|
+
} | {} | null;
|
|
2125
|
+
} | null;
|
|
2126
|
+
type: Array<{
|
|
2127
|
+
id: string | null;
|
|
2128
|
+
text: string | null;
|
|
2129
|
+
coding: Array<{
|
|
2130
|
+
id: string | null;
|
|
2131
|
+
system: any | null;
|
|
2132
|
+
code: any | null;
|
|
2133
|
+
display: string | null;
|
|
2134
|
+
} | null> | null;
|
|
2135
|
+
} | null> | null;
|
|
2136
|
+
period: {
|
|
2137
|
+
start: any | null;
|
|
2138
|
+
end: any | null;
|
|
2139
|
+
} | null;
|
|
2140
|
+
};
|
|
2141
|
+
export type ImmunizationReactionFieldsFragment = {
|
|
2142
|
+
date: any | null;
|
|
2143
|
+
reported: boolean | null;
|
|
2144
|
+
detail: {
|
|
2145
|
+
id: string | null;
|
|
2146
|
+
reference: string | null;
|
|
2147
|
+
type: any | null;
|
|
2148
|
+
resource: {
|
|
2149
|
+
id: string;
|
|
2150
|
+
resourceType: string | null;
|
|
2151
|
+
issued: any | null;
|
|
2152
|
+
effectiveDateTime: any | null;
|
|
2153
|
+
status: any | null;
|
|
2154
|
+
valueString: string | null;
|
|
2155
|
+
valueBoolean: boolean | null;
|
|
2156
|
+
valueInteger: number | null;
|
|
2157
|
+
valueTime: any | null;
|
|
2158
|
+
valueDateTime: any | null;
|
|
2159
|
+
meta: {
|
|
2160
|
+
versionId: string | null;
|
|
2161
|
+
lastUpdated: any | null;
|
|
2162
|
+
source: any | null;
|
|
2163
|
+
security: Array<{
|
|
2164
|
+
id: string | null;
|
|
2165
|
+
system: any | null;
|
|
2166
|
+
code: any | null;
|
|
2167
|
+
display: string | null;
|
|
2168
|
+
} | null> | null;
|
|
2169
|
+
tag: Array<{
|
|
2170
|
+
id: string | null;
|
|
2171
|
+
system: any | null;
|
|
2172
|
+
code: any | null;
|
|
2173
|
+
display: string | null;
|
|
2174
|
+
} | null> | null;
|
|
2175
|
+
} | null;
|
|
2176
|
+
text: {
|
|
2177
|
+
div: any | null;
|
|
2178
|
+
status: any | null;
|
|
2179
|
+
} | null;
|
|
2180
|
+
identifier: Array<{
|
|
2181
|
+
id: string | null;
|
|
2182
|
+
system: any | null;
|
|
2183
|
+
value: string | null;
|
|
2184
|
+
type: {
|
|
2185
|
+
id: string | null;
|
|
2186
|
+
text: string | null;
|
|
2187
|
+
coding: Array<{
|
|
2188
|
+
id: string | null;
|
|
2189
|
+
system: any | null;
|
|
2190
|
+
code: any | null;
|
|
2191
|
+
display: string | null;
|
|
2192
|
+
} | null> | null;
|
|
2193
|
+
} | null;
|
|
2194
|
+
} | null> | null;
|
|
2195
|
+
subject: {
|
|
2196
|
+
id: string | null;
|
|
2197
|
+
reference: string | null;
|
|
2198
|
+
type: any | null;
|
|
2199
|
+
resource: {
|
|
2200
|
+
name: Array<{
|
|
2201
|
+
text: string | null;
|
|
2202
|
+
family: string | null;
|
|
2203
|
+
given: Array<string | null> | null;
|
|
2204
|
+
prefix: Array<string | null> | null;
|
|
2205
|
+
suffix: Array<string | null> | null;
|
|
2206
|
+
} | null> | null;
|
|
2207
|
+
} | {} | null;
|
|
2208
|
+
} | null;
|
|
2209
|
+
basedOn: Array<{
|
|
2210
|
+
id: string | null;
|
|
2211
|
+
reference: string | null;
|
|
2212
|
+
type: any | null;
|
|
2213
|
+
resource: {
|
|
2214
|
+
resourceType: string | null;
|
|
2215
|
+
id: string;
|
|
2216
|
+
reasonCode: Array<{
|
|
2217
|
+
id: string | null;
|
|
2218
|
+
text: string | null;
|
|
2219
|
+
coding: Array<{
|
|
2220
|
+
id: string | null;
|
|
2221
|
+
system: any | null;
|
|
2222
|
+
code: any | null;
|
|
2223
|
+
display: string | null;
|
|
2224
|
+
} | null> | null;
|
|
2225
|
+
} | null> | null;
|
|
2226
|
+
} | {} | null;
|
|
2227
|
+
} | null> | null;
|
|
2228
|
+
code: {
|
|
2229
|
+
id: string | null;
|
|
2230
|
+
text: string | null;
|
|
2231
|
+
coding: Array<{
|
|
2232
|
+
id: string | null;
|
|
2233
|
+
system: any | null;
|
|
2234
|
+
code: any | null;
|
|
2235
|
+
display: string | null;
|
|
2236
|
+
} | null> | null;
|
|
2237
|
+
} | null;
|
|
2238
|
+
category: Array<{
|
|
2239
|
+
id: string | null;
|
|
2240
|
+
text: string | null;
|
|
2241
|
+
coding: Array<{
|
|
2242
|
+
id: string | null;
|
|
2243
|
+
system: any | null;
|
|
2244
|
+
code: any | null;
|
|
2245
|
+
display: string | null;
|
|
2246
|
+
} | null> | null;
|
|
2247
|
+
} | null> | null;
|
|
2248
|
+
referenceRange: Array<{
|
|
2249
|
+
text: string | null;
|
|
2250
|
+
low: {
|
|
2251
|
+
value: number | null;
|
|
2252
|
+
unit: string | null;
|
|
2253
|
+
code: any | null;
|
|
2254
|
+
comparator: any | null;
|
|
2255
|
+
system: any | null;
|
|
2256
|
+
} | null;
|
|
2257
|
+
high: {
|
|
2258
|
+
value: number | null;
|
|
2259
|
+
unit: string | null;
|
|
2260
|
+
code: any | null;
|
|
2261
|
+
comparator: any | null;
|
|
2262
|
+
system: any | null;
|
|
2263
|
+
} | null;
|
|
2264
|
+
} | null> | null;
|
|
2265
|
+
interpretation: Array<{
|
|
2266
|
+
id: string | null;
|
|
2267
|
+
text: string | null;
|
|
2268
|
+
coding: Array<{
|
|
2269
|
+
id: string | null;
|
|
2270
|
+
system: any | null;
|
|
2271
|
+
code: any | null;
|
|
2272
|
+
display: string | null;
|
|
2273
|
+
} | null> | null;
|
|
2274
|
+
} | null> | null;
|
|
2275
|
+
component: Array<{
|
|
2276
|
+
valueString: string | null;
|
|
2277
|
+
valueBoolean: boolean | null;
|
|
2278
|
+
valueInteger: number | null;
|
|
2279
|
+
valueTime: any | null;
|
|
2280
|
+
valueDateTime: any | null;
|
|
2281
|
+
code: {
|
|
2282
|
+
id: string | null;
|
|
2283
|
+
text: string | null;
|
|
2284
|
+
coding: Array<{
|
|
2285
|
+
id: string | null;
|
|
2286
|
+
system: any | null;
|
|
2287
|
+
code: any | null;
|
|
2288
|
+
display: string | null;
|
|
2289
|
+
} | null> | null;
|
|
2290
|
+
} | null;
|
|
2291
|
+
referenceRange: Array<{
|
|
2292
|
+
text: string | null;
|
|
2293
|
+
low: {
|
|
2294
|
+
value: number | null;
|
|
2295
|
+
unit: string | null;
|
|
2296
|
+
code: any | null;
|
|
2297
|
+
comparator: any | null;
|
|
2298
|
+
system: any | null;
|
|
2299
|
+
} | null;
|
|
2300
|
+
high: {
|
|
2301
|
+
value: number | null;
|
|
2302
|
+
unit: string | null;
|
|
2303
|
+
code: any | null;
|
|
2304
|
+
comparator: any | null;
|
|
2305
|
+
system: any | null;
|
|
2306
|
+
} | null;
|
|
2307
|
+
} | null> | null;
|
|
2308
|
+
interpretation: Array<{
|
|
2309
|
+
id: string | null;
|
|
2310
|
+
text: string | null;
|
|
2311
|
+
coding: Array<{
|
|
2312
|
+
id: string | null;
|
|
2313
|
+
system: any | null;
|
|
2314
|
+
code: any | null;
|
|
2315
|
+
display: string | null;
|
|
2316
|
+
} | null> | null;
|
|
2317
|
+
} | null> | null;
|
|
2318
|
+
dataAbsentReason: {
|
|
2319
|
+
id: string | null;
|
|
2320
|
+
text: string | null;
|
|
2321
|
+
coding: Array<{
|
|
2322
|
+
id: string | null;
|
|
2323
|
+
system: any | null;
|
|
2324
|
+
code: any | null;
|
|
2325
|
+
display: string | null;
|
|
2326
|
+
} | null> | null;
|
|
2327
|
+
} | null;
|
|
2328
|
+
valueQuantity: {
|
|
2329
|
+
value: number | null;
|
|
2330
|
+
unit: string | null;
|
|
2331
|
+
code: any | null;
|
|
2332
|
+
comparator: any | null;
|
|
2333
|
+
system: any | null;
|
|
2334
|
+
} | null;
|
|
2335
|
+
valueCodeableConcept: {
|
|
2336
|
+
id: string | null;
|
|
2337
|
+
text: string | null;
|
|
2338
|
+
coding: Array<{
|
|
2339
|
+
id: string | null;
|
|
2340
|
+
system: any | null;
|
|
2341
|
+
code: any | null;
|
|
2342
|
+
display: string | null;
|
|
2343
|
+
} | null> | null;
|
|
2344
|
+
} | null;
|
|
2345
|
+
valueRatio: {
|
|
2346
|
+
numerator: {
|
|
2347
|
+
value: number | null;
|
|
2348
|
+
unit: string | null;
|
|
2349
|
+
code: any | null;
|
|
2350
|
+
comparator: any | null;
|
|
2351
|
+
system: any | null;
|
|
2352
|
+
} | null;
|
|
2353
|
+
denominator: {
|
|
2354
|
+
value: number | null;
|
|
2355
|
+
unit: string | null;
|
|
2356
|
+
code: any | null;
|
|
2357
|
+
comparator: any | null;
|
|
2358
|
+
system: any | null;
|
|
2359
|
+
} | null;
|
|
2360
|
+
} | null;
|
|
2361
|
+
valueRange: {
|
|
2362
|
+
low: {
|
|
2363
|
+
value: number | null;
|
|
2364
|
+
unit: string | null;
|
|
2365
|
+
code: any | null;
|
|
2366
|
+
comparator: any | null;
|
|
2367
|
+
system: any | null;
|
|
2368
|
+
} | null;
|
|
2369
|
+
high: {
|
|
2370
|
+
value: number | null;
|
|
2371
|
+
unit: string | null;
|
|
2372
|
+
code: any | null;
|
|
2373
|
+
comparator: any | null;
|
|
2374
|
+
system: any | null;
|
|
2375
|
+
} | null;
|
|
2376
|
+
} | null;
|
|
2377
|
+
valuePeriod: {
|
|
2378
|
+
start: any | null;
|
|
2379
|
+
end: any | null;
|
|
2380
|
+
} | null;
|
|
2381
|
+
} | null> | null;
|
|
2382
|
+
effectivePeriod: {
|
|
2383
|
+
start: any | null;
|
|
2384
|
+
end: any | null;
|
|
2385
|
+
} | null;
|
|
2386
|
+
note: Array<{
|
|
2387
|
+
id: string | null;
|
|
2388
|
+
authorString: string | null;
|
|
2389
|
+
time: any | null;
|
|
2390
|
+
text: any | null;
|
|
2391
|
+
} | null> | null;
|
|
2392
|
+
encounter: {
|
|
2393
|
+
id: string | null;
|
|
2394
|
+
reference: string | null;
|
|
2395
|
+
type: any | null;
|
|
2396
|
+
resource: {
|
|
2397
|
+
resourceType: string | null;
|
|
2398
|
+
id: string;
|
|
2399
|
+
status: any | null;
|
|
2400
|
+
identifier: Array<{
|
|
2401
|
+
id: string | null;
|
|
2402
|
+
system: any | null;
|
|
2403
|
+
value: string | null;
|
|
2404
|
+
type: {
|
|
2405
|
+
id: string | null;
|
|
2406
|
+
text: string | null;
|
|
2407
|
+
coding: Array<{
|
|
2408
|
+
id: string | null;
|
|
2409
|
+
system: any | null;
|
|
2410
|
+
code: any | null;
|
|
2411
|
+
display: string | null;
|
|
2412
|
+
} | null> | null;
|
|
2413
|
+
} | null;
|
|
2414
|
+
} | null> | null;
|
|
2415
|
+
meta: {
|
|
2416
|
+
versionId: string | null;
|
|
2417
|
+
lastUpdated: any | null;
|
|
2418
|
+
source: any | null;
|
|
2419
|
+
security: Array<{
|
|
2420
|
+
id: string | null;
|
|
2421
|
+
system: any | null;
|
|
2422
|
+
code: any | null;
|
|
2423
|
+
display: string | null;
|
|
2424
|
+
} | null> | null;
|
|
2425
|
+
tag: Array<{
|
|
2426
|
+
id: string | null;
|
|
2427
|
+
system: any | null;
|
|
2428
|
+
code: any | null;
|
|
2429
|
+
display: string | null;
|
|
2430
|
+
} | null> | null;
|
|
2431
|
+
} | null;
|
|
2432
|
+
text: {
|
|
2433
|
+
div: any | null;
|
|
2434
|
+
status: any | null;
|
|
2435
|
+
} | null;
|
|
2436
|
+
type: Array<{
|
|
2437
|
+
id: string | null;
|
|
2438
|
+
text: string | null;
|
|
2439
|
+
coding: Array<{
|
|
2440
|
+
id: string | null;
|
|
2441
|
+
system: any | null;
|
|
2442
|
+
code: any | null;
|
|
2443
|
+
display: string | null;
|
|
2444
|
+
} | null> | null;
|
|
2445
|
+
} | null> | null;
|
|
2446
|
+
period: {
|
|
2447
|
+
start: any | null;
|
|
2448
|
+
end: any | null;
|
|
2449
|
+
} | null;
|
|
2450
|
+
reasonCode: Array<{
|
|
2451
|
+
id: string | null;
|
|
2452
|
+
text: string | null;
|
|
2453
|
+
coding: Array<{
|
|
2454
|
+
id: string | null;
|
|
2455
|
+
system: any | null;
|
|
2456
|
+
code: any | null;
|
|
2457
|
+
display: string | null;
|
|
2458
|
+
} | null> | null;
|
|
2459
|
+
} | null> | null;
|
|
2460
|
+
class: {
|
|
2461
|
+
id: string | null;
|
|
2462
|
+
system: any | null;
|
|
2463
|
+
code: any | null;
|
|
2464
|
+
display: string | null;
|
|
2465
|
+
} | null;
|
|
2466
|
+
hospitalization: {
|
|
2467
|
+
dischargeDisposition: {
|
|
2468
|
+
id: string | null;
|
|
2469
|
+
text: string | null;
|
|
2470
|
+
coding: Array<{
|
|
2471
|
+
id: string | null;
|
|
2472
|
+
system: any | null;
|
|
2473
|
+
code: any | null;
|
|
2474
|
+
display: string | null;
|
|
2475
|
+
} | null> | null;
|
|
2476
|
+
} | null;
|
|
2477
|
+
} | null;
|
|
2478
|
+
location: Array<{
|
|
2479
|
+
status: any | null;
|
|
2480
|
+
location: {
|
|
2481
|
+
id: string | null;
|
|
2482
|
+
reference: string | null;
|
|
2483
|
+
type: any | null;
|
|
2484
|
+
resource: {
|
|
2485
|
+
name: string | null;
|
|
2486
|
+
alias: Array<string | null> | null;
|
|
2487
|
+
description: string | null;
|
|
2488
|
+
status: any | null;
|
|
2489
|
+
identifier: Array<{
|
|
2490
|
+
id: string | null;
|
|
2491
|
+
system: any | null;
|
|
2492
|
+
value: string | null;
|
|
2493
|
+
type: {
|
|
2494
|
+
id: string | null;
|
|
2495
|
+
text: string | null;
|
|
2496
|
+
coding: Array<{
|
|
2497
|
+
id: string | null;
|
|
2498
|
+
system: any | null;
|
|
1901
2499
|
code: any | null;
|
|
1902
2500
|
display: string | null;
|
|
1903
2501
|
} | null> | null;
|
|
@@ -1922,98 +2520,18 @@ export type ImmunizationReactionFieldsFragment = {
|
|
|
1922
2520
|
id: string | null;
|
|
1923
2521
|
system: any | null;
|
|
1924
2522
|
value: string | null;
|
|
1925
|
-
use: any | null;
|
|
1926
|
-
rank: number | null;
|
|
1927
|
-
} | null> | null;
|
|
1928
|
-
managingOrganization: {
|
|
1929
|
-
id: string | null;
|
|
1930
|
-
reference: string | null;
|
|
1931
|
-
display: string | null;
|
|
1932
|
-
identifier: {
|
|
1933
|
-
id: string | null;
|
|
1934
|
-
system: any | null;
|
|
1935
|
-
value: string | null;
|
|
1936
|
-
type: {
|
|
1937
|
-
id: string | null;
|
|
1938
|
-
text: string | null;
|
|
1939
|
-
coding: Array<{
|
|
1940
|
-
id: string | null;
|
|
1941
|
-
system: any | null;
|
|
1942
|
-
code: any | null;
|
|
1943
|
-
display: string | null;
|
|
1944
|
-
} | null> | null;
|
|
1945
|
-
} | null;
|
|
1946
|
-
} | null;
|
|
1947
|
-
resource: {
|
|
1948
|
-
resourceType: string | null;
|
|
1949
|
-
id: string;
|
|
1950
|
-
name: string | null;
|
|
1951
|
-
active: boolean | null;
|
|
1952
|
-
identifier: Array<{
|
|
1953
|
-
id: string | null;
|
|
1954
|
-
system: any | null;
|
|
1955
|
-
value: string | null;
|
|
1956
|
-
type: {
|
|
1957
|
-
id: string | null;
|
|
1958
|
-
text: string | null;
|
|
1959
|
-
coding: Array<{
|
|
1960
|
-
id: string | null;
|
|
1961
|
-
system: any | null;
|
|
1962
|
-
code: any | null;
|
|
1963
|
-
display: string | null;
|
|
1964
|
-
} | null> | null;
|
|
1965
|
-
} | null;
|
|
1966
|
-
} | null> | null;
|
|
1967
|
-
endpoint: Array<{
|
|
1968
|
-
id: string | null;
|
|
1969
|
-
reference: string | null;
|
|
1970
|
-
type: any | null;
|
|
1971
|
-
resource: {
|
|
1972
|
-
name: string | null;
|
|
1973
|
-
status: any | null;
|
|
1974
|
-
address: any | null;
|
|
1975
|
-
identifier: Array<{
|
|
1976
|
-
id: string | null;
|
|
1977
|
-
system: any | null;
|
|
1978
|
-
value: string | null;
|
|
1979
|
-
type: {
|
|
1980
|
-
id: string | null;
|
|
1981
|
-
text: string | null;
|
|
1982
|
-
coding: Array<{
|
|
1983
|
-
id: string | null;
|
|
1984
|
-
system: any | null;
|
|
1985
|
-
code: any | null;
|
|
1986
|
-
display: string | null;
|
|
1987
|
-
} | null> | null;
|
|
1988
|
-
} | null;
|
|
1989
|
-
} | null> | null;
|
|
1990
|
-
connectionType: {
|
|
1991
|
-
id: string | null;
|
|
1992
|
-
system: any | null;
|
|
1993
|
-
code: any | null;
|
|
1994
|
-
display: string | null;
|
|
1995
|
-
} | null;
|
|
1996
|
-
} | null;
|
|
1997
|
-
} | null> | null;
|
|
1998
|
-
telecom: Array<{
|
|
1999
|
-
id: string | null;
|
|
2000
|
-
system: any | null;
|
|
2001
|
-
value: string | null;
|
|
2002
|
-
use: any | null;
|
|
2003
|
-
rank: number | null;
|
|
2004
|
-
} | null> | null;
|
|
2005
|
-
address: Array<{
|
|
2006
|
-
use: any | null;
|
|
2007
|
-
type: any | null;
|
|
2008
|
-
text: string | null;
|
|
2009
|
-
line: Array<string | null> | null;
|
|
2010
|
-
city: string | null;
|
|
2011
|
-
district: string | null;
|
|
2012
|
-
state: string | null;
|
|
2013
|
-
postalCode: string | null;
|
|
2014
|
-
country: string | null;
|
|
2015
|
-
} | null> | null;
|
|
2016
|
-
type: Array<{
|
|
2523
|
+
use: any | null;
|
|
2524
|
+
rank: number | null;
|
|
2525
|
+
} | null> | null;
|
|
2526
|
+
managingOrganization: {
|
|
2527
|
+
id: string | null;
|
|
2528
|
+
reference: string | null;
|
|
2529
|
+
display: string | null;
|
|
2530
|
+
identifier: {
|
|
2531
|
+
id: string | null;
|
|
2532
|
+
system: any | null;
|
|
2533
|
+
value: string | null;
|
|
2534
|
+
type: {
|
|
2017
2535
|
id: string | null;
|
|
2018
2536
|
text: string | null;
|
|
2019
2537
|
coding: Array<{
|
|
@@ -2022,7 +2540,7 @@ export type ImmunizationReactionFieldsFragment = {
|
|
|
2022
2540
|
code: any | null;
|
|
2023
2541
|
display: string | null;
|
|
2024
2542
|
} | null> | null;
|
|
2025
|
-
} | null
|
|
2543
|
+
} | null;
|
|
2026
2544
|
} | null;
|
|
2027
2545
|
} | null;
|
|
2028
2546
|
type: Array<{
|
|
@@ -2948,86 +3466,6 @@ export type ObservationFieldsFragment = {
|
|
|
2948
3466
|
} | null> | null;
|
|
2949
3467
|
} | null;
|
|
2950
3468
|
} | null;
|
|
2951
|
-
resource: {
|
|
2952
|
-
resourceType: string | null;
|
|
2953
|
-
id: string;
|
|
2954
|
-
name: string | null;
|
|
2955
|
-
active: boolean | null;
|
|
2956
|
-
identifier: Array<{
|
|
2957
|
-
id: string | null;
|
|
2958
|
-
system: any | null;
|
|
2959
|
-
value: string | null;
|
|
2960
|
-
type: {
|
|
2961
|
-
id: string | null;
|
|
2962
|
-
text: string | null;
|
|
2963
|
-
coding: Array<{
|
|
2964
|
-
id: string | null;
|
|
2965
|
-
system: any | null;
|
|
2966
|
-
code: any | null;
|
|
2967
|
-
display: string | null;
|
|
2968
|
-
} | null> | null;
|
|
2969
|
-
} | null;
|
|
2970
|
-
} | null> | null;
|
|
2971
|
-
endpoint: Array<{
|
|
2972
|
-
id: string | null;
|
|
2973
|
-
reference: string | null;
|
|
2974
|
-
type: any | null;
|
|
2975
|
-
resource: {
|
|
2976
|
-
name: string | null;
|
|
2977
|
-
status: any | null;
|
|
2978
|
-
address: any | null;
|
|
2979
|
-
identifier: Array<{
|
|
2980
|
-
id: string | null;
|
|
2981
|
-
system: any | null;
|
|
2982
|
-
value: string | null;
|
|
2983
|
-
type: {
|
|
2984
|
-
id: string | null;
|
|
2985
|
-
text: string | null;
|
|
2986
|
-
coding: Array<{
|
|
2987
|
-
id: string | null;
|
|
2988
|
-
system: any | null;
|
|
2989
|
-
code: any | null;
|
|
2990
|
-
display: string | null;
|
|
2991
|
-
} | null> | null;
|
|
2992
|
-
} | null;
|
|
2993
|
-
} | null> | null;
|
|
2994
|
-
connectionType: {
|
|
2995
|
-
id: string | null;
|
|
2996
|
-
system: any | null;
|
|
2997
|
-
code: any | null;
|
|
2998
|
-
display: string | null;
|
|
2999
|
-
} | null;
|
|
3000
|
-
} | null;
|
|
3001
|
-
} | null> | null;
|
|
3002
|
-
telecom: Array<{
|
|
3003
|
-
id: string | null;
|
|
3004
|
-
system: any | null;
|
|
3005
|
-
value: string | null;
|
|
3006
|
-
use: any | null;
|
|
3007
|
-
rank: number | null;
|
|
3008
|
-
} | null> | null;
|
|
3009
|
-
address: Array<{
|
|
3010
|
-
use: any | null;
|
|
3011
|
-
type: any | null;
|
|
3012
|
-
text: string | null;
|
|
3013
|
-
line: Array<string | null> | null;
|
|
3014
|
-
city: string | null;
|
|
3015
|
-
district: string | null;
|
|
3016
|
-
state: string | null;
|
|
3017
|
-
postalCode: string | null;
|
|
3018
|
-
country: string | null;
|
|
3019
|
-
} | null> | null;
|
|
3020
|
-
type: Array<{
|
|
3021
|
-
id: string | null;
|
|
3022
|
-
text: string | null;
|
|
3023
|
-
coding: Array<{
|
|
3024
|
-
id: string | null;
|
|
3025
|
-
system: any | null;
|
|
3026
|
-
code: any | null;
|
|
3027
|
-
display: string | null;
|
|
3028
|
-
} | null> | null;
|
|
3029
|
-
} | null> | null;
|
|
3030
|
-
} | null;
|
|
3031
3469
|
} | null;
|
|
3032
3470
|
type: Array<{
|
|
3033
3471
|
id: string | null;
|
|
@@ -6218,11 +6656,185 @@ export type UpdateDeviceRegistrationMutationResults = {
|
|
|
6218
6656
|
id: string;
|
|
6219
6657
|
} | null;
|
|
6220
6658
|
};
|
|
6221
|
-
export type GetAllergyIntoleranceGroupsQueryVariables = Types.Exact<{
|
|
6222
|
-
request: Types.InputMaybe<Types.AllergyIntoleranceGroupQueryRequest>;
|
|
6659
|
+
export type GetAllergyIntoleranceGroupsQueryVariables = Types.Exact<{
|
|
6660
|
+
request: Types.InputMaybe<Types.AllergyIntoleranceGroupQueryRequest>;
|
|
6661
|
+
}>;
|
|
6662
|
+
export type GetAllergyIntoleranceGroupsQueryResults = {
|
|
6663
|
+
getAllergyIntoleranceGroups: {
|
|
6664
|
+
paging_info: {
|
|
6665
|
+
page_number: number;
|
|
6666
|
+
page_size: number;
|
|
6667
|
+
total_pages: number;
|
|
6668
|
+
total_items: number;
|
|
6669
|
+
} | null;
|
|
6670
|
+
resources: Array<{
|
|
6671
|
+
id: string | null;
|
|
6672
|
+
name: string | null;
|
|
6673
|
+
references: Array<string | null> | null;
|
|
6674
|
+
recordedDate: any | null;
|
|
6675
|
+
source: Array<string | null> | null;
|
|
6676
|
+
sourceDisplay: Array<string | null> | null;
|
|
6677
|
+
coding: {
|
|
6678
|
+
id: string | null;
|
|
6679
|
+
system: any | null;
|
|
6680
|
+
code: any | null;
|
|
6681
|
+
display: string | null;
|
|
6682
|
+
} | null;
|
|
6683
|
+
criticality: {
|
|
6684
|
+
id: string | null;
|
|
6685
|
+
system: any | null;
|
|
6686
|
+
code: any | null;
|
|
6687
|
+
display: string | null;
|
|
6688
|
+
} | null;
|
|
6689
|
+
}>;
|
|
6690
|
+
};
|
|
6691
|
+
};
|
|
6692
|
+
export type GetAllergyIntolerancesQueryVariables = Types.Exact<{
|
|
6693
|
+
page: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
6694
|
+
pageSize: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
6695
|
+
code: Types.InputMaybe<Types.SearchToken>;
|
|
6696
|
+
id: Types.InputMaybe<Types.SearchString>;
|
|
6697
|
+
lastUpdated: Types.InputMaybe<Types.SearchDate>;
|
|
6698
|
+
sort: Types.InputMaybe<Array<Types.InputMaybe<Types.Scalars['String']['input']>> | Types.InputMaybe<Types.Scalars['String']['input']>>;
|
|
6699
|
+
status: Types.InputMaybe<Types.SearchToken>;
|
|
6700
|
+
total: Types.InputMaybe<Types.TotalType>;
|
|
6701
|
+
}>;
|
|
6702
|
+
export type GetAllergyIntolerancesQueryResults = {
|
|
6703
|
+
allergyIntolerances: {
|
|
6704
|
+
id: string | null;
|
|
6705
|
+
entry: Array<{
|
|
6706
|
+
id: string | null;
|
|
6707
|
+
resource: {
|
|
6708
|
+
id: string;
|
|
6709
|
+
resourceType: string | null;
|
|
6710
|
+
category: Array<any | null> | null;
|
|
6711
|
+
criticality: any | null;
|
|
6712
|
+
onsetDateTime: any | null;
|
|
6713
|
+
type: any | null;
|
|
6714
|
+
lastOccurrence: any | null;
|
|
6715
|
+
recordedDate: any | null;
|
|
6716
|
+
meta: {
|
|
6717
|
+
versionId: string | null;
|
|
6718
|
+
lastUpdated: any | null;
|
|
6719
|
+
source: any | null;
|
|
6720
|
+
security: Array<{
|
|
6721
|
+
id: string | null;
|
|
6722
|
+
system: any | null;
|
|
6723
|
+
code: any | null;
|
|
6724
|
+
display: string | null;
|
|
6725
|
+
} | null> | null;
|
|
6726
|
+
tag: Array<{
|
|
6727
|
+
id: string | null;
|
|
6728
|
+
system: any | null;
|
|
6729
|
+
code: any | null;
|
|
6730
|
+
display: string | null;
|
|
6731
|
+
} | null> | null;
|
|
6732
|
+
} | null;
|
|
6733
|
+
code: {
|
|
6734
|
+
id: string | null;
|
|
6735
|
+
text: string | null;
|
|
6736
|
+
coding: Array<{
|
|
6737
|
+
id: string | null;
|
|
6738
|
+
system: any | null;
|
|
6739
|
+
code: any | null;
|
|
6740
|
+
display: string | null;
|
|
6741
|
+
} | null> | null;
|
|
6742
|
+
} | null;
|
|
6743
|
+
onsetPeriod: {
|
|
6744
|
+
start: any | null;
|
|
6745
|
+
end: any | null;
|
|
6746
|
+
} | null;
|
|
6747
|
+
text: {
|
|
6748
|
+
div: any | null;
|
|
6749
|
+
status: any | null;
|
|
6750
|
+
} | null;
|
|
6751
|
+
recorder: {
|
|
6752
|
+
id: string | null;
|
|
6753
|
+
reference: string | null;
|
|
6754
|
+
type: any | null;
|
|
6755
|
+
resource: {
|
|
6756
|
+
id: string;
|
|
6757
|
+
name: Array<{
|
|
6758
|
+
text: string | null;
|
|
6759
|
+
family: string | null;
|
|
6760
|
+
given: Array<string | null> | null;
|
|
6761
|
+
prefix: Array<string | null> | null;
|
|
6762
|
+
suffix: Array<string | null> | null;
|
|
6763
|
+
} | null> | null;
|
|
6764
|
+
identifier: Array<{
|
|
6765
|
+
id: string | null;
|
|
6766
|
+
system: any | null;
|
|
6767
|
+
value: string | null;
|
|
6768
|
+
type: {
|
|
6769
|
+
id: string | null;
|
|
6770
|
+
text: string | null;
|
|
6771
|
+
coding: Array<{
|
|
6772
|
+
id: string | null;
|
|
6773
|
+
system: any | null;
|
|
6774
|
+
code: any | null;
|
|
6775
|
+
display: string | null;
|
|
6776
|
+
} | null> | null;
|
|
6777
|
+
} | null;
|
|
6778
|
+
} | null> | null;
|
|
6779
|
+
} | {} | null;
|
|
6780
|
+
} | null;
|
|
6781
|
+
reaction: Array<{
|
|
6782
|
+
id: string | null;
|
|
6783
|
+
onset: any | null;
|
|
6784
|
+
severity: any | null;
|
|
6785
|
+
description: string | null;
|
|
6786
|
+
manifestation: Array<{
|
|
6787
|
+
id: string | null;
|
|
6788
|
+
text: string | null;
|
|
6789
|
+
coding: Array<{
|
|
6790
|
+
id: string | null;
|
|
6791
|
+
system: any | null;
|
|
6792
|
+
code: any | null;
|
|
6793
|
+
display: string | null;
|
|
6794
|
+
} | null> | null;
|
|
6795
|
+
} | null> | null;
|
|
6796
|
+
note: Array<{
|
|
6797
|
+
id: string | null;
|
|
6798
|
+
authorString: string | null;
|
|
6799
|
+
time: any | null;
|
|
6800
|
+
text: any | null;
|
|
6801
|
+
} | null> | null;
|
|
6802
|
+
} | null> | null;
|
|
6803
|
+
note: Array<{
|
|
6804
|
+
id: string | null;
|
|
6805
|
+
authorString: string | null;
|
|
6806
|
+
time: any | null;
|
|
6807
|
+
text: any | null;
|
|
6808
|
+
} | null> | null;
|
|
6809
|
+
verificationStatus: {
|
|
6810
|
+
id: string | null;
|
|
6811
|
+
text: string | null;
|
|
6812
|
+
coding: Array<{
|
|
6813
|
+
id: string | null;
|
|
6814
|
+
system: any | null;
|
|
6815
|
+
code: any | null;
|
|
6816
|
+
display: string | null;
|
|
6817
|
+
} | null> | null;
|
|
6818
|
+
} | null;
|
|
6819
|
+
clinicalStatus: {
|
|
6820
|
+
id: string | null;
|
|
6821
|
+
text: string | null;
|
|
6822
|
+
coding: Array<{
|
|
6823
|
+
id: string | null;
|
|
6824
|
+
system: any | null;
|
|
6825
|
+
code: any | null;
|
|
6826
|
+
display: string | null;
|
|
6827
|
+
} | null> | null;
|
|
6828
|
+
} | null;
|
|
6829
|
+
} | null;
|
|
6830
|
+
} | null> | null;
|
|
6831
|
+
} | null;
|
|
6832
|
+
};
|
|
6833
|
+
export type GetCarePlanGroupsQueryVariables = Types.Exact<{
|
|
6834
|
+
request: Types.InputMaybe<Types.CarePlanGroupQueryRequest>;
|
|
6223
6835
|
}>;
|
|
6224
|
-
export type
|
|
6225
|
-
|
|
6836
|
+
export type GetCarePlanGroupsQueryResults = {
|
|
6837
|
+
getCarePlanGroups: {
|
|
6226
6838
|
paging_info: {
|
|
6227
6839
|
page_number: number;
|
|
6228
6840
|
page_size: number;
|
|
@@ -6233,7 +6845,6 @@ export type GetAllergyIntoleranceGroupsQueryResults = {
|
|
|
6233
6845
|
id: string | null;
|
|
6234
6846
|
name: string | null;
|
|
6235
6847
|
references: Array<string | null> | null;
|
|
6236
|
-
recordedDate: any | null;
|
|
6237
6848
|
source: Array<string | null> | null;
|
|
6238
6849
|
sourceDisplay: Array<string | null> | null;
|
|
6239
6850
|
coding: {
|
|
@@ -6242,16 +6853,14 @@ export type GetAllergyIntoleranceGroupsQueryResults = {
|
|
|
6242
6853
|
code: any | null;
|
|
6243
6854
|
display: string | null;
|
|
6244
6855
|
} | null;
|
|
6245
|
-
|
|
6246
|
-
|
|
6247
|
-
|
|
6248
|
-
code: any | null;
|
|
6249
|
-
display: string | null;
|
|
6856
|
+
period: {
|
|
6857
|
+
start: any | null;
|
|
6858
|
+
end: any | null;
|
|
6250
6859
|
} | null;
|
|
6251
6860
|
}>;
|
|
6252
6861
|
};
|
|
6253
6862
|
};
|
|
6254
|
-
export type
|
|
6863
|
+
export type GetCarePlansQueryVariables = Types.Exact<{
|
|
6255
6864
|
page: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
6256
6865
|
pageSize: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
6257
6866
|
code: Types.InputMaybe<Types.SearchToken>;
|
|
@@ -6261,20 +6870,33 @@ export type GetAllergyIntolerancesQueryVariables = Types.Exact<{
|
|
|
6261
6870
|
status: Types.InputMaybe<Types.SearchToken>;
|
|
6262
6871
|
total: Types.InputMaybe<Types.TotalType>;
|
|
6263
6872
|
}>;
|
|
6264
|
-
export type
|
|
6265
|
-
|
|
6873
|
+
export type GetCarePlansQueryResults = {
|
|
6874
|
+
carePlans: {
|
|
6266
6875
|
id: string | null;
|
|
6267
6876
|
entry: Array<{
|
|
6268
|
-
id: string | null;
|
|
6269
6877
|
resource: {
|
|
6270
|
-
id: string;
|
|
6271
6878
|
resourceType: string | null;
|
|
6272
|
-
|
|
6273
|
-
|
|
6274
|
-
|
|
6275
|
-
|
|
6276
|
-
|
|
6277
|
-
|
|
6879
|
+
id: string;
|
|
6880
|
+
title: string | null;
|
|
6881
|
+
description: string | null;
|
|
6882
|
+
created: any | null;
|
|
6883
|
+
status: any | null;
|
|
6884
|
+
intent: any | null;
|
|
6885
|
+
identifier: Array<{
|
|
6886
|
+
id: string | null;
|
|
6887
|
+
system: any | null;
|
|
6888
|
+
value: string | null;
|
|
6889
|
+
type: {
|
|
6890
|
+
id: string | null;
|
|
6891
|
+
text: string | null;
|
|
6892
|
+
coding: Array<{
|
|
6893
|
+
id: string | null;
|
|
6894
|
+
system: any | null;
|
|
6895
|
+
code: any | null;
|
|
6896
|
+
display: string | null;
|
|
6897
|
+
} | null> | null;
|
|
6898
|
+
} | null;
|
|
6899
|
+
} | null> | null;
|
|
6278
6900
|
meta: {
|
|
6279
6901
|
versionId: string | null;
|
|
6280
6902
|
lastUpdated: any | null;
|
|
@@ -6292,7 +6914,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6292
6914
|
display: string | null;
|
|
6293
6915
|
} | null> | null;
|
|
6294
6916
|
} | null;
|
|
6295
|
-
|
|
6917
|
+
category: Array<{
|
|
6296
6918
|
id: string | null;
|
|
6297
6919
|
text: string | null;
|
|
6298
6920
|
coding: Array<{
|
|
@@ -6301,8 +6923,8 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6301
6923
|
code: any | null;
|
|
6302
6924
|
display: string | null;
|
|
6303
6925
|
} | null> | null;
|
|
6304
|
-
} | null;
|
|
6305
|
-
|
|
6926
|
+
} | null> | null;
|
|
6927
|
+
period: {
|
|
6306
6928
|
start: any | null;
|
|
6307
6929
|
end: any | null;
|
|
6308
6930
|
} | null;
|
|
@@ -6310,119 +6932,249 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
6310
6932
|
div: any | null;
|
|
6311
6933
|
status: any | null;
|
|
6312
6934
|
} | null;
|
|
6313
|
-
|
|
6935
|
+
note: Array<{
|
|
6314
6936
|
id: string | null;
|
|
6315
|
-
|
|
6316
|
-
|
|
6937
|
+
authorString: string | null;
|
|
6938
|
+
time: any | null;
|
|
6939
|
+
text: any | null;
|
|
6940
|
+
} | null> | null;
|
|
6941
|
+
activity: Array<{
|
|
6942
|
+
detail: {
|
|
6943
|
+
kind: any | null;
|
|
6944
|
+
status: any | null;
|
|
6945
|
+
scheduledString: string | null;
|
|
6946
|
+
code: {
|
|
6947
|
+
id: string | null;
|
|
6948
|
+
text: string | null;
|
|
6949
|
+
coding: Array<{
|
|
6950
|
+
id: string | null;
|
|
6951
|
+
system: any | null;
|
|
6952
|
+
code: any | null;
|
|
6953
|
+
display: string | null;
|
|
6954
|
+
} | null> | null;
|
|
6955
|
+
} | null;
|
|
6956
|
+
scheduledPeriod: {
|
|
6957
|
+
start: any | null;
|
|
6958
|
+
end: any | null;
|
|
6959
|
+
} | null;
|
|
6960
|
+
scheduledTiming: {
|
|
6961
|
+
id: string | null;
|
|
6962
|
+
event: Array<any | null> | null;
|
|
6963
|
+
code: {
|
|
6964
|
+
id: string | null;
|
|
6965
|
+
text: string | null;
|
|
6966
|
+
coding: Array<{
|
|
6967
|
+
id: string | null;
|
|
6968
|
+
system: any | null;
|
|
6969
|
+
code: any | null;
|
|
6970
|
+
display: string | null;
|
|
6971
|
+
} | null> | null;
|
|
6972
|
+
} | null;
|
|
6973
|
+
repeat: {
|
|
6974
|
+
id: string | null;
|
|
6975
|
+
count: number | null;
|
|
6976
|
+
countMax: number | null;
|
|
6977
|
+
dayOfWeek: Array<any | null> | null;
|
|
6978
|
+
duration: number | null;
|
|
6979
|
+
durationMax: number | null;
|
|
6980
|
+
durationUnit: any | null;
|
|
6981
|
+
frequency: number | null;
|
|
6982
|
+
frequencyMax: number | null;
|
|
6983
|
+
offset: number | null;
|
|
6984
|
+
period: number | null;
|
|
6985
|
+
periodMax: number | null;
|
|
6986
|
+
periodUnit: any | null;
|
|
6987
|
+
timeOfDay: Array<any | null> | null;
|
|
6988
|
+
when: Array<any | null> | null;
|
|
6989
|
+
boundsDuration: {
|
|
6990
|
+
value: number | null;
|
|
6991
|
+
unit: string | null;
|
|
6992
|
+
code: any | null;
|
|
6993
|
+
comparator: any | null;
|
|
6994
|
+
system: any | null;
|
|
6995
|
+
} | null;
|
|
6996
|
+
boundsPeriod: {
|
|
6997
|
+
start: any | null;
|
|
6998
|
+
end: any | null;
|
|
6999
|
+
} | null;
|
|
7000
|
+
boundsRange: {
|
|
7001
|
+
low: {
|
|
7002
|
+
value: number | null;
|
|
7003
|
+
unit: string | null;
|
|
7004
|
+
code: any | null;
|
|
7005
|
+
comparator: any | null;
|
|
7006
|
+
system: any | null;
|
|
7007
|
+
} | null;
|
|
7008
|
+
high: {
|
|
7009
|
+
value: number | null;
|
|
7010
|
+
unit: string | null;
|
|
7011
|
+
code: any | null;
|
|
7012
|
+
comparator: any | null;
|
|
7013
|
+
system: any | null;
|
|
7014
|
+
} | null;
|
|
7015
|
+
} | null;
|
|
7016
|
+
} | null;
|
|
7017
|
+
} | null;
|
|
7018
|
+
} | null;
|
|
7019
|
+
} | null> | null;
|
|
7020
|
+
addresses: Array<{
|
|
6317
7021
|
resource: {
|
|
6318
7022
|
id: string;
|
|
6319
|
-
|
|
7023
|
+
onsetDateTime: any | null;
|
|
7024
|
+
recordedDate: any | null;
|
|
7025
|
+
abatementDateTime: any | null;
|
|
7026
|
+
meta: {
|
|
7027
|
+
versionId: string | null;
|
|
7028
|
+
lastUpdated: any | null;
|
|
7029
|
+
source: any | null;
|
|
7030
|
+
security: Array<{
|
|
7031
|
+
id: string | null;
|
|
7032
|
+
system: any | null;
|
|
7033
|
+
code: any | null;
|
|
7034
|
+
display: string | null;
|
|
7035
|
+
} | null> | null;
|
|
7036
|
+
tag: Array<{
|
|
7037
|
+
id: string | null;
|
|
7038
|
+
system: any | null;
|
|
7039
|
+
code: any | null;
|
|
7040
|
+
display: string | null;
|
|
7041
|
+
} | null> | null;
|
|
7042
|
+
} | null;
|
|
7043
|
+
code: {
|
|
7044
|
+
id: string | null;
|
|
6320
7045
|
text: string | null;
|
|
6321
|
-
|
|
6322
|
-
|
|
6323
|
-
|
|
6324
|
-
|
|
7046
|
+
coding: Array<{
|
|
7047
|
+
id: string | null;
|
|
7048
|
+
system: any | null;
|
|
7049
|
+
code: any | null;
|
|
7050
|
+
display: string | null;
|
|
7051
|
+
} | null> | null;
|
|
7052
|
+
} | null;
|
|
7053
|
+
clinicalStatus: {
|
|
7054
|
+
id: string | null;
|
|
7055
|
+
text: string | null;
|
|
7056
|
+
coding: Array<{
|
|
7057
|
+
id: string | null;
|
|
7058
|
+
system: any | null;
|
|
7059
|
+
code: any | null;
|
|
7060
|
+
display: string | null;
|
|
7061
|
+
} | null> | null;
|
|
7062
|
+
} | null;
|
|
7063
|
+
recorder: {
|
|
7064
|
+
resource: {
|
|
7065
|
+
id: string;
|
|
7066
|
+
gender: any | null;
|
|
7067
|
+
birthDate: any | null;
|
|
7068
|
+
name: Array<{
|
|
7069
|
+
text: string | null;
|
|
7070
|
+
family: string | null;
|
|
7071
|
+
given: Array<string | null> | null;
|
|
7072
|
+
prefix: Array<string | null> | null;
|
|
7073
|
+
suffix: Array<string | null> | null;
|
|
7074
|
+
} | null> | null;
|
|
7075
|
+
communication: Array<{
|
|
7076
|
+
language: {
|
|
7077
|
+
id: string | null;
|
|
7078
|
+
text: string | null;
|
|
7079
|
+
coding: Array<{
|
|
7080
|
+
id: string | null;
|
|
7081
|
+
system: any | null;
|
|
7082
|
+
code: any | null;
|
|
7083
|
+
display: string | null;
|
|
7084
|
+
} | null> | null;
|
|
7085
|
+
} | null;
|
|
7086
|
+
} | null> | null;
|
|
7087
|
+
} | {
|
|
7088
|
+
id: string;
|
|
7089
|
+
name: Array<{
|
|
7090
|
+
text: string | null;
|
|
7091
|
+
family: string | null;
|
|
7092
|
+
given: Array<string | null> | null;
|
|
7093
|
+
prefix: Array<string | null> | null;
|
|
7094
|
+
suffix: Array<string | null> | null;
|
|
7095
|
+
} | null> | null;
|
|
7096
|
+
identifier: Array<{
|
|
7097
|
+
id: string | null;
|
|
7098
|
+
system: any | null;
|
|
7099
|
+
value: string | null;
|
|
7100
|
+
type: {
|
|
7101
|
+
id: string | null;
|
|
7102
|
+
text: string | null;
|
|
7103
|
+
coding: Array<{
|
|
7104
|
+
id: string | null;
|
|
7105
|
+
system: any | null;
|
|
7106
|
+
code: any | null;
|
|
7107
|
+
display: string | null;
|
|
7108
|
+
} | null> | null;
|
|
7109
|
+
} | null;
|
|
7110
|
+
} | null> | null;
|
|
7111
|
+
} | {} | null;
|
|
7112
|
+
} | null;
|
|
7113
|
+
note: Array<{
|
|
7114
|
+
authorString: string | null;
|
|
7115
|
+
time: any | null;
|
|
7116
|
+
text: any | null;
|
|
6325
7117
|
} | null> | null;
|
|
6326
|
-
|
|
7118
|
+
onsetPeriod: {
|
|
7119
|
+
start: any | null;
|
|
7120
|
+
end: any | null;
|
|
7121
|
+
} | null;
|
|
7122
|
+
abatementPeriod: {
|
|
7123
|
+
start: any | null;
|
|
7124
|
+
end: any | null;
|
|
7125
|
+
} | null;
|
|
7126
|
+
category: Array<{
|
|
6327
7127
|
id: string | null;
|
|
6328
|
-
|
|
6329
|
-
|
|
6330
|
-
type: {
|
|
7128
|
+
text: string | null;
|
|
7129
|
+
coding: Array<{
|
|
6331
7130
|
id: string | null;
|
|
6332
|
-
|
|
6333
|
-
|
|
6334
|
-
|
|
6335
|
-
|
|
6336
|
-
code: any | null;
|
|
6337
|
-
display: string | null;
|
|
6338
|
-
} | null> | null;
|
|
6339
|
-
} | null;
|
|
7131
|
+
system: any | null;
|
|
7132
|
+
code: any | null;
|
|
7133
|
+
display: string | null;
|
|
7134
|
+
} | null> | null;
|
|
6340
7135
|
} | null> | null;
|
|
6341
|
-
|
|
6342
|
-
} | null;
|
|
6343
|
-
reaction: Array<{
|
|
6344
|
-
id: string | null;
|
|
6345
|
-
onset: any | null;
|
|
6346
|
-
severity: any | null;
|
|
6347
|
-
description: string | null;
|
|
6348
|
-
manifestation: Array<{
|
|
6349
|
-
id: string | null;
|
|
6350
|
-
text: string | null;
|
|
6351
|
-
coding: Array<{
|
|
7136
|
+
severity: {
|
|
6352
7137
|
id: string | null;
|
|
6353
|
-
|
|
6354
|
-
|
|
6355
|
-
|
|
7138
|
+
text: string | null;
|
|
7139
|
+
coding: Array<{
|
|
7140
|
+
id: string | null;
|
|
7141
|
+
system: any | null;
|
|
7142
|
+
code: any | null;
|
|
7143
|
+
display: string | null;
|
|
7144
|
+
} | null> | null;
|
|
7145
|
+
} | null;
|
|
7146
|
+
verificationStatus: {
|
|
7147
|
+
id: string | null;
|
|
7148
|
+
text: string | null;
|
|
7149
|
+
coding: Array<{
|
|
7150
|
+
id: string | null;
|
|
7151
|
+
system: any | null;
|
|
7152
|
+
code: any | null;
|
|
7153
|
+
display: string | null;
|
|
7154
|
+
} | null> | null;
|
|
7155
|
+
} | null;
|
|
7156
|
+
bodySite: Array<{
|
|
7157
|
+
id: string | null;
|
|
7158
|
+
text: string | null;
|
|
7159
|
+
coding: Array<{
|
|
7160
|
+
id: string | null;
|
|
7161
|
+
system: any | null;
|
|
7162
|
+
code: any | null;
|
|
7163
|
+
display: string | null;
|
|
7164
|
+
} | null> | null;
|
|
6356
7165
|
} | null> | null;
|
|
6357
|
-
} | null
|
|
6358
|
-
note: Array<{
|
|
6359
|
-
id: string | null;
|
|
6360
|
-
authorString: string | null;
|
|
6361
|
-
time: any | null;
|
|
6362
|
-
text: any | null;
|
|
6363
|
-
} | null> | null;
|
|
6364
|
-
} | null> | null;
|
|
6365
|
-
note: Array<{
|
|
6366
|
-
id: string | null;
|
|
6367
|
-
authorString: string | null;
|
|
6368
|
-
time: any | null;
|
|
6369
|
-
text: any | null;
|
|
7166
|
+
} | null;
|
|
6370
7167
|
} | null> | null;
|
|
6371
|
-
|
|
6372
|
-
id: string | null;
|
|
6373
|
-
text: string | null;
|
|
6374
|
-
coding: Array<{
|
|
6375
|
-
id: string | null;
|
|
6376
|
-
system: any | null;
|
|
6377
|
-
code: any | null;
|
|
6378
|
-
display: string | null;
|
|
6379
|
-
} | null> | null;
|
|
6380
|
-
} | null;
|
|
6381
|
-
clinicalStatus: {
|
|
7168
|
+
subject: {
|
|
6382
7169
|
id: string | null;
|
|
6383
|
-
|
|
6384
|
-
|
|
6385
|
-
id: string | null;
|
|
6386
|
-
system: any | null;
|
|
6387
|
-
code: any | null;
|
|
6388
|
-
display: string | null;
|
|
6389
|
-
} | null> | null;
|
|
7170
|
+
reference: string | null;
|
|
7171
|
+
type: any | null;
|
|
6390
7172
|
} | null;
|
|
6391
7173
|
} | null;
|
|
6392
7174
|
} | null> | null;
|
|
6393
7175
|
} | null;
|
|
6394
7176
|
};
|
|
6395
|
-
export type
|
|
6396
|
-
request: Types.InputMaybe<Types.CarePlanGroupQueryRequest>;
|
|
6397
|
-
}>;
|
|
6398
|
-
export type GetCarePlanGroupsQueryResults = {
|
|
6399
|
-
getCarePlanGroups: {
|
|
6400
|
-
paging_info: {
|
|
6401
|
-
page_number: number;
|
|
6402
|
-
page_size: number;
|
|
6403
|
-
total_pages: number;
|
|
6404
|
-
total_items: number;
|
|
6405
|
-
} | null;
|
|
6406
|
-
resources: Array<{
|
|
6407
|
-
id: string | null;
|
|
6408
|
-
name: string | null;
|
|
6409
|
-
references: Array<string | null> | null;
|
|
6410
|
-
source: Array<string | null> | null;
|
|
6411
|
-
sourceDisplay: Array<string | null> | null;
|
|
6412
|
-
coding: {
|
|
6413
|
-
id: string | null;
|
|
6414
|
-
system: any | null;
|
|
6415
|
-
code: any | null;
|
|
6416
|
-
display: string | null;
|
|
6417
|
-
} | null;
|
|
6418
|
-
period: {
|
|
6419
|
-
start: any | null;
|
|
6420
|
-
end: any | null;
|
|
6421
|
-
} | null;
|
|
6422
|
-
}>;
|
|
6423
|
-
};
|
|
6424
|
-
};
|
|
6425
|
-
export type GetCarePlansQueryVariables = Types.Exact<{
|
|
7177
|
+
export type GetCareTeamsQueryVariables = Types.Exact<{
|
|
6426
7178
|
page: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
6427
7179
|
pageSize: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
6428
7180
|
code: Types.InputMaybe<Types.SearchToken>;
|
|
@@ -6432,18 +7184,15 @@ export type GetCarePlansQueryVariables = Types.Exact<{
|
|
|
6432
7184
|
status: Types.InputMaybe<Types.SearchToken>;
|
|
6433
7185
|
total: Types.InputMaybe<Types.TotalType>;
|
|
6434
7186
|
}>;
|
|
6435
|
-
export type
|
|
6436
|
-
|
|
7187
|
+
export type GetCareTeamsQueryResults = {
|
|
7188
|
+
careTeams: {
|
|
6437
7189
|
id: string | null;
|
|
6438
7190
|
entry: Array<{
|
|
6439
7191
|
resource: {
|
|
6440
7192
|
resourceType: string | null;
|
|
6441
7193
|
id: string;
|
|
6442
|
-
title: string | null;
|
|
6443
|
-
description: string | null;
|
|
6444
|
-
created: any | null;
|
|
6445
7194
|
status: any | null;
|
|
6446
|
-
|
|
7195
|
+
name: string | null;
|
|
6447
7196
|
identifier: Array<{
|
|
6448
7197
|
id: string | null;
|
|
6449
7198
|
system: any | null;
|
|
@@ -6486,43 +7235,208 @@ export type GetCarePlansQueryResults = {
|
|
|
6486
7235
|
display: string | null;
|
|
6487
7236
|
} | null> | null;
|
|
6488
7237
|
} | null> | null;
|
|
6489
|
-
|
|
6490
|
-
|
|
6491
|
-
|
|
6492
|
-
|
|
6493
|
-
|
|
6494
|
-
div: any | null;
|
|
6495
|
-
status: any | null;
|
|
6496
|
-
} | null;
|
|
6497
|
-
note: Array<{
|
|
6498
|
-
id: string | null;
|
|
6499
|
-
authorString: string | null;
|
|
6500
|
-
time: any | null;
|
|
6501
|
-
text: any | null;
|
|
6502
|
-
} | null> | null;
|
|
6503
|
-
activity: Array<{
|
|
6504
|
-
detail: {
|
|
6505
|
-
kind: any | null;
|
|
6506
|
-
status: any | null;
|
|
6507
|
-
scheduledString: string | null;
|
|
6508
|
-
code: {
|
|
7238
|
+
participant: Array<{
|
|
7239
|
+
role: Array<{
|
|
7240
|
+
id: string | null;
|
|
7241
|
+
text: string | null;
|
|
7242
|
+
coding: Array<{
|
|
6509
7243
|
id: string | null;
|
|
6510
|
-
|
|
6511
|
-
|
|
7244
|
+
system: any | null;
|
|
7245
|
+
code: any | null;
|
|
7246
|
+
display: string | null;
|
|
7247
|
+
} | null> | null;
|
|
7248
|
+
} | null> | null;
|
|
7249
|
+
member: {
|
|
7250
|
+
id: string | null;
|
|
7251
|
+
reference: string | null;
|
|
7252
|
+
type: any | null;
|
|
7253
|
+
resource: {
|
|
7254
|
+
__typename: 'CareTeam';
|
|
7255
|
+
} | {
|
|
7256
|
+
__typename: 'Organization';
|
|
7257
|
+
id: string;
|
|
7258
|
+
alias: Array<string | null> | null;
|
|
7259
|
+
organizationName: string | null;
|
|
7260
|
+
meta: {
|
|
7261
|
+
versionId: string | null;
|
|
7262
|
+
lastUpdated: any | null;
|
|
7263
|
+
source: any | null;
|
|
7264
|
+
security: Array<{
|
|
7265
|
+
id: string | null;
|
|
7266
|
+
system: any | null;
|
|
7267
|
+
code: any | null;
|
|
7268
|
+
display: string | null;
|
|
7269
|
+
} | null> | null;
|
|
7270
|
+
tag: Array<{
|
|
7271
|
+
id: string | null;
|
|
7272
|
+
system: any | null;
|
|
7273
|
+
code: any | null;
|
|
7274
|
+
display: string | null;
|
|
7275
|
+
} | null> | null;
|
|
7276
|
+
} | null;
|
|
7277
|
+
} | {
|
|
7278
|
+
__typename: 'Patient';
|
|
7279
|
+
} | {
|
|
7280
|
+
__typename: 'Practitioner';
|
|
7281
|
+
id: string;
|
|
7282
|
+
name: Array<{
|
|
7283
|
+
text: string | null;
|
|
7284
|
+
family: string | null;
|
|
7285
|
+
given: Array<string | null> | null;
|
|
7286
|
+
prefix: Array<string | null> | null;
|
|
7287
|
+
suffix: Array<string | null> | null;
|
|
7288
|
+
} | null> | null;
|
|
7289
|
+
identifier: Array<{
|
|
7290
|
+
id: string | null;
|
|
7291
|
+
system: any | null;
|
|
7292
|
+
value: string | null;
|
|
7293
|
+
type: {
|
|
7294
|
+
id: string | null;
|
|
7295
|
+
text: string | null;
|
|
7296
|
+
coding: Array<{
|
|
7297
|
+
id: string | null;
|
|
7298
|
+
system: any | null;
|
|
7299
|
+
code: any | null;
|
|
7300
|
+
display: string | null;
|
|
7301
|
+
} | null> | null;
|
|
7302
|
+
} | null;
|
|
7303
|
+
} | null> | null;
|
|
7304
|
+
} | {
|
|
7305
|
+
__typename: 'PractitionerRole';
|
|
7306
|
+
resourceType: string | null;
|
|
7307
|
+
active: boolean | null;
|
|
7308
|
+
id: string;
|
|
7309
|
+
identifier: Array<{
|
|
7310
|
+
id: string | null;
|
|
7311
|
+
system: any | null;
|
|
7312
|
+
value: string | null;
|
|
7313
|
+
type: {
|
|
7314
|
+
id: string | null;
|
|
7315
|
+
text: string | null;
|
|
7316
|
+
coding: Array<{
|
|
7317
|
+
id: string | null;
|
|
7318
|
+
system: any | null;
|
|
7319
|
+
code: any | null;
|
|
7320
|
+
display: string | null;
|
|
7321
|
+
} | null> | null;
|
|
7322
|
+
} | null;
|
|
7323
|
+
} | null> | null;
|
|
7324
|
+
practitioner: {
|
|
7325
|
+
id: string | null;
|
|
7326
|
+
reference: string | null;
|
|
7327
|
+
type: any | null;
|
|
7328
|
+
resource: {
|
|
7329
|
+
id: string;
|
|
7330
|
+
name: Array<{
|
|
7331
|
+
text: string | null;
|
|
7332
|
+
family: string | null;
|
|
7333
|
+
given: Array<string | null> | null;
|
|
7334
|
+
prefix: Array<string | null> | null;
|
|
7335
|
+
suffix: Array<string | null> | null;
|
|
7336
|
+
} | null> | null;
|
|
7337
|
+
identifier: Array<{
|
|
7338
|
+
id: string | null;
|
|
7339
|
+
system: any | null;
|
|
7340
|
+
value: string | null;
|
|
7341
|
+
type: {
|
|
7342
|
+
id: string | null;
|
|
7343
|
+
text: string | null;
|
|
7344
|
+
coding: Array<{
|
|
7345
|
+
id: string | null;
|
|
7346
|
+
system: any | null;
|
|
7347
|
+
code: any | null;
|
|
7348
|
+
display: string | null;
|
|
7349
|
+
} | null> | null;
|
|
7350
|
+
} | null;
|
|
7351
|
+
} | null> | null;
|
|
7352
|
+
} | null;
|
|
7353
|
+
} | null;
|
|
7354
|
+
organization: {
|
|
6512
7355
|
id: string | null;
|
|
6513
|
-
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
|
|
6517
|
-
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
6521
|
-
|
|
6522
|
-
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
7356
|
+
reference: string | null;
|
|
7357
|
+
type: any | null;
|
|
7358
|
+
resource: {
|
|
7359
|
+
resourceType: string | null;
|
|
7360
|
+
id: string;
|
|
7361
|
+
name: string | null;
|
|
7362
|
+
active: boolean | null;
|
|
7363
|
+
identifier: Array<{
|
|
7364
|
+
id: string | null;
|
|
7365
|
+
system: any | null;
|
|
7366
|
+
value: string | null;
|
|
7367
|
+
type: {
|
|
7368
|
+
id: string | null;
|
|
7369
|
+
text: string | null;
|
|
7370
|
+
coding: Array<{
|
|
7371
|
+
id: string | null;
|
|
7372
|
+
system: any | null;
|
|
7373
|
+
code: any | null;
|
|
7374
|
+
display: string | null;
|
|
7375
|
+
} | null> | null;
|
|
7376
|
+
} | null;
|
|
7377
|
+
} | null> | null;
|
|
7378
|
+
endpoint: Array<{
|
|
7379
|
+
id: string | null;
|
|
7380
|
+
reference: string | null;
|
|
7381
|
+
type: any | null;
|
|
7382
|
+
resource: {
|
|
7383
|
+
name: string | null;
|
|
7384
|
+
status: any | null;
|
|
7385
|
+
address: any | null;
|
|
7386
|
+
identifier: Array<{
|
|
7387
|
+
id: string | null;
|
|
7388
|
+
system: any | null;
|
|
7389
|
+
value: string | null;
|
|
7390
|
+
type: {
|
|
7391
|
+
id: string | null;
|
|
7392
|
+
text: string | null;
|
|
7393
|
+
coding: Array<{
|
|
7394
|
+
id: string | null;
|
|
7395
|
+
system: any | null;
|
|
7396
|
+
code: any | null;
|
|
7397
|
+
display: string | null;
|
|
7398
|
+
} | null> | null;
|
|
7399
|
+
} | null;
|
|
7400
|
+
} | null> | null;
|
|
7401
|
+
connectionType: {
|
|
7402
|
+
id: string | null;
|
|
7403
|
+
system: any | null;
|
|
7404
|
+
code: any | null;
|
|
7405
|
+
display: string | null;
|
|
7406
|
+
} | null;
|
|
7407
|
+
} | null;
|
|
7408
|
+
} | null> | null;
|
|
7409
|
+
telecom: Array<{
|
|
7410
|
+
id: string | null;
|
|
7411
|
+
system: any | null;
|
|
7412
|
+
value: string | null;
|
|
7413
|
+
use: any | null;
|
|
7414
|
+
rank: number | null;
|
|
7415
|
+
} | null> | null;
|
|
7416
|
+
address: Array<{
|
|
7417
|
+
use: any | null;
|
|
7418
|
+
type: any | null;
|
|
7419
|
+
text: string | null;
|
|
7420
|
+
line: Array<string | null> | null;
|
|
7421
|
+
city: string | null;
|
|
7422
|
+
district: string | null;
|
|
7423
|
+
state: string | null;
|
|
7424
|
+
postalCode: string | null;
|
|
7425
|
+
country: string | null;
|
|
7426
|
+
} | null> | null;
|
|
7427
|
+
type: Array<{
|
|
7428
|
+
id: string | null;
|
|
7429
|
+
text: string | null;
|
|
7430
|
+
coding: Array<{
|
|
7431
|
+
id: string | null;
|
|
7432
|
+
system: any | null;
|
|
7433
|
+
code: any | null;
|
|
7434
|
+
display: string | null;
|
|
7435
|
+
} | null> | null;
|
|
7436
|
+
} | null> | null;
|
|
7437
|
+
} | null;
|
|
7438
|
+
} | null;
|
|
7439
|
+
code: Array<{
|
|
6526
7440
|
id: string | null;
|
|
6527
7441
|
text: string | null;
|
|
6528
7442
|
coding: Array<{
|
|
@@ -6531,111 +7445,84 @@ export type GetCarePlansQueryResults = {
|
|
|
6531
7445
|
code: any | null;
|
|
6532
7446
|
display: string | null;
|
|
6533
7447
|
} | null> | null;
|
|
6534
|
-
} | null;
|
|
6535
|
-
repeat: {
|
|
6536
|
-
id: string | null;
|
|
6537
|
-
count: number | null;
|
|
6538
|
-
countMax: number | null;
|
|
6539
|
-
dayOfWeek: Array<any | null> | null;
|
|
6540
|
-
duration: number | null;
|
|
6541
|
-
durationMax: number | null;
|
|
6542
|
-
durationUnit: any | null;
|
|
6543
|
-
frequency: number | null;
|
|
6544
|
-
frequencyMax: number | null;
|
|
6545
|
-
offset: number | null;
|
|
6546
|
-
period: number | null;
|
|
6547
|
-
periodMax: number | null;
|
|
6548
|
-
periodUnit: any | null;
|
|
6549
|
-
timeOfDay: Array<any | null> | null;
|
|
6550
|
-
when: Array<any | null> | null;
|
|
6551
|
-
boundsDuration: {
|
|
6552
|
-
value: number | null;
|
|
6553
|
-
unit: string | null;
|
|
6554
|
-
code: any | null;
|
|
6555
|
-
comparator: any | null;
|
|
6556
|
-
system: any | null;
|
|
6557
|
-
} | null;
|
|
6558
|
-
boundsPeriod: {
|
|
6559
|
-
start: any | null;
|
|
6560
|
-
end: any | null;
|
|
6561
|
-
} | null;
|
|
6562
|
-
boundsRange: {
|
|
6563
|
-
low: {
|
|
6564
|
-
value: number | null;
|
|
6565
|
-
unit: string | null;
|
|
6566
|
-
code: any | null;
|
|
6567
|
-
comparator: any | null;
|
|
6568
|
-
system: any | null;
|
|
6569
|
-
} | null;
|
|
6570
|
-
high: {
|
|
6571
|
-
value: number | null;
|
|
6572
|
-
unit: string | null;
|
|
6573
|
-
code: any | null;
|
|
6574
|
-
comparator: any | null;
|
|
6575
|
-
system: any | null;
|
|
6576
|
-
} | null;
|
|
6577
|
-
} | null;
|
|
6578
|
-
} | null;
|
|
6579
|
-
} | null;
|
|
6580
|
-
} | null;
|
|
6581
|
-
} | null> | null;
|
|
6582
|
-
addresses: Array<{
|
|
6583
|
-
resource: {
|
|
6584
|
-
id: string;
|
|
6585
|
-
onsetDateTime: any | null;
|
|
6586
|
-
recordedDate: any | null;
|
|
6587
|
-
abatementDateTime: any | null;
|
|
6588
|
-
meta: {
|
|
6589
|
-
versionId: string | null;
|
|
6590
|
-
lastUpdated: any | null;
|
|
6591
|
-
source: any | null;
|
|
6592
|
-
security: Array<{
|
|
6593
|
-
id: string | null;
|
|
6594
|
-
system: any | null;
|
|
6595
|
-
code: any | null;
|
|
6596
|
-
display: string | null;
|
|
6597
7448
|
} | null> | null;
|
|
6598
|
-
|
|
6599
|
-
id: string | null;
|
|
6600
|
-
system: any | null;
|
|
6601
|
-
code: any | null;
|
|
6602
|
-
display: string | null;
|
|
6603
|
-
} | null> | null;
|
|
6604
|
-
} | null;
|
|
6605
|
-
code: {
|
|
6606
|
-
id: string | null;
|
|
6607
|
-
text: string | null;
|
|
6608
|
-
coding: Array<{
|
|
7449
|
+
specialty: Array<{
|
|
6609
7450
|
id: string | null;
|
|
6610
|
-
|
|
6611
|
-
|
|
6612
|
-
|
|
7451
|
+
text: string | null;
|
|
7452
|
+
coding: Array<{
|
|
7453
|
+
id: string | null;
|
|
7454
|
+
system: any | null;
|
|
7455
|
+
code: any | null;
|
|
7456
|
+
display: string | null;
|
|
7457
|
+
} | null> | null;
|
|
6613
7458
|
} | null> | null;
|
|
6614
|
-
|
|
6615
|
-
clinicalStatus: {
|
|
6616
|
-
id: string | null;
|
|
6617
|
-
text: string | null;
|
|
6618
|
-
coding: Array<{
|
|
7459
|
+
location: Array<{
|
|
6619
7460
|
id: string | null;
|
|
6620
|
-
|
|
6621
|
-
|
|
6622
|
-
|
|
6623
|
-
|
|
6624
|
-
|
|
6625
|
-
|
|
6626
|
-
|
|
6627
|
-
|
|
6628
|
-
|
|
6629
|
-
|
|
6630
|
-
|
|
6631
|
-
|
|
6632
|
-
|
|
6633
|
-
|
|
6634
|
-
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
|
|
6638
|
-
|
|
7461
|
+
reference: string | null;
|
|
7462
|
+
type: any | null;
|
|
7463
|
+
resource: {
|
|
7464
|
+
name: string | null;
|
|
7465
|
+
alias: Array<string | null> | null;
|
|
7466
|
+
description: string | null;
|
|
7467
|
+
status: any | null;
|
|
7468
|
+
identifier: Array<{
|
|
7469
|
+
id: string | null;
|
|
7470
|
+
system: any | null;
|
|
7471
|
+
value: string | null;
|
|
7472
|
+
type: {
|
|
7473
|
+
id: string | null;
|
|
7474
|
+
text: string | null;
|
|
7475
|
+
coding: Array<{
|
|
7476
|
+
id: string | null;
|
|
7477
|
+
system: any | null;
|
|
7478
|
+
code: any | null;
|
|
7479
|
+
display: string | null;
|
|
7480
|
+
} | null> | null;
|
|
7481
|
+
} | null;
|
|
7482
|
+
} | null> | null;
|
|
7483
|
+
address: {
|
|
7484
|
+
use: any | null;
|
|
7485
|
+
type: any | null;
|
|
7486
|
+
text: string | null;
|
|
7487
|
+
line: Array<string | null> | null;
|
|
7488
|
+
city: string | null;
|
|
7489
|
+
district: string | null;
|
|
7490
|
+
state: string | null;
|
|
7491
|
+
postalCode: string | null;
|
|
7492
|
+
country: string | null;
|
|
7493
|
+
} | null;
|
|
7494
|
+
position: {
|
|
7495
|
+
latitude: number | null;
|
|
7496
|
+
longitude: number | null;
|
|
7497
|
+
} | null;
|
|
7498
|
+
telecom: Array<{
|
|
7499
|
+
id: string | null;
|
|
7500
|
+
system: any | null;
|
|
7501
|
+
value: string | null;
|
|
7502
|
+
use: any | null;
|
|
7503
|
+
rank: number | null;
|
|
7504
|
+
} | null> | null;
|
|
7505
|
+
managingOrganization: {
|
|
7506
|
+
id: string | null;
|
|
7507
|
+
reference: string | null;
|
|
7508
|
+
display: string | null;
|
|
7509
|
+
identifier: {
|
|
7510
|
+
id: string | null;
|
|
7511
|
+
system: any | null;
|
|
7512
|
+
value: string | null;
|
|
7513
|
+
type: {
|
|
7514
|
+
id: string | null;
|
|
7515
|
+
text: string | null;
|
|
7516
|
+
coding: Array<{
|
|
7517
|
+
id: string | null;
|
|
7518
|
+
system: any | null;
|
|
7519
|
+
code: any | null;
|
|
7520
|
+
display: string | null;
|
|
7521
|
+
} | null> | null;
|
|
7522
|
+
} | null;
|
|
7523
|
+
} | null;
|
|
7524
|
+
} | null;
|
|
7525
|
+
type: Array<{
|
|
6639
7526
|
id: string | null;
|
|
6640
7527
|
text: string | null;
|
|
6641
7528
|
coding: Array<{
|
|
@@ -6644,18 +7531,21 @@ export type GetCarePlansQueryResults = {
|
|
|
6644
7531
|
code: any | null;
|
|
6645
7532
|
display: string | null;
|
|
6646
7533
|
} | null> | null;
|
|
6647
|
-
} | null;
|
|
6648
|
-
} | null
|
|
6649
|
-
} |
|
|
6650
|
-
|
|
6651
|
-
|
|
6652
|
-
|
|
6653
|
-
|
|
6654
|
-
|
|
6655
|
-
|
|
6656
|
-
|
|
6657
|
-
|
|
6658
|
-
|
|
7534
|
+
} | null> | null;
|
|
7535
|
+
} | null;
|
|
7536
|
+
} | null> | null;
|
|
7537
|
+
telecom: Array<{
|
|
7538
|
+
id: string | null;
|
|
7539
|
+
system: any | null;
|
|
7540
|
+
value: string | null;
|
|
7541
|
+
use: any | null;
|
|
7542
|
+
rank: number | null;
|
|
7543
|
+
} | null> | null;
|
|
7544
|
+
endpoint: Array<{
|
|
7545
|
+
id: string | null;
|
|
7546
|
+
reference: string | null;
|
|
7547
|
+
display: string | null;
|
|
7548
|
+
identifier: {
|
|
6659
7549
|
id: string | null;
|
|
6660
7550
|
system: any | null;
|
|
6661
7551
|
value: string | null;
|
|
@@ -6669,178 +7559,43 @@ export type GetCarePlansQueryResults = {
|
|
|
6669
7559
|
display: string | null;
|
|
6670
7560
|
} | null> | null;
|
|
6671
7561
|
} | null;
|
|
6672
|
-
} | null
|
|
6673
|
-
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
-
|
|
6677
|
-
|
|
6678
|
-
|
|
6679
|
-
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
|
|
6684
|
-
|
|
6685
|
-
|
|
6686
|
-
|
|
6687
|
-
|
|
6688
|
-
|
|
6689
|
-
|
|
6690
|
-
|
|
6691
|
-
|
|
6692
|
-
|
|
6693
|
-
|
|
6694
|
-
|
|
6695
|
-
|
|
6696
|
-
|
|
6697
|
-
|
|
6698
|
-
|
|
6699
|
-
|
|
6700
|
-
|
|
6701
|
-
|
|
6702
|
-
|
|
6703
|
-
system: any | null;
|
|
6704
|
-
code: any | null;
|
|
6705
|
-
display: string | null;
|
|
6706
|
-
} | null> | null;
|
|
6707
|
-
} | null;
|
|
6708
|
-
verificationStatus: {
|
|
6709
|
-
id: string | null;
|
|
6710
|
-
text: string | null;
|
|
6711
|
-
coding: Array<{
|
|
6712
|
-
id: string | null;
|
|
6713
|
-
system: any | null;
|
|
6714
|
-
code: any | null;
|
|
6715
|
-
display: string | null;
|
|
6716
|
-
} | null> | null;
|
|
6717
|
-
} | null;
|
|
6718
|
-
bodySite: Array<{
|
|
6719
|
-
id: string | null;
|
|
6720
|
-
text: string | null;
|
|
6721
|
-
coding: Array<{
|
|
6722
|
-
id: string | null;
|
|
6723
|
-
system: any | null;
|
|
6724
|
-
code: any | null;
|
|
6725
|
-
display: string | null;
|
|
6726
|
-
} | null> | null;
|
|
6727
|
-
} | null> | null;
|
|
6728
|
-
} | null;
|
|
6729
|
-
} | null> | null;
|
|
6730
|
-
subject: {
|
|
6731
|
-
id: string | null;
|
|
6732
|
-
reference: string | null;
|
|
6733
|
-
type: any | null;
|
|
6734
|
-
} | null;
|
|
6735
|
-
} | null;
|
|
6736
|
-
} | null> | null;
|
|
6737
|
-
} | null;
|
|
6738
|
-
};
|
|
6739
|
-
export type GetCareTeamsQueryVariables = Types.Exact<{
|
|
6740
|
-
page: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
6741
|
-
pageSize: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
6742
|
-
code: Types.InputMaybe<Types.SearchToken>;
|
|
6743
|
-
id: Types.InputMaybe<Types.SearchString>;
|
|
6744
|
-
lastUpdated: Types.InputMaybe<Types.SearchDate>;
|
|
6745
|
-
sort: Types.InputMaybe<Array<Types.InputMaybe<Types.Scalars['String']['input']>> | Types.InputMaybe<Types.Scalars['String']['input']>>;
|
|
6746
|
-
status: Types.InputMaybe<Types.SearchToken>;
|
|
6747
|
-
total: Types.InputMaybe<Types.TotalType>;
|
|
6748
|
-
}>;
|
|
6749
|
-
export type GetCareTeamsQueryResults = {
|
|
6750
|
-
careTeams: {
|
|
6751
|
-
id: string | null;
|
|
6752
|
-
entry: Array<{
|
|
6753
|
-
resource: {
|
|
6754
|
-
resourceType: string | null;
|
|
6755
|
-
id: string;
|
|
6756
|
-
status: any | null;
|
|
6757
|
-
name: string | null;
|
|
6758
|
-
identifier: Array<{
|
|
6759
|
-
id: string | null;
|
|
6760
|
-
system: any | null;
|
|
6761
|
-
value: string | null;
|
|
6762
|
-
type: {
|
|
6763
|
-
id: string | null;
|
|
6764
|
-
text: string | null;
|
|
6765
|
-
coding: Array<{
|
|
6766
|
-
id: string | null;
|
|
6767
|
-
system: any | null;
|
|
6768
|
-
code: any | null;
|
|
6769
|
-
display: string | null;
|
|
6770
|
-
} | null> | null;
|
|
6771
|
-
} | null;
|
|
6772
|
-
} | null> | null;
|
|
6773
|
-
meta: {
|
|
6774
|
-
versionId: string | null;
|
|
6775
|
-
lastUpdated: any | null;
|
|
6776
|
-
source: any | null;
|
|
6777
|
-
security: Array<{
|
|
6778
|
-
id: string | null;
|
|
6779
|
-
system: any | null;
|
|
6780
|
-
code: any | null;
|
|
6781
|
-
display: string | null;
|
|
6782
|
-
} | null> | null;
|
|
6783
|
-
tag: Array<{
|
|
6784
|
-
id: string | null;
|
|
6785
|
-
system: any | null;
|
|
6786
|
-
code: any | null;
|
|
6787
|
-
display: string | null;
|
|
6788
|
-
} | null> | null;
|
|
6789
|
-
} | null;
|
|
6790
|
-
category: Array<{
|
|
6791
|
-
id: string | null;
|
|
6792
|
-
text: string | null;
|
|
6793
|
-
coding: Array<{
|
|
6794
|
-
id: string | null;
|
|
6795
|
-
system: any | null;
|
|
6796
|
-
code: any | null;
|
|
6797
|
-
display: string | null;
|
|
6798
|
-
} | null> | null;
|
|
6799
|
-
} | null> | null;
|
|
6800
|
-
participant: Array<{
|
|
6801
|
-
role: Array<{
|
|
6802
|
-
id: string | null;
|
|
6803
|
-
text: string | null;
|
|
6804
|
-
coding: Array<{
|
|
6805
|
-
id: string | null;
|
|
6806
|
-
system: any | null;
|
|
6807
|
-
code: any | null;
|
|
6808
|
-
display: string | null;
|
|
6809
|
-
} | null> | null;
|
|
6810
|
-
} | null> | null;
|
|
6811
|
-
member: {
|
|
6812
|
-
id: string | null;
|
|
6813
|
-
reference: string | null;
|
|
6814
|
-
type: any | null;
|
|
6815
|
-
resource: {
|
|
6816
|
-
__typename: 'CareTeam';
|
|
6817
|
-
} | {
|
|
6818
|
-
__typename: 'Organization';
|
|
6819
|
-
id: string;
|
|
6820
|
-
alias: Array<string | null> | null;
|
|
6821
|
-
organizationName: string | null;
|
|
6822
|
-
meta: {
|
|
6823
|
-
versionId: string | null;
|
|
6824
|
-
lastUpdated: any | null;
|
|
6825
|
-
source: any | null;
|
|
6826
|
-
security: Array<{
|
|
6827
|
-
id: string | null;
|
|
6828
|
-
system: any | null;
|
|
6829
|
-
code: any | null;
|
|
6830
|
-
display: string | null;
|
|
6831
|
-
} | null> | null;
|
|
6832
|
-
tag: Array<{
|
|
6833
|
-
id: string | null;
|
|
6834
|
-
system: any | null;
|
|
6835
|
-
code: any | null;
|
|
6836
|
-
display: string | null;
|
|
6837
|
-
} | null> | null;
|
|
7562
|
+
} | null;
|
|
7563
|
+
resource: {
|
|
7564
|
+
name: string | null;
|
|
7565
|
+
status: any | null;
|
|
7566
|
+
address: any | null;
|
|
7567
|
+
identifier: Array<{
|
|
7568
|
+
id: string | null;
|
|
7569
|
+
system: any | null;
|
|
7570
|
+
value: string | null;
|
|
7571
|
+
type: {
|
|
7572
|
+
id: string | null;
|
|
7573
|
+
text: string | null;
|
|
7574
|
+
coding: Array<{
|
|
7575
|
+
id: string | null;
|
|
7576
|
+
system: any | null;
|
|
7577
|
+
code: any | null;
|
|
7578
|
+
display: string | null;
|
|
7579
|
+
} | null> | null;
|
|
7580
|
+
} | null;
|
|
7581
|
+
} | null> | null;
|
|
7582
|
+
connectionType: {
|
|
7583
|
+
id: string | null;
|
|
7584
|
+
system: any | null;
|
|
7585
|
+
code: any | null;
|
|
7586
|
+
display: string | null;
|
|
7587
|
+
} | null;
|
|
7588
|
+
} | null;
|
|
7589
|
+
} | null> | null;
|
|
7590
|
+
period: {
|
|
7591
|
+
start: any | null;
|
|
7592
|
+
end: any | null;
|
|
6838
7593
|
} | null;
|
|
6839
7594
|
} | {
|
|
6840
|
-
__typename: '
|
|
6841
|
-
|
|
6842
|
-
__typename: 'Practitioner';
|
|
7595
|
+
__typename: 'RelatedPerson';
|
|
7596
|
+
resourceType: string | null;
|
|
6843
7597
|
id: string;
|
|
7598
|
+
active: boolean | null;
|
|
6844
7599
|
name: Array<{
|
|
6845
7600
|
text: string | null;
|
|
6846
7601
|
family: string | null;
|
|
@@ -6863,10 +7618,60 @@ export type GetCareTeamsQueryResults = {
|
|
|
6863
7618
|
} | null> | null;
|
|
6864
7619
|
} | null;
|
|
6865
7620
|
} | null> | null;
|
|
6866
|
-
|
|
6867
|
-
|
|
6868
|
-
|
|
6869
|
-
|
|
7621
|
+
telecom: Array<{
|
|
7622
|
+
id: string | null;
|
|
7623
|
+
system: any | null;
|
|
7624
|
+
value: string | null;
|
|
7625
|
+
use: any | null;
|
|
7626
|
+
rank: number | null;
|
|
7627
|
+
} | null> | null;
|
|
7628
|
+
address: Array<{
|
|
7629
|
+
use: any | null;
|
|
7630
|
+
type: any | null;
|
|
7631
|
+
text: string | null;
|
|
7632
|
+
line: Array<string | null> | null;
|
|
7633
|
+
city: string | null;
|
|
7634
|
+
district: string | null;
|
|
7635
|
+
state: string | null;
|
|
7636
|
+
postalCode: string | null;
|
|
7637
|
+
country: string | null;
|
|
7638
|
+
} | null> | null;
|
|
7639
|
+
relationship: Array<{
|
|
7640
|
+
id: string | null;
|
|
7641
|
+
text: string | null;
|
|
7642
|
+
coding: Array<{
|
|
7643
|
+
id: string | null;
|
|
7644
|
+
system: any | null;
|
|
7645
|
+
code: any | null;
|
|
7646
|
+
display: string | null;
|
|
7647
|
+
} | null> | null;
|
|
7648
|
+
} | null> | null;
|
|
7649
|
+
patient: {
|
|
7650
|
+
resource: {
|
|
7651
|
+
id: string;
|
|
7652
|
+
gender: any | null;
|
|
7653
|
+
birthDate: any | null;
|
|
7654
|
+
name: Array<{
|
|
7655
|
+
text: string | null;
|
|
7656
|
+
family: string | null;
|
|
7657
|
+
given: Array<string | null> | null;
|
|
7658
|
+
prefix: Array<string | null> | null;
|
|
7659
|
+
suffix: Array<string | null> | null;
|
|
7660
|
+
} | null> | null;
|
|
7661
|
+
communication: Array<{
|
|
7662
|
+
language: {
|
|
7663
|
+
id: string | null;
|
|
7664
|
+
text: string | null;
|
|
7665
|
+
coding: Array<{
|
|
7666
|
+
id: string | null;
|
|
7667
|
+
system: any | null;
|
|
7668
|
+
code: any | null;
|
|
7669
|
+
display: string | null;
|
|
7670
|
+
} | null> | null;
|
|
7671
|
+
} | null;
|
|
7672
|
+
} | null> | null;
|
|
7673
|
+
} | null;
|
|
7674
|
+
} | null;
|
|
6870
7675
|
} | null;
|
|
6871
7676
|
} | null;
|
|
6872
7677
|
} | null> | null;
|
|
@@ -7314,86 +8119,6 @@ export type GetConditionsQueryResults = {
|
|
|
7314
8119
|
} | null> | null;
|
|
7315
8120
|
} | null;
|
|
7316
8121
|
} | null;
|
|
7317
|
-
resource: {
|
|
7318
|
-
resourceType: string | null;
|
|
7319
|
-
id: string;
|
|
7320
|
-
name: string | null;
|
|
7321
|
-
active: boolean | null;
|
|
7322
|
-
identifier: Array<{
|
|
7323
|
-
id: string | null;
|
|
7324
|
-
system: any | null;
|
|
7325
|
-
value: string | null;
|
|
7326
|
-
type: {
|
|
7327
|
-
id: string | null;
|
|
7328
|
-
text: string | null;
|
|
7329
|
-
coding: Array<{
|
|
7330
|
-
id: string | null;
|
|
7331
|
-
system: any | null;
|
|
7332
|
-
code: any | null;
|
|
7333
|
-
display: string | null;
|
|
7334
|
-
} | null> | null;
|
|
7335
|
-
} | null;
|
|
7336
|
-
} | null> | null;
|
|
7337
|
-
endpoint: Array<{
|
|
7338
|
-
id: string | null;
|
|
7339
|
-
reference: string | null;
|
|
7340
|
-
type: any | null;
|
|
7341
|
-
resource: {
|
|
7342
|
-
name: string | null;
|
|
7343
|
-
status: any | null;
|
|
7344
|
-
address: any | null;
|
|
7345
|
-
identifier: Array<{
|
|
7346
|
-
id: string | null;
|
|
7347
|
-
system: any | null;
|
|
7348
|
-
value: string | null;
|
|
7349
|
-
type: {
|
|
7350
|
-
id: string | null;
|
|
7351
|
-
text: string | null;
|
|
7352
|
-
coding: Array<{
|
|
7353
|
-
id: string | null;
|
|
7354
|
-
system: any | null;
|
|
7355
|
-
code: any | null;
|
|
7356
|
-
display: string | null;
|
|
7357
|
-
} | null> | null;
|
|
7358
|
-
} | null;
|
|
7359
|
-
} | null> | null;
|
|
7360
|
-
connectionType: {
|
|
7361
|
-
id: string | null;
|
|
7362
|
-
system: any | null;
|
|
7363
|
-
code: any | null;
|
|
7364
|
-
display: string | null;
|
|
7365
|
-
} | null;
|
|
7366
|
-
} | null;
|
|
7367
|
-
} | null> | null;
|
|
7368
|
-
telecom: Array<{
|
|
7369
|
-
id: string | null;
|
|
7370
|
-
system: any | null;
|
|
7371
|
-
value: string | null;
|
|
7372
|
-
use: any | null;
|
|
7373
|
-
rank: number | null;
|
|
7374
|
-
} | null> | null;
|
|
7375
|
-
address: Array<{
|
|
7376
|
-
use: any | null;
|
|
7377
|
-
type: any | null;
|
|
7378
|
-
text: string | null;
|
|
7379
|
-
line: Array<string | null> | null;
|
|
7380
|
-
city: string | null;
|
|
7381
|
-
district: string | null;
|
|
7382
|
-
state: string | null;
|
|
7383
|
-
postalCode: string | null;
|
|
7384
|
-
country: string | null;
|
|
7385
|
-
} | null> | null;
|
|
7386
|
-
type: Array<{
|
|
7387
|
-
id: string | null;
|
|
7388
|
-
text: string | null;
|
|
7389
|
-
coding: Array<{
|
|
7390
|
-
id: string | null;
|
|
7391
|
-
system: any | null;
|
|
7392
|
-
code: any | null;
|
|
7393
|
-
display: string | null;
|
|
7394
|
-
} | null> | null;
|
|
7395
|
-
} | null> | null;
|
|
7396
|
-
} | null;
|
|
7397
8122
|
} | null;
|
|
7398
8123
|
type: Array<{
|
|
7399
8124
|
id: string | null;
|
|
@@ -7916,132 +8641,52 @@ export type GetEncountersQueryResults = {
|
|
|
7916
8641
|
alias: Array<string | null> | null;
|
|
7917
8642
|
description: string | null;
|
|
7918
8643
|
status: any | null;
|
|
7919
|
-
identifier: Array<{
|
|
7920
|
-
id: string | null;
|
|
7921
|
-
system: any | null;
|
|
7922
|
-
value: string | null;
|
|
7923
|
-
type: {
|
|
7924
|
-
id: string | null;
|
|
7925
|
-
text: string | null;
|
|
7926
|
-
coding: Array<{
|
|
7927
|
-
id: string | null;
|
|
7928
|
-
system: any | null;
|
|
7929
|
-
code: any | null;
|
|
7930
|
-
display: string | null;
|
|
7931
|
-
} | null> | null;
|
|
7932
|
-
} | null;
|
|
7933
|
-
} | null> | null;
|
|
7934
|
-
address: {
|
|
7935
|
-
use: any | null;
|
|
7936
|
-
type: any | null;
|
|
7937
|
-
text: string | null;
|
|
7938
|
-
line: Array<string | null> | null;
|
|
7939
|
-
city: string | null;
|
|
7940
|
-
district: string | null;
|
|
7941
|
-
state: string | null;
|
|
7942
|
-
postalCode: string | null;
|
|
7943
|
-
country: string | null;
|
|
7944
|
-
} | null;
|
|
7945
|
-
position: {
|
|
7946
|
-
latitude: number | null;
|
|
7947
|
-
longitude: number | null;
|
|
7948
|
-
} | null;
|
|
7949
|
-
telecom: Array<{
|
|
7950
|
-
id: string | null;
|
|
7951
|
-
system: any | null;
|
|
7952
|
-
value: string | null;
|
|
7953
|
-
use: any | null;
|
|
7954
|
-
rank: number | null;
|
|
7955
|
-
} | null> | null;
|
|
7956
|
-
managingOrganization: {
|
|
7957
|
-
id: string | null;
|
|
7958
|
-
reference: string | null;
|
|
7959
|
-
display: string | null;
|
|
7960
|
-
identifier: {
|
|
7961
|
-
id: string | null;
|
|
7962
|
-
system: any | null;
|
|
7963
|
-
value: string | null;
|
|
7964
|
-
type: {
|
|
7965
|
-
id: string | null;
|
|
7966
|
-
text: string | null;
|
|
7967
|
-
coding: Array<{
|
|
7968
|
-
id: string | null;
|
|
7969
|
-
system: any | null;
|
|
7970
|
-
code: any | null;
|
|
7971
|
-
display: string | null;
|
|
7972
|
-
} | null> | null;
|
|
7973
|
-
} | null;
|
|
7974
|
-
} | null;
|
|
7975
|
-
resource: {
|
|
7976
|
-
resourceType: string | null;
|
|
7977
|
-
id: string;
|
|
7978
|
-
name: string | null;
|
|
7979
|
-
active: boolean | null;
|
|
7980
|
-
identifier: Array<{
|
|
7981
|
-
id: string | null;
|
|
7982
|
-
system: any | null;
|
|
7983
|
-
value: string | null;
|
|
7984
|
-
type: {
|
|
7985
|
-
id: string | null;
|
|
7986
|
-
text: string | null;
|
|
7987
|
-
coding: Array<{
|
|
7988
|
-
id: string | null;
|
|
7989
|
-
system: any | null;
|
|
7990
|
-
code: any | null;
|
|
7991
|
-
display: string | null;
|
|
7992
|
-
} | null> | null;
|
|
7993
|
-
} | null;
|
|
7994
|
-
} | null> | null;
|
|
7995
|
-
endpoint: Array<{
|
|
7996
|
-
id: string | null;
|
|
7997
|
-
reference: string | null;
|
|
7998
|
-
type: any | null;
|
|
7999
|
-
resource: {
|
|
8000
|
-
name: string | null;
|
|
8001
|
-
status: any | null;
|
|
8002
|
-
address: any | null;
|
|
8003
|
-
identifier: Array<{
|
|
8004
|
-
id: string | null;
|
|
8005
|
-
system: any | null;
|
|
8006
|
-
value: string | null;
|
|
8007
|
-
type: {
|
|
8008
|
-
id: string | null;
|
|
8009
|
-
text: string | null;
|
|
8010
|
-
coding: Array<{
|
|
8011
|
-
id: string | null;
|
|
8012
|
-
system: any | null;
|
|
8013
|
-
code: any | null;
|
|
8014
|
-
display: string | null;
|
|
8015
|
-
} | null> | null;
|
|
8016
|
-
} | null;
|
|
8017
|
-
} | null> | null;
|
|
8018
|
-
connectionType: {
|
|
8019
|
-
id: string | null;
|
|
8020
|
-
system: any | null;
|
|
8021
|
-
code: any | null;
|
|
8022
|
-
display: string | null;
|
|
8023
|
-
} | null;
|
|
8024
|
-
} | null;
|
|
8025
|
-
} | null> | null;
|
|
8026
|
-
telecom: Array<{
|
|
8644
|
+
identifier: Array<{
|
|
8645
|
+
id: string | null;
|
|
8646
|
+
system: any | null;
|
|
8647
|
+
value: string | null;
|
|
8648
|
+
type: {
|
|
8649
|
+
id: string | null;
|
|
8650
|
+
text: string | null;
|
|
8651
|
+
coding: Array<{
|
|
8027
8652
|
id: string | null;
|
|
8028
8653
|
system: any | null;
|
|
8029
|
-
|
|
8030
|
-
|
|
8031
|
-
rank: number | null;
|
|
8032
|
-
} | null> | null;
|
|
8033
|
-
address: Array<{
|
|
8034
|
-
use: any | null;
|
|
8035
|
-
type: any | null;
|
|
8036
|
-
text: string | null;
|
|
8037
|
-
line: Array<string | null> | null;
|
|
8038
|
-
city: string | null;
|
|
8039
|
-
district: string | null;
|
|
8040
|
-
state: string | null;
|
|
8041
|
-
postalCode: string | null;
|
|
8042
|
-
country: string | null;
|
|
8654
|
+
code: any | null;
|
|
8655
|
+
display: string | null;
|
|
8043
8656
|
} | null> | null;
|
|
8044
|
-
|
|
8657
|
+
} | null;
|
|
8658
|
+
} | null> | null;
|
|
8659
|
+
address: {
|
|
8660
|
+
use: any | null;
|
|
8661
|
+
type: any | null;
|
|
8662
|
+
text: string | null;
|
|
8663
|
+
line: Array<string | null> | null;
|
|
8664
|
+
city: string | null;
|
|
8665
|
+
district: string | null;
|
|
8666
|
+
state: string | null;
|
|
8667
|
+
postalCode: string | null;
|
|
8668
|
+
country: string | null;
|
|
8669
|
+
} | null;
|
|
8670
|
+
position: {
|
|
8671
|
+
latitude: number | null;
|
|
8672
|
+
longitude: number | null;
|
|
8673
|
+
} | null;
|
|
8674
|
+
telecom: Array<{
|
|
8675
|
+
id: string | null;
|
|
8676
|
+
system: any | null;
|
|
8677
|
+
value: string | null;
|
|
8678
|
+
use: any | null;
|
|
8679
|
+
rank: number | null;
|
|
8680
|
+
} | null> | null;
|
|
8681
|
+
managingOrganization: {
|
|
8682
|
+
id: string | null;
|
|
8683
|
+
reference: string | null;
|
|
8684
|
+
display: string | null;
|
|
8685
|
+
identifier: {
|
|
8686
|
+
id: string | null;
|
|
8687
|
+
system: any | null;
|
|
8688
|
+
value: string | null;
|
|
8689
|
+
type: {
|
|
8045
8690
|
id: string | null;
|
|
8046
8691
|
text: string | null;
|
|
8047
8692
|
coding: Array<{
|
|
@@ -8050,7 +8695,7 @@ export type GetEncountersQueryResults = {
|
|
|
8050
8695
|
code: any | null;
|
|
8051
8696
|
display: string | null;
|
|
8052
8697
|
} | null> | null;
|
|
8053
|
-
} | null
|
|
8698
|
+
} | null;
|
|
8054
8699
|
} | null;
|
|
8055
8700
|
} | null;
|
|
8056
8701
|
type: Array<{
|
|
@@ -8682,86 +9327,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
8682
9327
|
} | null> | null;
|
|
8683
9328
|
} | null;
|
|
8684
9329
|
} | null;
|
|
8685
|
-
resource: {
|
|
8686
|
-
resourceType: string | null;
|
|
8687
|
-
id: string;
|
|
8688
|
-
name: string | null;
|
|
8689
|
-
active: boolean | null;
|
|
8690
|
-
identifier: Array<{
|
|
8691
|
-
id: string | null;
|
|
8692
|
-
system: any | null;
|
|
8693
|
-
value: string | null;
|
|
8694
|
-
type: {
|
|
8695
|
-
id: string | null;
|
|
8696
|
-
text: string | null;
|
|
8697
|
-
coding: Array<{
|
|
8698
|
-
id: string | null;
|
|
8699
|
-
system: any | null;
|
|
8700
|
-
code: any | null;
|
|
8701
|
-
display: string | null;
|
|
8702
|
-
} | null> | null;
|
|
8703
|
-
} | null;
|
|
8704
|
-
} | null> | null;
|
|
8705
|
-
endpoint: Array<{
|
|
8706
|
-
id: string | null;
|
|
8707
|
-
reference: string | null;
|
|
8708
|
-
type: any | null;
|
|
8709
|
-
resource: {
|
|
8710
|
-
name: string | null;
|
|
8711
|
-
status: any | null;
|
|
8712
|
-
address: any | null;
|
|
8713
|
-
identifier: Array<{
|
|
8714
|
-
id: string | null;
|
|
8715
|
-
system: any | null;
|
|
8716
|
-
value: string | null;
|
|
8717
|
-
type: {
|
|
8718
|
-
id: string | null;
|
|
8719
|
-
text: string | null;
|
|
8720
|
-
coding: Array<{
|
|
8721
|
-
id: string | null;
|
|
8722
|
-
system: any | null;
|
|
8723
|
-
code: any | null;
|
|
8724
|
-
display: string | null;
|
|
8725
|
-
} | null> | null;
|
|
8726
|
-
} | null;
|
|
8727
|
-
} | null> | null;
|
|
8728
|
-
connectionType: {
|
|
8729
|
-
id: string | null;
|
|
8730
|
-
system: any | null;
|
|
8731
|
-
code: any | null;
|
|
8732
|
-
display: string | null;
|
|
8733
|
-
} | null;
|
|
8734
|
-
} | null;
|
|
8735
|
-
} | null> | null;
|
|
8736
|
-
telecom: Array<{
|
|
8737
|
-
id: string | null;
|
|
8738
|
-
system: any | null;
|
|
8739
|
-
value: string | null;
|
|
8740
|
-
use: any | null;
|
|
8741
|
-
rank: number | null;
|
|
8742
|
-
} | null> | null;
|
|
8743
|
-
address: Array<{
|
|
8744
|
-
use: any | null;
|
|
8745
|
-
type: any | null;
|
|
8746
|
-
text: string | null;
|
|
8747
|
-
line: Array<string | null> | null;
|
|
8748
|
-
city: string | null;
|
|
8749
|
-
district: string | null;
|
|
8750
|
-
state: string | null;
|
|
8751
|
-
postalCode: string | null;
|
|
8752
|
-
country: string | null;
|
|
8753
|
-
} | null> | null;
|
|
8754
|
-
type: Array<{
|
|
8755
|
-
id: string | null;
|
|
8756
|
-
text: string | null;
|
|
8757
|
-
coding: Array<{
|
|
8758
|
-
id: string | null;
|
|
8759
|
-
system: any | null;
|
|
8760
|
-
code: any | null;
|
|
8761
|
-
display: string | null;
|
|
8762
|
-
} | null> | null;
|
|
8763
|
-
} | null> | null;
|
|
8764
|
-
} | null;
|
|
8765
9330
|
} | null;
|
|
8766
9331
|
type: Array<{
|
|
8767
9332
|
id: string | null;
|
|
@@ -9507,86 +10072,6 @@ export type GetImmunizationsQueryResults = {
|
|
|
9507
10072
|
} | null> | null;
|
|
9508
10073
|
} | null;
|
|
9509
10074
|
} | null;
|
|
9510
|
-
resource: {
|
|
9511
|
-
resourceType: string | null;
|
|
9512
|
-
id: string;
|
|
9513
|
-
name: string | null;
|
|
9514
|
-
active: boolean | null;
|
|
9515
|
-
identifier: Array<{
|
|
9516
|
-
id: string | null;
|
|
9517
|
-
system: any | null;
|
|
9518
|
-
value: string | null;
|
|
9519
|
-
type: {
|
|
9520
|
-
id: string | null;
|
|
9521
|
-
text: string | null;
|
|
9522
|
-
coding: Array<{
|
|
9523
|
-
id: string | null;
|
|
9524
|
-
system: any | null;
|
|
9525
|
-
code: any | null;
|
|
9526
|
-
display: string | null;
|
|
9527
|
-
} | null> | null;
|
|
9528
|
-
} | null;
|
|
9529
|
-
} | null> | null;
|
|
9530
|
-
endpoint: Array<{
|
|
9531
|
-
id: string | null;
|
|
9532
|
-
reference: string | null;
|
|
9533
|
-
type: any | null;
|
|
9534
|
-
resource: {
|
|
9535
|
-
name: string | null;
|
|
9536
|
-
status: any | null;
|
|
9537
|
-
address: any | null;
|
|
9538
|
-
identifier: Array<{
|
|
9539
|
-
id: string | null;
|
|
9540
|
-
system: any | null;
|
|
9541
|
-
value: string | null;
|
|
9542
|
-
type: {
|
|
9543
|
-
id: string | null;
|
|
9544
|
-
text: string | null;
|
|
9545
|
-
coding: Array<{
|
|
9546
|
-
id: string | null;
|
|
9547
|
-
system: any | null;
|
|
9548
|
-
code: any | null;
|
|
9549
|
-
display: string | null;
|
|
9550
|
-
} | null> | null;
|
|
9551
|
-
} | null;
|
|
9552
|
-
} | null> | null;
|
|
9553
|
-
connectionType: {
|
|
9554
|
-
id: string | null;
|
|
9555
|
-
system: any | null;
|
|
9556
|
-
code: any | null;
|
|
9557
|
-
display: string | null;
|
|
9558
|
-
} | null;
|
|
9559
|
-
} | null;
|
|
9560
|
-
} | null> | null;
|
|
9561
|
-
telecom: Array<{
|
|
9562
|
-
id: string | null;
|
|
9563
|
-
system: any | null;
|
|
9564
|
-
value: string | null;
|
|
9565
|
-
use: any | null;
|
|
9566
|
-
rank: number | null;
|
|
9567
|
-
} | null> | null;
|
|
9568
|
-
address: Array<{
|
|
9569
|
-
use: any | null;
|
|
9570
|
-
type: any | null;
|
|
9571
|
-
text: string | null;
|
|
9572
|
-
line: Array<string | null> | null;
|
|
9573
|
-
city: string | null;
|
|
9574
|
-
district: string | null;
|
|
9575
|
-
state: string | null;
|
|
9576
|
-
postalCode: string | null;
|
|
9577
|
-
country: string | null;
|
|
9578
|
-
} | null> | null;
|
|
9579
|
-
type: Array<{
|
|
9580
|
-
id: string | null;
|
|
9581
|
-
text: string | null;
|
|
9582
|
-
coding: Array<{
|
|
9583
|
-
id: string | null;
|
|
9584
|
-
system: any | null;
|
|
9585
|
-
code: any | null;
|
|
9586
|
-
display: string | null;
|
|
9587
|
-
} | null> | null;
|
|
9588
|
-
} | null> | null;
|
|
9589
|
-
} | null;
|
|
9590
10075
|
} | null;
|
|
9591
10076
|
type: Array<{
|
|
9592
10077
|
id: string | null;
|
|
@@ -10122,6 +10607,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10122
10607
|
id: string | null;
|
|
10123
10608
|
reference: string | null;
|
|
10124
10609
|
type: any | null;
|
|
10610
|
+
display: string | null;
|
|
10125
10611
|
resource: {
|
|
10126
10612
|
resourceType: string | null;
|
|
10127
10613
|
id: string;
|
|
@@ -10298,100 +10784,20 @@ export type GetImmunizationsQueryResults = {
|
|
|
10298
10784
|
} | null;
|
|
10299
10785
|
telecom: Array<{
|
|
10300
10786
|
id: string | null;
|
|
10301
|
-
system: any | null;
|
|
10302
|
-
value: string | null;
|
|
10303
|
-
use: any | null;
|
|
10304
|
-
rank: number | null;
|
|
10305
|
-
} | null> | null;
|
|
10306
|
-
managingOrganization: {
|
|
10307
|
-
id: string | null;
|
|
10308
|
-
reference: string | null;
|
|
10309
|
-
display: string | null;
|
|
10310
|
-
identifier: {
|
|
10311
|
-
id: string | null;
|
|
10312
|
-
system: any | null;
|
|
10313
|
-
value: string | null;
|
|
10314
|
-
type: {
|
|
10315
|
-
id: string | null;
|
|
10316
|
-
text: string | null;
|
|
10317
|
-
coding: Array<{
|
|
10318
|
-
id: string | null;
|
|
10319
|
-
system: any | null;
|
|
10320
|
-
code: any | null;
|
|
10321
|
-
display: string | null;
|
|
10322
|
-
} | null> | null;
|
|
10323
|
-
} | null;
|
|
10324
|
-
} | null;
|
|
10325
|
-
resource: {
|
|
10326
|
-
resourceType: string | null;
|
|
10327
|
-
id: string;
|
|
10328
|
-
name: string | null;
|
|
10329
|
-
active: boolean | null;
|
|
10330
|
-
identifier: Array<{
|
|
10331
|
-
id: string | null;
|
|
10332
|
-
system: any | null;
|
|
10333
|
-
value: string | null;
|
|
10334
|
-
type: {
|
|
10335
|
-
id: string | null;
|
|
10336
|
-
text: string | null;
|
|
10337
|
-
coding: Array<{
|
|
10338
|
-
id: string | null;
|
|
10339
|
-
system: any | null;
|
|
10340
|
-
code: any | null;
|
|
10341
|
-
display: string | null;
|
|
10342
|
-
} | null> | null;
|
|
10343
|
-
} | null;
|
|
10344
|
-
} | null> | null;
|
|
10345
|
-
endpoint: Array<{
|
|
10346
|
-
id: string | null;
|
|
10347
|
-
reference: string | null;
|
|
10348
|
-
type: any | null;
|
|
10349
|
-
resource: {
|
|
10350
|
-
name: string | null;
|
|
10351
|
-
status: any | null;
|
|
10352
|
-
address: any | null;
|
|
10353
|
-
identifier: Array<{
|
|
10354
|
-
id: string | null;
|
|
10355
|
-
system: any | null;
|
|
10356
|
-
value: string | null;
|
|
10357
|
-
type: {
|
|
10358
|
-
id: string | null;
|
|
10359
|
-
text: string | null;
|
|
10360
|
-
coding: Array<{
|
|
10361
|
-
id: string | null;
|
|
10362
|
-
system: any | null;
|
|
10363
|
-
code: any | null;
|
|
10364
|
-
display: string | null;
|
|
10365
|
-
} | null> | null;
|
|
10366
|
-
} | null;
|
|
10367
|
-
} | null> | null;
|
|
10368
|
-
connectionType: {
|
|
10369
|
-
id: string | null;
|
|
10370
|
-
system: any | null;
|
|
10371
|
-
code: any | null;
|
|
10372
|
-
display: string | null;
|
|
10373
|
-
} | null;
|
|
10374
|
-
} | null;
|
|
10375
|
-
} | null> | null;
|
|
10376
|
-
telecom: Array<{
|
|
10377
|
-
id: string | null;
|
|
10378
|
-
system: any | null;
|
|
10379
|
-
value: string | null;
|
|
10380
|
-
use: any | null;
|
|
10381
|
-
rank: number | null;
|
|
10382
|
-
} | null> | null;
|
|
10383
|
-
address: Array<{
|
|
10384
|
-
use: any | null;
|
|
10385
|
-
type: any | null;
|
|
10386
|
-
text: string | null;
|
|
10387
|
-
line: Array<string | null> | null;
|
|
10388
|
-
city: string | null;
|
|
10389
|
-
district: string | null;
|
|
10390
|
-
state: string | null;
|
|
10391
|
-
postalCode: string | null;
|
|
10392
|
-
country: string | null;
|
|
10393
|
-
} | null> | null;
|
|
10394
|
-
type: Array<{
|
|
10787
|
+
system: any | null;
|
|
10788
|
+
value: string | null;
|
|
10789
|
+
use: any | null;
|
|
10790
|
+
rank: number | null;
|
|
10791
|
+
} | null> | null;
|
|
10792
|
+
managingOrganization: {
|
|
10793
|
+
id: string | null;
|
|
10794
|
+
reference: string | null;
|
|
10795
|
+
display: string | null;
|
|
10796
|
+
identifier: {
|
|
10797
|
+
id: string | null;
|
|
10798
|
+
system: any | null;
|
|
10799
|
+
value: string | null;
|
|
10800
|
+
type: {
|
|
10395
10801
|
id: string | null;
|
|
10396
10802
|
text: string | null;
|
|
10397
10803
|
coding: Array<{
|
|
@@ -10400,7 +10806,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
10400
10806
|
code: any | null;
|
|
10401
10807
|
display: string | null;
|
|
10402
10808
|
} | null> | null;
|
|
10403
|
-
} | null
|
|
10809
|
+
} | null;
|
|
10404
10810
|
} | null;
|
|
10405
10811
|
} | null;
|
|
10406
10812
|
type: Array<{
|
|
@@ -10575,86 +10981,6 @@ export type GetProceduresQueryResults = {
|
|
|
10575
10981
|
} | null> | null;
|
|
10576
10982
|
} | null;
|
|
10577
10983
|
} | null;
|
|
10578
|
-
resource: {
|
|
10579
|
-
resourceType: string | null;
|
|
10580
|
-
id: string;
|
|
10581
|
-
name: string | null;
|
|
10582
|
-
active: boolean | null;
|
|
10583
|
-
identifier: Array<{
|
|
10584
|
-
id: string | null;
|
|
10585
|
-
system: any | null;
|
|
10586
|
-
value: string | null;
|
|
10587
|
-
type: {
|
|
10588
|
-
id: string | null;
|
|
10589
|
-
text: string | null;
|
|
10590
|
-
coding: Array<{
|
|
10591
|
-
id: string | null;
|
|
10592
|
-
system: any | null;
|
|
10593
|
-
code: any | null;
|
|
10594
|
-
display: string | null;
|
|
10595
|
-
} | null> | null;
|
|
10596
|
-
} | null;
|
|
10597
|
-
} | null> | null;
|
|
10598
|
-
endpoint: Array<{
|
|
10599
|
-
id: string | null;
|
|
10600
|
-
reference: string | null;
|
|
10601
|
-
type: any | null;
|
|
10602
|
-
resource: {
|
|
10603
|
-
name: string | null;
|
|
10604
|
-
status: any | null;
|
|
10605
|
-
address: any | null;
|
|
10606
|
-
identifier: Array<{
|
|
10607
|
-
id: string | null;
|
|
10608
|
-
system: any | null;
|
|
10609
|
-
value: string | null;
|
|
10610
|
-
type: {
|
|
10611
|
-
id: string | null;
|
|
10612
|
-
text: string | null;
|
|
10613
|
-
coding: Array<{
|
|
10614
|
-
id: string | null;
|
|
10615
|
-
system: any | null;
|
|
10616
|
-
code: any | null;
|
|
10617
|
-
display: string | null;
|
|
10618
|
-
} | null> | null;
|
|
10619
|
-
} | null;
|
|
10620
|
-
} | null> | null;
|
|
10621
|
-
connectionType: {
|
|
10622
|
-
id: string | null;
|
|
10623
|
-
system: any | null;
|
|
10624
|
-
code: any | null;
|
|
10625
|
-
display: string | null;
|
|
10626
|
-
} | null;
|
|
10627
|
-
} | null;
|
|
10628
|
-
} | null> | null;
|
|
10629
|
-
telecom: Array<{
|
|
10630
|
-
id: string | null;
|
|
10631
|
-
system: any | null;
|
|
10632
|
-
value: string | null;
|
|
10633
|
-
use: any | null;
|
|
10634
|
-
rank: number | null;
|
|
10635
|
-
} | null> | null;
|
|
10636
|
-
address: Array<{
|
|
10637
|
-
use: any | null;
|
|
10638
|
-
type: any | null;
|
|
10639
|
-
text: string | null;
|
|
10640
|
-
line: Array<string | null> | null;
|
|
10641
|
-
city: string | null;
|
|
10642
|
-
district: string | null;
|
|
10643
|
-
state: string | null;
|
|
10644
|
-
postalCode: string | null;
|
|
10645
|
-
country: string | null;
|
|
10646
|
-
} | null> | null;
|
|
10647
|
-
type: Array<{
|
|
10648
|
-
id: string | null;
|
|
10649
|
-
text: string | null;
|
|
10650
|
-
coding: Array<{
|
|
10651
|
-
id: string | null;
|
|
10652
|
-
system: any | null;
|
|
10653
|
-
code: any | null;
|
|
10654
|
-
display: string | null;
|
|
10655
|
-
} | null> | null;
|
|
10656
|
-
} | null> | null;
|
|
10657
|
-
} | null;
|
|
10658
10984
|
} | null;
|
|
10659
10985
|
type: Array<{
|
|
10660
10986
|
id: string | null;
|
|
@@ -11018,86 +11344,6 @@ export type GetProceduresQueryResults = {
|
|
|
11018
11344
|
} | null> | null;
|
|
11019
11345
|
} | null;
|
|
11020
11346
|
} | null;
|
|
11021
|
-
resource: {
|
|
11022
|
-
resourceType: string | null;
|
|
11023
|
-
id: string;
|
|
11024
|
-
name: string | null;
|
|
11025
|
-
active: boolean | null;
|
|
11026
|
-
identifier: Array<{
|
|
11027
|
-
id: string | null;
|
|
11028
|
-
system: any | null;
|
|
11029
|
-
value: string | null;
|
|
11030
|
-
type: {
|
|
11031
|
-
id: string | null;
|
|
11032
|
-
text: string | null;
|
|
11033
|
-
coding: Array<{
|
|
11034
|
-
id: string | null;
|
|
11035
|
-
system: any | null;
|
|
11036
|
-
code: any | null;
|
|
11037
|
-
display: string | null;
|
|
11038
|
-
} | null> | null;
|
|
11039
|
-
} | null;
|
|
11040
|
-
} | null> | null;
|
|
11041
|
-
endpoint: Array<{
|
|
11042
|
-
id: string | null;
|
|
11043
|
-
reference: string | null;
|
|
11044
|
-
type: any | null;
|
|
11045
|
-
resource: {
|
|
11046
|
-
name: string | null;
|
|
11047
|
-
status: any | null;
|
|
11048
|
-
address: any | null;
|
|
11049
|
-
identifier: Array<{
|
|
11050
|
-
id: string | null;
|
|
11051
|
-
system: any | null;
|
|
11052
|
-
value: string | null;
|
|
11053
|
-
type: {
|
|
11054
|
-
id: string | null;
|
|
11055
|
-
text: string | null;
|
|
11056
|
-
coding: Array<{
|
|
11057
|
-
id: string | null;
|
|
11058
|
-
system: any | null;
|
|
11059
|
-
code: any | null;
|
|
11060
|
-
display: string | null;
|
|
11061
|
-
} | null> | null;
|
|
11062
|
-
} | null;
|
|
11063
|
-
} | null> | null;
|
|
11064
|
-
connectionType: {
|
|
11065
|
-
id: string | null;
|
|
11066
|
-
system: any | null;
|
|
11067
|
-
code: any | null;
|
|
11068
|
-
display: string | null;
|
|
11069
|
-
} | null;
|
|
11070
|
-
} | null;
|
|
11071
|
-
} | null> | null;
|
|
11072
|
-
telecom: Array<{
|
|
11073
|
-
id: string | null;
|
|
11074
|
-
system: any | null;
|
|
11075
|
-
value: string | null;
|
|
11076
|
-
use: any | null;
|
|
11077
|
-
rank: number | null;
|
|
11078
|
-
} | null> | null;
|
|
11079
|
-
address: Array<{
|
|
11080
|
-
use: any | null;
|
|
11081
|
-
type: any | null;
|
|
11082
|
-
text: string | null;
|
|
11083
|
-
line: Array<string | null> | null;
|
|
11084
|
-
city: string | null;
|
|
11085
|
-
district: string | null;
|
|
11086
|
-
state: string | null;
|
|
11087
|
-
postalCode: string | null;
|
|
11088
|
-
country: string | null;
|
|
11089
|
-
} | null> | null;
|
|
11090
|
-
type: Array<{
|
|
11091
|
-
id: string | null;
|
|
11092
|
-
text: string | null;
|
|
11093
|
-
coding: Array<{
|
|
11094
|
-
id: string | null;
|
|
11095
|
-
system: any | null;
|
|
11096
|
-
code: any | null;
|
|
11097
|
-
display: string | null;
|
|
11098
|
-
} | null> | null;
|
|
11099
|
-
} | null> | null;
|
|
11100
|
-
} | null;
|
|
11101
11347
|
} | null;
|
|
11102
11348
|
type: Array<{
|
|
11103
11349
|
id: string | null;
|
|
@@ -12144,86 +12390,6 @@ export type GetVitalSignsQueryResults = {
|
|
|
12144
12390
|
} | null> | null;
|
|
12145
12391
|
} | null;
|
|
12146
12392
|
} | null;
|
|
12147
|
-
resource: {
|
|
12148
|
-
resourceType: string | null;
|
|
12149
|
-
id: string;
|
|
12150
|
-
name: string | null;
|
|
12151
|
-
active: boolean | null;
|
|
12152
|
-
identifier: Array<{
|
|
12153
|
-
id: string | null;
|
|
12154
|
-
system: any | null;
|
|
12155
|
-
value: string | null;
|
|
12156
|
-
type: {
|
|
12157
|
-
id: string | null;
|
|
12158
|
-
text: string | null;
|
|
12159
|
-
coding: Array<{
|
|
12160
|
-
id: string | null;
|
|
12161
|
-
system: any | null;
|
|
12162
|
-
code: any | null;
|
|
12163
|
-
display: string | null;
|
|
12164
|
-
} | null> | null;
|
|
12165
|
-
} | null;
|
|
12166
|
-
} | null> | null;
|
|
12167
|
-
endpoint: Array<{
|
|
12168
|
-
id: string | null;
|
|
12169
|
-
reference: string | null;
|
|
12170
|
-
type: any | null;
|
|
12171
|
-
resource: {
|
|
12172
|
-
name: string | null;
|
|
12173
|
-
status: any | null;
|
|
12174
|
-
address: any | null;
|
|
12175
|
-
identifier: Array<{
|
|
12176
|
-
id: string | null;
|
|
12177
|
-
system: any | null;
|
|
12178
|
-
value: string | null;
|
|
12179
|
-
type: {
|
|
12180
|
-
id: string | null;
|
|
12181
|
-
text: string | null;
|
|
12182
|
-
coding: Array<{
|
|
12183
|
-
id: string | null;
|
|
12184
|
-
system: any | null;
|
|
12185
|
-
code: any | null;
|
|
12186
|
-
display: string | null;
|
|
12187
|
-
} | null> | null;
|
|
12188
|
-
} | null;
|
|
12189
|
-
} | null> | null;
|
|
12190
|
-
connectionType: {
|
|
12191
|
-
id: string | null;
|
|
12192
|
-
system: any | null;
|
|
12193
|
-
code: any | null;
|
|
12194
|
-
display: string | null;
|
|
12195
|
-
} | null;
|
|
12196
|
-
} | null;
|
|
12197
|
-
} | null> | null;
|
|
12198
|
-
telecom: Array<{
|
|
12199
|
-
id: string | null;
|
|
12200
|
-
system: any | null;
|
|
12201
|
-
value: string | null;
|
|
12202
|
-
use: any | null;
|
|
12203
|
-
rank: number | null;
|
|
12204
|
-
} | null> | null;
|
|
12205
|
-
address: Array<{
|
|
12206
|
-
use: any | null;
|
|
12207
|
-
type: any | null;
|
|
12208
|
-
text: string | null;
|
|
12209
|
-
line: Array<string | null> | null;
|
|
12210
|
-
city: string | null;
|
|
12211
|
-
district: string | null;
|
|
12212
|
-
state: string | null;
|
|
12213
|
-
postalCode: string | null;
|
|
12214
|
-
country: string | null;
|
|
12215
|
-
} | null> | null;
|
|
12216
|
-
type: Array<{
|
|
12217
|
-
id: string | null;
|
|
12218
|
-
text: string | null;
|
|
12219
|
-
coding: Array<{
|
|
12220
|
-
id: string | null;
|
|
12221
|
-
system: any | null;
|
|
12222
|
-
code: any | null;
|
|
12223
|
-
display: string | null;
|
|
12224
|
-
} | null> | null;
|
|
12225
|
-
} | null> | null;
|
|
12226
|
-
} | null;
|
|
12227
12393
|
} | null;
|
|
12228
12394
|
type: Array<{
|
|
12229
12395
|
id: string | null;
|