@icanbwell/bwell-sdk-ts 1.94.0 → 1.95.0

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 = "1.94.0";
4
+ export declare const VERSION = "1.95.0";
@@ -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 = "1.94.0";
4
+ export const VERSION = "1.95.0";
@@ -110,7 +110,7 @@ export declare const RequestDataSharingTokenDocument = "\n mutation RequestDa
110
110
  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 ";
111
111
  export declare const PublishEventDocument = "\n mutation publishEvent($eventType: EventType!, $messageId: String, $notificationId: String) {\n publishEvent(\n input: {eventType: $eventType, campaignId: $notificationId, messageId: $messageId}\n ) {\n id\n }\n}\n ";
112
112
  export declare const GetClaimSummaryDocument = "\n query getClaimSummary($request: ClaimSummaryQueryRequest!) {\n getClaimSummary(request: $request) {\n paging_info {\n page_number\n page_size\n total_items\n total_pages\n }\n resources {\n id\n claimNumber\n claimType\n claimStatus\n servicedDate\n dateReceived\n dateProcessed\n serviceDateStart\n serviceDateEnd\n networkStatus\n provider {\n name\n specialty\n }\n costBreakdown {\n ...ClaimCostBreakdownFields\n }\n services {\n lineNumber\n servicedDate\n procedure {\n code\n system\n description\n }\n serviceDateStart\n serviceDateEnd\n costBreakdown {\n ...ClaimCostBreakdownFields\n }\n }\n memberFocus {\n patientReference\n name\n }\n }\n }\n}\n \n fragment ClaimCostBreakdownFields on ClaimCostBreakdown {\n billedAmount\n allowedAmount\n patientResponsibility\n insurancePaid\n discount\n copay\n coinsurance\n otherInsurancePaid\n appliedToDeductible\n}\n ";
