@icanbwell/bwell-sdk-ts 1.47.0 → 1.48.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.
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/api/base/api-provider.d.ts +2 -0
- package/dist/api/base/financial/explanation-of-benefit.d.ts +32 -0
- package/dist/api/base/financial/explanation-of-benefit.js +66 -0
- package/dist/api/base/financial/financial-manager.d.ts +4 -1
- package/dist/api/base/index.d.ts +1 -0
- package/dist/api/base/index.js +1 -0
- package/dist/api/base/support/get-support-requests-request.d.ts +16 -0
- package/dist/api/base/support/get-support-requests-request.js +14 -0
- package/dist/api/base/support/index.d.ts +2 -0
- package/dist/api/base/support/index.js +2 -0
- package/dist/api/base/support/support-manager.d.ts +16 -0
- package/dist/api/base/support/support-manager.js +1 -0
- package/dist/api/graphql-api/financial/graphql-explanation-of-benefits-factory.d.ts +9 -0
- package/dist/api/graphql-api/financial/graphql-explanation-of-benefits-factory.js +23 -0
- package/dist/api/graphql-api/financial/graphql-financial-manager.d.ts +3 -1
- package/dist/api/graphql-api/financial/graphql-financial-manager.js +20 -2
- package/dist/api/graphql-api/graphql-api-provider.d.ts +2 -0
- package/dist/api/graphql-api/graphql-api-provider.js +2 -0
- package/dist/api/graphql-api/support/get-support-requests-bwell-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/get-support-requests-bwell-request-factory.js +16 -0
- package/dist/api/graphql-api/support/graphql-support-manager.d.ts +15 -0
- package/dist/api/graphql-api/support/graphql-support-manager.js +54 -0
- package/dist/api/graphql-api/support/index.d.ts +1 -0
- package/dist/api/graphql-api/support/index.js +1 -0
- package/dist/bwell-sdk/bwell-sdk.d.ts +2 -0
- package/dist/bwell-sdk/bwell-sdk.js +3 -0
- package/dist/graphql/operations/index.d.ts +19 -1
- package/dist/graphql/operations/index.js +279 -6
- package/dist/graphql/operations/types.d.ts +466 -11
- package/dist/graphql/schema.d.ts +104 -5
- package/dist/graphql/schema.js +17 -0
- package/package.json +1 -1
|
@@ -28,7 +28,6 @@ export declare const TimingRepeatFieldsFragmentDoc = "\n fragment TimingRepea
|
|
|
28
28
|
export declare const TimingFieldsFragmentDoc = "\n fragment TimingFields on Timing {\n id\n code {\n ...CodeableConceptFields\n }\n event\n repeat {\n ...TimingRepeatFields\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 TimingRepeatFields on TimingRepeat {\n id\n boundsDuration {\n ...QuantityFields\n }\n boundsPeriod {\n ...PeriodFields\n }\n boundsRange {\n ...RangeFields\n }\n count\n countMax\n dayOfWeek {\n code\n display\n }\n duration\n durationMax\n durationUnit {\n code\n display\n }\n frequency\n frequencyMax\n offset\n period\n periodMax\n periodUnit {\n display\n code\n }\n timeOfDay\n when {\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 PeriodFields on Period {\n start\n end\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n ";
|
|
29
29
|
export declare const DosageFieldsFragmentDoc = "\n fragment DosageFields on Dosage {\n id\n additionalInstruction {\n ...CodeableConceptFields\n }\n asNeededBoolean\n asNeededCodeableConcept {\n ...CodeableConceptFields\n }\n doseAndRate {\n ...DoseAndRateFields\n }\n maxDosePerAdministration {\n ...QuantityFields\n }\n maxDosePerLifetime {\n ...QuantityFields\n }\n maxDosePerPeriod {\n ...RatioFields\n }\n method {\n ...CodeableConceptFields\n }\n patientInstruction\n route {\n ...CodeableConceptFields\n }\n sequence\n site {\n ...CodeableConceptFields\n }\n text\n timing {\n ...TimingFields\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 DoseAndRateFields on DoseAndRate {\n id\n type {\n ...CodeableConceptFields\n }\n doseRange {\n ...RangeFields\n }\n doseQuantity {\n ...QuantityFields\n }\n rateQuantity {\n ...QuantityFields\n }\n rateRange {\n ...RangeFields\n }\n rateRatio {\n ...RatioFields\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 RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment TimingFields on Timing {\n id\n code {\n ...CodeableConceptFields\n }\n event\n repeat {\n ...TimingRepeatFields\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 TimingRepeatFields on TimingRepeat {\n id\n boundsDuration {\n ...QuantityFields\n }\n boundsPeriod {\n ...PeriodFields\n }\n boundsRange {\n ...RangeFields\n }\n count\n countMax\n dayOfWeek {\n code\n display\n }\n duration\n durationMax\n durationUnit {\n code\n display\n }\n frequency\n frequencyMax\n offset\n period\n periodMax\n periodUnit {\n display\n code\n }\n timeOfDay\n when {\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 PeriodFields on Period {\n start\n end\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n ";
|
|
30
30
|
export declare const PagingFieldsFragmentDoc = "\n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n ";
|
|
31
|
-
export declare const MoneyResourceFieldsFragmentDoc = "\n fragment MoneyResourceFields on Money {\n value\n currency\n}\n ";
|
|
32
31
|
export declare const InitialFillFieldsFragmentDoc = "\n fragment InitialFillFields on InitialFill {\n duration {\n ...QuantityFields\n }\n quantity {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n ";
|
|
33
32
|
export declare const MedicationDispenseFieldsFragmentDoc = "\n fragment MedicationDispenseFields on DispenseRequest {\n id\n dispenseInterval {\n ...QuantityFields\n }\n expectedSupplyDuration {\n ...QuantityFields\n }\n initialFill {\n ...InitialFillFields\n }\n numberOfRepeatsAllowed\n performer {\n name\n }\n validityPeriod {\n ...PeriodFields\n }\n quantity {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment InitialFillFields on InitialFill {\n duration {\n ...QuantityFields\n }\n quantity {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n ";
|
|
34
33
|
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 text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n ";
|
|
@@ -53,6 +52,9 @@ export declare const CoverageBeneficiaryReferenceFieldsFragmentDoc = "\n frag
|
|
|
53
52
|
export declare const CoveragePayorReferenceFieldsFragmentDoc = "\n fragment CoveragePayorReferenceFields on CoveragePayorReference {\n reference\n display\n type\n}\n ";
|
|
54
53
|
export declare const CoverageClassFieldsFragmentDoc = "\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 ";
|
|
55
54
|
export declare const CoverageFieldsFragmentDoc = "\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}\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}\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 ";
|
|
55
|
+
export declare const MoneyResourceFieldsFragmentDoc = "\n fragment MoneyResourceFields on Money {\n value\n currency\n}\n ";
|
|
56
|
+
export declare const ExplanationOfBenefitAdjudicationFieldsFragmentDoc = "\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 ";
|
|
57
|
+
export declare const AttachmentFieldsFragmentDoc = "\n fragment AttachmentFields on Attachment {\n contentType\n data\n url\n title\n}\n ";
|
|
56
58
|
export declare const ProtocolAppliedFieldsFragmentDoc = "\n fragment ProtocolAppliedFields on ProtocolApplied {\n doseNumberString\n doseNumberPositiveInt\n}\n ";
|
|
57
59
|
export declare const DetailFieldsFragmentDoc = "\n fragment DetailFields on Detail {\n kind {\n display\n code\n }\n code {\n ...CodeableConceptFields\n }\n status {\n display\n code\n }\n scheduledPeriod {\n ...PeriodFields\n }\n scheduledString\n scheduledTiming {\n ...TimingFields\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 PeriodFields on Period {\n start\n end\n}\n \n\n fragment TimingFields on Timing {\n id\n code {\n ...CodeableConceptFields\n }\n event\n repeat {\n ...TimingRepeatFields\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 TimingRepeatFields on TimingRepeat {\n id\n boundsDuration {\n ...QuantityFields\n }\n boundsPeriod {\n ...PeriodFields\n }\n boundsRange {\n ...RangeFields\n }\n count\n countMax\n dayOfWeek {\n code\n display\n }\n duration\n durationMax\n durationUnit {\n code\n display\n }\n frequency\n frequencyMax\n offset\n period\n periodMax\n periodUnit {\n display\n code\n }\n timeOfDay\n when {\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 PeriodFields on Period {\n start\n end\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n ";
|
|
58
60
|
export declare const ActivityFieldsFragmentDoc = "\n fragment ActivityFields on Activity {\n detail {\n ...DetailFields\n }\n}\n \n fragment DetailFields on Detail {\n kind {\n display\n code\n }\n code {\n ...CodeableConceptFields\n }\n status {\n display\n code\n }\n scheduledPeriod {\n ...PeriodFields\n }\n scheduledString\n scheduledTiming {\n ...TimingFields\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 PeriodFields on Period {\n start\n end\n}\n \n\n fragment TimingFields on Timing {\n id\n code {\n ...CodeableConceptFields\n }\n event\n repeat {\n ...TimingRepeatFields\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 TimingRepeatFields on TimingRepeat {\n id\n boundsDuration {\n ...QuantityFields\n }\n boundsPeriod {\n ...PeriodFields\n }\n boundsRange {\n ...RangeFields\n }\n count\n countMax\n dayOfWeek {\n code\n display\n }\n duration\n durationMax\n durationUnit {\n code\n display\n }\n frequency\n frequencyMax\n offset\n period\n periodMax\n periodUnit {\n display\n code\n }\n timeOfDay\n when {\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 PeriodFields on Period {\n start\n end\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n ";
|
|
@@ -97,6 +99,7 @@ export declare const GetOauthUrlDocument = "\n query getOauthUrl($connectionI
|
|
|
97
99
|
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 ";
|
|
98
100
|
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 ";
|
|
99
101
|
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}\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}\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 ";
|
|
102
|
+
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 }\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 }\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 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 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 ";
|
|
100
103
|
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 ";
|
|
101
104
|
export declare const GetFhirDocument = "\n query getFHIR($request: ResourceRequest!) {\n getFHIR(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n ";
|
|
102
105
|
export declare const GetDiagnosticReportsDocument = "\n query getDiagnosticReports($pageSize: Int = null, $page: Int = null, $id: SearchString = null, $sort: [String] = null) {\n diagnosticReports(\n _count: $pageSize\n _getpagesoffset: $page\n id: $id\n _sort: $sort\n ) {\n entry {\n resource {\n id\n meta {\n ...MetaFields\n }\n basedOn {\n reference\n display\n }\n category {\n ...CodeableConceptFields\n }\n code {\n ...CodeableConceptFields\n }\n effectiveDateTime\n encounter {\n reference\n display\n }\n issued\n performer {\n reference\n display\n }\n presentedForm {\n data\n }\n resourceType\n result {\n ... on DiagnosticReportResultReference {\n display\n reference\n }\n }\n status\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 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 ";
|
|
@@ -144,6 +147,7 @@ export declare const SaveQuestionnaireResponseDocument = "\n mutation saveQue
|
|
|
144
147
|
export declare const ProviderSearchDocument = "\n query providerSearch($client: [Client], $searchTerm: String, $includePopulatedPROAonly: Boolean, $specialtyFilters: [InputCoding], $organizationTypeFilters: [OrganizationType], $gender: Gender, $location: SearchPosition, $sortBy: [OrderBy], $filterFields: [FilterField], $page: Int, $pageSize: Int) {\n providers(\n client: $client\n search: $searchTerm\n specialty: $specialtyFilters\n organization_type: $organizationTypeFilters\n include_populated_PROA_only: $includePopulatedPROAonly\n gender: $gender\n search_position: $location\n order_by: $sortBy\n filter_values: $filterFields\n page_number: $page\n page_size: $pageSize\n ) {\n paging_info {\n page_number\n page_size\n total_items\n total_pages\n }\n filter_values {\n field\n values {\n value\n count\n }\n }\n results {\n endpoint {\n identifier {\n type {\n coding {\n code\n system\n display\n }\n text\n }\n value\n system\n }\n name\n status\n connectionType {\n code\n system\n display\n }\n address\n }\n iconString\n organization_type {\n coding {\n code\n system\n display\n }\n text\n }\n content\n gender\n location {\n name\n identifier {\n type {\n text\n coding {\n system\n code\n display\n }\n }\n value\n system\n }\n alias\n description\n address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\n }\n position {\n lat\n lon\n }\n distanceInMiles\n telecom {\n system\n value\n rank\n }\n }\n specialty {\n code\n system\n display\n }\n id\n photo {\n contentType\n url\n title\n }\n name {\n ...HumanNameFields\n }\n telecom {\n system\n value\n rank\n }\n practitioner_qualification {\n identifier {\n type {\n coding {\n code\n system\n display\n }\n text\n }\n value\n system\n }\n code {\n coding {\n code\n system\n display\n }\n text\n }\n period {\n start\n end\n }\n issuer {\n reference\n display\n }\n }\n provider_type\n characteristic {\n code\n system\n display\n }\n organization {\n name\n endpoint {\n identifier {\n type {\n coding {\n code\n system\n display\n }\n text\n }\n value\n system\n }\n name\n status\n connectionType {\n code\n system\n display\n }\n address\n }\n }\n }\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n ";
|
|
145
148
|
export declare const RequestConnectionDocument = "\n mutation requestConnection($city: String, $institution: String, $provider: String, $state: String) {\n requestConnection(\n city: $city\n institution: $institution\n provider: $provider\n state: $state\n ) {\n resourceType\n issue {\n severity\n code\n details {\n text\n }\n }\n }\n}\n ";
|
|
146
149
|
export declare const SearchHealthResourcesDocument = "\n query SearchHealthResources($searchInput: SearchHealthResourcesInput) {\n searchHealthResources(searchInput: $searchInput) {\n pagingInfo {\n pageNumber\n pageSize\n totalItems\n totalPages\n }\n filterValues {\n field\n values {\n value\n count\n }\n }\n results {\n type\n id\n content\n specialty {\n code\n system\n display\n }\n bookable {\n online\n phone\n }\n location {\n scheduling {\n identifier {\n value\n system\n }\n bookable {\n online\n phone\n }\n }\n name\n address {\n line\n city\n state\n postalCode\n country\n }\n position {\n latitude\n longitude\n }\n telecom {\n system\n value\n }\n distanceInMiles\n }\n organization {\n name\n endpoint {\n name\n status\n address\n }\n }\n npi\n gender\n iconString\n endpoint {\n identifier {\n type {\n coding {\n code\n system\n display\n }\n text\n }\n value\n system\n }\n name\n status\n connectionType {\n code\n system\n display\n }\n address\n }\n score\n scores {\n value\n description\n calculation\n }\n }\n }\n}\n ";
|
|
150
|
+
export declare const GetSupportRequestsDocument = "\n query getSupportRequests($input: SupportRequestsInput) {\n getSupportRequests(input: $input) {\n paging_info {\n page_number\n page_size\n total_items\n total_pages\n }\n data {\n category\n created\n id\n lastActivity\n status\n subject\n }\n }\n}\n ";
|
|
147
151
|
export declare const CreateConsentDocument = "\n mutation createConsent($consentInput: ConsentInput!) {\n createConsent(consentInput: $consentInput) {\n id\n meta {\n source\n versionId\n lastUpdated\n security {\n ...CodingFields\n }\n tag {\n ...CodingFields\n }\n }\n status\n scope {\n coding {\n code\n system\n display\n }\n text\n }\n category {\n coding {\n code\n system\n display\n }\n text\n }\n patient {\n reference\n identifier {\n id\n system\n value\n }\n type\n display\n }\n dateTime\n performer {\n reference\n identifier {\n id\n system\n value\n }\n type\n display\n }\n organization {\n reference\n identifier {\n id\n system\n value\n }\n type\n display\n }\n policy {\n authority\n uri\n }\n policyRule {\n coding {\n code\n system\n display\n }\n text\n }\n provision {\n type\n period {\n ...PeriodFields\n }\n }\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n ";
|
|
148
152
|
export declare const CreateDataExportDirectDownloadUrlDocument = "\n mutation CreateDataExportDirectDownloadUrl($exportId: String!, $password: String!) {\n createDataExportDirectDownloadUrl(exportId: $exportId, password: $password)\n}\n ";
|
|
149
153
|
export declare const CreateVerificationUrlDocument = "\n mutation CreateVerificationUrl($callbackURL: String, $includeAttributeMatchingCheck: Boolean) {\n createVerificationUrl(\n callbackURL: $callbackURL\n includeAttributeMatchingCheck: $includeAttributeMatchingCheck\n )\n}\n ";
|
|
@@ -231,6 +235,13 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
|
|
|
231
235
|
headers: Headers;
|
|
232
236
|
status: number;
|
|
233
237
|
}>;
|
|
238
|
+
getExplanationOfBenefits(variables?: Types.GetExplanationOfBenefitsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<{
|
|
239
|
+
data: Types.GetExplanationOfBenefitsQueryResults;
|
|
240
|
+
errors?: GraphQLError[];
|
|
241
|
+
extensions?: any;
|
|
242
|
+
headers: Headers;
|
|
243
|
+
status: number;
|
|
244
|
+
}>;
|
|
234
245
|
getBinary(variables: Types.GetBinaryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<{
|
|
235
246
|
data: Types.GetBinaryQueryResults;
|
|
236
247
|
errors?: GraphQLError[];
|
|
@@ -560,6 +571,13 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
|
|
|
560
571
|
headers: Headers;
|
|
561
572
|
status: number;
|
|
562
573
|
}>;
|
|
574
|
+
getSupportRequests(variables?: Types.GetSupportRequestsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<{
|
|
575
|
+
data: Types.GetSupportRequestsQueryResults;
|
|
576
|
+
errors?: GraphQLError[];
|
|
577
|
+
extensions?: any;
|
|
578
|
+
headers: Headers;
|
|
579
|
+
status: number;
|
|
580
|
+
}>;
|
|
563
581
|
createConsent(variables: Types.CreateConsentMutationVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<{
|
|
564
582
|
data: Types.CreateConsentMutationResults;
|
|
565
583
|
errors?: GraphQLError[];
|
|
@@ -206,12 +206,6 @@ export const PagingFieldsFragmentDoc = `
|
|
|
206
206
|
total_items
|
|
207
207
|
}
|
|
208
208
|
`;
|
|
209
|
-
export const MoneyResourceFieldsFragmentDoc = `
|
|
210
|
-
fragment MoneyResourceFields on Money {
|
|
211
|
-
value
|
|
212
|
-
currency
|
|
213
|
-
}
|
|
214
|
-
`;
|
|
215
209
|
export const InitialFillFieldsFragmentDoc = `
|
|
216
210
|
fragment InitialFillFields on InitialFill {
|
|
217
211
|
duration {
|
|
@@ -593,6 +587,36 @@ ${CoverageBeneficiaryReferenceFieldsFragmentDoc}
|
|
|
593
587
|
${PeriodFieldsFragmentDoc}
|
|
594
588
|
${CoveragePayorReferenceFieldsFragmentDoc}
|
|
595
589
|
${CoverageClassFieldsFragmentDoc}`;
|
|
590
|
+
export const MoneyResourceFieldsFragmentDoc = `
|
|
591
|
+
fragment MoneyResourceFields on Money {
|
|
592
|
+
value
|
|
593
|
+
currency
|
|
594
|
+
}
|
|
595
|
+
`;
|
|
596
|
+
export const ExplanationOfBenefitAdjudicationFieldsFragmentDoc = `
|
|
597
|
+
fragment ExplanationOfBenefitAdjudicationFields on ExplanationOfBenefitAdjudication {
|
|
598
|
+
id
|
|
599
|
+
category {
|
|
600
|
+
...CodeableConceptFields
|
|
601
|
+
}
|
|
602
|
+
reason {
|
|
603
|
+
...CodeableConceptFields
|
|
604
|
+
}
|
|
605
|
+
amount {
|
|
606
|
+
...MoneyResourceFields
|
|
607
|
+
}
|
|
608
|
+
value
|
|
609
|
+
}
|
|
610
|
+
${CodeableConceptFieldsFragmentDoc}
|
|
611
|
+
${MoneyResourceFieldsFragmentDoc}`;
|
|
612
|
+
export const AttachmentFieldsFragmentDoc = `
|
|
613
|
+
fragment AttachmentFields on Attachment {
|
|
614
|
+
contentType
|
|
615
|
+
data
|
|
616
|
+
url
|
|
617
|
+
title
|
|
618
|
+
}
|
|
619
|
+
`;
|
|
596
620
|
export const ProtocolAppliedFieldsFragmentDoc = `
|
|
597
621
|
fragment ProtocolAppliedFields on ProtocolApplied {
|
|
598
622
|
doseNumberString
|
|
@@ -1795,6 +1819,229 @@ export const GetCoveragesDocument = `
|
|
|
1795
1819
|
}
|
|
1796
1820
|
}
|
|
1797
1821
|
${CoverageFieldsFragmentDoc}`;
|
|
1822
|
+
export const GetExplanationOfBenefitsDocument = `
|
|
1823
|
+
query getExplanationOfBenefits($id: SearchString, $lastUpdated: SearchDate, $page: Int, $pageSize: Int, $patient: SearchReference, $provider: SearchReference, $coverage: SearchReference, $status: SearchToken, $created: SearchDate, $sort: [String], $total: TotalType) {
|
|
1824
|
+
explanationOfBenefits(
|
|
1825
|
+
id: $id
|
|
1826
|
+
_count: $pageSize
|
|
1827
|
+
_lastUpdated: $lastUpdated
|
|
1828
|
+
_getpagesoffset: $page
|
|
1829
|
+
patient: $patient
|
|
1830
|
+
provider: $provider
|
|
1831
|
+
coverage: $coverage
|
|
1832
|
+
status: $status
|
|
1833
|
+
created: $created
|
|
1834
|
+
_sort: $sort
|
|
1835
|
+
_total: $total
|
|
1836
|
+
) {
|
|
1837
|
+
id
|
|
1838
|
+
total
|
|
1839
|
+
entry {
|
|
1840
|
+
id
|
|
1841
|
+
resource {
|
|
1842
|
+
id
|
|
1843
|
+
meta {
|
|
1844
|
+
...MetaFields
|
|
1845
|
+
}
|
|
1846
|
+
identifier {
|
|
1847
|
+
...IdentifierFields
|
|
1848
|
+
}
|
|
1849
|
+
status
|
|
1850
|
+
type {
|
|
1851
|
+
...CodeableConceptFields
|
|
1852
|
+
}
|
|
1853
|
+
use
|
|
1854
|
+
patient {
|
|
1855
|
+
reference
|
|
1856
|
+
type
|
|
1857
|
+
display
|
|
1858
|
+
}
|
|
1859
|
+
adjudication {
|
|
1860
|
+
...ExplanationOfBenefitAdjudicationFields
|
|
1861
|
+
}
|
|
1862
|
+
billablePeriod {
|
|
1863
|
+
...PeriodFields
|
|
1864
|
+
}
|
|
1865
|
+
benefitPeriod {
|
|
1866
|
+
...PeriodFields
|
|
1867
|
+
}
|
|
1868
|
+
insurer {
|
|
1869
|
+
reference
|
|
1870
|
+
type
|
|
1871
|
+
display
|
|
1872
|
+
}
|
|
1873
|
+
provider {
|
|
1874
|
+
reference
|
|
1875
|
+
type
|
|
1876
|
+
display
|
|
1877
|
+
}
|
|
1878
|
+
related {
|
|
1879
|
+
relationship {
|
|
1880
|
+
...CodeableConceptFields
|
|
1881
|
+
}
|
|
1882
|
+
reference {
|
|
1883
|
+
...IdentifierFields
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1886
|
+
payee {
|
|
1887
|
+
type {
|
|
1888
|
+
...CodeableConceptFields
|
|
1889
|
+
}
|
|
1890
|
+
party {
|
|
1891
|
+
reference
|
|
1892
|
+
type
|
|
1893
|
+
display
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1896
|
+
outcome
|
|
1897
|
+
careTeam {
|
|
1898
|
+
id
|
|
1899
|
+
sequence
|
|
1900
|
+
provider {
|
|
1901
|
+
reference
|
|
1902
|
+
type
|
|
1903
|
+
display
|
|
1904
|
+
}
|
|
1905
|
+
qualification {
|
|
1906
|
+
...CodeableConceptFields
|
|
1907
|
+
}
|
|
1908
|
+
role {
|
|
1909
|
+
...CodeableConceptFields
|
|
1910
|
+
}
|
|
1911
|
+
}
|
|
1912
|
+
supportingInfo {
|
|
1913
|
+
sequence
|
|
1914
|
+
category {
|
|
1915
|
+
...CodeableConceptFields
|
|
1916
|
+
}
|
|
1917
|
+
code {
|
|
1918
|
+
...CodeableConceptFields
|
|
1919
|
+
}
|
|
1920
|
+
timingDate
|
|
1921
|
+
timingPeriod {
|
|
1922
|
+
...PeriodFields
|
|
1923
|
+
}
|
|
1924
|
+
valueBoolean
|
|
1925
|
+
valueString
|
|
1926
|
+
valueQuantity {
|
|
1927
|
+
...QuantityFields
|
|
1928
|
+
}
|
|
1929
|
+
valueAttachment {
|
|
1930
|
+
...AttachmentFields
|
|
1931
|
+
}
|
|
1932
|
+
valueReference {
|
|
1933
|
+
reference
|
|
1934
|
+
type
|
|
1935
|
+
display
|
|
1936
|
+
}
|
|
1937
|
+
reason {
|
|
1938
|
+
...CodingFields
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
insurance {
|
|
1942
|
+
focal
|
|
1943
|
+
coverage {
|
|
1944
|
+
reference
|
|
1945
|
+
type
|
|
1946
|
+
display
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
payment {
|
|
1950
|
+
id
|
|
1951
|
+
adjustment {
|
|
1952
|
+
...MoneyResourceFields
|
|
1953
|
+
}
|
|
1954
|
+
amount {
|
|
1955
|
+
...MoneyResourceFields
|
|
1956
|
+
}
|
|
1957
|
+
date
|
|
1958
|
+
type {
|
|
1959
|
+
...CodeableConceptFields
|
|
1960
|
+
}
|
|
1961
|
+
}
|
|
1962
|
+
processNote {
|
|
1963
|
+
type
|
|
1964
|
+
text
|
|
1965
|
+
}
|
|
1966
|
+
created
|
|
1967
|
+
diagnosis {
|
|
1968
|
+
id
|
|
1969
|
+
sequence
|
|
1970
|
+
diagnosisCodeableConcept {
|
|
1971
|
+
...CodeableConceptFields
|
|
1972
|
+
}
|
|
1973
|
+
diagnosisReference {
|
|
1974
|
+
reference
|
|
1975
|
+
type
|
|
1976
|
+
display
|
|
1977
|
+
}
|
|
1978
|
+
type {
|
|
1979
|
+
...CodeableConceptFields
|
|
1980
|
+
}
|
|
1981
|
+
onAdmission {
|
|
1982
|
+
...CodeableConceptFields
|
|
1983
|
+
}
|
|
1984
|
+
packageCode {
|
|
1985
|
+
...CodeableConceptFields
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1988
|
+
item {
|
|
1989
|
+
id
|
|
1990
|
+
sequence
|
|
1991
|
+
bodySite {
|
|
1992
|
+
...CodeableConceptFields
|
|
1993
|
+
}
|
|
1994
|
+
adjudication {
|
|
1995
|
+
...ExplanationOfBenefitAdjudicationFields
|
|
1996
|
+
}
|
|
1997
|
+
locationCodeableConcept {
|
|
1998
|
+
...CodeableConceptFields
|
|
1999
|
+
}
|
|
2000
|
+
modifier {
|
|
2001
|
+
...CodeableConceptFields
|
|
2002
|
+
}
|
|
2003
|
+
net {
|
|
2004
|
+
...MoneyResourceFields
|
|
2005
|
+
}
|
|
2006
|
+
noteNumber
|
|
2007
|
+
productOrService {
|
|
2008
|
+
...CodeableConceptFields
|
|
2009
|
+
}
|
|
2010
|
+
quantity {
|
|
2011
|
+
...QuantityFields
|
|
2012
|
+
}
|
|
2013
|
+
revenue {
|
|
2014
|
+
...CodeableConceptFields
|
|
2015
|
+
}
|
|
2016
|
+
servicedDate
|
|
2017
|
+
servicedPeriod {
|
|
2018
|
+
...PeriodFields
|
|
2019
|
+
}
|
|
2020
|
+
}
|
|
2021
|
+
subType {
|
|
2022
|
+
...CodeableConceptFields
|
|
2023
|
+
}
|
|
2024
|
+
total {
|
|
2025
|
+
amount {
|
|
2026
|
+
...MoneyResourceFields
|
|
2027
|
+
}
|
|
2028
|
+
category {
|
|
2029
|
+
...CodeableConceptFields
|
|
2030
|
+
}
|
|
2031
|
+
}
|
|
2032
|
+
}
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2036
|
+
${MetaFieldsFragmentDoc}
|
|
2037
|
+
${IdentifierFieldsFragmentDoc}
|
|
2038
|
+
${CodeableConceptFieldsFragmentDoc}
|
|
2039
|
+
${ExplanationOfBenefitAdjudicationFieldsFragmentDoc}
|
|
2040
|
+
${PeriodFieldsFragmentDoc}
|
|
2041
|
+
${QuantityFieldsFragmentDoc}
|
|
2042
|
+
${AttachmentFieldsFragmentDoc}
|
|
2043
|
+
${CodingFieldsFragmentDoc}
|
|
2044
|
+
${MoneyResourceFieldsFragmentDoc}`;
|
|
1798
2045
|
export const GetBinaryDocument = `
|
|
1799
2046
|
query getBinary($request: BinaryRequest!) {
|
|
1800
2047
|
getBinary(request: $request) {
|
|
@@ -3510,6 +3757,26 @@ export const SearchHealthResourcesDocument = `
|
|
|
3510
3757
|
}
|
|
3511
3758
|
}
|
|
3512
3759
|
`;
|
|
3760
|
+
export const GetSupportRequestsDocument = `
|
|
3761
|
+
query getSupportRequests($input: SupportRequestsInput) {
|
|
3762
|
+
getSupportRequests(input: $input) {
|
|
3763
|
+
paging_info {
|
|
3764
|
+
page_number
|
|
3765
|
+
page_size
|
|
3766
|
+
total_items
|
|
3767
|
+
total_pages
|
|
3768
|
+
}
|
|
3769
|
+
data {
|
|
3770
|
+
category
|
|
3771
|
+
created
|
|
3772
|
+
id
|
|
3773
|
+
lastActivity
|
|
3774
|
+
status
|
|
3775
|
+
subject
|
|
3776
|
+
}
|
|
3777
|
+
}
|
|
3778
|
+
}
|
|
3779
|
+
`;
|
|
3513
3780
|
export const CreateConsentDocument = `
|
|
3514
3781
|
mutation createConsent($consentInput: ConsentInput!) {
|
|
3515
3782
|
createConsent(consentInput: $consentInput) {
|
|
@@ -3753,6 +4020,9 @@ export function getSdk(client, withWrapper = defaultWrapper) {
|
|
|
3753
4020
|
getCoverages(variables, requestHeaders) {
|
|
3754
4021
|
return withWrapper((wrappedRequestHeaders) => client.rawRequest(GetCoveragesDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), 'getCoverages', 'query', variables);
|
|
3755
4022
|
},
|
|
4023
|
+
getExplanationOfBenefits(variables, requestHeaders) {
|
|
4024
|
+
return withWrapper((wrappedRequestHeaders) => client.rawRequest(GetExplanationOfBenefitsDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), 'getExplanationOfBenefits', 'query', variables);
|
|
4025
|
+
},
|
|
3756
4026
|
getBinary(variables, requestHeaders) {
|
|
3757
4027
|
return withWrapper((wrappedRequestHeaders) => client.rawRequest(GetBinaryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), 'getBinary', 'query', variables);
|
|
3758
4028
|
},
|
|
@@ -3894,6 +4164,9 @@ export function getSdk(client, withWrapper = defaultWrapper) {
|
|
|
3894
4164
|
SearchHealthResources(variables, requestHeaders) {
|
|
3895
4165
|
return withWrapper((wrappedRequestHeaders) => client.rawRequest(SearchHealthResourcesDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), 'SearchHealthResources', 'query', variables);
|
|
3896
4166
|
},
|
|
4167
|
+
getSupportRequests(variables, requestHeaders) {
|
|
4168
|
+
return withWrapper((wrappedRequestHeaders) => client.rawRequest(GetSupportRequestsDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), 'getSupportRequests', 'query', variables);
|
|
4169
|
+
},
|
|
3897
4170
|
createConsent(variables, requestHeaders) {
|
|
3898
4171
|
return withWrapper((wrappedRequestHeaders) => client.rawRequest(CreateConsentDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), 'createConsent', 'mutation', variables);
|
|
3899
4172
|
},
|