@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1755276993 → 2.0.0-alpha.0-rc.1755847440

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.
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file is automatically generated. Please do not edit this file directly.
3
3
  */
4
- export declare const VERSION = "2.0.0-alpha.0-rc.1755276993";
4
+ export declare const VERSION = "2.0.0-alpha.0-rc.1755847440";
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file is automatically generated. Please do not edit this file directly.
3
3
  */
4
- export const VERSION = "2.0.0-alpha.0-rc.1755276993";
4
+ export const VERSION = "2.0.0-alpha.0-rc.1755847440";
@@ -31,7 +31,8 @@ export declare const NarrativeFieldsFragmentDoc = "\n fragment NarrativeField
31
31
  export declare const HumanNameFieldsFragmentDoc = "\n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n ";
32
32
  export declare const IdentifierFieldsFragmentDoc = "\n fragment IdentifierFields on Identifier {\n id\n type {\n ...CodeableConceptFields\n }\n system\n value\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
33
33
  export declare const PractitionerFieldsFragmentDoc = "\n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment IdentifierFields on Identifier {\n id\n type {\n ...CodeableConceptFields\n }\n system\n value\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
34
- export declare const ReactionFieldsFragmentDoc = "\n fragment ReactionFields on AllergyIntoleranceReaction {\n id\n onset\n severity\n description\n manifestation {\n ...CodeableConceptFields\n }\n note {\n id\n authorString\n time\n text\n }\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
34
+ export declare const AnnotationFieldsFragmentDoc = "\n fragment AnnotationFields on Annotation {\n id\n authorString\n time\n text\n}\n ";
35
+ export declare const ReactionFieldsFragmentDoc = "\n fragment ReactionFields on AllergyIntoleranceReaction {\n id\n onset\n severity\n description\n manifestation {\n ...CodeableConceptFields\n }\n note {\n ...AnnotationFields\n }\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment AnnotationFields on Annotation {\n id\n authorString\n time\n text\n}\n ";
35
36
  export declare const MetaFieldsFragmentDoc = "\n fragment MetaFields on Meta {\n versionId\n lastUpdated\n source\n security {\n ...CodingFields\n }\n tag {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
36
37
  export declare const QuestionnaireResponseItemFieldsFragmentDoc = "\n fragment QuestionnaireResponseItemFields on QuestionnaireResponseItem {\n linkId\n text\n answer {\n valueBoolean\n valueDecimal\n valueInteger\n valueDate\n valueDateTime\n valueString\n valueUri\n valueAttachment {\n contentType\n data\n url\n title\n }\n valueCoding {\n ...CodingFields\n }\n valueQuantity {\n ...QuantityFields\n }\n valueReference {\n reference\n type\n display\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n }\n }\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
37
38
  export declare const QuestionnaireItemFieldsFragmentDoc = "\n fragment QuestionnaireItemFields on QuestionnaireItem {\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n }\n }\n linkId\n prefix\n text\n type\n enableWhen {\n question\n operator\n answerBoolean\n answerDecimal\n answerInteger\n answerDate\n answerDateTime\n answerTime\n answerString\n answerCoding {\n ...CodingFields\n }\n answerQuantity {\n ...QuantityFields\n }\n answerReference {\n reference\n type\n display\n }\n }\n enableBehavior\n required\n repeats\n readOnly\n maxLength\n answerOption {\n valueInteger\n valueDate\n valueString\n valueCoding {\n ...CodingFields\n }\n valueReference {\n reference\n type\n display\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n }\n }\n initialSelected\n }\n initial {\n valueBoolean\n valueDecimal\n valueInteger\n valueDate\n valueDateTime\n valueString\n valueUri\n valueAttachment {\n contentType\n data\n url\n title\n }\n valueCoding {\n ...CodingFields\n }\n valueQuantity {\n ...QuantityFields\n }\n valueReference {\n reference\n type\n display\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n }\n }\n }\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n ";