113
- export declare const GetCoverageSummaryDocument = "\n query getCoverageSummary($request: CoverageSummaryQueryRequest) {\n getCoverageSummary(request: $request) {\n resources {\n id\n planInfo {\n productId\n productName\n planId\n planName\n memberId\n groupId\n subscriberId\n lineOfBusiness\n lineOfBusinessId\n effectiveDate\n terminationDate\n status\n insurer\n reference\n }\n subscriber {\n memberId\n name\n reference\n }\n dependents {\n total\n members {\n memberId\n name\n reference\n }\n }\n individualInsuranceDetails {\n references\n deductibles {\n medical {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n dental {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n vision {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n pharmacy {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n }\n outOfPocket {\n medical {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n dental {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n vision {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n pharmacy {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n }\n }\n familyInsuranceDetails {\n references\n deductibles {\n medical {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n dental {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n vision {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n pharmacy {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n }\n outOfPocket {\n medical {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n dental {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n vision {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n pharmacy {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n }\n }\n claimsSummary {\n references\n medical {\n totalBilled\n insurancePaid\n patientResponsibility\n }\n vision {\n totalBilled\n insurancePaid\n patientResponsibility\n }\n dental {\n totalBilled\n insurancePaid\n patientResponsibility\n }\n pharmacy {\n totalBilled\n insurancePaid\n patientResponsibility\n }\n }\n benefits {\n type\n code\n title\n text\n }\n supplementalBenefits {\n code\n title\n text\n }\n documents {\n id\n code\n title\n url\n }\n prescriptionResources {\n formularyDocument\n drugCoverageDocument\n pharmacyDirectoryDocument\n }\n memberForms {\n memberFormsDocument\n }\n }\n paging_info {\n page_number\n page_size\n total_items\n total_pages\n }\n }\n}\n ";
113
+ export declare const GetCoverageSummaryDocument = "\n query getCoverageSummary($request: CoverageSummaryQueryRequest) {\n getCoverageSummary(request: $request) {\n resources {\n id\n planInfo {\n productId\n productName\n planId\n planName\n memberId\n groupId\n subscriberId\n lineOfBusiness\n lineOfBusinessId\n effectiveDate\n terminationDate\n status\n insurer\n reference\n }\n subscriber {\n memberId\n name\n reference\n }\n dependents {\n total\n members {\n memberId\n name\n reference\n }\n }\n individualInsuranceDetails {\n references\n deductibles {\n medical {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n dental {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n vision {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n pharmacy {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n }\n outOfPocket {\n medical {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n dental {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n vision {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n pharmacy {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n }\n }\n familyInsuranceDetails {\n references\n deductibles {\n medical {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n dental {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n vision {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n pharmacy {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n }\n outOfPocket {\n medical {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n dental {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n vision {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n pharmacy {\n inNetwork\n inNetworkMax\n outOfNetwork\n outOfNetworkMax\n }\n }\n }\n claimsSummary {\n references\n medical {\n totalBilled\n insurancePaid\n patientResponsibility\n }\n vision {\n totalBilled\n insurancePaid\n patientResponsibility\n }\n dental {\n totalBilled\n insurancePaid\n patientResponsibility\n }\n pharmacy {\n totalBilled\n insurancePaid\n patientResponsibility\n }\n }\n benefits {\n type\n code\n title\n text\n }\n supplementalBenefits {\n code\n title\n text\n }\n documents {\n id\n code\n title\n url\n }\n prescriptionResources {\n formularyDocument\n drugCoverageDocument\n pharmacyDirectoryDocument\n }\n memberForms {\n memberFormsDocument\n fillableForms {\n reference\n display\n language\n }\n }\n }\n paging_info {\n page_number\n page_size\n total_items\n total_pages\n }\n }\n}\n ";
114
114
  export declare const GetCoveragesDocument = "\n query getCoverages($id: SearchString, $lastUpdated: SearchDate, $sort: [String], $pageSize: Int, $page: Int, $patient: SearchReference, $beneficiary: SearchReference, $total: TotalType) {\n coverages(\n id: $id\n _lastUpdated: $lastUpdated\n _sort: $sort\n _count: $pageSize\n _getpagesoffset: $page\n patient: $patient\n beneficiary: $beneficiary\n _total: $total\n ) {\n total\n entry {\n id\n resource {\n ...CoverageFields\n }\n }\n }\n}\n \n fragment CoverageFields on Coverage {\n resourceType\n id\n meta {\n ...MetaFields\n }\n identifier {\n ...IdentifierFields\n }\n status\n type {\n ...CodeableConceptFields\n }\n policyHolder {\n ...CoveragePolicyHolderReferenceFields\n }\n subscriberId\n beneficiary {\n ...CoverageBeneficiaryReferenceFields\n }\n relationship {\n ...CodeableConceptFields\n }\n period {\n ...PeriodFields\n }\n payor {\n ...CoveragePayorReferenceFields\n }\n class {\n ...CoverageClassFields\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 system\n code\n display\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 text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment CoveragePolicyHolderReferenceFields on CoveragePolicyHolderReference {\n reference\n display\n type\n}\n \n\n fragment CoverageBeneficiaryReferenceFields on CoverageBeneficiaryReference {\n reference\n display\n type\n resource {\n ...PatientFields\n }\n}\n \n fragment PatientFields on Patient {\n id\n name {\n ...HumanNameFields\n }\n birthDate\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment CoveragePayorReferenceFields on CoveragePayorReference {\n reference\n display\n type\n resource {\n ... on Organization {\n __typename\n organizationName: name\n }\n ... on RelatedPerson {\n __typename\n name {\n ...HumanNameFields\n }\n }\n ... on Patient {\n __typename\n name {\n ...HumanNameFields\n }\n }\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment CoverageClassFields on CoverageClass {\n id\n type {\n ...CodeableConceptFields\n }\n value\n name\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n ";
