@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
|
@@ -481,52 +481,16 @@ export const ContactPointFieldsFragmentDoc = `
|
|
|
481
481
|
rank
|
|
482
482
|
}
|
|
483
483
|
`;
|
|
484
|
-
export const
|
|
485
|
-
fragment
|
|
486
|
-
identifier {
|
|
487
|
-
...IdentifierFields
|
|
488
|
-
}
|
|
489
|
-
name
|
|
490
|
-
status
|
|
491
|
-
connectionType {
|
|
492
|
-
...CodingFields
|
|
493
|
-
}
|
|
494
|
-
address
|
|
495
|
-
}
|
|
496
|
-
${IdentifierFieldsFragmentDoc}
|
|
497
|
-
${CodingFieldsFragmentDoc}`;
|
|
498
|
-
export const OrganizationFieldsFragmentDoc = `
|
|
499
|
-
fragment OrganizationFields on Organization {
|
|
500
|
-
resourceType
|
|
484
|
+
export const LocationManagingOrganizationReferenceFieldsFragmentDoc = `
|
|
485
|
+
fragment LocationManagingOrganizationReferenceFields on LocationManagingOrganizationReference {
|
|
501
486
|
id
|
|
487
|
+
reference
|
|
502
488
|
identifier {
|
|
503
489
|
...IdentifierFields
|
|
504
490
|
}
|
|
505
|
-
|
|
506
|
-
id
|
|
507
|
-
reference
|
|
508
|
-
type
|
|
509
|
-
resource {
|
|
510
|
-
...EndpointFields
|
|
511
|
-
}
|
|
512
|
-
}
|
|
513
|
-
name
|
|
514
|
-
telecom {
|
|
515
|
-
...ContactPointFields
|
|
516
|
-
}
|
|
517
|
-
address {
|
|
518
|
-
...AddressFields
|
|
519
|
-
}
|
|
520
|
-
active
|
|
521
|
-
type {
|
|
522
|
-
...CodeableConceptFields
|
|
523
|
-
}
|
|
491
|
+
display
|
|
524
492
|
}
|
|
525
|
-
${IdentifierFieldsFragmentDoc}
|
|
526
|
-
${EndpointFieldsFragmentDoc}
|
|
527
|
-
${ContactPointFieldsFragmentDoc}
|
|
528
|
-
${AddressFieldsFragmentDoc}
|
|
529
|
-
${CodeableConceptFieldsFragmentDoc}`;
|
|
493
|
+
${IdentifierFieldsFragmentDoc}`;
|
|
530
494
|
export const LocationFieldsFragmentDoc = `
|
|
531
495
|
fragment LocationFields on Location {
|
|
532
496
|
name
|
|
@@ -546,15 +510,7 @@ export const LocationFieldsFragmentDoc = `
|
|
|
546
510
|
}
|
|
547
511
|
status
|
|
548
512
|
managingOrganization {
|
|
549
|
-
|
|
550
|
-
reference
|
|
551
|
-
identifier {
|
|
552
|
-
...IdentifierFields
|
|
553
|
-
}
|
|
554
|
-
display
|
|
555
|
-
resource {
|
|
556
|
-
...OrganizationFields
|
|
557
|
-
}
|
|
513
|
+
...LocationManagingOrganizationReferenceFields
|
|
558
514
|
}
|
|
559
515
|
type {
|
|
560
516
|
...CodeableConceptFields
|
|
@@ -564,7 +520,7 @@ export const LocationFieldsFragmentDoc = `
|
|
|
564
520
|
${AddressFieldsFragmentDoc}
|
|
565
521
|
${PositionFieldsFragmentDoc}
|
|
566
522
|
${ContactPointFieldsFragmentDoc}
|
|
567
|
-
${
|
|
523
|
+
${LocationManagingOrganizationReferenceFieldsFragmentDoc}
|
|
568
524
|
${CodeableConceptFieldsFragmentDoc}`;
|
|
569
525
|
export const PractitionerFieldsFragmentDoc = `
|
|
570
526
|
fragment PractitionerFields on Practitioner {
|
|
@@ -598,6 +554,52 @@ export const ParticipantFieldsFragmentDoc = `
|
|
|
598
554
|
${PractitionerFieldsFragmentDoc}
|
|
599
555
|
${CodeableConceptFieldsFragmentDoc}
|
|
600
556
|
${PeriodFieldsFragmentDoc}`;
|
|
557
|
+
export const EndpointFieldsFragmentDoc = `
|
|
558
|
+
fragment EndpointFields on Endpoint {
|
|
559
|
+
identifier {
|
|
560
|
+
...IdentifierFields
|
|
561
|
+
}
|
|
562
|
+
name
|
|
563
|
+
status
|
|
564
|
+
connectionType {
|
|
565
|
+
...CodingFields
|
|
566
|
+
}
|
|
567
|
+
address
|
|
568
|
+
}
|
|
569
|
+
${IdentifierFieldsFragmentDoc}
|
|
570
|
+
${CodingFieldsFragmentDoc}`;
|
|
571
|
+
export const OrganizationFieldsFragmentDoc = `
|
|
572
|
+
fragment OrganizationFields on Organization {
|
|
573
|
+
resourceType
|
|
574
|
+
id
|
|
575
|
+
identifier {
|
|
576
|
+
...IdentifierFields
|
|
577
|
+
}
|
|
578
|
+
endpoint {
|
|
579
|
+
id
|
|
580
|
+
reference
|
|
581
|
+
type
|
|
582
|
+
resource {
|
|
583
|
+
...EndpointFields
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
name
|
|
587
|
+
telecom {
|
|
588
|
+
...ContactPointFields
|
|
589
|
+
}
|
|
590
|
+
address {
|
|
591
|
+
...AddressFields
|
|
592
|
+
}
|
|
593
|
+
active
|
|
594
|
+
type {
|
|
595
|
+
...CodeableConceptFields
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
${IdentifierFieldsFragmentDoc}
|
|
599
|
+
${EndpointFieldsFragmentDoc}
|
|
600
|
+
${ContactPointFieldsFragmentDoc}
|
|
601
|
+
${AddressFieldsFragmentDoc}
|
|
602
|
+
${CodeableConceptFieldsFragmentDoc}`;
|
|
601
603
|
export const CommunicationFieldsFragmentDoc = `
|
|
602
604
|
fragment CommunicationFields on PatientCommunication {
|
|
603
605
|
language {
|
|
@@ -945,6 +947,102 @@ export const ProcedurePerformerActorFieldsFragmentDoc = `
|
|
|
945
947
|
}
|
|
946
948
|
}
|
|
947
949
|
${PractitionerFieldsFragmentDoc}`;
|
|
950
|
+
export const PractitionerRoleFieldsFragmentDoc = `
|
|
951
|
+
fragment PractitionerRoleFields on PractitionerRole {
|
|
952
|
+
resourceType
|
|
953
|
+
identifier {
|
|
954
|
+
...IdentifierFields
|
|
955
|
+
}
|
|
956
|
+
practitioner {
|
|
957
|
+
id
|
|
958
|
+
reference
|
|
959
|
+
type
|
|
960
|
+
resource {
|
|
961
|
+
...PractitionerFields
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
organization {
|
|
965
|
+
id
|
|
966
|
+
reference
|
|
967
|
+
type
|
|
968
|
+
resource {
|
|
969
|
+
...OrganizationFields
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
code {
|
|
973
|
+
...CodeableConceptFields
|
|
974
|
+
}
|
|
975
|
+
specialty {
|
|
976
|
+
...CodeableConceptFields
|
|
977
|
+
}
|
|
978
|
+
location {
|
|
979
|
+
id
|
|
980
|
+
reference
|
|
981
|
+
type
|
|
982
|
+
resource {
|
|
983
|
+
...LocationFields
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
telecom {
|
|
987
|
+
...ContactPointFields
|
|
988
|
+
}
|
|
989
|
+
active
|
|
990
|
+
id
|
|
991
|
+
endpoint {
|
|
992
|
+
id
|
|
993
|
+
reference
|
|
994
|
+
identifier {
|
|
995
|
+
...IdentifierFields
|
|
996
|
+
}
|
|
997
|
+
display
|
|
998
|
+
resource {
|
|
999
|
+
...EndpointFields
|
|
1000
|
+
}
|
|
1001
|
+
}
|
|
1002
|
+
period {
|
|
1003
|
+
...PeriodFields
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
${IdentifierFieldsFragmentDoc}
|
|
1007
|
+
${PractitionerFieldsFragmentDoc}
|
|
1008
|
+
${OrganizationFieldsFragmentDoc}
|
|
1009
|
+
${CodeableConceptFieldsFragmentDoc}
|
|
1010
|
+
${LocationFieldsFragmentDoc}
|
|
1011
|
+
${ContactPointFieldsFragmentDoc}
|
|
1012
|
+
${EndpointFieldsFragmentDoc}
|
|
1013
|
+
${PeriodFieldsFragmentDoc}`;
|
|
1014
|
+
export const RelatedPersonFieldsFragmentDoc = `
|
|
1015
|
+
fragment RelatedPersonFields on RelatedPerson {
|
|
1016
|
+
resourceType
|
|
1017
|
+
id
|
|
1018
|
+
active
|
|
1019
|
+
name {
|
|
1020
|
+
...HumanNameFields
|
|
1021
|
+
}
|
|
1022
|
+
identifier {
|
|
1023
|
+
...IdentifierFields
|
|
1024
|
+
}
|
|
1025
|
+
telecom {
|
|
1026
|
+
...ContactPointFields
|
|
1027
|
+
}
|
|
1028
|
+
address {
|
|
1029
|
+
...AddressFields
|
|
1030
|
+
}
|
|
1031
|
+
relationship {
|
|
1032
|
+
...CodeableConceptFields
|
|
1033
|
+
}
|
|
1034
|
+
patient {
|
|
1035
|
+
resource {
|
|
1036
|
+
...PatientFields
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
}
|
|
1040
|
+
${HumanNameFieldsFragmentDoc}
|
|
1041
|
+
${IdentifierFieldsFragmentDoc}
|
|
1042
|
+
${ContactPointFieldsFragmentDoc}
|
|
1043
|
+
${AddressFieldsFragmentDoc}
|
|
1044
|
+
${CodeableConceptFieldsFragmentDoc}
|
|
1045
|
+
${PatientFieldsFragmentDoc}`;
|
|
948
1046
|
export const CareTeamParticipantFieldsFragmentDoc = `
|
|
949
1047
|
fragment CareTeamParticipantFields on CareTeamParticipant {
|
|
950
1048
|
role {
|
|
@@ -965,12 +1063,16 @@ export const CareTeamParticipantFieldsFragmentDoc = `
|
|
|
965
1063
|
}
|
|
966
1064
|
}
|
|
967
1065
|
...PractitionerFields
|
|
1066
|
+
...PractitionerRoleFields
|
|
1067
|
+
...RelatedPersonFields
|
|
968
1068
|
}
|
|
969
1069
|
}
|
|
970
1070
|
}
|
|
971
1071
|
${CodeableConceptFieldsFragmentDoc}
|
|
972
1072
|
${MetaFieldsFragmentDoc}
|
|
973
|
-
${PractitionerFieldsFragmentDoc}
|
|
1073
|
+
${PractitionerFieldsFragmentDoc}
|
|
1074
|
+
${PractitionerRoleFieldsFragmentDoc}
|
|
1075
|
+
${RelatedPersonFieldsFragmentDoc}`;
|
|
974
1076
|
export const QuestionnaireResponseItemFieldsFragmentDoc = `
|
|
975
1077
|
fragment QuestionnaireResponseItemFields on QuestionnaireResponseItem {
|
|
976
1078
|
linkId
|
|
@@ -1863,6 +1965,7 @@ export const GetImmunizationsDocument = `
|
|
|
1863
1965
|
id
|
|
1864
1966
|
reference
|
|
1865
1967
|
type
|
|
1968
|
+
display
|
|
1866
1969
|
resource {
|
|
1867
1970
|
...OrganizationFields
|
|
1868
1971
|
}
|