@@ -44,8 +45,8 @@ export declare const GetDataSourceDocument = "\n query getDataSource($connect
44
45
  export declare const GetMemberConnectionsDocument = "\n query getMemberConnections {\n subscriptions(_source: {value: \"https://icanbwell.com/proa\"}) {\n entry {\n resource {\n id\n meta {\n source\n }\n subscriptionStatus {\n error {\n ...CodeableConceptFields\n }\n extension {\n id\n url\n valueString\n }\n }\n }\n }\n }\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
45
46
  export declare const GetOauthUrlDocument = "\n query getOauthUrl($connectionId: String!) {\n getOauthUrl(connectionId: $connectionId) {\n redirectUrl\n }\n}\n ";
46
47
  export declare const UpdateDeviceRegistrationDocument = "\n mutation updateDeviceRegistration($deviceToken: String!, $platformName: String!, $applicationName: String!, $notificationPreference: Boolean!) {\n updateDeviceRegistration(\n input: {deviceToken: $deviceToken, platform: $platformName, applicationName: $applicationName, notificationPreference: $notificationPreference}\n ) {\n id\n }\n}\n ";
47
- export declare const GetAllergyIntoleranceGroupsDocument = "\n query getAllergyIntoleranceGroups($request: AllergyIntoleranceGroupQueryRequest) {\n getAllergyIntoleranceGroups(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n name\n coding {\n ...CodingFields\n }\n references\n criticality {\n code\n display\n }\n recordedDate\n source\n sourceDisplay\n }\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n \n\n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
48
- export declare const GetAllergyIntolerancesDocument = "\n query getAllergyIntolerances($page: Int, $pageSize: Int, $code: SearchToken, $lastUpdated: SearchDate) {\n allergyIntolerances(\n _count: $pageSize\n _getpagesoffset: $page\n code: $code\n _lastUpdated: $lastUpdated\n ) {\n id\n entry {\n id\n resource {\n id\n meta {\n ...MetaFields\n }\n resourceType\n category\n code {\n id\n text\n coding {\n id\n system\n display\n code\n }\n }\n criticality\n onsetDateTime\n onsetPeriod {\n start\n end\n }\n text {\n ...NarrativeFields\n }\n type\n recorder {\n id\n reference\n type\n resource {\n ... on Practitioner {\n ...PractitionerFields\n }\n }\n }\n lastOccurrence\n reaction {\n ...ReactionFields\n }\n recordedDate\n note {\n authorString\n time\n text\n }\n verificationStatus {\n ...CodeableConceptFields\n }\n clinicalStatus {\n ...CodeableConceptFields\n }\n }\n }\n }\n}\n \n fragment MetaFields on Meta {\n versionId\n lastUpdated\n source\n security {\n ...CodingFields\n }\n tag {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment NarrativeFields on Narrative {\n div\n status\n}\n \n\n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment IdentifierFields on Identifier {\n id\n type {\n ...CodeableConceptFields\n }\n system\n value\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment ReactionFields on AllergyIntoleranceReaction {\n id\n onset\n severity\n description\n manifestation {\n ...CodeableConceptFields\n }\n note {\n id\n authorString\n time\n text\n }\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
48
+ export declare const GetAllergyIntoleranceGroupsDocument = "\n query getAllergyIntoleranceGroups($request: AllergyIntoleranceGroupQueryRequest) {\n getAllergyIntoleranceGroups(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n name\n coding {\n ...CodingFields\n }\n references\n criticality {\n ...CodingFields\n }\n recordedDate\n source\n sourceDisplay\n }\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n \n\n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
49
+ export declare const GetAllergyIntolerancesDocument = "\n query getAllergyIntolerances($page: Int, $pageSize: Int, $code: SearchToken, $lastUpdated: SearchDate) {\n allergyIntolerances(\n _count: $pageSize\n _getpagesoffset: $page\n code: $code\n _lastUpdated: $lastUpdated\n ) {\n id\n entry {\n id\n resource {\n id\n meta {\n ...MetaFields\n }\n resourceType\n category\n code {\n ...CodeableConceptFields\n }\n criticality\n onsetDateTime\n onsetPeriod {\n ...PeriodFields\n }\n text {\n ...NarrativeFields\n }\n type\n recorder {\n id\n reference\n type\n resource {\n ...PractitionerFields\n }\n }\n lastOccurrence\n reaction {\n ...ReactionFields\n }\n recordedDate\n note {\n ...AnnotationFields\n }\n verificationStatus {\n ...CodeableConceptFields\n }\n clinicalStatus {\n ...CodeableConceptFields\n }\n }\n }\n }\n}\n \n fragment MetaFields on Meta {\n versionId\n lastUpdated\n source\n security {\n ...CodingFields\n }\n tag {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment NarrativeFields on Narrative {\n div\n status\n}\n \n\n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment IdentifierFields on Identifier {\n id\n type {\n ...CodeableConceptFields\n }\n system\n value\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment ReactionFields on AllergyIntoleranceReaction {\n id\n onset\n severity\n description\n manifestation {\n ...CodeableConceptFields\n }\n note {\n ...AnnotationFields\n }\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment AnnotationFields on Annotation {\n id\n authorString\n time\n text\n}\n \n\n fragment AnnotationFields on Annotation {\n id\n authorString\n time\n text\n}\n ";
49
50
  export declare const GetCarePlanGroupsDocument = "\n query getCarePlanGroups($request: CarePlanGroupQueryRequest) {\n getCarePlanGroups(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n name\n references\n coding {\n ...CodingFields\n }\n source\n period {\n ...PeriodFields\n }\n sourceDisplay\n }\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n \n\n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n ";