115
115
  export declare const GetExplanationOfBenefitsDocument = "\n query getExplanationOfBenefits($id: SearchString, $lastUpdated: SearchDate, $page: Int, $pageSize: Int, $patient: SearchReference, $provider: SearchReference, $coverage: SearchReference, $status: SearchToken, $created: SearchDate, $sort: [String], $total: TotalType) {\n explanationOfBenefits(\n id: $id\n _count: $pageSize\n _lastUpdated: $lastUpdated\n _getpagesoffset: $page\n patient: $patient\n provider: $provider\n coverage: $coverage\n status: $status\n created: $created\n _sort: $sort\n _total: $total\n ) {\n id\n total\n entry {\n id\n resource {\n id\n meta {\n ...MetaFields\n }\n identifier {\n ...IdentifierFields\n }\n status\n type {\n ...CodeableConceptFields\n }\n use\n patient {\n reference\n type\n display\n resource {\n ...PatientFields\n }\n }\n adjudication {\n ...ExplanationOfBenefitAdjudicationFields\n }\n billablePeriod {\n ...PeriodFields\n }\n benefitPeriod {\n ...PeriodFields\n }\n insurer {\n reference\n type\n display\n }\n provider {\n reference\n type\n display\n resource {\n ... on Practitioner {\n __typename\n ...PractitionerFields\n }\n ... on Organization {\n __typename\n organizationName: name\n meta {\n ...MetaFields\n }\n }\n }\n }\n related {\n relationship {\n ...CodeableConceptFields\n }\n reference {\n ...IdentifierFields\n }\n }\n payee {\n type {\n ...CodeableConceptFields\n }\n party {\n reference\n type\n display\n }\n }\n outcome\n careTeam {\n id\n sequence\n provider {\n reference\n type\n display\n }\n qualification {\n ...CodeableConceptFields\n }\n role {\n ...CodeableConceptFields\n }\n }\n supportingInfo {\n sequence\n category {\n ...CodeableConceptFields\n }\n code {\n ...CodeableConceptFields\n }\n timingDate\n timingPeriod {\n ...PeriodFields\n }\n valueBoolean\n valueString\n valueQuantity {\n ...QuantityFields\n }\n valueAttachment {\n ...AttachmentFields\n }\n valueReference {\n reference\n type\n display\n }\n reason {\n ...CodingFields\n }\n }\n insurance {\n focal\n coverage {\n reference\n type\n display\n }\n }\n payment {\n id\n adjustment {\n ...MoneyResourceFields\n }\n amount {\n ...MoneyResourceFields\n }\n date\n type {\n ...CodeableConceptFields\n }\n }\n processNote {\n type\n text\n }\n created\n diagnosis {\n id\n sequence\n diagnosisCodeableConcept {\n ...CodeableConceptFields\n }\n diagnosisReference {\n reference\n type\n display\n }\n type {\n ...CodeableConceptFields\n }\n onAdmission {\n ...CodeableConceptFields\n }\n packageCode {\n ...CodeableConceptFields\n }\n }\n item {\n id\n sequence\n bodySite {\n ...CodeableConceptFields\n }\n adjudication {\n ...ExplanationOfBenefitAdjudicationFields\n }\n locationCodeableConcept {\n ...CodeableConceptFields\n }\n modifier {\n ...CodeableConceptFields\n }\n net {\n ...MoneyResourceFields\n }\n noteNumber\n productOrService {\n ...CodeableConceptFields\n }\n quantity {\n ...QuantityFields\n }\n revenue {\n ...CodeableConceptFields\n }\n servicedDate\n servicedPeriod {\n ...PeriodFields\n }\n }\n subType {\n ...CodeableConceptFields\n }\n total {\n amount {\n ...MoneyResourceFields\n }\n category {\n ...CodeableConceptFields\n }\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 system\n code\n display\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 text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment PatientFields on Patient {\n id\n name {\n ...HumanNameFields\n }\n birthDate\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment ExplanationOfBenefitAdjudicationFields on ExplanationOfBenefitAdjudication {\n id\n category {\n ...CodeableConceptFields\n }\n reason {\n ...CodeableConceptFields\n }\n amount {\n ...MoneyResourceFields\n }\n value\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment MoneyResourceFields on Money {\n value\n currency\n}\n \n\n fragment PeriodFields on Period {\n start\n end\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 text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\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 AttachmentFields on Attachment {\n contentType\n data\n url\n title\n}\n \n\n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment MoneyResourceFields on Money {\n value\n currency\n}\n ";
116
116
  export declare const GetBinaryDocument = "\n query getBinary($request: BinaryRequest!) {\n getBinary(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n resourceType\n id\n data\n contentType\n }\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n ";
