@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1757440654 → 2.0.0-alpha.0-rc.1757691388
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/api/base/health-data/health-manager.d.ts +29 -1
- package/dist/api/graphql-api/healthdata/graphql-health-manager.d.ts +3 -1
- package/dist/api/graphql-api/healthdata/graphql-health-manager.js +40 -0
- package/dist/graphql/operations/index.d.ts +22 -0
- package/dist/graphql/operations/index.js +315 -0
- package/dist/graphql/operations/types.d.ts +1151 -480
- package/dist/models/common/extension.d.ts +2 -0
- package/dist/models/health-data/condition.d.ts +26 -31
- package/dist/models/health-data/index.d.ts +2 -1
- package/dist/models/health-data/observation.d.ts +1 -2
- package/dist/models/health-data/procedure.d.ts +77 -0
- package/dist/models/health-data/procedure.js +1 -0
- package/package.json +1 -1
|
@@ -1909,6 +1909,113 @@ export type ContactPointFieldsFragment = {
|
|
|
1909
1909
|
use: any | null;
|
|
1910
1910
|
rank: number | null;
|
|
1911
1911
|
};
|
|
1912
|
+
export type ProcedureRecorderFields_Patient_Fragment = {
|
|
1913
|
+
name: Array<{
|
|
1914
|
+
text: string | null;
|
|
1915
|
+
family: string | null;
|
|
1916
|
+
given: Array<string | null> | null;
|
|
1917
|
+
prefix: Array<string | null> | null;
|
|
1918
|
+
suffix: Array<string | null> | null;
|
|
1919
|
+
} | null> | null;
|
|
1920
|
+
};
|
|
1921
|
+
export type ProcedureRecorderFields_Practitioner_Fragment = {
|
|
1922
|
+
id: string;
|
|
1923
|
+
name: Array<{
|
|
1924
|
+
text: string | null;
|
|
1925
|
+
family: string | null;
|
|
1926
|
+
given: Array<string | null> | null;
|
|
1927
|
+
prefix: Array<string | null> | null;
|
|
1928
|
+
suffix: Array<string | null> | null;
|
|
1929
|
+
} | null> | null;
|
|
1930
|
+
identifier: Array<{
|
|
1931
|
+
id: string | null;
|
|
1932
|
+
system: any | null;
|
|
1933
|
+
value: string | null;
|
|
1934
|
+
type: {
|
|
1935
|
+
id: string | null;
|
|
1936
|
+
text: string | null;
|
|
1937
|
+
coding: Array<{
|
|
1938
|
+
id: string | null;
|
|
1939
|
+
system: any | null;
|
|
1940
|
+
code: any | null;
|
|
1941
|
+
display: string | null;
|
|
1942
|
+
} | null> | null;
|
|
1943
|
+
} | null;
|
|
1944
|
+
} | null> | null;
|
|
1945
|
+
};
|
|
1946
|
+
export type ProcedureRecorderFields_PractitionerRole_Fragment = {};
|
|
1947
|
+
export type ProcedureRecorderFields_RelatedPerson_Fragment = {};
|
|
1948
|
+
export type ProcedureRecorderFieldsFragment = ProcedureRecorderFields_Patient_Fragment | ProcedureRecorderFields_Practitioner_Fragment | ProcedureRecorderFields_PractitionerRole_Fragment | ProcedureRecorderFields_RelatedPerson_Fragment;
|
|
1949
|
+
export type ProcedureAsserterFields_Patient_Fragment = {
|
|
1950
|
+
name: Array<{
|
|
1951
|
+
text: string | null;
|
|
1952
|
+
family: string | null;
|
|
1953
|
+
given: Array<string | null> | null;
|
|
1954
|
+
prefix: Array<string | null> | null;
|
|
1955
|
+
suffix: Array<string | null> | null;
|
|
1956
|
+
} | null> | null;
|
|
1957
|
+
};
|
|
1958
|
+
export type ProcedureAsserterFields_Practitioner_Fragment = {
|
|
1959
|
+
id: string;
|
|
1960
|
+
name: Array<{
|
|
1961
|
+
text: string | null;
|
|
1962
|
+
family: string | null;
|
|
1963
|
+
given: Array<string | null> | null;
|
|
1964
|
+
prefix: Array<string | null> | null;
|
|
1965
|
+
suffix: Array<string | null> | null;
|
|
1966
|
+
} | null> | null;
|
|
1967
|
+
identifier: Array<{
|
|
1968
|
+
id: string | null;
|
|
1969
|
+
system: any | null;
|
|
1970
|
+
value: string | null;
|
|
1971
|
+
type: {
|
|
1972
|
+
id: string | null;
|
|
1973
|
+
text: string | null;
|
|
1974
|
+
coding: Array<{
|
|
1975
|
+
id: string | null;
|
|
1976
|
+
system: any | null;
|
|
1977
|
+
code: any | null;
|
|
1978
|
+
display: string | null;
|
|
1979
|
+
} | null> | null;
|
|
1980
|
+
} | null;
|
|
1981
|
+
} | null> | null;
|
|
1982
|
+
};
|
|
1983
|
+
export type ProcedureAsserterFields_PractitionerRole_Fragment = {};
|
|
1984
|
+
export type ProcedureAsserterFields_RelatedPerson_Fragment = {};
|
|
1985
|
+
export type ProcedureAsserterFieldsFragment = ProcedureAsserterFields_Patient_Fragment | ProcedureAsserterFields_Practitioner_Fragment | ProcedureAsserterFields_PractitionerRole_Fragment | ProcedureAsserterFields_RelatedPerson_Fragment;
|
|
1986
|
+
export type ProcedurePerformerActorFields_Device_Fragment = {};
|
|
1987
|
+
export type ProcedurePerformerActorFields_Organization_Fragment = {
|
|
1988
|
+
organizationName: string | null;
|
|
1989
|
+
};
|
|
1990
|
+
export type ProcedurePerformerActorFields_Patient_Fragment = {};
|
|
1991
|
+
export type ProcedurePerformerActorFields_Practitioner_Fragment = {
|
|
1992
|
+
id: string;
|
|
1993
|
+
name: Array<{
|
|
1994
|
+
text: string | null;
|
|
1995
|
+
family: string | null;
|
|
1996
|
+
given: Array<string | null> | null;
|
|
1997
|
+
prefix: Array<string | null> | null;
|
|
1998
|
+
suffix: Array<string | null> | null;
|
|
1999
|
+
} | null> | null;
|
|
2000
|
+
identifier: Array<{
|
|
2001
|
+
id: string | null;
|
|
2002
|
+
system: any | null;
|
|
2003
|
+
value: string | null;
|
|
2004
|
+
type: {
|
|
2005
|
+
id: string | null;
|
|
2006
|
+
text: string | null;
|
|
2007
|
+
coding: Array<{
|
|
2008
|
+
id: string | null;
|
|
2009
|
+
system: any | null;
|
|
2010
|
+
code: any | null;
|
|
2011
|
+
display: string | null;
|
|
2012
|
+
} | null> | null;
|
|
2013
|
+
} | null;
|
|
2014
|
+
} | null> | null;
|
|
2015
|
+
};
|
|
2016
|
+
export type ProcedurePerformerActorFields_PractitionerRole_Fragment = {};
|
|
2017
|
+
export type ProcedurePerformerActorFields_RelatedPerson_Fragment = {};
|
|
2018
|
+
export type ProcedurePerformerActorFieldsFragment = ProcedurePerformerActorFields_Device_Fragment | ProcedurePerformerActorFields_Organization_Fragment | ProcedurePerformerActorFields_Patient_Fragment | ProcedurePerformerActorFields_Practitioner_Fragment | ProcedurePerformerActorFields_PractitionerRole_Fragment | ProcedurePerformerActorFields_RelatedPerson_Fragment;
|
|
1912
2019
|
export type ValueFieldsFragment = {
|
|
1913
2020
|
valueString: string | null;
|
|
1914
2021
|
valueBoolean: boolean | null;
|
|
@@ -4619,114 +4726,7 @@ export type GetConditionGroupsQueryResults = {
|
|
|
4619
4726
|
}>;
|
|
4620
4727
|
};
|
|
4621
4728
|
};
|
|
4622
|
-
export type
|
|
4623
|
-
request: Types.InputMaybe<Types.DiagnosticReportLabGroupQueryRequest>;
|
|
4624
|
-
}>;
|
|
4625
|
-
export type GetDiagnosticReportLabGroupsQueryResults = {
|
|
4626
|
-
getDiagnosticReportLabGroups: {
|
|
4627
|
-
resources: Array<{
|
|
4628
|
-
id: string | null;
|
|
4629
|
-
effectiveDateTime: any | null;
|
|
4630
|
-
issued: any | null;
|
|
4631
|
-
name: string | null;
|
|
4632
|
-
performer: string | null;
|
|
4633
|
-
references: Array<string> | null;
|
|
4634
|
-
source: Array<string | null> | null;
|
|
4635
|
-
sourceDisplay: Array<string | null> | null;
|
|
4636
|
-
coding: {
|
|
4637
|
-
id: string | null;
|
|
4638
|
-
system: any | null;
|
|
4639
|
-
code: any | null;
|
|
4640
|
-
display: string | null;
|
|
4641
|
-
} | null;
|
|
4642
|
-
}>;
|
|
4643
|
-
paging_info: {
|
|
4644
|
-
page_number: number;
|
|
4645
|
-
page_size: number;
|
|
4646
|
-
total_pages: number;
|
|
4647
|
-
total_items: number;
|
|
4648
|
-
} | null;
|
|
4649
|
-
};
|
|
4650
|
-
};
|
|
4651
|
-
export type GetEncountersGroupQueryVariables = Types.Exact<{
|
|
4652
|
-
request: Types.InputMaybe<Types.EncounterGroupQueryRequest>;
|
|
4653
|
-
}>;
|
|
4654
|
-
export type GetEncountersGroupQueryResults = {
|
|
4655
|
-
getEncounterGroups: {
|
|
4656
|
-
paging_info: {
|
|
4657
|
-
page_number: number;
|
|
4658
|
-
page_size: number;
|
|
4659
|
-
total_pages: number;
|
|
4660
|
-
total_items: number;
|
|
4661
|
-
} | null;
|
|
4662
|
-
resources: Array<{
|
|
4663
|
-
id: string | null;
|
|
4664
|
-
name: string | null;
|
|
4665
|
-
references: Array<string | null> | null;
|
|
4666
|
-
participant: string | null;
|
|
4667
|
-
date: any | null;
|
|
4668
|
-
source: Array<string | null> | null;
|
|
4669
|
-
sourceDisplay: Array<string | null> | null;
|
|
4670
|
-
class: {
|
|
4671
|
-
id: string | null;
|
|
4672
|
-
system: any | null;
|
|
4673
|
-
code: any | null;
|
|
4674
|
-
display: string | null;
|
|
4675
|
-
} | null;
|
|
4676
|
-
type: {
|
|
4677
|
-
id: string | null;
|
|
4678
|
-
system: any | null;
|
|
4679
|
-
code: any | null;
|
|
4680
|
-
display: string | null;
|
|
4681
|
-
} | null;
|
|
4682
|
-
coding: {
|
|
4683
|
-
id: string | null;
|
|
4684
|
-
system: any | null;
|
|
4685
|
-
code: any | null;
|
|
4686
|
-
display: string | null;
|
|
4687
|
-
} | null;
|
|
4688
|
-
}>;
|
|
4689
|
-
};
|
|
4690
|
-
};
|
|
4691
|
-
export type GetHealthSummaryQueryVariables = Types.Exact<{
|
|
4692
|
-
[key: string]: never;
|
|
4693
|
-
}>;
|
|
4694
|
-
export type GetHealthSummaryQueryResults = {
|
|
4695
|
-
getHealthSummary: {
|
|
4696
|
-
resources: Array<{
|
|
4697
|
-
category: Types.HealthSummaryCategory | null;
|
|
4698
|
-
total: number | null;
|
|
4699
|
-
}>;
|
|
4700
|
-
};
|
|
4701
|
-
};
|
|
4702
|
-
export type GetImmunizationGroupsQueryVariables = Types.Exact<{
|
|
4703
|
-
request: Types.InputMaybe<Types.ImmunizationGroupQueryRequest>;
|
|
4704
|
-
}>;
|
|
4705
|
-
export type GetImmunizationGroupsQueryResults = {
|
|
4706
|
-
getImmunizationGroups: {
|
|
4707
|
-
paging_info: {
|
|
4708
|
-
page_number: number;
|
|
4709
|
-
page_size: number;
|
|
4710
|
-
total_pages: number;
|
|
4711
|
-
total_items: number;
|
|
4712
|
-
} | null;
|
|
4713
|
-
resources: Array<{
|
|
4714
|
-
id: string | null;
|
|
4715
|
-
name: string | null;
|
|
4716
|
-
references: Array<string | null> | null;
|
|
4717
|
-
occurrenceDateTime: any | null;
|
|
4718
|
-
source: Array<string | null> | null;
|
|
4719
|
-
sourceDisplay: Array<string | null> | null;
|
|
4720
|
-
coding: {
|
|
4721
|
-
id: string | null;
|
|
4722
|
-
system: any | null;
|
|
4723
|
-
code: any | null;
|
|
4724
|
-
display: string | null;
|
|
4725
|
-
} | null;
|
|
4726
|
-
}>;
|
|
4727
|
-
};
|
|
4728
|
-
};
|
|
4729
|
-
export type GetImmunizationsQueryVariables = Types.Exact<{
|
|
4729
|
+
export type GetConditionsQueryVariables = Types.Exact<{
|
|
4730
4730
|
page: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
4731
4731
|
pageSize: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
4732
4732
|
code: Types.InputMaybe<Types.SearchToken>;
|
|
@@ -4736,19 +4736,17 @@ export type GetImmunizationsQueryVariables = Types.Exact<{
|
|
|
4736
4736
|
status: Types.InputMaybe<Types.SearchToken>;
|
|
4737
4737
|
total: Types.InputMaybe<Types.TotalType>;
|
|
4738
4738
|
}>;
|
|
4739
|
-
export type
|
|
4740
|
-
|
|
4739
|
+
export type GetConditionsQueryResults = {
|
|
4740
|
+
conditions: {
|
|
4741
4741
|
id: string | null;
|
|
4742
4742
|
entry: Array<{
|
|
4743
4743
|
id: string | null;
|
|
4744
4744
|
resource: {
|
|
4745
4745
|
resourceType: string | null;
|
|
4746
4746
|
id: string;
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
primarySource: boolean | null;
|
|
4751
|
-
lotNumber: string | null;
|
|
4747
|
+
onsetDateTime: any | null;
|
|
4748
|
+
recordedDate: any | null;
|
|
4749
|
+
abatementDateTime: any | null;
|
|
4752
4750
|
identifier: Array<{
|
|
4753
4751
|
id: string | null;
|
|
4754
4752
|
system: any | null;
|
|
@@ -4785,17 +4783,24 @@ export type GetImmunizationsQueryResults = {
|
|
|
4785
4783
|
div: any | null;
|
|
4786
4784
|
status: any | null;
|
|
4787
4785
|
} | null;
|
|
4788
|
-
|
|
4786
|
+
extension: Array<{
|
|
4789
4787
|
id: string | null;
|
|
4790
|
-
|
|
4791
|
-
|
|
4788
|
+
url: any | null;
|
|
4789
|
+
valueString: string | null;
|
|
4790
|
+
valueInteger: number | null;
|
|
4791
|
+
valueDateTime: any | null;
|
|
4792
|
+
valueCodeableConcept: {
|
|
4792
4793
|
id: string | null;
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
|
|
4797
|
-
|
|
4798
|
-
|
|
4794
|
+
text: string | null;
|
|
4795
|
+
coding: Array<{
|
|
4796
|
+
id: string | null;
|
|
4797
|
+
system: any | null;
|
|
4798
|
+
code: any | null;
|
|
4799
|
+
display: string | null;
|
|
4800
|
+
} | null> | null;
|
|
4801
|
+
} | null;
|
|
4802
|
+
} | null> | null;
|
|
4803
|
+
code: {
|
|
4799
4804
|
id: string | null;
|
|
4800
4805
|
text: string | null;
|
|
4801
4806
|
coding: Array<{
|
|
@@ -4805,7 +4810,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
4805
4810
|
display: string | null;
|
|
4806
4811
|
} | null> | null;
|
|
4807
4812
|
} | null;
|
|
4808
|
-
|
|
4813
|
+
clinicalStatus: {
|
|
4809
4814
|
id: string | null;
|
|
4810
4815
|
text: string | null;
|
|
4811
4816
|
coding: Array<{
|
|
@@ -4815,101 +4820,32 @@ export type GetImmunizationsQueryResults = {
|
|
|
4815
4820
|
display: string | null;
|
|
4816
4821
|
} | null> | null;
|
|
4817
4822
|
} | null;
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
versionId: string | null;
|
|
4845
|
-
lastUpdated: any | null;
|
|
4846
|
-
source: any | null;
|
|
4847
|
-
security: Array<{
|
|
4848
|
-
id: string | null;
|
|
4849
|
-
system: any | null;
|
|
4850
|
-
code: any | null;
|
|
4851
|
-
display: string | null;
|
|
4852
|
-
} | null> | null;
|
|
4853
|
-
tag: Array<{
|
|
4854
|
-
id: string | null;
|
|
4855
|
-
system: any | null;
|
|
4856
|
-
code: any | null;
|
|
4857
|
-
display: string | null;
|
|
4858
|
-
} | null> | null;
|
|
4859
|
-
} | null;
|
|
4860
|
-
text: {
|
|
4861
|
-
div: any | null;
|
|
4862
|
-
status: any | null;
|
|
4863
|
-
} | null;
|
|
4864
|
-
identifier: Array<{
|
|
4865
|
-
id: string | null;
|
|
4866
|
-
system: any | null;
|
|
4867
|
-
value: string | null;
|
|
4868
|
-
type: {
|
|
4869
|
-
id: string | null;
|
|
4870
|
-
text: string | null;
|
|
4871
|
-
coding: Array<{
|
|
4872
|
-
id: string | null;
|
|
4873
|
-
system: any | null;
|
|
4874
|
-
code: any | null;
|
|
4875
|
-
display: string | null;
|
|
4876
|
-
} | null> | null;
|
|
4877
|
-
} | null;
|
|
4878
|
-
} | null> | null;
|
|
4879
|
-
subject: {
|
|
4880
|
-
id: string | null;
|
|
4881
|
-
reference: string | null;
|
|
4882
|
-
type: any | null;
|
|
4883
|
-
resource: {
|
|
4884
|
-
name: Array<{
|
|
4885
|
-
text: string | null;
|
|
4886
|
-
family: string | null;
|
|
4887
|
-
given: Array<string | null> | null;
|
|
4888
|
-
prefix: Array<string | null> | null;
|
|
4889
|
-
suffix: Array<string | null> | null;
|
|
4890
|
-
} | null> | null;
|
|
4891
|
-
} | {} | null;
|
|
4892
|
-
} | null;
|
|
4893
|
-
basedOn: Array<{
|
|
4894
|
-
id: string | null;
|
|
4895
|
-
reference: string | null;
|
|
4896
|
-
type: any | null;
|
|
4897
|
-
resource: {
|
|
4898
|
-
resourceType: string | null;
|
|
4899
|
-
id: string;
|
|
4900
|
-
reasonCode: Array<{
|
|
4901
|
-
id: string | null;
|
|
4902
|
-
text: string | null;
|
|
4903
|
-
coding: Array<{
|
|
4904
|
-
id: string | null;
|
|
4905
|
-
system: any | null;
|
|
4906
|
-
code: any | null;
|
|
4907
|
-
display: string | null;
|
|
4908
|
-
} | null> | null;
|
|
4909
|
-
} | null> | null;
|
|
4910
|
-
} | {} | null;
|
|
4911
|
-
} | null> | null;
|
|
4912
|
-
code: {
|
|
4823
|
+
recorder: {
|
|
4824
|
+
id: string | null;
|
|
4825
|
+
reference: string | null;
|
|
4826
|
+
type: any | null;
|
|
4827
|
+
resource: {
|
|
4828
|
+
name: Array<{
|
|
4829
|
+
text: string | null;
|
|
4830
|
+
family: string | null;
|
|
4831
|
+
given: Array<string | null> | null;
|
|
4832
|
+
prefix: Array<string | null> | null;
|
|
4833
|
+
suffix: Array<string | null> | null;
|
|
4834
|
+
} | null> | null;
|
|
4835
|
+
} | {
|
|
4836
|
+
id: string;
|
|
4837
|
+
name: Array<{
|
|
4838
|
+
text: string | null;
|
|
4839
|
+
family: string | null;
|
|
4840
|
+
given: Array<string | null> | null;
|
|
4841
|
+
prefix: Array<string | null> | null;
|
|
4842
|
+
suffix: Array<string | null> | null;
|
|
4843
|
+
} | null> | null;
|
|
4844
|
+
identifier: Array<{
|
|
4845
|
+
id: string | null;
|
|
4846
|
+
system: any | null;
|
|
4847
|
+
value: string | null;
|
|
4848
|
+
type: {
|
|
4913
4849
|
id: string | null;
|
|
4914
4850
|
text: string | null;
|
|
4915
4851
|
coding: Array<{
|
|
@@ -4919,34 +4855,103 @@ export type GetImmunizationsQueryResults = {
|
|
|
4919
4855
|
display: string | null;
|
|
4920
4856
|
} | null> | null;
|
|
4921
4857
|
} | null;
|
|
4922
|
-
|
|
4923
|
-
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4858
|
+
} | null> | null;
|
|
4859
|
+
} | {} | null;
|
|
4860
|
+
} | null;
|
|
4861
|
+
note: Array<{
|
|
4862
|
+
id: string | null;
|
|
4863
|
+
authorString: string | null;
|
|
4864
|
+
time: any | null;
|
|
4865
|
+
text: any | null;
|
|
4866
|
+
} | null> | null;
|
|
4867
|
+
onsetPeriod: {
|
|
4868
|
+
start: any | null;
|
|
4869
|
+
end: any | null;
|
|
4870
|
+
} | null;
|
|
4871
|
+
abatementPeriod: {
|
|
4872
|
+
start: any | null;
|
|
4873
|
+
end: any | null;
|
|
4874
|
+
} | null;
|
|
4875
|
+
subject: {
|
|
4876
|
+
id: string | null;
|
|
4877
|
+
reference: string | null;
|
|
4878
|
+
type: any | null;
|
|
4879
|
+
resource: {
|
|
4880
|
+
name: Array<{
|
|
4881
|
+
text: string | null;
|
|
4882
|
+
family: string | null;
|
|
4883
|
+
given: Array<string | null> | null;
|
|
4884
|
+
prefix: Array<string | null> | null;
|
|
4885
|
+
suffix: Array<string | null> | null;
|
|
4886
|
+
} | null> | null;
|
|
4887
|
+
} | {} | null;
|
|
4888
|
+
} | null;
|
|
4889
|
+
category: Array<{
|
|
4890
|
+
id: string | null;
|
|
4891
|
+
text: string | null;
|
|
4892
|
+
coding: Array<{
|
|
4893
|
+
id: string | null;
|
|
4894
|
+
system: any | null;
|
|
4895
|
+
code: any | null;
|
|
4896
|
+
display: string | null;
|
|
4897
|
+
} | null> | null;
|
|
4898
|
+
} | null> | null;
|
|
4899
|
+
severity: {
|
|
4900
|
+
id: string | null;
|
|
4901
|
+
text: string | null;
|
|
4902
|
+
coding: Array<{
|
|
4903
|
+
id: string | null;
|
|
4904
|
+
system: any | null;
|
|
4905
|
+
code: any | null;
|
|
4906
|
+
display: string | null;
|
|
4907
|
+
} | null> | null;
|
|
4908
|
+
} | null;
|
|
4909
|
+
verificationStatus: {
|
|
4910
|
+
id: string | null;
|
|
4911
|
+
text: string | null;
|
|
4912
|
+
coding: Array<{
|
|
4913
|
+
id: string | null;
|
|
4914
|
+
system: any | null;
|
|
4915
|
+
code: any | null;
|
|
4916
|
+
display: string | null;
|
|
4917
|
+
} | null> | null;
|
|
4918
|
+
} | null;
|
|
4919
|
+
bodySite: Array<{
|
|
4920
|
+
id: string | null;
|
|
4921
|
+
text: string | null;
|
|
4922
|
+
coding: Array<{
|
|
4923
|
+
id: string | null;
|
|
4924
|
+
system: any | null;
|
|
4925
|
+
code: any | null;
|
|
4926
|
+
display: string | null;
|
|
4927
|
+
} | null> | null;
|
|
4928
|
+
} | null> | null;
|
|
4929
|
+
asserter: {
|
|
4930
|
+
id: string | null;
|
|
4931
|
+
reference: string | null;
|
|
4932
|
+
type: any | null;
|
|
4933
|
+
resource: {
|
|
4934
|
+
name: Array<{
|
|
4935
|
+
text: string | null;
|
|
4936
|
+
family: string | null;
|
|
4937
|
+
given: Array<string | null> | null;
|
|
4938
|
+
prefix: Array<string | null> | null;
|
|
4939
|
+
suffix: Array<string | null> | null;
|
|
4940
|
+
} | null> | null;
|
|
4941
|
+
} | {
|
|
4942
|
+
id: string;
|
|
4943
|
+
name: Array<{
|
|
4944
|
+
text: string | null;
|
|
4945
|
+
family: string | null;
|
|
4946
|
+
given: Array<string | null> | null;
|
|
4947
|
+
prefix: Array<string | null> | null;
|
|
4948
|
+
suffix: Array<string | null> | null;
|
|
4949
|
+
} | null> | null;
|
|
4950
|
+
identifier: Array<{
|
|
4951
|
+
id: string | null;
|
|
4952
|
+
system: any | null;
|
|
4953
|
+
value: string | null;
|
|
4954
|
+
type: {
|
|
4950
4955
|
id: string | null;
|
|
4951
4956
|
text: string | null;
|
|
4952
4957
|
coding: Array<{
|
|
@@ -4955,42 +4960,386 @@ export type GetImmunizationsQueryResults = {
|
|
|
4955
4960
|
code: any | null;
|
|
4956
4961
|
display: string | null;
|
|
4957
4962
|
} | null> | null;
|
|
4958
|
-
} | null
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
|
|
4963
|
+
} | null;
|
|
4964
|
+
} | null> | null;
|
|
4965
|
+
} | {} | null;
|
|
4966
|
+
} | null;
|
|
4967
|
+
} | null;
|
|
4968
|
+
} | null> | null;
|
|
4969
|
+
} | null;
|
|
4970
|
+
};
|
|
4971
|
+
export type GetDiagnosticReportLabGroupsQueryVariables = Types.Exact<{
|
|
4972
|
+
request: Types.InputMaybe<Types.DiagnosticReportLabGroupQueryRequest>;
|
|
4973
|
+
}>;
|
|
4974
|
+
export type GetDiagnosticReportLabGroupsQueryResults = {
|
|
4975
|
+
getDiagnosticReportLabGroups: {
|
|
4976
|
+
resources: Array<{
|
|
4977
|
+
id: string | null;
|
|
4978
|
+
effectiveDateTime: any | null;
|
|
4979
|
+
issued: any | null;
|
|
4980
|
+
name: string | null;
|
|
4981
|
+
performer: string | null;
|
|
4982
|
+
references: Array<string> | null;
|
|
4983
|
+
source: Array<string | null> | null;
|
|
4984
|
+
sourceDisplay: Array<string | null> | null;
|
|
4985
|
+
coding: {
|
|
4986
|
+
id: string | null;
|
|
4987
|
+
system: any | null;
|
|
4988
|
+
code: any | null;
|
|
4989
|
+
display: string | null;
|
|
4990
|
+
} | null;
|
|
4991
|
+
}>;
|
|
4992
|
+
paging_info: {
|
|
4993
|
+
page_number: number;
|
|
4994
|
+
page_size: number;
|
|
4995
|
+
total_pages: number;
|
|
4996
|
+
total_items: number;
|
|
4997
|
+
} | null;
|
|
4998
|
+
};
|
|
4999
|
+
};
|
|
5000
|
+
export type GetEncountersGroupQueryVariables = Types.Exact<{
|
|
5001
|
+
request: Types.InputMaybe<Types.EncounterGroupQueryRequest>;
|
|
5002
|
+
}>;
|
|
5003
|
+
export type GetEncountersGroupQueryResults = {
|
|
5004
|
+
getEncounterGroups: {
|
|
5005
|
+
paging_info: {
|
|
5006
|
+
page_number: number;
|
|
5007
|
+
page_size: number;
|
|
5008
|
+
total_pages: number;
|
|
5009
|
+
total_items: number;
|
|
5010
|
+
} | null;
|
|
5011
|
+
resources: Array<{
|
|
5012
|
+
id: string | null;
|
|
5013
|
+
name: string | null;
|
|
5014
|
+
references: Array<string | null> | null;
|
|
5015
|
+
participant: string | null;
|
|
5016
|
+
date: any | null;
|
|
5017
|
+
source: Array<string | null> | null;
|
|
5018
|
+
sourceDisplay: Array<string | null> | null;
|
|
5019
|
+
class: {
|
|
5020
|
+
id: string | null;
|
|
5021
|
+
system: any | null;
|
|
5022
|
+
code: any | null;
|
|
5023
|
+
display: string | null;
|
|
5024
|
+
} | null;
|
|
5025
|
+
type: {
|
|
5026
|
+
id: string | null;
|
|
5027
|
+
system: any | null;
|
|
5028
|
+
code: any | null;
|
|
5029
|
+
display: string | null;
|
|
5030
|
+
} | null;
|
|
5031
|
+
coding: {
|
|
5032
|
+
id: string | null;
|
|
5033
|
+
system: any | null;
|
|
5034
|
+
code: any | null;
|
|
5035
|
+
display: string | null;
|
|
5036
|
+
} | null;
|
|
5037
|
+
}>;
|
|
5038
|
+
};
|
|
5039
|
+
};
|
|
5040
|
+
export type GetHealthSummaryQueryVariables = Types.Exact<{
|
|
5041
|
+
[key: string]: never;
|
|
5042
|
+
}>;
|
|
5043
|
+
export type GetHealthSummaryQueryResults = {
|
|
5044
|
+
getHealthSummary: {
|
|
5045
|
+
resources: Array<{
|
|
5046
|
+
category: Types.HealthSummaryCategory | null;
|
|
5047
|
+
total: number | null;
|
|
5048
|
+
}>;
|
|
5049
|
+
};
|
|
5050
|
+
};
|
|
5051
|
+
export type GetImmunizationGroupsQueryVariables = Types.Exact<{
|
|
5052
|
+
request: Types.InputMaybe<Types.ImmunizationGroupQueryRequest>;
|
|
5053
|
+
}>;
|
|
5054
|
+
export type GetImmunizationGroupsQueryResults = {
|
|
5055
|
+
getImmunizationGroups: {
|
|
5056
|
+
paging_info: {
|
|
5057
|
+
page_number: number;
|
|
5058
|
+
page_size: number;
|
|
5059
|
+
total_pages: number;
|
|
5060
|
+
total_items: number;
|
|
5061
|
+
} | null;
|
|
5062
|
+
resources: Array<{
|
|
5063
|
+
id: string | null;
|
|
5064
|
+
name: string | null;
|
|
5065
|
+
references: Array<string | null> | null;
|
|
5066
|
+
occurrenceDateTime: any | null;
|
|
5067
|
+
source: Array<string | null> | null;
|
|
5068
|
+
sourceDisplay: Array<string | null> | null;
|
|
5069
|
+
coding: {
|
|
5070
|
+
id: string | null;
|
|
5071
|
+
system: any | null;
|
|
5072
|
+
code: any | null;
|
|
5073
|
+
display: string | null;
|
|
5074
|
+
} | null;
|
|
5075
|
+
}>;
|
|
5076
|
+
};
|
|
5077
|
+
};
|
|
5078
|
+
export type GetImmunizationsQueryVariables = Types.Exact<{
|
|
5079
|
+
page: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
5080
|
+
pageSize: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
5081
|
+
code: Types.InputMaybe<Types.SearchToken>;
|
|
5082
|
+
id: Types.InputMaybe<Types.SearchString>;
|
|
5083
|
+
lastUpdated: Types.InputMaybe<Types.SearchDate>;
|
|
5084
|
+
sort: Types.InputMaybe<Array<Types.InputMaybe<Types.Scalars['String']['input']>> | Types.InputMaybe<Types.Scalars['String']['input']>>;
|
|
5085
|
+
status: Types.InputMaybe<Types.SearchToken>;
|
|
5086
|
+
total: Types.InputMaybe<Types.TotalType>;
|
|
5087
|
+
}>;
|
|
5088
|
+
export type GetImmunizationsQueryResults = {
|
|
5089
|
+
immunizations: {
|
|
5090
|
+
id: string | null;
|
|
5091
|
+
entry: Array<{
|
|
5092
|
+
id: string | null;
|
|
5093
|
+
resource: {
|
|
5094
|
+
resourceType: string | null;
|
|
5095
|
+
id: string;
|
|
5096
|
+
status: any | null;
|
|
5097
|
+
expirationDate: any | null;
|
|
5098
|
+
occurrenceDateTime: any | null;
|
|
5099
|
+
primarySource: boolean | null;
|
|
5100
|
+
lotNumber: string | null;
|
|
5101
|
+
identifier: Array<{
|
|
5102
|
+
id: string | null;
|
|
5103
|
+
system: any | null;
|
|
5104
|
+
value: string | null;
|
|
5105
|
+
type: {
|
|
5106
|
+
id: string | null;
|
|
5107
|
+
text: string | null;
|
|
5108
|
+
coding: Array<{
|
|
5109
|
+
id: string | null;
|
|
5110
|
+
system: any | null;
|
|
5111
|
+
code: any | null;
|
|
5112
|
+
display: string | null;
|
|
5113
|
+
} | null> | null;
|
|
5114
|
+
} | null;
|
|
5115
|
+
} | null> | null;
|
|
5116
|
+
meta: {
|
|
5117
|
+
versionId: string | null;
|
|
5118
|
+
lastUpdated: any | null;
|
|
5119
|
+
source: any | null;
|
|
5120
|
+
security: Array<{
|
|
5121
|
+
id: string | null;
|
|
5122
|
+
system: any | null;
|
|
5123
|
+
code: any | null;
|
|
5124
|
+
display: string | null;
|
|
5125
|
+
} | null> | null;
|
|
5126
|
+
tag: Array<{
|
|
5127
|
+
id: string | null;
|
|
5128
|
+
system: any | null;
|
|
5129
|
+
code: any | null;
|
|
5130
|
+
display: string | null;
|
|
5131
|
+
} | null> | null;
|
|
5132
|
+
} | null;
|
|
5133
|
+
text: {
|
|
5134
|
+
div: any | null;
|
|
5135
|
+
status: any | null;
|
|
5136
|
+
} | null;
|
|
5137
|
+
reportOrigin: {
|
|
5138
|
+
id: string | null;
|
|
5139
|
+
text: string | null;
|
|
5140
|
+
coding: Array<{
|
|
5141
|
+
id: string | null;
|
|
5142
|
+
system: any | null;
|
|
5143
|
+
code: any | null;
|
|
5144
|
+
display: string | null;
|
|
5145
|
+
} | null> | null;
|
|
5146
|
+
} | null;
|
|
5147
|
+
vaccineCode: {
|
|
5148
|
+
id: string | null;
|
|
5149
|
+
text: string | null;
|
|
5150
|
+
coding: Array<{
|
|
5151
|
+
id: string | null;
|
|
5152
|
+
system: any | null;
|
|
5153
|
+
code: any | null;
|
|
5154
|
+
display: string | null;
|
|
5155
|
+
} | null> | null;
|
|
5156
|
+
} | null;
|
|
5157
|
+
statusReason: {
|
|
5158
|
+
id: string | null;
|
|
5159
|
+
text: string | null;
|
|
5160
|
+
coding: Array<{
|
|
5161
|
+
id: string | null;
|
|
5162
|
+
system: any | null;
|
|
5163
|
+
code: any | null;
|
|
5164
|
+
display: string | null;
|
|
5165
|
+
} | null> | null;
|
|
5166
|
+
} | null;
|
|
5167
|
+
doseQuantity: {
|
|
5168
|
+
value: number | null;
|
|
5169
|
+
unit: string | null;
|
|
5170
|
+
code: any | null;
|
|
5171
|
+
comparator: any | null;
|
|
5172
|
+
system: any | null;
|
|
5173
|
+
} | null;
|
|
5174
|
+
reaction: Array<{
|
|
5175
|
+
date: any | null;
|
|
5176
|
+
reported: boolean | null;
|
|
5177
|
+
detail: {
|
|
5178
|
+
id: string | null;
|
|
5179
|
+
reference: string | null;
|
|
5180
|
+
type: any | null;
|
|
5181
|
+
resource: {
|
|
5182
|
+
id: string;
|
|
5183
|
+
resourceType: string | null;
|
|
5184
|
+
issued: any | null;
|
|
5185
|
+
effectiveDateTime: any | null;
|
|
5186
|
+
status: any | null;
|
|
5187
|
+
valueString: string | null;
|
|
5188
|
+
valueBoolean: boolean | null;
|
|
5189
|
+
valueInteger: number | null;
|
|
5190
|
+
valueTime: any | null;
|
|
5191
|
+
valueDateTime: any | null;
|
|
5192
|
+
meta: {
|
|
5193
|
+
versionId: string | null;
|
|
5194
|
+
lastUpdated: any | null;
|
|
5195
|
+
source: any | null;
|
|
5196
|
+
security: Array<{
|
|
5197
|
+
id: string | null;
|
|
5198
|
+
system: any | null;
|
|
5199
|
+
code: any | null;
|
|
5200
|
+
display: string | null;
|
|
5201
|
+
} | null> | null;
|
|
5202
|
+
tag: Array<{
|
|
5203
|
+
id: string | null;
|
|
5204
|
+
system: any | null;
|
|
5205
|
+
code: any | null;
|
|
5206
|
+
display: string | null;
|
|
5207
|
+
} | null> | null;
|
|
5208
|
+
} | null;
|
|
5209
|
+
text: {
|
|
5210
|
+
div: any | null;
|
|
5211
|
+
status: any | null;
|
|
5212
|
+
} | null;
|
|
5213
|
+
identifier: Array<{
|
|
5214
|
+
id: string | null;
|
|
5215
|
+
system: any | null;
|
|
5216
|
+
value: string | null;
|
|
5217
|
+
type: {
|
|
5218
|
+
id: string | null;
|
|
5219
|
+
text: string | null;
|
|
5220
|
+
coding: Array<{
|
|
5221
|
+
id: string | null;
|
|
5222
|
+
system: any | null;
|
|
5223
|
+
code: any | null;
|
|
5224
|
+
display: string | null;
|
|
5225
|
+
} | null> | null;
|
|
5226
|
+
} | null;
|
|
5227
|
+
} | null> | null;
|
|
5228
|
+
subject: {
|
|
5229
|
+
id: string | null;
|
|
5230
|
+
reference: string | null;
|
|
5231
|
+
type: any | null;
|
|
5232
|
+
resource: {
|
|
5233
|
+
name: Array<{
|
|
5234
|
+
text: string | null;
|
|
5235
|
+
family: string | null;
|
|
5236
|
+
given: Array<string | null> | null;
|
|
5237
|
+
prefix: Array<string | null> | null;
|
|
5238
|
+
suffix: Array<string | null> | null;
|
|
5239
|
+
} | null> | null;
|
|
5240
|
+
} | {} | null;
|
|
5241
|
+
} | null;
|
|
5242
|
+
basedOn: Array<{
|
|
5243
|
+
id: string | null;
|
|
5244
|
+
reference: string | null;
|
|
5245
|
+
type: any | null;
|
|
5246
|
+
resource: {
|
|
5247
|
+
resourceType: string | null;
|
|
5248
|
+
id: string;
|
|
5249
|
+
reasonCode: Array<{
|
|
5250
|
+
id: string | null;
|
|
5251
|
+
text: string | null;
|
|
5252
|
+
coding: Array<{
|
|
5253
|
+
id: string | null;
|
|
5254
|
+
system: any | null;
|
|
5255
|
+
code: any | null;
|
|
5256
|
+
display: string | null;
|
|
5257
|
+
} | null> | null;
|
|
5258
|
+
} | null> | null;
|
|
5259
|
+
} | {} | null;
|
|
5260
|
+
} | null> | null;
|
|
5261
|
+
code: {
|
|
5262
|
+
id: string | null;
|
|
5263
|
+
text: string | null;
|
|
5264
|
+
coding: Array<{
|
|
5265
|
+
id: string | null;
|
|
5266
|
+
system: any | null;
|
|
5267
|
+
code: any | null;
|
|
5268
|
+
display: string | null;
|
|
5269
|
+
} | null> | null;
|
|
5270
|
+
} | null;
|
|
5271
|
+
category: Array<{
|
|
5272
|
+
id: string | null;
|
|
5273
|
+
text: string | null;
|
|
5274
|
+
coding: Array<{
|
|
5275
|
+
id: string | null;
|
|
5276
|
+
system: any | null;
|
|
5277
|
+
code: any | null;
|
|
5278
|
+
display: string | null;
|
|
5279
|
+
} | null> | null;
|
|
5280
|
+
} | null> | null;
|
|
5281
|
+
referenceRange: Array<{
|
|
5282
|
+
text: string | null;
|
|
5283
|
+
low: {
|
|
5284
|
+
value: number | null;
|
|
5285
|
+
unit: string | null;
|
|
5286
|
+
code: any | null;
|
|
5287
|
+
comparator: any | null;
|
|
5288
|
+
system: any | null;
|
|
5289
|
+
} | null;
|
|
5290
|
+
high: {
|
|
5291
|
+
value: number | null;
|
|
5292
|
+
unit: string | null;
|
|
5293
|
+
code: any | null;
|
|
5294
|
+
comparator: any | null;
|
|
5295
|
+
system: any | null;
|
|
5296
|
+
} | null;
|
|
5297
|
+
} | null> | null;
|
|
5298
|
+
interpretation: Array<{
|
|
5299
|
+
id: string | null;
|
|
5300
|
+
text: string | null;
|
|
5301
|
+
coding: Array<{
|
|
5302
|
+
id: string | null;
|
|
5303
|
+
system: any | null;
|
|
5304
|
+
code: any | null;
|
|
5305
|
+
display: string | null;
|
|
5306
|
+
} | null> | null;
|
|
5307
|
+
} | null> | null;
|
|
5308
|
+
component: Array<{
|
|
5309
|
+
valueString: string | null;
|
|
5310
|
+
valueBoolean: boolean | null;
|
|
5311
|
+
valueInteger: number | null;
|
|
5312
|
+
valueTime: any | null;
|
|
5313
|
+
valueDateTime: any | null;
|
|
5314
|
+
code: {
|
|
5315
|
+
id: string | null;
|
|
5316
|
+
text: string | null;
|
|
5317
|
+
coding: Array<{
|
|
5318
|
+
id: string | null;
|
|
5319
|
+
system: any | null;
|
|
5320
|
+
code: any | null;
|
|
5321
|
+
display: string | null;
|
|
5322
|
+
} | null> | null;
|
|
5323
|
+
} | null;
|
|
5324
|
+
referenceRange: Array<{
|
|
5325
|
+
text: string | null;
|
|
5326
|
+
low: {
|
|
5327
|
+
value: number | null;
|
|
5328
|
+
unit: string | null;
|
|
5329
|
+
code: any | null;
|
|
5330
|
+
comparator: any | null;
|
|
5331
|
+
system: any | null;
|
|
5332
|
+
} | null;
|
|
5333
|
+
high: {
|
|
5334
|
+
value: number | null;
|
|
5335
|
+
unit: string | null;
|
|
5336
|
+
code: any | null;
|
|
5337
|
+
comparator: any | null;
|
|
5338
|
+
system: any | null;
|
|
5339
|
+
} | null;
|
|
5340
|
+
} | null> | null;
|
|
5341
|
+
interpretation: Array<{
|
|
5342
|
+
id: string | null;
|
|
4994
5343
|
text: string | null;
|
|
4995
5344
|
coding: Array<{
|
|
4996
5345
|
id: string | null;
|
|
@@ -5167,17 +5516,224 @@ export type GetImmunizationsQueryResults = {
|
|
|
5167
5516
|
} | null;
|
|
5168
5517
|
type: {
|
|
5169
5518
|
id: string | null;
|
|
5170
|
-
text: string | null;
|
|
5171
|
-
coding: Array<{
|
|
5172
|
-
id: string | null;
|
|
5173
|
-
system: any | null;
|
|
5174
|
-
code: any | null;
|
|
5175
|
-
display: string | null;
|
|
5176
|
-
} | null> | null;
|
|
5177
|
-
} | null;
|
|
5519
|
+
text: string | null;
|
|
5520
|
+
coding: Array<{
|
|
5521
|
+
id: string | null;
|
|
5522
|
+
system: any | null;
|
|
5523
|
+
code: any | null;
|
|
5524
|
+
display: string | null;
|
|
5525
|
+
} | null> | null;
|
|
5526
|
+
} | null;
|
|
5527
|
+
} | null;
|
|
5528
|
+
} | null;
|
|
5529
|
+
dataAbsentReason: {
|
|
5530
|
+
id: string | null;
|
|
5531
|
+
text: string | null;
|
|
5532
|
+
coding: Array<{
|
|
5533
|
+
id: string | null;
|
|
5534
|
+
system: any | null;
|
|
5535
|
+
code: any | null;
|
|
5536
|
+
display: string | null;
|
|
5537
|
+
} | null> | null;
|
|
5538
|
+
} | null;
|
|
5539
|
+
valueQuantity: {
|
|
5540
|
+
value: number | null;
|
|
5541
|
+
unit: string | null;
|
|
5542
|
+
code: any | null;
|
|
5543
|
+
comparator: any | null;
|
|
5544
|
+
system: any | null;
|
|
5545
|
+
} | null;
|
|
5546
|
+
valueCodeableConcept: {
|
|
5547
|
+
id: string | null;
|
|
5548
|
+
text: string | null;
|
|
5549
|
+
coding: Array<{
|
|
5550
|
+
id: string | null;
|
|
5551
|
+
system: any | null;
|
|
5552
|
+
code: any | null;
|
|
5553
|
+
display: string | null;
|
|
5554
|
+
} | null> | null;
|
|
5555
|
+
} | null;
|
|
5556
|
+
valueRatio: {
|
|
5557
|
+
numerator: {
|
|
5558
|
+
value: number | null;
|
|
5559
|
+
unit: string | null;
|
|
5560
|
+
code: any | null;
|
|
5561
|
+
comparator: any | null;
|
|
5562
|
+
system: any | null;
|
|
5563
|
+
} | null;
|
|
5564
|
+
denominator: {
|
|
5565
|
+
value: number | null;
|
|
5566
|
+
unit: string | null;
|
|
5567
|
+
code: any | null;
|
|
5568
|
+
comparator: any | null;
|
|
5569
|
+
system: any | null;
|
|
5570
|
+
} | null;
|
|
5571
|
+
} | null;
|
|
5572
|
+
valueRange: {
|
|
5573
|
+
low: {
|
|
5574
|
+
value: number | null;
|
|
5575
|
+
unit: string | null;
|
|
5576
|
+
code: any | null;
|
|
5577
|
+
comparator: any | null;
|
|
5578
|
+
system: any | null;
|
|
5579
|
+
} | null;
|
|
5580
|
+
high: {
|
|
5581
|
+
value: number | null;
|
|
5582
|
+
unit: string | null;
|
|
5583
|
+
code: any | null;
|
|
5584
|
+
comparator: any | null;
|
|
5585
|
+
system: any | null;
|
|
5586
|
+
} | null;
|
|
5587
|
+
} | null;
|
|
5588
|
+
valuePeriod: {
|
|
5589
|
+
start: any | null;
|
|
5590
|
+
end: any | null;
|
|
5591
|
+
} | null;
|
|
5592
|
+
} | null;
|
|
5593
|
+
} | null;
|
|
5594
|
+
} | null> | null;
|
|
5595
|
+
protocolApplied: Array<{
|
|
5596
|
+
doseNumberString: string | null;
|
|
5597
|
+
doseNumberPositiveInt: number | null;
|
|
5598
|
+
} | null> | null;
|
|
5599
|
+
manufacturer: {
|
|
5600
|
+
id: string | null;
|
|
5601
|
+
reference: string | null;
|
|
5602
|
+
type: any | null;
|
|
5603
|
+
resource: {
|
|
5604
|
+
resourceType: string | null;
|
|
5605
|
+
name: string | null;
|
|
5606
|
+
identifier: Array<{
|
|
5607
|
+
id: string | null;
|
|
5608
|
+
system: any | null;
|
|
5609
|
+
value: string | null;
|
|
5610
|
+
type: {
|
|
5611
|
+
id: string | null;
|
|
5612
|
+
text: string | null;
|
|
5613
|
+
coding: Array<{
|
|
5614
|
+
id: string | null;
|
|
5615
|
+
system: any | null;
|
|
5616
|
+
code: any | null;
|
|
5617
|
+
display: string | null;
|
|
5618
|
+
} | null> | null;
|
|
5619
|
+
} | null;
|
|
5620
|
+
} | null> | null;
|
|
5621
|
+
endpoint: Array<{
|
|
5622
|
+
id: string | null;
|
|
5623
|
+
reference: string | null;
|
|
5624
|
+
type: any | null;
|
|
5625
|
+
resource: {
|
|
5626
|
+
name: string | null;
|
|
5627
|
+
status: any | null;
|
|
5628
|
+
address: any | null;
|
|
5629
|
+
identifier: Array<{
|
|
5630
|
+
id: string | null;
|
|
5631
|
+
system: any | null;
|
|
5632
|
+
value: string | null;
|
|
5633
|
+
type: {
|
|
5634
|
+
id: string | null;
|
|
5635
|
+
text: string | null;
|
|
5636
|
+
coding: Array<{
|
|
5637
|
+
id: string | null;
|
|
5638
|
+
system: any | null;
|
|
5639
|
+
code: any | null;
|
|
5640
|
+
display: string | null;
|
|
5641
|
+
} | null> | null;
|
|
5642
|
+
} | null;
|
|
5643
|
+
} | null> | null;
|
|
5644
|
+
connectionType: {
|
|
5645
|
+
id: string | null;
|
|
5646
|
+
system: any | null;
|
|
5647
|
+
code: any | null;
|
|
5648
|
+
display: string | null;
|
|
5649
|
+
} | null;
|
|
5650
|
+
} | null;
|
|
5651
|
+
} | null> | null;
|
|
5652
|
+
telecom: Array<{
|
|
5653
|
+
system: any | null;
|
|
5654
|
+
value: string | null;
|
|
5655
|
+
rank: number | null;
|
|
5656
|
+
} | null> | null;
|
|
5657
|
+
address: Array<{
|
|
5658
|
+
use: any | null;
|
|
5659
|
+
type: any | null;
|
|
5660
|
+
text: string | null;
|
|
5661
|
+
line: Array<string | null> | null;
|
|
5662
|
+
city: string | null;
|
|
5663
|
+
district: string | null;
|
|
5664
|
+
state: string | null;
|
|
5665
|
+
postalCode: string | null;
|
|
5666
|
+
country: string | null;
|
|
5667
|
+
} | null> | null;
|
|
5668
|
+
} | null;
|
|
5669
|
+
} | null;
|
|
5670
|
+
site: {
|
|
5671
|
+
id: string | null;
|
|
5672
|
+
text: string | null;
|
|
5673
|
+
coding: Array<{
|
|
5674
|
+
id: string | null;
|
|
5675
|
+
system: any | null;
|
|
5676
|
+
code: any | null;
|
|
5677
|
+
display: string | null;
|
|
5678
|
+
} | null> | null;
|
|
5679
|
+
} | null;
|
|
5680
|
+
route: {
|
|
5681
|
+
id: string | null;
|
|
5682
|
+
text: string | null;
|
|
5683
|
+
coding: Array<{
|
|
5684
|
+
id: string | null;
|
|
5685
|
+
system: any | null;
|
|
5686
|
+
code: any | null;
|
|
5687
|
+
display: string | null;
|
|
5688
|
+
} | null> | null;
|
|
5689
|
+
} | null;
|
|
5690
|
+
performer: Array<{
|
|
5691
|
+
actor: {
|
|
5692
|
+
id: string | null;
|
|
5693
|
+
reference: string | null;
|
|
5694
|
+
type: any | null;
|
|
5695
|
+
resource: {
|
|
5696
|
+
organizationName: string | null;
|
|
5697
|
+
} | {
|
|
5698
|
+
id: string;
|
|
5699
|
+
name: Array<{
|
|
5700
|
+
text: string | null;
|
|
5701
|
+
family: string | null;
|
|
5702
|
+
given: Array<string | null> | null;
|
|
5703
|
+
prefix: Array<string | null> | null;
|
|
5704
|
+
suffix: Array<string | null> | null;
|
|
5705
|
+
} | null> | null;
|
|
5706
|
+
identifier: Array<{
|
|
5707
|
+
id: string | null;
|
|
5708
|
+
system: any | null;
|
|
5709
|
+
value: string | null;
|
|
5710
|
+
type: {
|
|
5711
|
+
id: string | null;
|
|
5712
|
+
text: string | null;
|
|
5713
|
+
coding: Array<{
|
|
5714
|
+
id: string | null;
|
|
5715
|
+
system: any | null;
|
|
5716
|
+
code: any | null;
|
|
5717
|
+
display: string | null;
|
|
5718
|
+
} | null> | null;
|
|
5178
5719
|
} | null;
|
|
5179
|
-
} | null;
|
|
5180
|
-
|
|
5720
|
+
} | null> | null;
|
|
5721
|
+
} | {} | null;
|
|
5722
|
+
} | null;
|
|
5723
|
+
} | null> | null;
|
|
5724
|
+
location: {
|
|
5725
|
+
id: string | null;
|
|
5726
|
+
reference: string | null;
|
|
5727
|
+
type: any | null;
|
|
5728
|
+
resource: {
|
|
5729
|
+
name: string | null;
|
|
5730
|
+
alias: Array<string | null> | null;
|
|
5731
|
+
description: string | null;
|
|
5732
|
+
identifier: Array<{
|
|
5733
|
+
id: string | null;
|
|
5734
|
+
system: any | null;
|
|
5735
|
+
value: string | null;
|
|
5736
|
+
type: {
|
|
5181
5737
|
id: string | null;
|
|
5182
5738
|
text: string | null;
|
|
5183
5739
|
coding: Array<{
|
|
@@ -5187,14 +5743,233 @@ export type GetImmunizationsQueryResults = {
|
|
|
5187
5743
|
display: string | null;
|
|
5188
5744
|
} | null> | null;
|
|
5189
5745
|
} | null;
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5746
|
+
} | null> | null;
|
|
5747
|
+
address: {
|
|
5748
|
+
use: any | null;
|
|
5749
|
+
type: any | null;
|
|
5750
|
+
text: string | null;
|
|
5751
|
+
line: Array<string | null> | null;
|
|
5752
|
+
city: string | null;
|
|
5753
|
+
district: string | null;
|
|
5754
|
+
state: string | null;
|
|
5755
|
+
postalCode: string | null;
|
|
5756
|
+
country: string | null;
|
|
5757
|
+
} | null;
|
|
5758
|
+
position: {
|
|
5759
|
+
latitude: number | null;
|
|
5760
|
+
longitude: number | null;
|
|
5761
|
+
} | null;
|
|
5762
|
+
telecom: Array<{
|
|
5763
|
+
id: string | null;
|
|
5764
|
+
system: any | null;
|
|
5765
|
+
value: string | null;
|
|
5766
|
+
use: any | null;
|
|
5767
|
+
rank: number | null;
|
|
5768
|
+
} | null> | null;
|
|
5769
|
+
type: Array<{
|
|
5770
|
+
id: string | null;
|
|
5771
|
+
text: string | null;
|
|
5772
|
+
coding: Array<{
|
|
5773
|
+
id: string | null;
|
|
5195
5774
|
system: any | null;
|
|
5775
|
+
code: any | null;
|
|
5776
|
+
display: string | null;
|
|
5777
|
+
} | null> | null;
|
|
5778
|
+
} | null> | null;
|
|
5779
|
+
} | null;
|
|
5780
|
+
} | null;
|
|
5781
|
+
reasonCode: Array<{
|
|
5782
|
+
id: string | null;
|
|
5783
|
+
text: string | null;
|
|
5784
|
+
coding: Array<{
|
|
5785
|
+
id: string | null;
|
|
5786
|
+
system: any | null;
|
|
5787
|
+
code: any | null;
|
|
5788
|
+
display: string | null;
|
|
5789
|
+
} | null> | null;
|
|
5790
|
+
} | null> | null;
|
|
5791
|
+
} | null;
|
|
5792
|
+
} | null> | null;
|
|
5793
|
+
} | null;
|
|
5794
|
+
};
|
|
5795
|
+
export type GetProcedureGroupsQueryVariables = Types.Exact<{
|
|
5796
|
+
request: Types.InputMaybe<Types.ProcedureGroupQueryRequest>;
|
|
5797
|
+
}>;
|
|
5798
|
+
export type GetProcedureGroupsQueryResults = {
|
|
5799
|
+
getProcedureGroups: {
|
|
5800
|
+
paging_info: {
|
|
5801
|
+
page_number: number;
|
|
5802
|
+
page_size: number;
|
|
5803
|
+
total_pages: number;
|
|
5804
|
+
total_items: number;
|
|
5805
|
+
} | null;
|
|
5806
|
+
resources: Array<{
|
|
5807
|
+
id: string | null;
|
|
5808
|
+
name: string | null;
|
|
5809
|
+
references: Array<string | null> | null;
|
|
5810
|
+
performer: Array<string | null> | null;
|
|
5811
|
+
performedDate: any | null;
|
|
5812
|
+
source: Array<string | null> | null;
|
|
5813
|
+
sourceDisplay: Array<string | null> | null;
|
|
5814
|
+
coding: {
|
|
5815
|
+
id: string | null;
|
|
5816
|
+
system: any | null;
|
|
5817
|
+
code: any | null;
|
|
5818
|
+
display: string | null;
|
|
5819
|
+
} | null;
|
|
5820
|
+
}>;
|
|
5821
|
+
};
|
|
5822
|
+
};
|
|
5823
|
+
export type GetProceduresQueryVariables = Types.Exact<{
|
|
5824
|
+
page: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
5825
|
+
pageSize: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
5826
|
+
code: Types.InputMaybe<Types.SearchToken>;
|
|
5827
|
+
id: Types.InputMaybe<Types.SearchString>;
|
|
5828
|
+
lastUpdated: Types.InputMaybe<Types.SearchDate>;
|
|
5829
|
+
sort: Types.InputMaybe<Array<Types.InputMaybe<Types.Scalars['String']['input']>> | Types.InputMaybe<Types.Scalars['String']['input']>>;
|
|
5830
|
+
status: Types.InputMaybe<Types.SearchToken>;
|
|
5831
|
+
total: Types.InputMaybe<Types.TotalType>;
|
|
5832
|
+
}>;
|
|
5833
|
+
export type GetProceduresQueryResults = {
|
|
5834
|
+
procedures: {
|
|
5835
|
+
id: string | null;
|
|
5836
|
+
entry: Array<{
|
|
5837
|
+
id: string | null;
|
|
5838
|
+
resource: {
|
|
5839
|
+
resourceType: string | null;
|
|
5840
|
+
id: string;
|
|
5841
|
+
status: any | null;
|
|
5842
|
+
performedDateTime: any | null;
|
|
5843
|
+
performedString: string | null;
|
|
5844
|
+
identifier: Array<{
|
|
5845
|
+
id: string | null;
|
|
5846
|
+
system: any | null;
|
|
5847
|
+
value: string | null;
|
|
5848
|
+
type: {
|
|
5849
|
+
id: string | null;
|
|
5850
|
+
text: string | null;
|
|
5851
|
+
coding: Array<{
|
|
5852
|
+
id: string | null;
|
|
5853
|
+
system: any | null;
|
|
5854
|
+
code: any | null;
|
|
5855
|
+
display: string | null;
|
|
5856
|
+
} | null> | null;
|
|
5857
|
+
} | null;
|
|
5858
|
+
} | null> | null;
|
|
5859
|
+
meta: {
|
|
5860
|
+
versionId: string | null;
|
|
5861
|
+
lastUpdated: any | null;
|
|
5862
|
+
source: any | null;
|
|
5863
|
+
security: Array<{
|
|
5864
|
+
id: string | null;
|
|
5865
|
+
system: any | null;
|
|
5866
|
+
code: any | null;
|
|
5867
|
+
display: string | null;
|
|
5868
|
+
} | null> | null;
|
|
5869
|
+
tag: Array<{
|
|
5870
|
+
id: string | null;
|
|
5871
|
+
system: any | null;
|
|
5872
|
+
code: any | null;
|
|
5873
|
+
display: string | null;
|
|
5874
|
+
} | null> | null;
|
|
5875
|
+
} | null;
|
|
5876
|
+
location: {
|
|
5877
|
+
id: string | null;
|
|
5878
|
+
reference: string | null;
|
|
5879
|
+
type: any | null;
|
|
5880
|
+
resource: {
|
|
5881
|
+
name: string | null;
|
|
5882
|
+
alias: Array<string | null> | null;
|
|
5883
|
+
description: string | null;
|
|
5884
|
+
identifier: Array<{
|
|
5885
|
+
id: string | null;
|
|
5886
|
+
system: any | null;
|
|
5887
|
+
value: string | null;
|
|
5888
|
+
type: {
|
|
5889
|
+
id: string | null;
|
|
5890
|
+
text: string | null;
|
|
5891
|
+
coding: Array<{
|
|
5892
|
+
id: string | null;
|
|
5893
|
+
system: any | null;
|
|
5894
|
+
code: any | null;
|
|
5895
|
+
display: string | null;
|
|
5896
|
+
} | null> | null;
|
|
5196
5897
|
} | null;
|
|
5197
|
-
|
|
5898
|
+
} | null> | null;
|
|
5899
|
+
address: {
|
|
5900
|
+
use: any | null;
|
|
5901
|
+
type: any | null;
|
|
5902
|
+
text: string | null;
|
|
5903
|
+
line: Array<string | null> | null;
|
|
5904
|
+
city: string | null;
|
|
5905
|
+
district: string | null;
|
|
5906
|
+
state: string | null;
|
|
5907
|
+
postalCode: string | null;
|
|
5908
|
+
country: string | null;
|
|
5909
|
+
} | null;
|
|
5910
|
+
position: {
|
|
5911
|
+
latitude: number | null;
|
|
5912
|
+
longitude: number | null;
|
|
5913
|
+
} | null;
|
|
5914
|
+
telecom: Array<{
|
|
5915
|
+
id: string | null;
|
|
5916
|
+
system: any | null;
|
|
5917
|
+
value: string | null;
|
|
5918
|
+
use: any | null;
|
|
5919
|
+
rank: number | null;
|
|
5920
|
+
} | null> | null;
|
|
5921
|
+
type: Array<{
|
|
5922
|
+
id: string | null;
|
|
5923
|
+
text: string | null;
|
|
5924
|
+
coding: Array<{
|
|
5925
|
+
id: string | null;
|
|
5926
|
+
system: any | null;
|
|
5927
|
+
code: any | null;
|
|
5928
|
+
display: string | null;
|
|
5929
|
+
} | null> | null;
|
|
5930
|
+
} | null> | null;
|
|
5931
|
+
} | null;
|
|
5932
|
+
} | null;
|
|
5933
|
+
subject: {
|
|
5934
|
+
id: string | null;
|
|
5935
|
+
reference: string | null;
|
|
5936
|
+
type: any | null;
|
|
5937
|
+
resource: {
|
|
5938
|
+
name: Array<{
|
|
5939
|
+
text: string | null;
|
|
5940
|
+
family: string | null;
|
|
5941
|
+
given: Array<string | null> | null;
|
|
5942
|
+
prefix: Array<string | null> | null;
|
|
5943
|
+
suffix: Array<string | null> | null;
|
|
5944
|
+
} | null> | null;
|
|
5945
|
+
} | {} | null;
|
|
5946
|
+
} | null;
|
|
5947
|
+
recorder: {
|
|
5948
|
+
id: string | null;
|
|
5949
|
+
reference: string | null;
|
|
5950
|
+
type: any | null;
|
|
5951
|
+
resource: {
|
|
5952
|
+
name: Array<{
|
|
5953
|
+
text: string | null;
|
|
5954
|
+
family: string | null;
|
|
5955
|
+
given: Array<string | null> | null;
|
|
5956
|
+
prefix: Array<string | null> | null;
|
|
5957
|
+
suffix: Array<string | null> | null;
|
|
5958
|
+
} | null> | null;
|
|
5959
|
+
} | {
|
|
5960
|
+
id: string;
|
|
5961
|
+
name: Array<{
|
|
5962
|
+
text: string | null;
|
|
5963
|
+
family: string | null;
|
|
5964
|
+
given: Array<string | null> | null;
|
|
5965
|
+
prefix: Array<string | null> | null;
|
|
5966
|
+
suffix: Array<string | null> | null;
|
|
5967
|
+
} | null> | null;
|
|
5968
|
+
identifier: Array<{
|
|
5969
|
+
id: string | null;
|
|
5970
|
+
system: any | null;
|
|
5971
|
+
value: string | null;
|
|
5972
|
+
type: {
|
|
5198
5973
|
id: string | null;
|
|
5199
5974
|
text: string | null;
|
|
5200
5975
|
coding: Array<{
|
|
@@ -5204,56 +5979,30 @@ export type GetImmunizationsQueryResults = {
|
|
|
5204
5979
|
display: string | null;
|
|
5205
5980
|
} | null> | null;
|
|
5206
5981
|
} | null;
|
|
5207
|
-
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
code: any | null;
|
|
5212
|
-
comparator: any | null;
|
|
5213
|
-
system: any | null;
|
|
5214
|
-
} | null;
|
|
5215
|
-
denominator: {
|
|
5216
|
-
value: number | null;
|
|
5217
|
-
unit: string | null;
|
|
5218
|
-
code: any | null;
|
|
5219
|
-
comparator: any | null;
|
|
5220
|
-
system: any | null;
|
|
5221
|
-
} | null;
|
|
5222
|
-
} | null;
|
|
5223
|
-
valueRange: {
|
|
5224
|
-
low: {
|
|
5225
|
-
value: number | null;
|
|
5226
|
-
unit: string | null;
|
|
5227
|
-
code: any | null;
|
|
5228
|
-
comparator: any | null;
|
|
5229
|
-
system: any | null;
|
|
5230
|
-
} | null;
|
|
5231
|
-
high: {
|
|
5232
|
-
value: number | null;
|
|
5233
|
-
unit: string | null;
|
|
5234
|
-
code: any | null;
|
|
5235
|
-
comparator: any | null;
|
|
5236
|
-
system: any | null;
|
|
5237
|
-
} | null;
|
|
5238
|
-
} | null;
|
|
5239
|
-
valuePeriod: {
|
|
5240
|
-
start: any | null;
|
|
5241
|
-
end: any | null;
|
|
5242
|
-
} | null;
|
|
5243
|
-
} | null;
|
|
5244
|
-
} | null;
|
|
5245
|
-
} | null> | null;
|
|
5246
|
-
protocolApplied: Array<{
|
|
5247
|
-
doseNumberString: string | null;
|
|
5248
|
-
doseNumberPositiveInt: number | null;
|
|
5249
|
-
} | null> | null;
|
|
5250
|
-
manufacturer: {
|
|
5982
|
+
} | null> | null;
|
|
5983
|
+
} | {} | null;
|
|
5984
|
+
} | null;
|
|
5985
|
+
asserter: {
|
|
5251
5986
|
id: string | null;
|
|
5252
5987
|
reference: string | null;
|
|
5253
5988
|
type: any | null;
|
|
5254
5989
|
resource: {
|
|
5255
|
-
|
|
5256
|
-
|
|
5990
|
+
name: Array<{
|
|
5991
|
+
text: string | null;
|
|
5992
|
+
family: string | null;
|
|
5993
|
+
given: Array<string | null> | null;
|
|
5994
|
+
prefix: Array<string | null> | null;
|
|
5995
|
+
suffix: Array<string | null> | null;
|
|
5996
|
+
} | null> | null;
|
|
5997
|
+
} | {
|
|
5998
|
+
id: string;
|
|
5999
|
+
name: Array<{
|
|
6000
|
+
text: string | null;
|
|
6001
|
+
family: string | null;
|
|
6002
|
+
given: Array<string | null> | null;
|
|
6003
|
+
prefix: Array<string | null> | null;
|
|
6004
|
+
suffix: Array<string | null> | null;
|
|
6005
|
+
} | null> | null;
|
|
5257
6006
|
identifier: Array<{
|
|
5258
6007
|
id: string | null;
|
|
5259
6008
|
system: any | null;
|
|
@@ -5269,56 +6018,13 @@ export type GetImmunizationsQueryResults = {
|
|
|
5269
6018
|
} | null> | null;
|
|
5270
6019
|
} | null;
|
|
5271
6020
|
} | null> | null;
|
|
5272
|
-
|
|
5273
|
-
id: string | null;
|
|
5274
|
-
reference: string | null;
|
|
5275
|
-
type: any | null;
|
|
5276
|
-
resource: {
|
|
5277
|
-
name: string | null;
|
|
5278
|
-
status: any | null;
|
|
5279
|
-
address: any | null;
|
|
5280
|
-
identifier: Array<{
|
|
5281
|
-
id: string | null;
|
|
5282
|
-
system: any | null;
|
|
5283
|
-
value: string | null;
|
|
5284
|
-
type: {
|
|
5285
|
-
id: string | null;
|
|
5286
|
-
text: string | null;
|
|
5287
|
-
coding: Array<{
|
|
5288
|
-
id: string | null;
|
|
5289
|
-
system: any | null;
|
|
5290
|
-
code: any | null;
|
|
5291
|
-
display: string | null;
|
|
5292
|
-
} | null> | null;
|
|
5293
|
-
} | null;
|
|
5294
|
-
} | null> | null;
|
|
5295
|
-
connectionType: {
|
|
5296
|
-
id: string | null;
|
|
5297
|
-
system: any | null;
|
|
5298
|
-
code: any | null;
|
|
5299
|
-
display: string | null;
|
|
5300
|
-
} | null;
|
|
5301
|
-
} | null;
|
|
5302
|
-
} | null> | null;
|
|
5303
|
-
telecom: Array<{
|
|
5304
|
-
system: any | null;
|
|
5305
|
-
value: string | null;
|
|
5306
|
-
rank: number | null;
|
|
5307
|
-
} | null> | null;
|
|
5308
|
-
address: Array<{
|
|
5309
|
-
use: any | null;
|
|
5310
|
-
type: any | null;
|
|
5311
|
-
text: string | null;
|
|
5312
|
-
line: Array<string | null> | null;
|
|
5313
|
-
city: string | null;
|
|
5314
|
-
district: string | null;
|
|
5315
|
-
state: string | null;
|
|
5316
|
-
postalCode: string | null;
|
|
5317
|
-
country: string | null;
|
|
5318
|
-
} | null> | null;
|
|
5319
|
-
} | null;
|
|
6021
|
+
} | {} | null;
|
|
5320
6022
|
} | null;
|
|
5321
|
-
|
|
6023
|
+
text: {
|
|
6024
|
+
div: any | null;
|
|
6025
|
+
status: any | null;
|
|
6026
|
+
} | null;
|
|
6027
|
+
code: {
|
|
5322
6028
|
id: string | null;
|
|
5323
6029
|
text: string | null;
|
|
5324
6030
|
coding: Array<{
|
|
@@ -5328,7 +6034,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
5328
6034
|
display: string | null;
|
|
5329
6035
|
} | null> | null;
|
|
5330
6036
|
} | null;
|
|
5331
|
-
|
|
6037
|
+
category: {
|
|
5332
6038
|
id: string | null;
|
|
5333
6039
|
text: string | null;
|
|
5334
6040
|
coding: Array<{
|
|
@@ -5338,6 +6044,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
5338
6044
|
display: string | null;
|
|
5339
6045
|
} | null> | null;
|
|
5340
6046
|
} | null;
|
|
6047
|
+
performedPeriod: {
|
|
6048
|
+
start: any | null;
|
|
6049
|
+
end: any | null;
|
|
6050
|
+
} | null;
|
|
5341
6051
|
performer: Array<{
|
|
5342
6052
|
actor: {
|
|
5343
6053
|
id: string | null;
|
|
@@ -5372,64 +6082,47 @@ export type GetImmunizationsQueryResults = {
|
|
|
5372
6082
|
} | {} | null;
|
|
5373
6083
|
} | null;
|
|
5374
6084
|
} | null> | null;
|
|
5375
|
-
|
|
6085
|
+
reasonCode: Array<{
|
|
5376
6086
|
id: string | null;
|
|
5377
|
-
|
|
5378
|
-
|
|
5379
|
-
|
|
5380
|
-
|
|
5381
|
-
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
|
|
5396
|
-
|
|
5397
|
-
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
district: string | null;
|
|
5405
|
-
state: string | null;
|
|
5406
|
-
postalCode: string | null;
|
|
5407
|
-
country: string | null;
|
|
5408
|
-
} | null;
|
|
5409
|
-
position: {
|
|
5410
|
-
latitude: number | null;
|
|
5411
|
-
longitude: number | null;
|
|
5412
|
-
} | null;
|
|
5413
|
-
telecom: Array<{
|
|
5414
|
-
id: string | null;
|
|
5415
|
-
system: any | null;
|
|
5416
|
-
value: string | null;
|
|
5417
|
-
use: any | null;
|
|
5418
|
-
rank: number | null;
|
|
5419
|
-
} | null> | null;
|
|
5420
|
-
type: Array<{
|
|
5421
|
-
id: string | null;
|
|
5422
|
-
text: string | null;
|
|
5423
|
-
coding: Array<{
|
|
5424
|
-
id: string | null;
|
|
5425
|
-
system: any | null;
|
|
5426
|
-
code: any | null;
|
|
5427
|
-
display: string | null;
|
|
5428
|
-
} | null> | null;
|
|
5429
|
-
} | null> | null;
|
|
5430
|
-
} | null;
|
|
6087
|
+
text: string | null;
|
|
6088
|
+
coding: Array<{
|
|
6089
|
+
id: string | null;
|
|
6090
|
+
system: any | null;
|
|
6091
|
+
code: any | null;
|
|
6092
|
+
display: string | null;
|
|
6093
|
+
} | null> | null;
|
|
6094
|
+
} | null> | null;
|
|
6095
|
+
bodySite: Array<{
|
|
6096
|
+
id: string | null;
|
|
6097
|
+
text: string | null;
|
|
6098
|
+
coding: Array<{
|
|
6099
|
+
id: string | null;
|
|
6100
|
+
system: any | null;
|
|
6101
|
+
code: any | null;
|
|
6102
|
+
display: string | null;
|
|
6103
|
+
} | null> | null;
|
|
6104
|
+
} | null> | null;
|
|
6105
|
+
outcome: {
|
|
6106
|
+
id: string | null;
|
|
6107
|
+
text: string | null;
|
|
6108
|
+
coding: Array<{
|
|
6109
|
+
id: string | null;
|
|
6110
|
+
system: any | null;
|
|
6111
|
+
code: any | null;
|
|
6112
|
+
display: string | null;
|
|
6113
|
+
} | null> | null;
|
|
5431
6114
|
} | null;
|
|
5432
|
-
|
|
6115
|
+
followUp: Array<{
|
|
6116
|
+
id: string | null;
|
|
6117
|
+
text: string | null;
|
|
6118
|
+
coding: Array<{
|
|
6119
|
+
id: string | null;
|
|
6120
|
+
system: any | null;
|
|
6121
|
+
code: any | null;
|
|
6122
|
+
display: string | null;
|
|
6123
|
+
} | null> | null;
|
|
6124
|
+
} | null> | null;
|
|
6125
|
+
complication: Array<{
|
|
5433
6126
|
id: string | null;
|
|
5434
6127
|
text: string | null;
|
|
5435
6128
|
coding: Array<{
|
|
@@ -5439,38 +6132,16 @@ export type GetImmunizationsQueryResults = {
|
|
|
5439
6132
|
display: string | null;
|
|
5440
6133
|
} | null> | null;
|
|
5441
6134
|
} | null> | null;
|
|
6135
|
+
note: Array<{
|
|
6136
|
+
id: string | null;
|
|
6137
|
+
authorString: string | null;
|
|
6138
|
+
time: any | null;
|
|
6139
|
+
text: any | null;
|
|
6140
|
+
} | null> | null;
|
|
5442
6141
|
} | null;
|
|
5443
6142
|
} | null> | null;
|
|
5444
6143
|
} | null;
|
|
5445
6144
|
};
|
|
5446
|
-
export type GetProcedureGroupsQueryVariables = Types.Exact<{
|
|
5447
|
-
request: Types.InputMaybe<Types.ProcedureGroupQueryRequest>;
|
|
5448
|
-
}>;
|
|
5449
|
-
export type GetProcedureGroupsQueryResults = {
|
|
5450
|
-
getProcedureGroups: {
|
|
5451
|
-
paging_info: {
|
|
5452
|
-
page_number: number;
|
|
5453
|
-
page_size: number;
|
|
5454
|
-
total_pages: number;
|
|
5455
|
-
total_items: number;
|
|
5456
|
-
} | null;
|
|
5457
|
-
resources: Array<{
|
|
5458
|
-
id: string | null;
|
|
5459
|
-
name: string | null;
|
|
5460
|
-
references: Array<string | null> | null;
|
|
5461
|
-
performer: Array<string | null> | null;
|
|
5462
|
-
performedDate: any | null;
|
|
5463
|
-
source: Array<string | null> | null;
|
|
5464
|
-
sourceDisplay: Array<string | null> | null;
|
|
5465
|
-
coding: {
|
|
5466
|
-
id: string | null;
|
|
5467
|
-
system: any | null;
|
|
5468
|
-
code: any | null;
|
|
5469
|
-
display: string | null;
|
|
5470
|
-
} | null;
|
|
5471
|
-
}>;
|
|
5472
|
-
};
|
|
5473
|
-
};
|
|
5474
6145
|
export type GetVitalSignGroupsQueryVariables = Types.Exact<{
|
|
5475
6146
|
request: Types.InputMaybe<Types.VitalSignGroupQueryRequest>;
|
|
5476
6147
|
}>;
|