50
51
  export declare const GetConditionGroupsDocument = "\n query getConditionGroups($request: ConditionGroupQueryRequest) {\n getConditionGroups(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n name\n coding {\n ...CodingFields\n }\n references\n recordedDate\n source\n sourceDisplay\n }\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n \n\n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
51
52
  export declare const GetDiagnosticReportLabGroupsDocument = "\n query getDiagnosticReportLabGroups($request: DiagnosticReportLabGroupQueryRequest) {\n getDiagnosticReportLabGroups(request: $request) {\n resources {\n id\n effectiveDateTime\n issued\n name\n performer\n references\n source\n sourceDisplay\n coding {\n ...CodingFields\n }\n }\n paging_info {\n ...PagingFields\n }\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n ";
@@ -183,6 +183,14 @@ export const PractitionerFieldsFragmentDoc = `
183
183
  }
184
184
  ${HumanNameFieldsFragmentDoc}
185
185
  ${IdentifierFieldsFragmentDoc}`;
186
+ export const AnnotationFieldsFragmentDoc = `
187
+ fragment AnnotationFields on Annotation {
188
+ id
189
+ authorString
190
+ time
191
+ text
192
+ }
193
+ `;
186
194
  export const ReactionFieldsFragmentDoc = `
187
195
  fragment ReactionFields on AllergyIntoleranceReaction {
188
196
  id
@@ -193,13 +201,11 @@ export const ReactionFieldsFragmentDoc = `
193
201
  ...CodeableConceptFields
194
202
  }
195
203
  note {
196
- id
197
- authorString
198
- time
199
- text
204
+ ...AnnotationFields
200
205
  }
201
206
  }
202
- ${CodeableConceptFieldsFragmentDoc}`;
207
+ ${CodeableConceptFieldsFragmentDoc}
208
+ ${AnnotationFieldsFragmentDoc}`;
203
209
  export const MetaFieldsFragmentDoc = `
204
210
  fragment MetaFields on Meta {
205
211
  versionId
@@ -599,8 +605,7 @@ export const GetAllergyIntoleranceGroupsDocument = `
599
605
  }
600
606
  references
601
607
  criticality {
602
- code
603
- display
608
+ ...CodingFields
604
609
  }
605
610
  recordedDate
606
611
  source
@@ -629,20 +634,12 @@ export const GetAllergyIntolerancesDocument = `
629
634
  resourceType
630
635
  category
631
636
  code {
632
- id
633
- text
634
- coding {
635
- id
636
- system
637
- display
638
- code
639
- }
637
+ ...CodeableConceptFields
640
638
  }
641
639
  criticality
642
640
  onsetDateTime
643
641
  onsetPeriod {
644
- start
645
- end
642
+ ...PeriodFields
646
643
  }
647
644
  text {
648
645
  ...NarrativeFields
@@ -653,9 +650,7 @@ export const GetAllergyIntolerancesDocument = `
653
650
  reference