@@ -2368,6 +2368,11 @@ export const GetCoverageSummaryDocument = `
2368
2368
  }
2369
2369
  memberForms {
2370
2370
  memberFormsDocument
2371
+ fillableForms {
2372
+ reference
2373
+ display
2374
+ language
2375
+ }
2371
2376
  }
2372
2377
  }
2373
2378
  paging_info {
@@ -9962,6 +9962,11 @@ export type GetCoverageSummaryQueryResults = {
9962
9962
  } | null;
9963
9963
  memberForms: {
9964
9964
  memberFormsDocument: string | null;
9965
+ fillableForms: Array<{
9966
+ reference: string | null;
9967
+ display: string | null;
9968
+ language: string | null;
9969
+ }> | null;
9965
9970
  } | null;
9966
9971
  }>;
9967
9972
  paging_info: {
@@ -1600,6 +1600,16 @@ export type CoverageDependents = {
1600
1600
  /** Total number of dependents */
1601
1601
  total?: Maybe<Scalars['Int']['output']>;
1602
1602
  };
1603
+ /** A fillable form (Questionnaire) available for the member's plan. */
1604
+ export type CoverageFillableForm = {
1605
+ __typename?: 'CoverageFillableForm';
1606
+ /** Display name of the form */
1607
+ display?: Maybe<Scalars['String']['output']>;
1608
+ /** Content language code (e.g., en, es) */
1609
+ language?: Maybe<Scalars['String']['output']>;
1610
+ /** Reference to the Questionnaire resource (e.g., Questionnaire/fitness-reimbursement-request) */
1611
+ reference?: Maybe<Scalars['String']['output']>;
1612
+ };
1603
1613
  /** Financial details including deductibles and out-of-pocket costs. */
1604
1614
  export type CoverageFinancialDetails = {
1605
1615
  __typename?: 'CoverageFinancialDetails';
@@ -1623,6 +1633,8 @@ export type CoverageMember = {
1623
1633
  /** Member forms document links for a coverage plan. */
1624
1634
  export type CoverageMemberForms = {
1625
1635
  __typename?: 'CoverageMemberForms';
1636
+ /** Plan-specific fillable forms (Questionnaire references) */
1637
+ fillableForms?: Maybe<Array<CoverageFillableForm>>;
1626
1638
  /** URL to the member forms document */
1627
1639
  memberFormsDocument?: Maybe<Scalars['String']['output']>;
1628
1640
  };
@@ -2424,7 +2436,7 @@ export declare enum EndpointStatusEnum {
2424
2436
  Test = "TEST"
2425
2437
  }
2426
2438
  /**
2427
- * Endpoing type
2439
+ * Endpoint type
2428
2440
  * New version
2429
2441
  */
2430
2442
  export type EndpointType = {
@@ -5461,6 +5473,18 @@ export type ProvenanceAgent = {
5461
5473
  type?: Maybe<CodeableConcept>;
5462
5474
  who?: Maybe<ProvenanceAgentWhoReference>;
5463
5475
  };
5476
+ /** An actor taking a role in an activity for which it can be assigned some degree of responsibility. */
5477
+ export type ProvenanceAgentDetail = {
5478
+ __typename?: 'ProvenanceAgentDetail';
5479
+ /** Who the agent is representing. */
5480
+ onBehalfOf?: Maybe<Organization>;
5481
+ /** What the agent's role was. */
5482
+ role?: Maybe<Array<Maybe<CodeableConcept>>>;
5483
+ /** How the agent participated. */
5484
+ type?: Maybe<CodeableConcept>;
5485
+ /** Who participated. */
5486
+ who?: Maybe<Actor>;
5487
+ };
5464
5488
  export type ProvenanceAgentOnBehalfOfReference = {
5465
5489
  __typename?: 'ProvenanceAgentOnBehalfOfReference';
5466
5490
  display?: Maybe<Scalars['String']['output']>;
@@ -5482,6 +5506,49 @@ export type ProvenanceBundleEntry = {
5482
5506
  __typename?: 'ProvenanceBundleEntry';
5483
5507
  resource?: Maybe<Provenance>;
5484
5508
  };
5509
+ export type ProvenanceQueryResults = PagedQueryResults & {
5510
+ __typename?: 'ProvenanceQueryResults';
5511
+ paging_info?: Maybe<PagingResults>;
5512
+ /** A list of Provenance resources that meet the search criteria. */
5513
+ resources: Array<ProvenanceResource>;
5514
+ };
5515
+ export type ProvenanceRequest = {
5516
+ ids?: InputMaybe<Array<Scalars['String']['input']>>;
5517
+ lastUpdated?: InputMaybe<SearchDate>;
5518
+ page?: InputMaybe<Scalars['Int']['input']>;
5519
+ pageSize?: InputMaybe<Scalars['Int']['input']>;
5520
+ target?: InputMaybe<Array<Scalars['String']['input']>>;
5521
+ };
5522
+ /** A record that describes entities and processes involved in producing and delivering or otherwise influencing a resource. */
5523
+ export type ProvenanceResource = {
5524
+ __typename?: 'ProvenanceResource';
5525
+ /** Activity that occurred. */
5526
+ activity?: Maybe<CodeableConcept>;
5527
+ /** Actors involved in the provenance activity. */
5528
+ agent?: Maybe<Array<Maybe<ProvenanceAgentDetail>>>;
5529
+ /** Unique identifier for the Provenance resource. */
5530
+ id: Scalars['ID']['output'];
5531
+ /** Metadata about the resource (e.g., tags, security). */
5532
+ meta?: Maybe<Meta>;
5533
+ /** When the activity occurred, as a single point in time. */
5534
+ occurredDateTime?: Maybe<Scalars['DateTime']['output']>;
5535
+ /** When the activity occurred. */
5536
+ occurredPeriod?: Maybe<Period>;
5537
+ /** When the activity was recorded. */
5538
+ recorded?: Maybe<Scalars['Instant']['output']>;
5539
+ /** Type of resource */
5540
+ resourceType?: Maybe<Scalars['String']['output']>;
5541
+ /** The Reference(s) that were generated or updated by the activity. */
5542
+ target?: Maybe<Array<Maybe<ProvenanceTarget>>>;
5543
+ };
5544
+ /** A reference to a resource that this provenance targets. */
5545
+ export type ProvenanceTarget = {
5546
+ __typename?: 'ProvenanceTarget';
5547
+ /** The unique identifier of the target resource. */
5548
+ id?: Maybe<Scalars['ID']['output']>;
5549
+ /** The FHIR resource type (e.g., AllergyIntolerance, Condition). */
5550
+ resourceType?: Maybe<Scalars['String']['output']>;
5551
+ };
5485
5552
  export type ProvenanceTargetReference = {
5486
5553
  __typename?: 'ProvenanceTargetReference';
5487
5554
  display?: Maybe<Scalars['String']['output']>;
@@ -5823,6 +5890,8 @@ export type Query = {
5823
5890
  getPersonByRegCode?: Maybe<RegCodePersonDto>;
5824
5891
  getProcedureGroups: ProcedureGroupQueryResults;
5825
5892
  getProcedures: ProcedureQueryResults;
5893
+ /** Retrieves a list of Provenance resources based on the provided search criteria. */
5894
+ getProvenances: ProvenanceQueryResults;
5826
5895
  getSupportArticles: SupportArticlesResponse;
5827
5896
  getSupportAttachment: SupportAttachment;
5828
5897
  getSupportCategories: Array<SupportCategory>;
@@ -6087,6 +6156,9 @@ export type QueryGetProcedureGroupsArgs = {
6087
6156
  export type QueryGetProceduresArgs = {
6088
6157
  request?: InputMaybe<ProcedureRequest>;
6089
6158
  };
6159
+ export type QueryGetProvenancesArgs = {
6160
+ request?: InputMaybe<ProvenanceRequest>;
6161
+ };
6090
6162
  export type QueryGetSupportArticlesArgs = {
6091
6163
  input?: InputMaybe<SupportArticlesInput>;
6092
6164
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icanbwell/bwell-sdk-ts",
3
- "version": "1.94.0",
3
+ "version": "1.95.0",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",