654
651
  type
655
652
  resource {
656
- ... on Practitioner {
657
- ...PractitionerFields
658
- }
653
+ ...PractitionerFields
659
654
  }
660
655
  }
661
656
  lastOccurrence
@@ -664,9 +659,7 @@ export const GetAllergyIntolerancesDocument = `
664
659
  }
665
660
  recordedDate
666
661
  note {
667
- authorString
668
- time
669
- text
662
+ ...AnnotationFields
670
663
  }
671
664
  verificationStatus {
672
665
  ...CodeableConceptFields
@@ -679,10 +672,12 @@ export const GetAllergyIntolerancesDocument = `
679
672
  }
680
673
  }
681
674
  ${MetaFieldsFragmentDoc}
675
+ ${CodeableConceptFieldsFragmentDoc}
676
+ ${PeriodFieldsFragmentDoc}
682
677
  ${NarrativeFieldsFragmentDoc}
683
678
  ${PractitionerFieldsFragmentDoc}
684
679
  ${ReactionFieldsFragmentDoc}
685
- ${CodeableConceptFieldsFragmentDoc}`;
680
+ ${AnnotationFieldsFragmentDoc}`;
686
681
  export const GetCarePlanGroupsDocument = `
687
682
  query getCarePlanGroups($request: CarePlanGroupQueryRequest) {
688
683
  getCarePlanGroups(request: $request) {
@@ -52,6 +52,10 @@ export type MetaFieldsFragment = {
52
52
  display: string | null;
53
53
  } | null> | null;
54
54
  };
55
+ export type PeriodFieldsFragment = {
56
+ start: any | null;
57
+ end: any | null;
58
+ };
55
59
  export type NarrativeFieldsFragment = {
56
60
  div: any | null;
57
61
  status: any | null;
@@ -125,9 +129,11 @@ export type ReactionFieldsFragment = {
125
129
  text: any | null;
126
130
  } | null> | null;
127
131
  };
128
- export type PeriodFieldsFragment = {
129
- start: any | null;
130
- end: any | null;
132
+ export type AnnotationFieldsFragment = {
133
+ id: string | null;
134
+ authorString: string | null;
135
+ time: any | null;
136
+ text: any | null;
131
137
  };
132
138
  export type ValueFieldsFragment = {
133
139
  valueString: string | null;
@@ -2376,6 +2382,8 @@ export type GetAllergyIntoleranceGroupsQueryResults = {
2376
2382
  display: string | null;
2377
2383
  } | null;
2378
2384
  criticality: {
2385
+ id: string | null;
2386
+ system: any | null;
2379
2387
  code: any | null;
2380
2388
  display: string | null;
2381
2389
  } | null;
@@ -2490,6 +2498,7 @@ export type GetAllergyIntolerancesQueryResults = {
2490
2498
  } | null> | null;
2491
2499
  } | null> | null;
2492
2500
  note: Array<{
2501
+ id: string | null;
2493
2502
  authorString: string | null;
2494
2503
  time: any | null;
2495
2504
  text: any | null;
@@ -55580,6 +55580,7 @@ export type QuestionnaireResponseItemAnswerInput = {
55580
55580
  export type QuestionnaireResponseItemInput = {
55581
55581
  answer?: InputMaybe<Array<InputMaybe<QuestionnaireResponseItemAnswerInput>>>;
55582
55582
  definition?: InputMaybe<Scalars['String']['input']>;
55583
+ extension?: InputMaybe<Array<InputMaybe<FhirExtensionInput>>>;
55583
55584
  item?: InputMaybe<Array<InputMaybe<QuestionnaireResponseItemInput>>>;
55584
55585
  linkId: Scalars['String']['input'];
55585
55586
  text?: InputMaybe<Scalars['String']['input']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icanbwell/bwell-sdk-ts",
3
- "version": "2.0.0-alpha.0-rc.1755276993",
3
+ "version": "2.0.0-alpha.0-rc.1755847440",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",