From 84bc61e647402546cb0884708818daf298600ac2 Mon Sep 17 00:00:00 2001 From: Steven Wade <99294987+StevenWadeOddball@users.noreply.github.com> Date: Mon, 12 Aug 2024 07:03:27 -0700 Subject: [PATCH] [MINT 3040]/additional details patient protection (#1286) * feat: add additional info for plan payments on the backend, db, and gql. Create and export translation * fix: correct field ordering error * Added new fields for funding source, FE * fix: unit test verifies string value instead of pointer address * fix: update snapshots for js --------- Co-authored-by: Patrick Segura --- MINT.postman_collection.json | 2 +- .../plan_ops_eval_and_learning.json | 2 + mappings/translation/plan_payments.json | 35 +- ...V171__Plan_Payments_Additional_Details.sql | 7 + pkg/graph/generated/generated.go | 401 +++- pkg/graph/model/models_gen.go | 2 + pkg/graph/resolvers/plan_payments_test.go | 11 + pkg/graph/schema/types/plan_payments.graphql | 8 +- .../types/plan_payments_translation.graphql | 2 + pkg/models/plan_payments.go | 32 +- pkg/sqlqueries/SQL/plan_payments/create.sql | 12 +- .../SQL/plan_payments/get_by_id.sql | 4 +- .../get_by_model_plan_id_LOADER.sql | 4 +- pkg/sqlqueries/SQL/plan_payments/update.sql | 8 +- pkg/worker/worker_test.go | 2 +- .../__snapshots__/index.test.tsx.snap | 22 +- src/data/mock/readonly.ts | 2 + .../apolloGQL/ModelPlan/GetAllModelData.ts | 2 + .../ModelPlan/GetAllSingleModelData.ts | 2 + src/gql/apolloGQL/Payments/GetAllPayments.ts | 2 + src/gql/apolloGQL/Payments/GetFunding.ts | 2 + src/gql/gen/graphql.ts | 30 +- src/i18n/en-US/modelPlan/payments.ts | 42 + src/types/translation.ts | 2 + src/utils/export/CsvData.ts | 2 + .../__snapshots__/index.test.tsx.snap | 1921 +++++++++++++++++ .../ModelPlan/ReadOnly/Payments/index.tsx | 4 + .../Payment/FundingSource/index.test.tsx | 2 + .../TaskList/Payment/FundingSource/index.tsx | 33 + 29 files changed, 2511 insertions(+), 89 deletions(-) create mode 100644 migrations/V171__Plan_Payments_Additional_Details.sql diff --git a/MINT.postman_collection.json b/MINT.postman_collection.json index 18c800d8b4..f5f40187f6 100644 --- a/MINT.postman_collection.json +++ b/MINT.postman_collection.json @@ -398,7 +398,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updatePlanPayments\n{\n updatePlanPayments (id: \"{{paymentsID}}\",changes: \n {\n status: READY_FOR_CLEARANCE\n # Page 1\n fundingSource: [PATIENT_PROTECTION_AFFORDABLE_CARE_ACT, MEDICARE_PART_A_HI_TRUST_FUND,MEDICARE_PART_B_SMI_TRUST_FUND, OTHER]\n fundingSourceMedicareAInfo: \"hello medicare A\"\n fundingSourceMedicareBInfo: \"hello medicare B\"\n fundingSourceOther: \"My cool note\"\n fundingSourceNote: \"hello this is a note\"\n fundingSourceR: [PATIENT_PROTECTION_AFFORDABLE_CARE_ACT, OTHER]\n fundingSourceRMedicareAInfo: \"hello medicare A --> R\"\n fundingSourceRMedicareBInfo: \"hello medicare B ---> R\"\n fundingSourceROther: \"Trust others\"\n fundingSourceRNote: \" Please trust us\"\n payRecipients: [PROVIDERS, BENEFICIARIES, PARTICIPANTS, STATES, OTHER]\n payRecipientsOtherSpecification: \"asdhjkasdlhjk\"\n payRecipientsNote: \"hasdjkaskhjd\"\n payType: [CLAIMS_BASED_PAYMENTS, NON_CLAIMS_BASED_PAYMENTS]\n payTypeNote: \"ashjkdasdhjkasd\"\n\n # Page 2\n payClaims: [ADJUSTMENTS_TO_FFS_PAYMENTS, CARE_MANAGEMENT_HOME_VISITS, REDUCTIONS_TO_BENEFICIARY_COST_SHARING, SNF_CLAIMS_WITHOUT_3DAY_HOSPITAL_ADMISSIONS, TELEHEALTH_SERVICES_NOT_TRADITIONAL_MEDICARE, SERVICES_NOT_COVERED_THROUGH_TRADITIONAL_MEDICARE, OTHER]\n \n #Page 3\n willBePaymentAdjustments: true\n willBePaymentAdjustmentsNote: \"Yes this is a note about payment adjustments\"\n\n\n })\n {\n readyForReviewBy\n readyForReviewDts\n readyForClearanceBy\n readyForClearanceDts\n status\n nonClaimsPaymentsNote\n \n id\n modelPlanID\n\n # Page 1\n fundingSource\n fundingSourceMedicareAInfo\n fundingSourceMedicareBInfo\n fundingSourceOther\n fundingSourceNote\n fundingSourceR\n fundingSourceRMedicareAInfo\n fundingSourceRMedicareBInfo\n fundingSourceROther\n fundingSourceRNote\n payRecipients\n payRecipientsOtherSpecification\n payRecipientsNote\n payType\n payTypeNote\n\n # Page 2\n payClaims\n payClaimsOther\n shouldAnyProvidersExcludedFFSSystems\n shouldAnyProviderExcludedFFSSystemsNote\n changesMedicarePhysicianFeeSchedule\n changesMedicarePhysicianFeeScheduleNote\n affectsMedicareSecondaryPayerClaims\n affectsMedicareSecondaryPayerClaimsHow\n affectsMedicareSecondaryPayerClaimsNote\n payModelDifferentiation\n\n # Page 3\n willBePaymentAdjustments\n willBePaymentAdjustmentsNote\n creatingDependenciesBetweenServices\n creatingDependenciesBetweenServicesNote\n needsClaimsDataCollection\n needsClaimsDataCollectionNote\n providingThirdPartyFile\n isContractorAwareTestDataRequirements\n\n # Page 4\n beneficiaryCostSharingLevelAndHandling\n waiveBeneficiaryCostSharingForAnyServices\n waiveBeneficiaryCostSharingServiceSpecification\n waiverOnlyAppliesPartOfPayment\n waiveBeneficiaryCostSharingNote\n\n # Page 5\n nonClaimsPayments\n nonClaimsPaymentOther\n paymentCalculationOwner\n numberPaymentsPerPayCycle\n numberPaymentsPerPayCycleNote\n sharedSystemsInvolvedAdditionalClaimPayment\n sharedSystemsInvolvedAdditionalClaimPaymentNote\n planningToUseInnovationPaymentContractor\n planningToUseInnovationPaymentContractorNote\n\n\n # Page 6\n expectedCalculationComplexityLevel\n expectedCalculationComplexityLevelNote\n canParticipantsSelectBetweenPaymentMechanisms\n canParticipantsSelectBetweenPaymentMechanismsHow\n canParticipantsSelectBetweenPaymentMechanismsNote\n anticipatedPaymentFrequency\n anticipatedPaymentFrequencyOther\n anticipatedPaymentFrequencyNote\n\n # Page 7\n willRecoverPayments\n willRecoverPaymentsNote\n anticipateReconcilingPaymentsRetrospectively\n anticipateReconcilingPaymentsRetrospectivelyNote\n paymentStartDate\n paymentStartDateNote\n\n # Meta\n createdBy\n createdDts\n modifiedBy\n modifiedDts\n \n \n\n createdByUserAccount \n {\n commonName\n } \n modifiedByUserAccount\n {\n commonName\n } \n readyForReviewByUserAccount \n {\n commonName\n }\n readyForClearanceByUserAccount \n {\n commonName\n } \n\n }\n}", + "query": "mutation updatePlanPayments\n{\n updatePlanPayments (id: \"{{paymentsID}}\",changes: \n {\n status: READY_FOR_CLEARANCE\n # Page 1\n fundingSource: [PATIENT_PROTECTION_AFFORDABLE_CARE_ACT, MEDICARE_PART_A_HI_TRUST_FUND,MEDICARE_PART_B_SMI_TRUST_FUND, OTHER]\n fundingSourcePatientProtectionInfo: \"hello PATIENT_PROTECTION_AFFORDABLE_CARE_ACT A\"\n fundingSourceMedicareAInfo: \"hello medicare A\"\n fundingSourceMedicareBInfo: \"hello medicare B\"\n fundingSourceOther: \"My cool note\"\n fundingSourceNote: \"hello this is a note\"\n fundingSourceR: [PATIENT_PROTECTION_AFFORDABLE_CARE_ACT, OTHER]\n fundingSourceRPatientProtectionInfo: \"hello PATIENT_PROTECTION_AFFORDABLE_CARE_ACT A --> R\"\n fundingSourceRMedicareAInfo: \"hello medicare A --> R\"\n fundingSourceRMedicareBInfo: \"hello medicare B ---> R\"\n fundingSourceROther: \"Trust others\"\n fundingSourceRNote: \" Please trust us\"\n payRecipients: [PROVIDERS, BENEFICIARIES, PARTICIPANTS, STATES, OTHER]\n payRecipientsOtherSpecification: \"asdhjkasdlhjk\"\n payRecipientsNote: \"hasdjkaskhjd\"\n payType: [CLAIMS_BASED_PAYMENTS, NON_CLAIMS_BASED_PAYMENTS]\n payTypeNote: \"ashjkdasdhjkasd\"\n\n # Page 2\n payClaims: [ADJUSTMENTS_TO_FFS_PAYMENTS, CARE_MANAGEMENT_HOME_VISITS, REDUCTIONS_TO_BENEFICIARY_COST_SHARING, SNF_CLAIMS_WITHOUT_3DAY_HOSPITAL_ADMISSIONS, TELEHEALTH_SERVICES_NOT_TRADITIONAL_MEDICARE, SERVICES_NOT_COVERED_THROUGH_TRADITIONAL_MEDICARE, OTHER]\n \n #Page 3\n willBePaymentAdjustments: true\n willBePaymentAdjustmentsNote: \"Yes this is a note about payment adjustments\"\n\n\n })\n {\n readyForReviewBy\n readyForReviewDts\n readyForClearanceBy\n readyForClearanceDts\n status\n nonClaimsPaymentsNote\n \n id\n modelPlanID\n\n # Page 1\n fundingSource\n fundingSourcePatientProtectionInfo\n fundingSourceMedicareAInfo\n fundingSourceMedicareBInfo\n fundingSourceOther\n fundingSourceNote\n fundingSourceR\n fundingSourceRPatientProtectionInfo\n fundingSourceRMedicareAInfo\n fundingSourceRMedicareBInfo\n fundingSourceROther\n fundingSourceRNote\n payRecipients\n payRecipientsOtherSpecification\n payRecipientsNote\n payType\n payTypeNote\n\n # Page 2\n payClaims\n payClaimsOther\n shouldAnyProvidersExcludedFFSSystems\n shouldAnyProviderExcludedFFSSystemsNote\n changesMedicarePhysicianFeeSchedule\n changesMedicarePhysicianFeeScheduleNote\n affectsMedicareSecondaryPayerClaims\n affectsMedicareSecondaryPayerClaimsHow\n affectsMedicareSecondaryPayerClaimsNote\n payModelDifferentiation\n\n # Page 3\n willBePaymentAdjustments\n willBePaymentAdjustmentsNote\n creatingDependenciesBetweenServices\n creatingDependenciesBetweenServicesNote\n needsClaimsDataCollection\n needsClaimsDataCollectionNote\n providingThirdPartyFile\n isContractorAwareTestDataRequirements\n\n # Page 4\n beneficiaryCostSharingLevelAndHandling\n waiveBeneficiaryCostSharingForAnyServices\n waiveBeneficiaryCostSharingServiceSpecification\n waiverOnlyAppliesPartOfPayment\n waiveBeneficiaryCostSharingNote\n\n # Page 5\n nonClaimsPayments\n nonClaimsPaymentOther\n paymentCalculationOwner\n numberPaymentsPerPayCycle\n numberPaymentsPerPayCycleNote\n sharedSystemsInvolvedAdditionalClaimPayment\n sharedSystemsInvolvedAdditionalClaimPaymentNote\n planningToUseInnovationPaymentContractor\n planningToUseInnovationPaymentContractorNote\n\n\n # Page 6\n expectedCalculationComplexityLevel\n expectedCalculationComplexityLevelNote\n canParticipantsSelectBetweenPaymentMechanisms\n canParticipantsSelectBetweenPaymentMechanismsHow\n canParticipantsSelectBetweenPaymentMechanismsNote\n anticipatedPaymentFrequency\n anticipatedPaymentFrequencyOther\n anticipatedPaymentFrequencyNote\n\n # Page 7\n willRecoverPayments\n willRecoverPaymentsNote\n anticipateReconcilingPaymentsRetrospectively\n anticipateReconcilingPaymentsRetrospectivelyNote\n paymentStartDate\n paymentStartDateNote\n\n # Meta\n createdBy\n createdDts\n modifiedBy\n modifiedDts\n \n \n\n createdByUserAccount \n {\n commonName\n } \n modifiedByUserAccount\n {\n commonName\n } \n readyForReviewByUserAccount \n {\n commonName\n }\n readyForClearanceByUserAccount \n {\n commonName\n } \n\n }\n}", "variables": "" } }, diff --git a/mappings/translation/plan_ops_eval_and_learning.json b/mappings/translation/plan_ops_eval_and_learning.json index 9fda05d222..2dbe51e19f 100644 --- a/mappings/translation/plan_ops_eval_and_learning.json +++ b/mappings/translation/plan_ops_eval_and_learning.json @@ -349,6 +349,7 @@ "dbField": "produce_benefit_enhancement_files", "label": "Will you produce Benefit Enhancement Files?", "sublabel": "This means we would use these files for Participating and Preferred Providers.", + "questionTooltip": "This means we would use these files for Participating and Preferred Providers.", "dataType": "BOOLEAN", "formType": "RADIO", "order": 4.05, @@ -824,6 +825,7 @@ "dbField": "produce_benefit_enhancement_files", "label": "Will you produce Benefit Enhancement Files?", "sublabel": "This means we would use these files for Participating and Preferred Providers.", + "questionTooltip": "This means we would use these files for Participating and Preferred Providers.", "dataType": "BOOLEAN", "formType": "RADIO", "order": 4.05, diff --git a/mappings/translation/plan_payments.json b/mappings/translation/plan_payments.json index 6bc17abc10..749e6aa507 100644 --- a/mappings/translation/plan_payments.json +++ b/mappings/translation/plan_payments.json @@ -16,6 +16,18 @@ "OTHER": "Other" } }, + "fundingSourcePatientProtectionInfo": { + "gqlField": "fundingSourcePatientProtectionInfo", + "goField": "FundingSourcePatientProtectionInfo", + "dbField": "funding_source_patient_protection_info", + "label": "Additional details", + "exportLabel": "Additional details for Patient Protection Affordable Care Act (Sec 3021)", + "dataType": "STRING", + "formType": "TEXT", + "order": 1.011, + "isOtherType": true, + "otherParentField": "funding_source" + }, "fundingSourceMedicareAInfo": { "gqlField": "fundingSourceMedicareAInfo", "goField": "FundingSourceMedicareAInfo", @@ -80,6 +92,18 @@ "OTHER": "Other" } }, + "fundingSourceRPatientProtectionInfo": { + "gqlField": "fundingSourceRPatientProtectionInfo", + "goField": "FundingSourceRPatientProtectionInfo", + "dbField": "funding_source_r_patient_protection_info", + "label": "Additional details", + "exportLabel": "Additional details for Patient Protection Affordable Care Act (Sec 3021)", + "dataType": "STRING", + "formType": "TEXT", + "order": 1.061, + "isOtherType": true, + "otherParentField": "funding_source_r" + }, "fundingSourceRMedicareAInfo": { "gqlField": "fundingSourceRMedicareAInfo", "goField": "FundingSourceRMedicareAInfo", @@ -234,6 +258,7 @@ "dbField": "waiver_only_applies_part_of_payment", "label": "Would the waiver only apply for part of the payment?", "sublabel": "For example, we would assess cost-sharing for the service itself, but not for an add-on payment", + "questionTooltip": "For example, we would assess cost-sharing for the service itself, but not for an add-on payment", "dataType": "BOOLEAN", "formType": "RADIO", "order": 4.04, @@ -332,6 +357,7 @@ "dbField": "needs_claims_data_collection", "label": "Will any additional data need to be collected for claims?", "sublabel": "If you are not sure what current data is collected via provider billing, please ask Provider Billing Group (PBG)", + "questionTooltip": "If you are not sure what current data is collected via provider billing, please ask Provider Billing Group (PBG)", "dataType": "BOOLEAN", "formType": "RADIO", "order": 3.03, @@ -406,7 +432,6 @@ "dbField": "number_payments_per_pay_cycle", "label": "Number of payments per payment cycle", "sublabel": "This only applies if you are making non-claims-based payments", - "questionTooltip": "Note: If there will be 30+ payees we recommend a contractor.", "dataType": "STRING", "formType": "TEXT", "order": 5.05 @@ -430,6 +455,7 @@ "dbField": "planning_to_use_innovation_payment_contractor", "label": "Are you planning to use the Innovation Payment Contractor?", "sublabel": "Note: If there will be 30+ payees we recommend a contractor.", + "questionTooltip": "Note: If there will be 30+ payees we recommend a contractor.", "dataType": "BOOLEAN", "formType": "RADIO", "order": 5.09, @@ -504,6 +530,7 @@ "dbField": "waiver_only_applies_part_of_payment", "label": "Would the waiver only apply for part of the payment?", "sublabel": "For example, we would assess cost-sharing for the service itself, but not for an add-on payment", + "questionTooltip": "For example, we would assess cost-sharing for the service itself, but not for an add-on payment", "dataType": "BOOLEAN", "formType": "RADIO", "order": 4.04, @@ -799,6 +826,7 @@ "dbField": "needs_claims_data_collection", "label": "Will any additional data need to be collected for claims?", "sublabel": "If you are not sure what current data is collected via provider billing, please ask Provider Billing Group (PBG)", + "questionTooltip": "If you are not sure what current data is collected via provider billing, please ask Provider Billing Group (PBG)", "dataType": "BOOLEAN", "formType": "RADIO", "order": 3.03, @@ -977,6 +1005,7 @@ "dbField": "waiver_only_applies_part_of_payment", "label": "Would the waiver only apply for part of the payment?", "sublabel": "For example, we would assess cost-sharing for the service itself, but not for an add-on payment", + "questionTooltip": "For example, we would assess cost-sharing for the service itself, but not for an add-on payment", "dataType": "BOOLEAN", "formType": "RADIO", "order": 4.04, @@ -1108,7 +1137,6 @@ "dbField": "number_payments_per_pay_cycle", "label": "Number of payments per payment cycle", "sublabel": "This only applies if you are making non-claims-based payments", - "questionTooltip": "Note: If there will be 30+ payees we recommend a contractor.", "dataType": "STRING", "formType": "TEXT", "order": 5.05, @@ -1186,6 +1214,7 @@ "dbField": "planning_to_use_innovation_payment_contractor", "label": "Are you planning to use the Innovation Payment Contractor?", "sublabel": "Note: If there will be 30+ payees we recommend a contractor.", + "questionTooltip": "Note: If there will be 30+ payees we recommend a contractor.", "dataType": "BOOLEAN", "formType": "RADIO", "order": 5.09, @@ -1477,7 +1506,6 @@ "goField": "PaymentDemandRecoupmentFrequency", "dbField": "payment_demand_recoupment_frequency", "label": "How frequently do you anticipate making demands/recoupments?", - "questionTooltip": "Note: If you are unsure of an approximate date, please select the first day of the approximate month.", "dataType": "ENUM", "formType": "CHECKBOX", "order": 7.09, @@ -1532,6 +1560,7 @@ "label": "When will payments start? (Enter an approximate date)", "readonlyLabel": "When will payments start?", "sublabel": "Note: If you are unsure of an approximate date, please select the first day of the approximate month.", + "questionTooltip": "Note: If you are unsure of an approximate date, please select the first day of the approximate month.", "dataType": "DATE", "formType": "DATEPICKER", "order": 7.13 diff --git a/migrations/V171__Plan_Payments_Additional_Details.sql b/migrations/V171__Plan_Payments_Additional_Details.sql new file mode 100644 index 0000000000..766de94360 --- /dev/null +++ b/migrations/V171__Plan_Payments_Additional_Details.sql @@ -0,0 +1,7 @@ +ALTER TABLE plan_payments +ADD COLUMN funding_source_patient_protection_info ZERO_STRING, +ADD COLUMN funding_source_r_patient_protection_info ZERO_STRING; + + +COMMENT ON COLUMN plan_payments.funding_source_patient_protection_info IS 'additional information to be provided about the funding source if patient protection info is selected'; +COMMENT ON COLUMN plan_payments.funding_source_r_patient_protection_info IS 'additional information to be provided about the funding source for reconciliation if patient protection info is selected'; diff --git a/pkg/graph/generated/generated.go b/pkg/graph/generated/generated.go index e3f3cae74a..d414daf4b0 100644 --- a/pkg/graph/generated/generated.go +++ b/pkg/graph/generated/generated.go @@ -15,13 +15,12 @@ import ( "github.com/99designs/gqlgen/graphql" "github.com/99designs/gqlgen/graphql/introspection" - "github.com/google/uuid" - gqlparser "github.com/vektah/gqlparser/v2" - "github.com/vektah/gqlparser/v2/ast" - "github.com/cmsgov/mint-app/pkg/authentication" "github.com/cmsgov/mint-app/pkg/graph/model" "github.com/cmsgov/mint-app/pkg/models" + "github.com/google/uuid" + gqlparser "github.com/vektah/gqlparser/v2" + "github.com/vektah/gqlparser/v2/ast" ) // region ************************** generated!.gotpl ************************** @@ -1384,11 +1383,13 @@ type ComplexityRoot struct { FundingSourceMedicareBInfo func(childComplexity int) int FundingSourceNote func(childComplexity int) int FundingSourceOther func(childComplexity int) int + FundingSourcePatientProtectionInfo func(childComplexity int) int FundingSourceR func(childComplexity int) int FundingSourceRMedicareAInfo func(childComplexity int) int FundingSourceRMedicareBInfo func(childComplexity int) int FundingSourceRNote func(childComplexity int) int FundingSourceROther func(childComplexity int) int + FundingSourceRPatientProtectionInfo func(childComplexity int) int ID func(childComplexity int) int IsContractorAwareTestDataRequirements func(childComplexity int) int ModelPlanID func(childComplexity int) int @@ -1474,11 +1475,13 @@ type ComplexityRoot struct { FundingSourceMedicareBInfo func(childComplexity int) int FundingSourceNote func(childComplexity int) int FundingSourceOther func(childComplexity int) int + FundingSourcePatientProtectionInfo func(childComplexity int) int FundingSourceR func(childComplexity int) int FundingSourceRMedicareAInfo func(childComplexity int) int FundingSourceRMedicareBInfo func(childComplexity int) int FundingSourceRNote func(childComplexity int) int FundingSourceROther func(childComplexity int) int + FundingSourceRPatientProtectionInfo func(childComplexity int) int IsContractorAwareTestDataRequirements func(childComplexity int) int NeedsClaimsDataCollection func(childComplexity int) int NeedsClaimsDataCollectionNote func(childComplexity int) int @@ -1811,8 +1814,8 @@ type ComplexityRoot struct { } TranslationField struct { + DBField func(childComplexity int) int DataType func(childComplexity int) int - DbField func(childComplexity int) int ExportLabel func(childComplexity int) int FormType func(childComplexity int) int GoField func(childComplexity int) int @@ -1831,8 +1834,8 @@ type ComplexityRoot struct { } TranslationFieldWithOptions struct { + DBField func(childComplexity int) int DataType func(childComplexity int) int - DbField func(childComplexity int) int ExportLabel func(childComplexity int) int ExportOptions func(childComplexity int) int FormType func(childComplexity int) int @@ -1854,8 +1857,8 @@ type ComplexityRoot struct { TranslationFieldWithOptionsAndChildren struct { ChildRelation func(childComplexity int) int + DBField func(childComplexity int) int DataType func(childComplexity int) int - DbField func(childComplexity int) int ExportLabel func(childComplexity int) int ExportOptions func(childComplexity int) int FormType func(childComplexity int) int @@ -1876,8 +1879,8 @@ type ComplexityRoot struct { } TranslationFieldWithOptionsAndParent struct { + DBField func(childComplexity int) int DataType func(childComplexity int) int - DbField func(childComplexity int) int ExportLabel func(childComplexity int) int ExportOptions func(childComplexity int) int FormType func(childComplexity int) int @@ -1899,8 +1902,8 @@ type ComplexityRoot struct { } TranslationFieldWithParent struct { + DBField func(childComplexity int) int DataType func(childComplexity int) int - DbField func(childComplexity int) int ExportLabel func(childComplexity int) int FormType func(childComplexity int) int GoField func(childComplexity int) int @@ -1921,8 +1924,8 @@ type ComplexityRoot struct { TranslationFieldWithParentAndChildren struct { ChildRelation func(childComplexity int) int + DBField func(childComplexity int) int DataType func(childComplexity int) int - DbField func(childComplexity int) int ExportLabel func(childComplexity int) int ExportOptions func(childComplexity int) int FormType func(childComplexity int) int @@ -10391,6 +10394,13 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in return e.complexity.PlanPayments.FundingSourceOther(childComplexity), true + case "PlanPayments.fundingSourcePatientProtectionInfo": + if e.complexity.PlanPayments.FundingSourcePatientProtectionInfo == nil { + break + } + + return e.complexity.PlanPayments.FundingSourcePatientProtectionInfo(childComplexity), true + case "PlanPayments.fundingSourceR": if e.complexity.PlanPayments.FundingSourceR == nil { break @@ -10426,6 +10436,13 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in return e.complexity.PlanPayments.FundingSourceROther(childComplexity), true + case "PlanPayments.fundingSourceRPatientProtectionInfo": + if e.complexity.PlanPayments.FundingSourceRPatientProtectionInfo == nil { + break + } + + return e.complexity.PlanPayments.FundingSourceRPatientProtectionInfo(childComplexity), true + case "PlanPayments.id": if e.complexity.PlanPayments.ID == nil { break @@ -11000,6 +11017,13 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in return e.complexity.PlanPaymentsTranslation.FundingSourceOther(childComplexity), true + case "PlanPaymentsTranslation.fundingSourcePatientProtectionInfo": + if e.complexity.PlanPaymentsTranslation.FundingSourcePatientProtectionInfo == nil { + break + } + + return e.complexity.PlanPaymentsTranslation.FundingSourcePatientProtectionInfo(childComplexity), true + case "PlanPaymentsTranslation.fundingSourceR": if e.complexity.PlanPaymentsTranslation.FundingSourceR == nil { break @@ -11035,6 +11059,13 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in return e.complexity.PlanPaymentsTranslation.FundingSourceROther(childComplexity), true + case "PlanPaymentsTranslation.fundingSourceRPatientProtectionInfo": + if e.complexity.PlanPaymentsTranslation.FundingSourceRPatientProtectionInfo == nil { + break + } + + return e.complexity.PlanPaymentsTranslation.FundingSourceRPatientProtectionInfo(childComplexity), true + case "PlanPaymentsTranslation.isContractorAwareTestDataRequirements": if e.complexity.PlanPaymentsTranslation.IsContractorAwareTestDataRequirements == nil { break @@ -12955,19 +12986,19 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in return e.complexity.TranslatedAuditMetaOperationalSolutionSubtask.Version(childComplexity), true - case "TranslationField.dataType": - if e.complexity.TranslationField.DataType == nil { + case "TranslationField.dbField": + if e.complexity.TranslationField.DBField == nil { break } - return e.complexity.TranslationField.DataType(childComplexity), true + return e.complexity.TranslationField.DBField(childComplexity), true - case "TranslationField.dbField": - if e.complexity.TranslationField.DbField == nil { + case "TranslationField.dataType": + if e.complexity.TranslationField.DataType == nil { break } - return e.complexity.TranslationField.DbField(childComplexity), true + return e.complexity.TranslationField.DataType(childComplexity), true case "TranslationField.exportLabel": if e.complexity.TranslationField.ExportLabel == nil { @@ -13074,19 +13105,19 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in return e.complexity.TranslationField.TableReference(childComplexity), true - case "TranslationFieldWithOptions.dataType": - if e.complexity.TranslationFieldWithOptions.DataType == nil { + case "TranslationFieldWithOptions.dbField": + if e.complexity.TranslationFieldWithOptions.DBField == nil { break } - return e.complexity.TranslationFieldWithOptions.DataType(childComplexity), true + return e.complexity.TranslationFieldWithOptions.DBField(childComplexity), true - case "TranslationFieldWithOptions.dbField": - if e.complexity.TranslationFieldWithOptions.DbField == nil { + case "TranslationFieldWithOptions.dataType": + if e.complexity.TranslationFieldWithOptions.DataType == nil { break } - return e.complexity.TranslationFieldWithOptions.DbField(childComplexity), true + return e.complexity.TranslationFieldWithOptions.DataType(childComplexity), true case "TranslationFieldWithOptions.exportLabel": if e.complexity.TranslationFieldWithOptions.ExportLabel == nil { @@ -13214,19 +13245,19 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in return e.complexity.TranslationFieldWithOptionsAndChildren.ChildRelation(childComplexity), true - case "TranslationFieldWithOptionsAndChildren.dataType": - if e.complexity.TranslationFieldWithOptionsAndChildren.DataType == nil { + case "TranslationFieldWithOptionsAndChildren.dbField": + if e.complexity.TranslationFieldWithOptionsAndChildren.DBField == nil { break } - return e.complexity.TranslationFieldWithOptionsAndChildren.DataType(childComplexity), true + return e.complexity.TranslationFieldWithOptionsAndChildren.DBField(childComplexity), true - case "TranslationFieldWithOptionsAndChildren.dbField": - if e.complexity.TranslationFieldWithOptionsAndChildren.DbField == nil { + case "TranslationFieldWithOptionsAndChildren.dataType": + if e.complexity.TranslationFieldWithOptionsAndChildren.DataType == nil { break } - return e.complexity.TranslationFieldWithOptionsAndChildren.DbField(childComplexity), true + return e.complexity.TranslationFieldWithOptionsAndChildren.DataType(childComplexity), true case "TranslationFieldWithOptionsAndChildren.exportLabel": if e.complexity.TranslationFieldWithOptionsAndChildren.ExportLabel == nil { @@ -13347,19 +13378,19 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in return e.complexity.TranslationFieldWithOptionsAndChildren.TableReference(childComplexity), true - case "TranslationFieldWithOptionsAndParent.dataType": - if e.complexity.TranslationFieldWithOptionsAndParent.DataType == nil { + case "TranslationFieldWithOptionsAndParent.dbField": + if e.complexity.TranslationFieldWithOptionsAndParent.DBField == nil { break } - return e.complexity.TranslationFieldWithOptionsAndParent.DataType(childComplexity), true + return e.complexity.TranslationFieldWithOptionsAndParent.DBField(childComplexity), true - case "TranslationFieldWithOptionsAndParent.dbField": - if e.complexity.TranslationFieldWithOptionsAndParent.DbField == nil { + case "TranslationFieldWithOptionsAndParent.dataType": + if e.complexity.TranslationFieldWithOptionsAndParent.DataType == nil { break } - return e.complexity.TranslationFieldWithOptionsAndParent.DbField(childComplexity), true + return e.complexity.TranslationFieldWithOptionsAndParent.DataType(childComplexity), true case "TranslationFieldWithOptionsAndParent.exportLabel": if e.complexity.TranslationFieldWithOptionsAndParent.ExportLabel == nil { @@ -13487,19 +13518,19 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in return e.complexity.TranslationFieldWithOptionsAndParent.TableReference(childComplexity), true - case "TranslationFieldWithParent.dataType": - if e.complexity.TranslationFieldWithParent.DataType == nil { + case "TranslationFieldWithParent.dbField": + if e.complexity.TranslationFieldWithParent.DBField == nil { break } - return e.complexity.TranslationFieldWithParent.DataType(childComplexity), true + return e.complexity.TranslationFieldWithParent.DBField(childComplexity), true - case "TranslationFieldWithParent.dbField": - if e.complexity.TranslationFieldWithParent.DbField == nil { + case "TranslationFieldWithParent.dataType": + if e.complexity.TranslationFieldWithParent.DataType == nil { break } - return e.complexity.TranslationFieldWithParent.DbField(childComplexity), true + return e.complexity.TranslationFieldWithParent.DataType(childComplexity), true case "TranslationFieldWithParent.exportLabel": if e.complexity.TranslationFieldWithParent.ExportLabel == nil { @@ -13620,19 +13651,19 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in return e.complexity.TranslationFieldWithParentAndChildren.ChildRelation(childComplexity), true - case "TranslationFieldWithParentAndChildren.dataType": - if e.complexity.TranslationFieldWithParentAndChildren.DataType == nil { + case "TranslationFieldWithParentAndChildren.dbField": + if e.complexity.TranslationFieldWithParentAndChildren.DBField == nil { break } - return e.complexity.TranslationFieldWithParentAndChildren.DataType(childComplexity), true + return e.complexity.TranslationFieldWithParentAndChildren.DBField(childComplexity), true - case "TranslationFieldWithParentAndChildren.dbField": - if e.complexity.TranslationFieldWithParentAndChildren.DbField == nil { + case "TranslationFieldWithParentAndChildren.dataType": + if e.complexity.TranslationFieldWithParentAndChildren.DataType == nil { break } - return e.complexity.TranslationFieldWithParentAndChildren.DbField(childComplexity), true + return e.complexity.TranslationFieldWithParentAndChildren.DataType(childComplexity), true case "TranslationFieldWithParentAndChildren.exportLabel": if e.complexity.TranslationFieldWithParentAndChildren.ExportLabel == nil { @@ -17145,11 +17176,13 @@ type PlanPayments { # Page 1 fundingSource: [FundingSource!]! + fundingSourcePatientProtectionInfo: String fundingSourceMedicareAInfo: String fundingSourceMedicareBInfo: String fundingSourceOther: String fundingSourceNote: String fundingSourceR: [FundingSource!]! + fundingSourceRPatientProtectionInfo: String fundingSourceRMedicareAInfo: String fundingSourceRMedicareBInfo: String fundingSourceROther: String @@ -17253,16 +17286,16 @@ type PlanPayments { input PlanPaymentsChanges @goModel(model: "map[string]interface{}") { # Page 1 - fundingSource: [FundingSource!] #Combine these + fundingSource: [FundingSource!] + fundingSourcePatientProtectionInfo: String fundingSourceMedicareAInfo: String fundingSourceMedicareBInfo: String - # fundingSourceTrustFundType: [TrustFundType!] fundingSourceOther: String fundingSourceNote: String fundingSourceR: [FundingSource!] + fundingSourceRPatientProtectionInfo: String fundingSourceRMedicareAInfo: String fundingSourceRMedicareBInfo: String - # fundingSourceRTrustFundType: [TrustFundType!] fundingSourceROther: String fundingSourceRNote: String payRecipients: [PayRecipient!] @@ -17361,11 +17394,13 @@ Represents payments translation data type PlanPaymentsTranslation { # Page 1 fundingSource: TranslationFieldWithOptions! @goTag(key: "db", value: "funding_source") + fundingSourcePatientProtectionInfo: TranslationField! @goTag(key: "db", value: "funding_source_patient_protection_info") fundingSourceMedicareAInfo: TranslationField! @goTag(key: "db", value: "funding_source_medicare_a_info") fundingSourceMedicareBInfo: TranslationField! @goTag(key: "db", value: "funding_source_medicare_b_info") fundingSourceOther: TranslationField! @goTag(key: "db", value: "funding_source_other") fundingSourceNote: TranslationField! @goTag(key: "db", value: "funding_source_note") fundingSourceR: TranslationFieldWithOptions! @goTag(key: "db", value: "funding_source_r") + fundingSourceRPatientProtectionInfo: TranslationField! @goTag(key: "db", value: "funding_source_r_patient_protection_info") fundingSourceRMedicareAInfo: TranslationField! @goTag(key: "db", value: "funding_source_r_medicare_a_info") fundingSourceRMedicareBInfo: TranslationField! @goTag(key: "db", value: "funding_source_r_medicare_b_info") fundingSourceROther: TranslationField! @goTag(key: "db", value: "funding_source_r_other") @@ -28707,6 +28742,8 @@ func (ec *executionContext) fieldContext_ModelPlan_payments(ctx context.Context, return ec.fieldContext_PlanPayments_modelPlanID(ctx, field) case "fundingSource": return ec.fieldContext_PlanPayments_fundingSource(ctx, field) + case "fundingSourcePatientProtectionInfo": + return ec.fieldContext_PlanPayments_fundingSourcePatientProtectionInfo(ctx, field) case "fundingSourceMedicareAInfo": return ec.fieldContext_PlanPayments_fundingSourceMedicareAInfo(ctx, field) case "fundingSourceMedicareBInfo": @@ -28717,6 +28754,8 @@ func (ec *executionContext) fieldContext_ModelPlan_payments(ctx context.Context, return ec.fieldContext_PlanPayments_fundingSourceNote(ctx, field) case "fundingSourceR": return ec.fieldContext_PlanPayments_fundingSourceR(ctx, field) + case "fundingSourceRPatientProtectionInfo": + return ec.fieldContext_PlanPayments_fundingSourceRPatientProtectionInfo(ctx, field) case "fundingSourceRMedicareAInfo": return ec.fieldContext_PlanPayments_fundingSourceRMedicareAInfo(ctx, field) case "fundingSourceRMedicareBInfo": @@ -34585,6 +34624,8 @@ func (ec *executionContext) fieldContext_Mutation_updatePlanPayments(ctx context return ec.fieldContext_PlanPayments_modelPlanID(ctx, field) case "fundingSource": return ec.fieldContext_PlanPayments_fundingSource(ctx, field) + case "fundingSourcePatientProtectionInfo": + return ec.fieldContext_PlanPayments_fundingSourcePatientProtectionInfo(ctx, field) case "fundingSourceMedicareAInfo": return ec.fieldContext_PlanPayments_fundingSourceMedicareAInfo(ctx, field) case "fundingSourceMedicareBInfo": @@ -34595,6 +34636,8 @@ func (ec *executionContext) fieldContext_Mutation_updatePlanPayments(ctx context return ec.fieldContext_PlanPayments_fundingSourceNote(ctx, field) case "fundingSourceR": return ec.fieldContext_PlanPayments_fundingSourceR(ctx, field) + case "fundingSourceRPatientProtectionInfo": + return ec.fieldContext_PlanPayments_fundingSourceRPatientProtectionInfo(ctx, field) case "fundingSourceRMedicareAInfo": return ec.fieldContext_PlanPayments_fundingSourceRMedicareAInfo(ctx, field) case "fundingSourceRMedicareBInfo": @@ -86727,6 +86770,47 @@ func (ec *executionContext) fieldContext_PlanPayments_fundingSource(ctx context. return fc, nil } +func (ec *executionContext) _PlanPayments_fundingSourcePatientProtectionInfo(ctx context.Context, field graphql.CollectedField, obj *models.PlanPayments) (ret graphql.Marshaler) { + fc, err := ec.fieldContext_PlanPayments_fundingSourcePatientProtectionInfo(ctx, field) + if err != nil { + return graphql.Null + } + ctx = graphql.WithFieldContext(ctx, fc) + defer func() { + if r := recover(); r != nil { + ec.Error(ctx, ec.Recover(ctx, r)) + ret = graphql.Null + } + }() + resTmp, err := ec.ResolverMiddleware(ctx, func(rctx context.Context) (interface{}, error) { + ctx = rctx // use context from middleware stack in children + return obj.FundingSourcePatientProtectionInfo, nil + }) + if err != nil { + ec.Error(ctx, err) + return graphql.Null + } + if resTmp == nil { + return graphql.Null + } + res := resTmp.(*string) + fc.Result = res + return ec.marshalOString2ᚖstring(ctx, field.Selections, res) +} + +func (ec *executionContext) fieldContext_PlanPayments_fundingSourcePatientProtectionInfo(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { + fc = &graphql.FieldContext{ + Object: "PlanPayments", + Field: field, + IsMethod: false, + IsResolver: false, + Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) { + return nil, errors.New("field of type String does not have child fields") + }, + } + return fc, nil +} + func (ec *executionContext) _PlanPayments_fundingSourceMedicareAInfo(ctx context.Context, field graphql.CollectedField, obj *models.PlanPayments) (ret graphql.Marshaler) { fc, err := ec.fieldContext_PlanPayments_fundingSourceMedicareAInfo(ctx, field) if err != nil { @@ -86935,6 +87019,47 @@ func (ec *executionContext) fieldContext_PlanPayments_fundingSourceR(ctx context return fc, nil } +func (ec *executionContext) _PlanPayments_fundingSourceRPatientProtectionInfo(ctx context.Context, field graphql.CollectedField, obj *models.PlanPayments) (ret graphql.Marshaler) { + fc, err := ec.fieldContext_PlanPayments_fundingSourceRPatientProtectionInfo(ctx, field) + if err != nil { + return graphql.Null + } + ctx = graphql.WithFieldContext(ctx, fc) + defer func() { + if r := recover(); r != nil { + ec.Error(ctx, ec.Recover(ctx, r)) + ret = graphql.Null + } + }() + resTmp, err := ec.ResolverMiddleware(ctx, func(rctx context.Context) (interface{}, error) { + ctx = rctx // use context from middleware stack in children + return obj.FundingSourceRPatientProtectionInfo, nil + }) + if err != nil { + ec.Error(ctx, err) + return graphql.Null + } + if resTmp == nil { + return graphql.Null + } + res := resTmp.(*string) + fc.Result = res + return ec.marshalOString2ᚖstring(ctx, field.Selections, res) +} + +func (ec *executionContext) fieldContext_PlanPayments_fundingSourceRPatientProtectionInfo(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { + fc = &graphql.FieldContext{ + Object: "PlanPayments", + Field: field, + IsMethod: false, + IsResolver: false, + Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) { + return nil, errors.New("field of type String does not have child fields") + }, + } + return fc, nil +} + func (ec *executionContext) _PlanPayments_fundingSourceRMedicareAInfo(ctx context.Context, field graphql.CollectedField, obj *models.PlanPayments) (ret graphql.Marshaler) { fc, err := ec.fieldContext_PlanPayments_fundingSourceRMedicareAInfo(ctx, field) if err != nil { @@ -90502,6 +90627,86 @@ func (ec *executionContext) fieldContext_PlanPaymentsTranslation_fundingSource(c return fc, nil } +func (ec *executionContext) _PlanPaymentsTranslation_fundingSourcePatientProtectionInfo(ctx context.Context, field graphql.CollectedField, obj *model.PlanPaymentsTranslation) (ret graphql.Marshaler) { + fc, err := ec.fieldContext_PlanPaymentsTranslation_fundingSourcePatientProtectionInfo(ctx, field) + if err != nil { + return graphql.Null + } + ctx = graphql.WithFieldContext(ctx, fc) + defer func() { + if r := recover(); r != nil { + ec.Error(ctx, ec.Recover(ctx, r)) + ret = graphql.Null + } + }() + resTmp, err := ec.ResolverMiddleware(ctx, func(rctx context.Context) (interface{}, error) { + ctx = rctx // use context from middleware stack in children + return obj.FundingSourcePatientProtectionInfo, nil + }) + if err != nil { + ec.Error(ctx, err) + return graphql.Null + } + if resTmp == nil { + if !graphql.HasFieldError(ctx, fc) { + ec.Errorf(ctx, "must not be null") + } + return graphql.Null + } + res := resTmp.(models.TranslationField) + fc.Result = res + return ec.marshalNTranslationField2githubᚗcomᚋcmsgovᚋmintᚑappᚋpkgᚋmodelsᚐTranslationField(ctx, field.Selections, res) +} + +func (ec *executionContext) fieldContext_PlanPaymentsTranslation_fundingSourcePatientProtectionInfo(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { + fc = &graphql.FieldContext{ + Object: "PlanPaymentsTranslation", + Field: field, + IsMethod: false, + IsResolver: false, + Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) { + switch field.Name { + case "gqlField": + return ec.fieldContext_TranslationField_gqlField(ctx, field) + case "goField": + return ec.fieldContext_TranslationField_goField(ctx, field) + case "dbField": + return ec.fieldContext_TranslationField_dbField(ctx, field) + case "label": + return ec.fieldContext_TranslationField_label(ctx, field) + case "readonlyLabel": + return ec.fieldContext_TranslationField_readonlyLabel(ctx, field) + case "sublabel": + return ec.fieldContext_TranslationField_sublabel(ctx, field) + case "multiSelectLabel": + return ec.fieldContext_TranslationField_multiSelectLabel(ctx, field) + case "isArray": + return ec.fieldContext_TranslationField_isArray(ctx, field) + case "dataType": + return ec.fieldContext_TranslationField_dataType(ctx, field) + case "formType": + return ec.fieldContext_TranslationField_formType(ctx, field) + case "isNote": + return ec.fieldContext_TranslationField_isNote(ctx, field) + case "order": + return ec.fieldContext_TranslationField_order(ctx, field) + case "isOtherType": + return ec.fieldContext_TranslationField_isOtherType(ctx, field) + case "otherParentField": + return ec.fieldContext_TranslationField_otherParentField(ctx, field) + case "parentReferencesLabel": + return ec.fieldContext_TranslationField_parentReferencesLabel(ctx, field) + case "exportLabel": + return ec.fieldContext_TranslationField_exportLabel(ctx, field) + case "tableReference": + return ec.fieldContext_TranslationField_tableReference(ctx, field) + } + return nil, fmt.Errorf("no field named %q was found under type TranslationField", field.Name) + }, + } + return fc, nil +} + func (ec *executionContext) _PlanPaymentsTranslation_fundingSourceMedicareAInfo(ctx context.Context, field graphql.CollectedField, obj *model.PlanPaymentsTranslation) (ret graphql.Marshaler) { fc, err := ec.fieldContext_PlanPaymentsTranslation_fundingSourceMedicareAInfo(ctx, field) if err != nil { @@ -90906,6 +91111,86 @@ func (ec *executionContext) fieldContext_PlanPaymentsTranslation_fundingSourceR( return fc, nil } +func (ec *executionContext) _PlanPaymentsTranslation_fundingSourceRPatientProtectionInfo(ctx context.Context, field graphql.CollectedField, obj *model.PlanPaymentsTranslation) (ret graphql.Marshaler) { + fc, err := ec.fieldContext_PlanPaymentsTranslation_fundingSourceRPatientProtectionInfo(ctx, field) + if err != nil { + return graphql.Null + } + ctx = graphql.WithFieldContext(ctx, fc) + defer func() { + if r := recover(); r != nil { + ec.Error(ctx, ec.Recover(ctx, r)) + ret = graphql.Null + } + }() + resTmp, err := ec.ResolverMiddleware(ctx, func(rctx context.Context) (interface{}, error) { + ctx = rctx // use context from middleware stack in children + return obj.FundingSourceRPatientProtectionInfo, nil + }) + if err != nil { + ec.Error(ctx, err) + return graphql.Null + } + if resTmp == nil { + if !graphql.HasFieldError(ctx, fc) { + ec.Errorf(ctx, "must not be null") + } + return graphql.Null + } + res := resTmp.(models.TranslationField) + fc.Result = res + return ec.marshalNTranslationField2githubᚗcomᚋcmsgovᚋmintᚑappᚋpkgᚋmodelsᚐTranslationField(ctx, field.Selections, res) +} + +func (ec *executionContext) fieldContext_PlanPaymentsTranslation_fundingSourceRPatientProtectionInfo(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { + fc = &graphql.FieldContext{ + Object: "PlanPaymentsTranslation", + Field: field, + IsMethod: false, + IsResolver: false, + Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) { + switch field.Name { + case "gqlField": + return ec.fieldContext_TranslationField_gqlField(ctx, field) + case "goField": + return ec.fieldContext_TranslationField_goField(ctx, field) + case "dbField": + return ec.fieldContext_TranslationField_dbField(ctx, field) + case "label": + return ec.fieldContext_TranslationField_label(ctx, field) + case "readonlyLabel": + return ec.fieldContext_TranslationField_readonlyLabel(ctx, field) + case "sublabel": + return ec.fieldContext_TranslationField_sublabel(ctx, field) + case "multiSelectLabel": + return ec.fieldContext_TranslationField_multiSelectLabel(ctx, field) + case "isArray": + return ec.fieldContext_TranslationField_isArray(ctx, field) + case "dataType": + return ec.fieldContext_TranslationField_dataType(ctx, field) + case "formType": + return ec.fieldContext_TranslationField_formType(ctx, field) + case "isNote": + return ec.fieldContext_TranslationField_isNote(ctx, field) + case "order": + return ec.fieldContext_TranslationField_order(ctx, field) + case "isOtherType": + return ec.fieldContext_TranslationField_isOtherType(ctx, field) + case "otherParentField": + return ec.fieldContext_TranslationField_otherParentField(ctx, field) + case "parentReferencesLabel": + return ec.fieldContext_TranslationField_parentReferencesLabel(ctx, field) + case "exportLabel": + return ec.fieldContext_TranslationField_exportLabel(ctx, field) + case "tableReference": + return ec.fieldContext_TranslationField_tableReference(ctx, field) + } + return nil, fmt.Errorf("no field named %q was found under type TranslationField", field.Name) + }, + } + return fc, nil +} + func (ec *executionContext) _PlanPaymentsTranslation_fundingSourceRMedicareAInfo(ctx context.Context, field graphql.CollectedField, obj *model.PlanPaymentsTranslation) (ret graphql.Marshaler) { fc, err := ec.fieldContext_PlanPaymentsTranslation_fundingSourceRMedicareAInfo(ctx, field) if err != nil { @@ -101494,6 +101779,8 @@ func (ec *executionContext) fieldContext_Query_planPayments(ctx context.Context, return ec.fieldContext_PlanPayments_modelPlanID(ctx, field) case "fundingSource": return ec.fieldContext_PlanPayments_fundingSource(ctx, field) + case "fundingSourcePatientProtectionInfo": + return ec.fieldContext_PlanPayments_fundingSourcePatientProtectionInfo(ctx, field) case "fundingSourceMedicareAInfo": return ec.fieldContext_PlanPayments_fundingSourceMedicareAInfo(ctx, field) case "fundingSourceMedicareBInfo": @@ -101504,6 +101791,8 @@ func (ec *executionContext) fieldContext_Query_planPayments(ctx context.Context, return ec.fieldContext_PlanPayments_fundingSourceNote(ctx, field) case "fundingSourceR": return ec.fieldContext_PlanPayments_fundingSourceR(ctx, field) + case "fundingSourceRPatientProtectionInfo": + return ec.fieldContext_PlanPayments_fundingSourceRPatientProtectionInfo(ctx, field) case "fundingSourceRMedicareAInfo": return ec.fieldContext_PlanPayments_fundingSourceRMedicareAInfo(ctx, field) case "fundingSourceRMedicareBInfo": @@ -130385,6 +130674,8 @@ func (ec *executionContext) _PlanPayments(ctx context.Context, sel ast.Selection } out.Concurrently(i, func(ctx context.Context) graphql.Marshaler { return innerFunc(ctx, out) }) + case "fundingSourcePatientProtectionInfo": + out.Values[i] = ec._PlanPayments_fundingSourcePatientProtectionInfo(ctx, field, obj) case "fundingSourceMedicareAInfo": out.Values[i] = ec._PlanPayments_fundingSourceMedicareAInfo(ctx, field, obj) case "fundingSourceMedicareBInfo": @@ -130429,6 +130720,8 @@ func (ec *executionContext) _PlanPayments(ctx context.Context, sel ast.Selection } out.Concurrently(i, func(ctx context.Context) graphql.Marshaler { return innerFunc(ctx, out) }) + case "fundingSourceRPatientProtectionInfo": + out.Values[i] = ec._PlanPayments_fundingSourceRPatientProtectionInfo(ctx, field, obj) case "fundingSourceRMedicareAInfo": out.Values[i] = ec._PlanPayments_fundingSourceRMedicareAInfo(ctx, field, obj) case "fundingSourceRMedicareBInfo": @@ -131037,6 +131330,11 @@ func (ec *executionContext) _PlanPaymentsTranslation(ctx context.Context, sel as if out.Values[i] == graphql.Null { out.Invalids++ } + case "fundingSourcePatientProtectionInfo": + out.Values[i] = ec._PlanPaymentsTranslation_fundingSourcePatientProtectionInfo(ctx, field, obj) + if out.Values[i] == graphql.Null { + out.Invalids++ + } case "fundingSourceMedicareAInfo": out.Values[i] = ec._PlanPaymentsTranslation_fundingSourceMedicareAInfo(ctx, field, obj) if out.Values[i] == graphql.Null { @@ -131062,6 +131360,11 @@ func (ec *executionContext) _PlanPaymentsTranslation(ctx context.Context, sel as if out.Values[i] == graphql.Null { out.Invalids++ } + case "fundingSourceRPatientProtectionInfo": + out.Values[i] = ec._PlanPaymentsTranslation_fundingSourceRPatientProtectionInfo(ctx, field, obj) + if out.Values[i] == graphql.Null { + out.Invalids++ + } case "fundingSourceRMedicareAInfo": out.Values[i] = ec._PlanPaymentsTranslation_fundingSourceRMedicareAInfo(ctx, field, obj) if out.Values[i] == graphql.Null { diff --git a/pkg/graph/model/models_gen.go b/pkg/graph/model/models_gen.go index ba0e7b0f52..73e25dc9b1 100644 --- a/pkg/graph/model/models_gen.go +++ b/pkg/graph/model/models_gen.go @@ -521,11 +521,13 @@ type PlanParticipantsAndProvidersTranslation struct { // Represents payments translation data type PlanPaymentsTranslation struct { FundingSource models.TranslationFieldWithOptions `json:"fundingSource" db:"funding_source"` + FundingSourcePatientProtectionInfo models.TranslationField `json:"fundingSourcePatientProtectionInfo" db:"funding_source_patient_protection_info"` FundingSourceMedicareAInfo models.TranslationField `json:"fundingSourceMedicareAInfo" db:"funding_source_medicare_a_info"` FundingSourceMedicareBInfo models.TranslationField `json:"fundingSourceMedicareBInfo" db:"funding_source_medicare_b_info"` FundingSourceOther models.TranslationField `json:"fundingSourceOther" db:"funding_source_other"` FundingSourceNote models.TranslationField `json:"fundingSourceNote" db:"funding_source_note"` FundingSourceR models.TranslationFieldWithOptions `json:"fundingSourceR" db:"funding_source_r"` + FundingSourceRPatientProtectionInfo models.TranslationField `json:"fundingSourceRPatientProtectionInfo" db:"funding_source_r_patient_protection_info"` FundingSourceRMedicareAInfo models.TranslationField `json:"fundingSourceRMedicareAInfo" db:"funding_source_r_medicare_a_info"` FundingSourceRMedicareBInfo models.TranslationField `json:"fundingSourceRMedicareBInfo" db:"funding_source_r_medicare_b_info"` FundingSourceROther models.TranslationField `json:"fundingSourceROther" db:"funding_source_r_other"` diff --git a/pkg/graph/resolvers/plan_payments_test.go b/pkg/graph/resolvers/plan_payments_test.go index c88c34b056..330e6f58a0 100644 --- a/pkg/graph/resolvers/plan_payments_test.go +++ b/pkg/graph/resolvers/plan_payments_test.go @@ -20,8 +20,12 @@ func (suite *ResolverSuite) TestPlanPaymentsUpdate() { willBePaymentAdjustmentsExpected := true willBePaymentAdjustmentsNoteExpected := "note note note" + patientProtectionString := "hello PATIENT_PROTECTION_AFFORDABLE_CARE_ACT A" + patientProtectionRString := "hello PATIENT_PROTECTION_AFFORDABLE_CARE_ACT A" changes := map[string]interface{}{ "fundingSource": []string{"OTHER"}, + "fundingSourcePatientProtectionInfo": patientProtectionString, + "fundingSourceRPatientProtectionInfo": patientProtectionRString, "fundingSourceNote": "Ello gov'na", "payType": []string{"CLAIMS_BASED_PAYMENTS"}, "anticipatedPaymentFrequencyContinually": "some test value for anticipated payment frequency continually", @@ -44,6 +48,13 @@ func (suite *ResolverSuite) TestPlanPaymentsUpdate() { suite.EqualValues(willBePaymentAdjustmentsNoteExpected, *updatedPP.WillBePaymentAdjustmentsNote) } + if suite.NotNil(updatedPP.FundingSourcePatientProtectionInfo) { + suite.EqualValues(patientProtectionString, *updatedPP.FundingSourcePatientProtectionInfo) + } + if suite.NotNil(updatedPP.FundingSourceRPatientProtectionInfo) { + suite.EqualValues(patientProtectionRString, *updatedPP.FundingSourceRPatientProtectionInfo) + } + suite.Nil(pp.ModifiedBy) //suite.Nil(updatedPP.FundingSource) diff --git a/pkg/graph/schema/types/plan_payments.graphql b/pkg/graph/schema/types/plan_payments.graphql index 94b5066e20..3e3f441083 100644 --- a/pkg/graph/schema/types/plan_payments.graphql +++ b/pkg/graph/schema/types/plan_payments.graphql @@ -58,11 +58,13 @@ type PlanPayments { # Page 1 fundingSource: [FundingSource!]! + fundingSourcePatientProtectionInfo: String fundingSourceMedicareAInfo: String fundingSourceMedicareBInfo: String fundingSourceOther: String fundingSourceNote: String fundingSourceR: [FundingSource!]! + fundingSourceRPatientProtectionInfo: String fundingSourceRMedicareAInfo: String fundingSourceRMedicareBInfo: String fundingSourceROther: String @@ -166,16 +168,16 @@ type PlanPayments { input PlanPaymentsChanges @goModel(model: "map[string]interface{}") { # Page 1 - fundingSource: [FundingSource!] #Combine these + fundingSource: [FundingSource!] + fundingSourcePatientProtectionInfo: String fundingSourceMedicareAInfo: String fundingSourceMedicareBInfo: String - # fundingSourceTrustFundType: [TrustFundType!] fundingSourceOther: String fundingSourceNote: String fundingSourceR: [FundingSource!] + fundingSourceRPatientProtectionInfo: String fundingSourceRMedicareAInfo: String fundingSourceRMedicareBInfo: String - # fundingSourceRTrustFundType: [TrustFundType!] fundingSourceROther: String fundingSourceRNote: String payRecipients: [PayRecipient!] diff --git a/pkg/graph/schema/types/plan_payments_translation.graphql b/pkg/graph/schema/types/plan_payments_translation.graphql index 3147cc47ef..bc7a7cb641 100644 --- a/pkg/graph/schema/types/plan_payments_translation.graphql +++ b/pkg/graph/schema/types/plan_payments_translation.graphql @@ -4,11 +4,13 @@ Represents payments translation data type PlanPaymentsTranslation { # Page 1 fundingSource: TranslationFieldWithOptions! @goTag(key: "db", value: "funding_source") + fundingSourcePatientProtectionInfo: TranslationField! @goTag(key: "db", value: "funding_source_patient_protection_info") fundingSourceMedicareAInfo: TranslationField! @goTag(key: "db", value: "funding_source_medicare_a_info") fundingSourceMedicareBInfo: TranslationField! @goTag(key: "db", value: "funding_source_medicare_b_info") fundingSourceOther: TranslationField! @goTag(key: "db", value: "funding_source_other") fundingSourceNote: TranslationField! @goTag(key: "db", value: "funding_source_note") fundingSourceR: TranslationFieldWithOptions! @goTag(key: "db", value: "funding_source_r") + fundingSourceRPatientProtectionInfo: TranslationField! @goTag(key: "db", value: "funding_source_r_patient_protection_info") fundingSourceRMedicareAInfo: TranslationField! @goTag(key: "db", value: "funding_source_r_medicare_a_info") fundingSourceRMedicareBInfo: TranslationField! @goTag(key: "db", value: "funding_source_r_medicare_b_info") fundingSourceROther: TranslationField! @goTag(key: "db", value: "funding_source_r_other") diff --git a/pkg/models/plan_payments.go b/pkg/models/plan_payments.go index 77adcef02f..8c4582a0b0 100644 --- a/pkg/models/plan_payments.go +++ b/pkg/models/plan_payments.go @@ -115,21 +115,23 @@ type PlanPayments struct { baseTaskListSection // Page 1 - FundingSource pq.StringArray `json:"fundingSource" db:"funding_source" statusWeight:"1"` - FundingSourceMedicareAInfo *string `json:"fundingSourceMedicareAInfo" db:"funding_source_medicare_a_info"` - FundingSourceMedicareBInfo *string `json:"fundingSourceMedicareBInfo" db:"funding_source_medicare_b_info"` - FundingSourceOther *string `json:"fundingSourceOther" db:"funding_source_other"` - FundingSourceNote *string `json:"fundingSourceNote" db:"funding_source_note"` - FundingSourceR pq.StringArray `json:"fundingSourceR" db:"funding_source_r" statusWeight:"1"` - FundingSourceRMedicareAInfo *string `json:"fundingSourceRMedicareAInfo" db:"funding_source_r_medicare_a_info"` - FundingSourceRMedicareBInfo *string `json:"fundingSourceRMedicareBInfo" db:"funding_source_r_medicare_b_info"` - FundingSourceROther *string `json:"fundingSourceROther" db:"funding_source_r_other"` - FundingSourceRNote *string `json:"fundingSourceRNote" db:"funding_source_r_note"` - PayRecipients pq.StringArray `json:"payRecipients" db:"pay_recipients" statusWeight:"1"` - PayRecipientsOtherSpecification *string `json:"payRecipientsOtherSpecification" db:"pay_recipients_other_specification"` - PayRecipientsNote *string `json:"payRecipientsNote" db:"pay_recipients_note"` - PayType pq.StringArray `json:"payType" db:"pay_type" statusWeight:"1"` - PayTypeNote *string `json:"payTypeNote" db:"pay_type_note"` + FundingSource pq.StringArray `json:"fundingSource" db:"funding_source" statusWeight:"1"` + FundingSourcePatientProtectionInfo *string `json:"fundingSourcePatientProtectionInfo" db:"funding_source_patient_protection_info"` + FundingSourceMedicareAInfo *string `json:"fundingSourceMedicareAInfo" db:"funding_source_medicare_a_info"` + FundingSourceMedicareBInfo *string `json:"fundingSourceMedicareBInfo" db:"funding_source_medicare_b_info"` + FundingSourceOther *string `json:"fundingSourceOther" db:"funding_source_other"` + FundingSourceNote *string `json:"fundingSourceNote" db:"funding_source_note"` + FundingSourceR pq.StringArray `json:"fundingSourceR" db:"funding_source_r" statusWeight:"1"` + FundingSourceRPatientProtectionInfo *string `json:"fundingSourceRPatientProtectionInfo" db:"funding_source_r_patient_protection_info"` + FundingSourceRMedicareAInfo *string `json:"fundingSourceRMedicareAInfo" db:"funding_source_r_medicare_a_info"` + FundingSourceRMedicareBInfo *string `json:"fundingSourceRMedicareBInfo" db:"funding_source_r_medicare_b_info"` + FundingSourceROther *string `json:"fundingSourceROther" db:"funding_source_r_other"` + FundingSourceRNote *string `json:"fundingSourceRNote" db:"funding_source_r_note"` + PayRecipients pq.StringArray `json:"payRecipients" db:"pay_recipients" statusWeight:"1"` + PayRecipientsOtherSpecification *string `json:"payRecipientsOtherSpecification" db:"pay_recipients_other_specification"` + PayRecipientsNote *string `json:"payRecipientsNote" db:"pay_recipients_note"` + PayType pq.StringArray `json:"payType" db:"pay_type" statusWeight:"1"` + PayTypeNote *string `json:"payTypeNote" db:"pay_type_note"` // Page 2 PayClaims pq.StringArray `json:"payClaims" db:"pay_claims" statusWeight:"1"` diff --git a/pkg/sqlqueries/SQL/plan_payments/create.sql b/pkg/sqlqueries/SQL/plan_payments/create.sql index 1b0b9c22d6..9311fa5d6a 100644 --- a/pkg/sqlqueries/SQL/plan_payments/create.sql +++ b/pkg/sqlqueries/SQL/plan_payments/create.sql @@ -82,7 +82,9 @@ INSERT INTO plan_payments ( funding_source_medicare_a_info, funding_source_medicare_b_info, funding_source_r_medicare_a_info, - funding_source_r_medicare_b_info + funding_source_r_medicare_b_info, + funding_source_patient_protection_info, + funding_source_r_patient_protection_info ) VALUES ( :id, @@ -168,7 +170,9 @@ VALUES ( :funding_source_medicare_a_info, :funding_source_medicare_b_info, :funding_source_r_medicare_a_info, - :funding_source_r_medicare_b_info + :funding_source_r_medicare_b_info, + :funding_source_patient_protection_info, + :funding_source_r_patient_protection_info ) RETURNING id, @@ -255,4 +259,6 @@ status, funding_source_medicare_a_info, funding_source_medicare_b_info, funding_source_r_medicare_a_info, -funding_source_r_medicare_b_info +funding_source_r_medicare_b_info, +funding_source_patient_protection_info, +funding_source_r_patient_protection_info diff --git a/pkg/sqlqueries/SQL/plan_payments/get_by_id.sql b/pkg/sqlqueries/SQL/plan_payments/get_by_id.sql index d5f68934f6..40d49da2c7 100644 --- a/pkg/sqlqueries/SQL/plan_payments/get_by_id.sql +++ b/pkg/sqlqueries/SQL/plan_payments/get_by_id.sql @@ -84,6 +84,8 @@ SELECT funding_source_medicare_a_info, funding_source_medicare_b_info, funding_source_r_medicare_a_info, - funding_source_r_medicare_b_info + funding_source_r_medicare_b_info, + funding_source_patient_protection_info, + funding_source_r_patient_protection_info FROM plan_payments WHERE id = :id diff --git a/pkg/sqlqueries/SQL/plan_payments/get_by_model_plan_id_LOADER.sql b/pkg/sqlqueries/SQL/plan_payments/get_by_model_plan_id_LOADER.sql index c4cdcd5297..c42d73c641 100644 --- a/pkg/sqlqueries/SQL/plan_payments/get_by_model_plan_id_LOADER.sql +++ b/pkg/sqlqueries/SQL/plan_payments/get_by_model_plan_id_LOADER.sql @@ -92,6 +92,8 @@ SELECT pay.funding_source_medicare_a_info, pay.funding_source_medicare_b_info, pay.funding_source_r_medicare_a_info, - pay.funding_source_r_medicare_b_info + pay.funding_source_r_medicare_b_info, + pay.funding_source_patient_protection_info, + pay.funding_source_r_patient_protection_info FROM QUERIED_IDS AS qIDs INNER JOIN plan_payments AS pay ON pay.model_plan_id = qIDs.model_plan_id; diff --git a/pkg/sqlqueries/SQL/plan_payments/update.sql b/pkg/sqlqueries/SQL/plan_payments/update.sql index 2557510c40..90f2cbc0b7 100644 --- a/pkg/sqlqueries/SQL/plan_payments/update.sql +++ b/pkg/sqlqueries/SQL/plan_payments/update.sql @@ -83,7 +83,9 @@ SET funding_source_medicare_a_info = :funding_source_medicare_a_info, funding_source_medicare_b_info = :funding_source_medicare_b_info, funding_source_r_medicare_a_info = :funding_source_r_medicare_a_info, - funding_source_r_medicare_b_info = :funding_source_r_medicare_b_info + funding_source_r_medicare_b_info = :funding_source_r_medicare_b_info, + funding_source_patient_protection_info = :funding_source_patient_protection_info, + funding_source_r_patient_protection_info = :funding_source_r_patient_protection_info WHERE plan_payments.id = :id RETURNING id, model_plan_id, @@ -170,4 +172,6 @@ status, funding_source_medicare_a_info, funding_source_medicare_b_info, funding_source_r_medicare_a_info, -funding_source_r_medicare_b_info; +funding_source_r_medicare_b_info, +funding_source_patient_protection_info, +funding_source_r_patient_protection_info; diff --git a/pkg/worker/worker_test.go b/pkg/worker/worker_test.go index 21e518d8f7..330f9cc493 100644 --- a/pkg/worker/worker_test.go +++ b/pkg/worker/worker_test.go @@ -221,7 +221,7 @@ func TestWorkerSuite(t *testing.T) { // getTestPrincipal gets a user principal from database func (suite *WorkerSuite) getTestPrincipal(store *storage.Store, userName string) *authentication.ApplicationPrincipal { - userAccount, _ := userhelpers.GetOrCreateUserAccount(context.Background(), store, store, userName, true, false, userhelpers.GetUserInfoAccountInfoWrapperFunc(suite.testConfigs.OktaClient.FetchUserInfo)) + userAccount, _ := userhelpers.GetOrCreateUserAccount(suite.testConfigs.Context, store, store, userName, true, false, userhelpers.GetUserInfoAccountInfoWrapperFunc(suite.testConfigs.OktaClient.FetchUserInfo)) princ := &authentication.ApplicationPrincipal{ Username: userName, diff --git a/src/components/ShareExport/__snapshots__/index.test.tsx.snap b/src/components/ShareExport/__snapshots__/index.test.tsx.snap index 95f484ac45..2b539ab753 100644 --- a/src/components/ShareExport/__snapshots__/index.test.tsx.snap +++ b/src/components/ShareExport/__snapshots__/index.test.tsx.snap @@ -7821,11 +7821,20 @@ exports[`ShareExportModal > matches the snapshot 1`] = ` > Patient Protection Affordable Care Act (Sec 3021) - +
@@ -7880,11 +7889,20 @@ exports[`ShareExportModal > matches the snapshot 1`] = ` > Patient Protection Affordable Care Act (Sec 3021) -
    +
      +
    • + Patient protection r +
    • +
+
diff --git a/src/data/mock/readonly.ts b/src/data/mock/readonly.ts index 718986eb9b..ba43ff7f40 100644 --- a/src/data/mock/readonly.ts +++ b/src/data/mock/readonly.ts @@ -569,11 +569,13 @@ export const opsEvalAndLearningMocks = [ const paymentsData: PaymentTypes = { __typename: 'PlanPayments', fundingSource: [FundingSource.PATIENT_PROTECTION_AFFORDABLE_CARE_ACT], + fundingSourcePatientProtectionInfo: 'Patient protection', fundingSourceMedicareAInfo: 'PartA', fundingSourceMedicareBInfo: 'PartB', fundingSourceOther: 'Other funding source', fundingSourceNote: 'Funding source note', fundingSourceR: [FundingSource.PATIENT_PROTECTION_AFFORDABLE_CARE_ACT], + fundingSourceRPatientProtectionInfo: 'Patient protection r', fundingSourceRMedicareAInfo: 'PartRA', fundingSourceRMedicareBInfo: 'PartRB', fundingSourceROther: 'Other funding r', diff --git a/src/gql/apolloGQL/ModelPlan/GetAllModelData.ts b/src/gql/apolloGQL/ModelPlan/GetAllModelData.ts index f7c077c973..227cae13b9 100644 --- a/src/gql/apolloGQL/ModelPlan/GetAllModelData.ts +++ b/src/gql/apolloGQL/ModelPlan/GetAllModelData.ts @@ -375,11 +375,13 @@ export default gql(/* GraphQL */ ` anticipatedPaymentFrequencyOther anticipatedPaymentFrequencyNote fundingSource + fundingSourcePatientProtectionInfo fundingSourceMedicareAInfo fundingSourceMedicareBInfo fundingSourceOther fundingSourceNote fundingSourceR + fundingSourceRPatientProtectionInfo fundingSourceRMedicareAInfo fundingSourceRMedicareBInfo fundingSourceROther diff --git a/src/gql/apolloGQL/ModelPlan/GetAllSingleModelData.ts b/src/gql/apolloGQL/ModelPlan/GetAllSingleModelData.ts index 502d28e756..c8fe00d400 100644 --- a/src/gql/apolloGQL/ModelPlan/GetAllSingleModelData.ts +++ b/src/gql/apolloGQL/ModelPlan/GetAllSingleModelData.ts @@ -375,11 +375,13 @@ export default gql(/* GraphQL */ ` anticipatedPaymentFrequencyOther anticipatedPaymentFrequencyNote fundingSource + fundingSourcePatientProtectionInfo fundingSourceMedicareAInfo fundingSourceMedicareBInfo fundingSourceOther fundingSourceNote fundingSourceR + fundingSourceRPatientProtectionInfo fundingSourceRMedicareAInfo fundingSourceRMedicareBInfo fundingSourceROther diff --git a/src/gql/apolloGQL/Payments/GetAllPayments.ts b/src/gql/apolloGQL/Payments/GetAllPayments.ts index 067e63d039..323b8c4035 100644 --- a/src/gql/apolloGQL/Payments/GetAllPayments.ts +++ b/src/gql/apolloGQL/Payments/GetAllPayments.ts @@ -6,11 +6,13 @@ export default gql(/* GraphQL */ ` id payments { fundingSource + fundingSourcePatientProtectionInfo fundingSourceMedicareAInfo fundingSourceMedicareBInfo fundingSourceOther fundingSourceNote fundingSourceR + fundingSourceRPatientProtectionInfo fundingSourceRMedicareAInfo fundingSourceRMedicareBInfo fundingSourceROther diff --git a/src/gql/apolloGQL/Payments/GetFunding.ts b/src/gql/apolloGQL/Payments/GetFunding.ts index f667e383c1..3241e193b6 100644 --- a/src/gql/apolloGQL/Payments/GetFunding.ts +++ b/src/gql/apolloGQL/Payments/GetFunding.ts @@ -8,11 +8,13 @@ export default gql(/* GraphQL */ ` payments { id fundingSource + fundingSourcePatientProtectionInfo fundingSourceMedicareAInfo fundingSourceMedicareBInfo fundingSourceOther fundingSourceNote fundingSourceR + fundingSourceRPatientProtectionInfo fundingSourceRMedicareAInfo fundingSourceRMedicareBInfo fundingSourceROther diff --git a/src/gql/gen/graphql.ts b/src/gql/gen/graphql.ts index d3680a37fb..b32c887551 100644 --- a/src/gql/gen/graphql.ts +++ b/src/gql/gen/graphql.ts @@ -2758,11 +2758,13 @@ export type PlanPayments = { fundingSourceMedicareBInfo?: Maybe; fundingSourceNote?: Maybe; fundingSourceOther?: Maybe; + fundingSourcePatientProtectionInfo?: Maybe; fundingSourceR: Array; fundingSourceRMedicareAInfo?: Maybe; fundingSourceRMedicareBInfo?: Maybe; fundingSourceRNote?: Maybe; fundingSourceROther?: Maybe; + fundingSourceRPatientProtectionInfo?: Maybe; id: Scalars['UUID']['output']; isContractorAwareTestDataRequirements?: Maybe; modelPlanID: Scalars['UUID']['output']; @@ -2848,11 +2850,13 @@ export type PlanPaymentsChanges = { fundingSourceMedicareBInfo?: InputMaybe; fundingSourceNote?: InputMaybe; fundingSourceOther?: InputMaybe; + fundingSourcePatientProtectionInfo?: InputMaybe; fundingSourceR?: InputMaybe>; fundingSourceRMedicareAInfo?: InputMaybe; fundingSourceRMedicareBInfo?: InputMaybe; fundingSourceRNote?: InputMaybe; fundingSourceROther?: InputMaybe; + fundingSourceRPatientProtectionInfo?: InputMaybe; isContractorAwareTestDataRequirements?: InputMaybe; needsClaimsDataCollection?: InputMaybe; needsClaimsDataCollectionNote?: InputMaybe; @@ -2929,11 +2933,13 @@ export type PlanPaymentsTranslation = { fundingSourceMedicareBInfo: TranslationField; fundingSourceNote: TranslationField; fundingSourceOther: TranslationField; + fundingSourcePatientProtectionInfo: TranslationField; fundingSourceR: TranslationFieldWithOptions; fundingSourceRMedicareAInfo: TranslationField; fundingSourceRMedicareBInfo: TranslationField; fundingSourceRNote: TranslationField; fundingSourceROther: TranslationField; + fundingSourceRPatientProtectionInfo: TranslationField; isContractorAwareTestDataRequirements: TranslationFieldWithOptionsAndParent; needsClaimsDataCollection: TranslationFieldWithOptionsAndParent; needsClaimsDataCollectionNote: TranslationField; @@ -4649,14 +4655,14 @@ export type CreateModelPlanReplyMutation = { __typename: 'Mutation', createDiscu export type GetAllModelDataQueryVariables = Exact<{ [key: string]: never; }>; -export type GetAllModelDataQuery = { __typename: 'Query', modelPlanCollection: Array<{ __typename: 'ModelPlan', id: UUID, modelName: string, nameHistory: Array, abbreviation?: string | null, archived: boolean, createdDts: Time, status: ModelStatus, createdByUserAccount: { __typename: 'UserAccount', commonName: string }, basics: { __typename: 'PlanBasics', id: UUID, modelCategory?: ModelCategory | null, amsModelID?: string | null, demoCode?: string | null, cmsCenters: Array, cmmiGroups: Array, modelType: Array, modelTypeOther?: string | null, problem?: string | null, goal?: string | null, testInterventions?: string | null, note?: string | null, completeICIP?: Time | null, clearanceStarts?: Time | null, clearanceEnds?: Time | null, announced?: Time | null, applicationsStart?: Time | null, applicationsEnd?: Time | null, performancePeriodStarts?: Time | null, performancePeriodEnds?: Time | null, highLevelNote?: string | null, wrapUpEnds?: Time | null, phasedIn?: boolean | null, phasedInNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, generalCharacteristics: { __typename: 'PlanGeneralCharacteristics', id: UUID, rulemakingRequired?: boolean | null, rulemakingRequiredDescription?: string | null, rulemakingRequiredNote?: string | null, authorityAllowances: Array, authorityAllowancesOther?: string | null, authorityAllowancesNote?: string | null, waiversRequired?: boolean | null, waiversRequiredTypes: Array, waiversRequiredNote?: string | null, isNewModel?: boolean | null, existingModel?: string | null, resemblesExistingModel?: YesNoOtherType | null, resemblesExistingModelWhyHow?: string | null, resemblesExistingModelHow?: string | null, resemblesExistingModelNote?: string | null, resemblesExistingModelOtherSpecify?: string | null, resemblesExistingModelOtherOption?: string | null, participationInModelPrecondition?: YesNoOtherType | null, participationInModelPreconditionOtherSpecify?: string | null, participationInModelPreconditionOtherOption?: string | null, participationInModelPreconditionWhyHow?: string | null, participationInModelPreconditionNote?: string | null, hasComponentsOrTracks?: boolean | null, hasComponentsOrTracksDiffer?: string | null, hasComponentsOrTracksNote?: string | null, careCoordinationInvolved?: boolean | null, careCoordinationInvolvedDescription?: string | null, careCoordinationInvolvedNote?: string | null, additionalServicesInvolved?: boolean | null, additionalServicesInvolvedDescription?: string | null, additionalServicesInvolvedNote?: string | null, communityPartnersInvolved?: boolean | null, communityPartnersInvolvedDescription?: string | null, communityPartnersInvolvedNote?: string | null, agencyOrStateHelp: Array, agencyOrStateHelpOther?: string | null, agencyOrStateHelpNote?: string | null, alternativePaymentModelTypes: Array, alternativePaymentModelNote?: string | null, keyCharacteristics: Array, keyCharacteristicsNote?: string | null, keyCharacteristicsOther?: string | null, collectPlanBids?: boolean | null, collectPlanBidsNote?: string | null, managePartCDEnrollment?: boolean | null, managePartCDEnrollmentNote?: string | null, planContractUpdated?: boolean | null, planContractUpdatedNote?: string | null, geographiesTargeted?: boolean | null, geographiesTargetedTypes: Array, geographiesStatesAndTerritories: Array, geographiesRegionTypes: Array, geographiesTargetedTypesOther?: string | null, geographiesTargetedAppliedTo: Array, geographiesTargetedAppliedToOther?: string | null, geographiesTargetedNote?: string | null, participationOptions?: boolean | null, participationOptionsNote?: string | null, agreementTypes: Array, agreementTypesOther?: string | null, multiplePatricipationAgreementsNeeded?: boolean | null, multiplePatricipationAgreementsNeededNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, resemblesExistingModelWhich?: { __typename: 'ExistingModelLinks', names: Array } | null, participationInModelPreconditionWhich?: { __typename: 'ExistingModelLinks', names: Array } | null, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, participantsAndProviders: { __typename: 'PlanParticipantsAndProviders', id: UUID, participantAddedFrequency: Array, participantAddedFrequencyContinually?: string | null, participantAddedFrequencyOther?: string | null, participantAddedFrequencyNote?: string | null, participantRemovedFrequency: Array, participantRemovedFrequencyContinually?: string | null, participantRemovedFrequencyOther?: string | null, participantRemovedFrequencyNote?: string | null, communicationMethod: Array, communicationMethodOther?: string | null, communicationNote?: string | null, riskType: Array, riskOther?: string | null, riskNote?: string | null, willRiskChange?: boolean | null, willRiskChangeNote?: string | null, participantRequireFinancialGuarantee?: boolean | null, participantRequireFinancialGuaranteeType: Array, participantRequireFinancialGuaranteeOther?: string | null, participantRequireFinancialGuaranteeNote?: string | null, coordinateWork?: boolean | null, coordinateWorkNote?: string | null, gainsharePayments?: boolean | null, gainsharePaymentsTrack?: boolean | null, gainsharePaymentsEligibility: Array, gainsharePaymentsEligibilityOther?: string | null, gainsharePaymentsNote?: string | null, participantsIds: Array, participantsIdsOther?: string | null, participantsIDSNote?: string | null, expectedNumberOfParticipants?: number | null, estimateConfidence?: ConfidenceType | null, confidenceNote?: string | null, recruitmentMethod?: RecruitmentType | null, recruitmentOther?: string | null, recruitmentNote?: string | null, selectionMethod: Array, selectionOther?: string | null, selectionNote?: string | null, participants: Array, medicareProviderType?: string | null, isNewTypeOfProvidersOrSuppliers?: boolean | null, statesEngagement?: string | null, participantsOther?: string | null, participantsNote?: string | null, participantsCurrentlyInModels?: boolean | null, participantsCurrentlyInModelsNote?: string | null, modelApplicationLevel?: string | null, providerAdditionFrequency: Array, providerAdditionFrequencyContinually?: string | null, providerAdditionFrequencyOther?: string | null, providerAdditionFrequencyNote?: string | null, providerAddMethod: Array, providerAddMethodOther?: string | null, providerAddMethodNote?: string | null, providerLeaveMethod: Array, providerLeaveMethodOther?: string | null, providerLeaveMethodNote?: string | null, providerRemovalFrequency: Array, providerRemovalFrequencyContinually?: string | null, providerRemovalFrequencyOther?: string | null, providerRemovalFrequencyNote?: string | null, providerOverlap?: OverlapType | null, providerOverlapHierarchy?: string | null, providerOverlapNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, beneficiaries: { __typename: 'PlanBeneficiaries', id: UUID, beneficiaries: Array, beneficiariesNote?: string | null, beneficiariesOther?: string | null, beneficiaryOverlap?: OverlapType | null, beneficiaryOverlapNote?: string | null, beneficiarySelectionNote?: string | null, beneficiarySelectionOther?: string | null, beneficiarySelectionMethod: Array, treatDualElligibleDifferent?: TriStateAnswer | null, treatDualElligibleDifferentHow?: string | null, treatDualElligibleDifferentNote?: string | null, excludeCertainCharacteristics?: TriStateAnswer | null, excludeCertainCharacteristicsCriteria?: string | null, excludeCertainCharacteristicsNote?: string | null, beneficiarySelectionFrequency: Array, beneficiarySelectionFrequencyContinually?: string | null, beneficiarySelectionFrequencyNote?: string | null, beneficiarySelectionFrequencyOther?: string | null, beneficiaryRemovalFrequency: Array, beneficiaryRemovalFrequencyContinually?: string | null, beneficiaryRemovalFrequencyNote?: string | null, beneficiaryRemovalFrequencyOther?: string | null, precedenceRules: Array, precedenceRulesYes?: string | null, precedenceRulesNo?: string | null, precedenceRulesNote?: string | null, numberPeopleImpacted?: number | null, estimateConfidence?: ConfidenceType | null, confidenceNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, opsEvalAndLearning: { __typename: 'PlanOpsEvalAndLearning', id: UUID, ccmInvolvment: Array, ccmInvolvmentOther?: string | null, ccmInvolvmentNote?: string | null, iddocSupport?: boolean | null, iddocSupportNote?: string | null, sendFilesBetweenCcw?: boolean | null, sendFilesBetweenCcwNote?: string | null, appToSendFilesToKnown?: boolean | null, appToSendFilesToWhich?: string | null, appToSendFilesToNote?: string | null, useCcwForFileDistribiutionToParticipants?: boolean | null, useCcwForFileDistribiutionToParticipantsNote?: string | null, developNewQualityMeasures?: boolean | null, developNewQualityMeasuresNote?: string | null, qualityPerformanceImpactsPayment?: YesNoOtherType | null, qualityPerformanceImpactsPaymentOther?: string | null, qualityPerformanceImpactsPaymentNote?: string | null, dataSharingStarts?: DataStartsType | null, dataSharingStartsOther?: string | null, dataSharingFrequency: Array, dataSharingFrequencyContinually?: string | null, dataSharingFrequencyOther?: string | null, dataSharingStartsNote?: string | null, dataCollectionStarts?: DataStartsType | null, dataCollectionStartsOther?: string | null, dataCollectionFrequency: Array, dataCollectionFrequencyContinually?: string | null, dataCollectionFrequencyOther?: string | null, dataCollectionFrequencyNote?: string | null, qualityReportingStarts?: DataStartsType | null, qualityReportingStartsOther?: string | null, qualityReportingStartsNote?: string | null, qualityReportingFrequency: Array, qualityReportingFrequencyContinually?: string | null, qualityReportingFrequencyOther?: string | null, evaluationApproaches: Array, evaluationApproachOther?: string | null, evalutaionApproachNote?: string | null, dataNeededForMonitoring: Array, dataNeededForMonitoringOther?: string | null, dataNeededForMonitoringNote?: string | null, dataToSendParticicipants: Array, dataToSendParticicipantsOther?: string | null, dataToSendParticicipantsNote?: string | null, shareCclfData?: boolean | null, shareCclfDataNote?: string | null, technicalContactsIdentified?: boolean | null, technicalContactsIdentifiedDetail?: string | null, technicalContactsIdentifiedNote?: string | null, captureParticipantInfo?: boolean | null, captureParticipantInfoNote?: string | null, icdOwner?: string | null, draftIcdDueDate?: Time | null, icdNote?: string | null, dataFullTimeOrIncremental?: DataFullTimeOrIncrementalType | null, eftSetUp?: boolean | null, unsolicitedAdjustmentsIncluded?: boolean | null, dataFlowDiagramsNeeded?: boolean | null, produceBenefitEnhancementFiles?: boolean | null, fileNamingConventions?: string | null, dataMonitoringNote?: string | null, uatNeeds?: string | null, stcNeeds?: string | null, testingTimelines?: string | null, testingNote?: string | null, dataMonitoringFileTypes: Array, dataMonitoringFileOther?: string | null, dataResponseType?: string | null, dataResponseFileFrequency?: string | null, modelLearningSystems: Array, modelLearningSystemsOther?: string | null, modelLearningSystemsNote?: string | null, anticipatedChallenges?: string | null, stakeholders: Array, stakeholdersOther?: string | null, stakeholdersNote?: string | null, helpdeskUse?: boolean | null, helpdeskUseNote?: string | null, contractorSupport: Array, contractorSupportOther?: string | null, contractorSupportHow?: string | null, contractorSupportNote?: string | null, benchmarkForPerformance?: BenchmarkForPerformanceType | null, benchmarkForPerformanceNote?: string | null, computePerformanceScores?: boolean | null, computePerformanceScoresNote?: string | null, riskAdjustPerformance?: boolean | null, riskAdjustFeedback?: boolean | null, riskAdjustPayments?: boolean | null, riskAdjustOther?: boolean | null, riskAdjustNote?: string | null, appealPerformance?: boolean | null, appealFeedback?: boolean | null, appealPayments?: boolean | null, appealOther?: boolean | null, appealNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, payments: { __typename: 'PlanPayments', id: UUID, payType: Array, payClaims: Array, creatingDependenciesBetweenServices?: boolean | null, creatingDependenciesBetweenServicesNote?: string | null, needsClaimsDataCollection?: boolean | null, needsClaimsDataCollectionNote?: string | null, providingThirdPartyFile?: boolean | null, isContractorAwareTestDataRequirements?: boolean | null, beneficiaryCostSharingLevelAndHandling?: string | null, waiveBeneficiaryCostSharingForAnyServices?: boolean | null, waiveBeneficiaryCostSharingServiceSpecification?: string | null, waiverOnlyAppliesPartOfPayment?: boolean | null, waiveBeneficiaryCostSharingNote?: string | null, payClaimsNote?: string | null, payClaimsOther?: string | null, shouldAnyProvidersExcludedFFSSystems?: boolean | null, shouldAnyProviderExcludedFFSSystemsNote?: string | null, changesMedicarePhysicianFeeSchedule?: boolean | null, changesMedicarePhysicianFeeScheduleNote?: string | null, affectsMedicareSecondaryPayerClaims?: boolean | null, affectsMedicareSecondaryPayerClaimsHow?: string | null, affectsMedicareSecondaryPayerClaimsNote?: string | null, payModelDifferentiation?: string | null, willBePaymentAdjustments?: boolean | null, willBePaymentAdjustmentsNote?: string | null, expectedCalculationComplexityLevel?: ComplexityCalculationLevelType | null, expectedCalculationComplexityLevelNote?: string | null, claimsProcessingPrecedence?: boolean | null, claimsProcessingPrecedenceOther?: string | null, claimsProcessingPrecedenceNote?: string | null, canParticipantsSelectBetweenPaymentMechanisms?: boolean | null, canParticipantsSelectBetweenPaymentMechanismsHow?: string | null, canParticipantsSelectBetweenPaymentMechanismsNote?: string | null, anticipatedPaymentFrequency: Array, anticipatedPaymentFrequencyContinually?: string | null, anticipatedPaymentFrequencyOther?: string | null, anticipatedPaymentFrequencyNote?: string | null, fundingSource: Array, fundingSourceMedicareAInfo?: string | null, fundingSourceMedicareBInfo?: string | null, fundingSourceOther?: string | null, fundingSourceNote?: string | null, fundingSourceR: Array, fundingSourceRMedicareAInfo?: string | null, fundingSourceRMedicareBInfo?: string | null, fundingSourceROther?: string | null, fundingSourceRNote?: string | null, payRecipients: Array, payRecipientsOtherSpecification?: string | null, payRecipientsNote?: string | null, payTypeNote?: string | null, nonClaimsPayments: Array, nonClaimsPaymentOther?: string | null, paymentCalculationOwner?: string | null, numberPaymentsPerPayCycle?: string | null, numberPaymentsPerPayCycleNote?: string | null, sharedSystemsInvolvedAdditionalClaimPayment?: boolean | null, sharedSystemsInvolvedAdditionalClaimPaymentNote?: string | null, planningToUseInnovationPaymentContractor?: boolean | null, planningToUseInnovationPaymentContractorNote?: string | null, willRecoverPayments?: boolean | null, willRecoverPaymentsNote?: string | null, anticipateReconcilingPaymentsRetrospectively?: boolean | null, anticipateReconcilingPaymentsRetrospectivelyNote?: string | null, paymentReconciliationFrequency: Array, paymentReconciliationFrequencyContinually?: string | null, paymentReconciliationFrequencyOther?: string | null, paymentReconciliationFrequencyNote?: string | null, paymentDemandRecoupmentFrequency: Array, paymentDemandRecoupmentFrequencyContinually?: string | null, paymentDemandRecoupmentFrequencyOther?: string | null, paymentDemandRecoupmentFrequencyNote?: string | null, paymentStartDate?: Time | null, paymentStartDateNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, collaborators: Array<{ __typename: 'PlanCollaborator', id: UUID, userID: UUID, teamRoles: Array, modelPlanID: UUID, createdDts: Time, userAccount: { __typename: 'UserAccount', id: UUID, commonName: string, email: string, username: string } }>, discussions: Array<{ __typename: 'PlanDiscussion', id: UUID, userRole?: DiscussionUserRole | null, userRoleDescription?: string | null, createdDts: Time, content?: { __typename: 'TaggedContent', rawContent: string } | null, createdByUserAccount: { __typename: 'UserAccount', commonName: string }, replies: Array<{ __typename: 'DiscussionReply', id: UUID, discussionID: UUID, userRole?: DiscussionUserRole | null, userRoleDescription?: string | null, createdDts: Time, content?: { __typename: 'TaggedContent', rawContent: string } | null, createdByUserAccount: { __typename: 'UserAccount', commonName: string } }> }> }> }; +export type GetAllModelDataQuery = { __typename: 'Query', modelPlanCollection: Array<{ __typename: 'ModelPlan', id: UUID, modelName: string, nameHistory: Array, abbreviation?: string | null, archived: boolean, createdDts: Time, status: ModelStatus, createdByUserAccount: { __typename: 'UserAccount', commonName: string }, basics: { __typename: 'PlanBasics', id: UUID, modelCategory?: ModelCategory | null, amsModelID?: string | null, demoCode?: string | null, cmsCenters: Array, cmmiGroups: Array, modelType: Array, modelTypeOther?: string | null, problem?: string | null, goal?: string | null, testInterventions?: string | null, note?: string | null, completeICIP?: Time | null, clearanceStarts?: Time | null, clearanceEnds?: Time | null, announced?: Time | null, applicationsStart?: Time | null, applicationsEnd?: Time | null, performancePeriodStarts?: Time | null, performancePeriodEnds?: Time | null, highLevelNote?: string | null, wrapUpEnds?: Time | null, phasedIn?: boolean | null, phasedInNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, generalCharacteristics: { __typename: 'PlanGeneralCharacteristics', id: UUID, rulemakingRequired?: boolean | null, rulemakingRequiredDescription?: string | null, rulemakingRequiredNote?: string | null, authorityAllowances: Array, authorityAllowancesOther?: string | null, authorityAllowancesNote?: string | null, waiversRequired?: boolean | null, waiversRequiredTypes: Array, waiversRequiredNote?: string | null, isNewModel?: boolean | null, existingModel?: string | null, resemblesExistingModel?: YesNoOtherType | null, resemblesExistingModelWhyHow?: string | null, resemblesExistingModelHow?: string | null, resemblesExistingModelNote?: string | null, resemblesExistingModelOtherSpecify?: string | null, resemblesExistingModelOtherOption?: string | null, participationInModelPrecondition?: YesNoOtherType | null, participationInModelPreconditionOtherSpecify?: string | null, participationInModelPreconditionOtherOption?: string | null, participationInModelPreconditionWhyHow?: string | null, participationInModelPreconditionNote?: string | null, hasComponentsOrTracks?: boolean | null, hasComponentsOrTracksDiffer?: string | null, hasComponentsOrTracksNote?: string | null, careCoordinationInvolved?: boolean | null, careCoordinationInvolvedDescription?: string | null, careCoordinationInvolvedNote?: string | null, additionalServicesInvolved?: boolean | null, additionalServicesInvolvedDescription?: string | null, additionalServicesInvolvedNote?: string | null, communityPartnersInvolved?: boolean | null, communityPartnersInvolvedDescription?: string | null, communityPartnersInvolvedNote?: string | null, agencyOrStateHelp: Array, agencyOrStateHelpOther?: string | null, agencyOrStateHelpNote?: string | null, alternativePaymentModelTypes: Array, alternativePaymentModelNote?: string | null, keyCharacteristics: Array, keyCharacteristicsNote?: string | null, keyCharacteristicsOther?: string | null, collectPlanBids?: boolean | null, collectPlanBidsNote?: string | null, managePartCDEnrollment?: boolean | null, managePartCDEnrollmentNote?: string | null, planContractUpdated?: boolean | null, planContractUpdatedNote?: string | null, geographiesTargeted?: boolean | null, geographiesTargetedTypes: Array, geographiesStatesAndTerritories: Array, geographiesRegionTypes: Array, geographiesTargetedTypesOther?: string | null, geographiesTargetedAppliedTo: Array, geographiesTargetedAppliedToOther?: string | null, geographiesTargetedNote?: string | null, participationOptions?: boolean | null, participationOptionsNote?: string | null, agreementTypes: Array, agreementTypesOther?: string | null, multiplePatricipationAgreementsNeeded?: boolean | null, multiplePatricipationAgreementsNeededNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, resemblesExistingModelWhich?: { __typename: 'ExistingModelLinks', names: Array } | null, participationInModelPreconditionWhich?: { __typename: 'ExistingModelLinks', names: Array } | null, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, participantsAndProviders: { __typename: 'PlanParticipantsAndProviders', id: UUID, participantAddedFrequency: Array, participantAddedFrequencyContinually?: string | null, participantAddedFrequencyOther?: string | null, participantAddedFrequencyNote?: string | null, participantRemovedFrequency: Array, participantRemovedFrequencyContinually?: string | null, participantRemovedFrequencyOther?: string | null, participantRemovedFrequencyNote?: string | null, communicationMethod: Array, communicationMethodOther?: string | null, communicationNote?: string | null, riskType: Array, riskOther?: string | null, riskNote?: string | null, willRiskChange?: boolean | null, willRiskChangeNote?: string | null, participantRequireFinancialGuarantee?: boolean | null, participantRequireFinancialGuaranteeType: Array, participantRequireFinancialGuaranteeOther?: string | null, participantRequireFinancialGuaranteeNote?: string | null, coordinateWork?: boolean | null, coordinateWorkNote?: string | null, gainsharePayments?: boolean | null, gainsharePaymentsTrack?: boolean | null, gainsharePaymentsEligibility: Array, gainsharePaymentsEligibilityOther?: string | null, gainsharePaymentsNote?: string | null, participantsIds: Array, participantsIdsOther?: string | null, participantsIDSNote?: string | null, expectedNumberOfParticipants?: number | null, estimateConfidence?: ConfidenceType | null, confidenceNote?: string | null, recruitmentMethod?: RecruitmentType | null, recruitmentOther?: string | null, recruitmentNote?: string | null, selectionMethod: Array, selectionOther?: string | null, selectionNote?: string | null, participants: Array, medicareProviderType?: string | null, isNewTypeOfProvidersOrSuppliers?: boolean | null, statesEngagement?: string | null, participantsOther?: string | null, participantsNote?: string | null, participantsCurrentlyInModels?: boolean | null, participantsCurrentlyInModelsNote?: string | null, modelApplicationLevel?: string | null, providerAdditionFrequency: Array, providerAdditionFrequencyContinually?: string | null, providerAdditionFrequencyOther?: string | null, providerAdditionFrequencyNote?: string | null, providerAddMethod: Array, providerAddMethodOther?: string | null, providerAddMethodNote?: string | null, providerLeaveMethod: Array, providerLeaveMethodOther?: string | null, providerLeaveMethodNote?: string | null, providerRemovalFrequency: Array, providerRemovalFrequencyContinually?: string | null, providerRemovalFrequencyOther?: string | null, providerRemovalFrequencyNote?: string | null, providerOverlap?: OverlapType | null, providerOverlapHierarchy?: string | null, providerOverlapNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, beneficiaries: { __typename: 'PlanBeneficiaries', id: UUID, beneficiaries: Array, beneficiariesNote?: string | null, beneficiariesOther?: string | null, beneficiaryOverlap?: OverlapType | null, beneficiaryOverlapNote?: string | null, beneficiarySelectionNote?: string | null, beneficiarySelectionOther?: string | null, beneficiarySelectionMethod: Array, treatDualElligibleDifferent?: TriStateAnswer | null, treatDualElligibleDifferentHow?: string | null, treatDualElligibleDifferentNote?: string | null, excludeCertainCharacteristics?: TriStateAnswer | null, excludeCertainCharacteristicsCriteria?: string | null, excludeCertainCharacteristicsNote?: string | null, beneficiarySelectionFrequency: Array, beneficiarySelectionFrequencyContinually?: string | null, beneficiarySelectionFrequencyNote?: string | null, beneficiarySelectionFrequencyOther?: string | null, beneficiaryRemovalFrequency: Array, beneficiaryRemovalFrequencyContinually?: string | null, beneficiaryRemovalFrequencyNote?: string | null, beneficiaryRemovalFrequencyOther?: string | null, precedenceRules: Array, precedenceRulesYes?: string | null, precedenceRulesNo?: string | null, precedenceRulesNote?: string | null, numberPeopleImpacted?: number | null, estimateConfidence?: ConfidenceType | null, confidenceNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, opsEvalAndLearning: { __typename: 'PlanOpsEvalAndLearning', id: UUID, ccmInvolvment: Array, ccmInvolvmentOther?: string | null, ccmInvolvmentNote?: string | null, iddocSupport?: boolean | null, iddocSupportNote?: string | null, sendFilesBetweenCcw?: boolean | null, sendFilesBetweenCcwNote?: string | null, appToSendFilesToKnown?: boolean | null, appToSendFilesToWhich?: string | null, appToSendFilesToNote?: string | null, useCcwForFileDistribiutionToParticipants?: boolean | null, useCcwForFileDistribiutionToParticipantsNote?: string | null, developNewQualityMeasures?: boolean | null, developNewQualityMeasuresNote?: string | null, qualityPerformanceImpactsPayment?: YesNoOtherType | null, qualityPerformanceImpactsPaymentOther?: string | null, qualityPerformanceImpactsPaymentNote?: string | null, dataSharingStarts?: DataStartsType | null, dataSharingStartsOther?: string | null, dataSharingFrequency: Array, dataSharingFrequencyContinually?: string | null, dataSharingFrequencyOther?: string | null, dataSharingStartsNote?: string | null, dataCollectionStarts?: DataStartsType | null, dataCollectionStartsOther?: string | null, dataCollectionFrequency: Array, dataCollectionFrequencyContinually?: string | null, dataCollectionFrequencyOther?: string | null, dataCollectionFrequencyNote?: string | null, qualityReportingStarts?: DataStartsType | null, qualityReportingStartsOther?: string | null, qualityReportingStartsNote?: string | null, qualityReportingFrequency: Array, qualityReportingFrequencyContinually?: string | null, qualityReportingFrequencyOther?: string | null, evaluationApproaches: Array, evaluationApproachOther?: string | null, evalutaionApproachNote?: string | null, dataNeededForMonitoring: Array, dataNeededForMonitoringOther?: string | null, dataNeededForMonitoringNote?: string | null, dataToSendParticicipants: Array, dataToSendParticicipantsOther?: string | null, dataToSendParticicipantsNote?: string | null, shareCclfData?: boolean | null, shareCclfDataNote?: string | null, technicalContactsIdentified?: boolean | null, technicalContactsIdentifiedDetail?: string | null, technicalContactsIdentifiedNote?: string | null, captureParticipantInfo?: boolean | null, captureParticipantInfoNote?: string | null, icdOwner?: string | null, draftIcdDueDate?: Time | null, icdNote?: string | null, dataFullTimeOrIncremental?: DataFullTimeOrIncrementalType | null, eftSetUp?: boolean | null, unsolicitedAdjustmentsIncluded?: boolean | null, dataFlowDiagramsNeeded?: boolean | null, produceBenefitEnhancementFiles?: boolean | null, fileNamingConventions?: string | null, dataMonitoringNote?: string | null, uatNeeds?: string | null, stcNeeds?: string | null, testingTimelines?: string | null, testingNote?: string | null, dataMonitoringFileTypes: Array, dataMonitoringFileOther?: string | null, dataResponseType?: string | null, dataResponseFileFrequency?: string | null, modelLearningSystems: Array, modelLearningSystemsOther?: string | null, modelLearningSystemsNote?: string | null, anticipatedChallenges?: string | null, stakeholders: Array, stakeholdersOther?: string | null, stakeholdersNote?: string | null, helpdeskUse?: boolean | null, helpdeskUseNote?: string | null, contractorSupport: Array, contractorSupportOther?: string | null, contractorSupportHow?: string | null, contractorSupportNote?: string | null, benchmarkForPerformance?: BenchmarkForPerformanceType | null, benchmarkForPerformanceNote?: string | null, computePerformanceScores?: boolean | null, computePerformanceScoresNote?: string | null, riskAdjustPerformance?: boolean | null, riskAdjustFeedback?: boolean | null, riskAdjustPayments?: boolean | null, riskAdjustOther?: boolean | null, riskAdjustNote?: string | null, appealPerformance?: boolean | null, appealFeedback?: boolean | null, appealPayments?: boolean | null, appealOther?: boolean | null, appealNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, payments: { __typename: 'PlanPayments', id: UUID, payType: Array, payClaims: Array, creatingDependenciesBetweenServices?: boolean | null, creatingDependenciesBetweenServicesNote?: string | null, needsClaimsDataCollection?: boolean | null, needsClaimsDataCollectionNote?: string | null, providingThirdPartyFile?: boolean | null, isContractorAwareTestDataRequirements?: boolean | null, beneficiaryCostSharingLevelAndHandling?: string | null, waiveBeneficiaryCostSharingForAnyServices?: boolean | null, waiveBeneficiaryCostSharingServiceSpecification?: string | null, waiverOnlyAppliesPartOfPayment?: boolean | null, waiveBeneficiaryCostSharingNote?: string | null, payClaimsNote?: string | null, payClaimsOther?: string | null, shouldAnyProvidersExcludedFFSSystems?: boolean | null, shouldAnyProviderExcludedFFSSystemsNote?: string | null, changesMedicarePhysicianFeeSchedule?: boolean | null, changesMedicarePhysicianFeeScheduleNote?: string | null, affectsMedicareSecondaryPayerClaims?: boolean | null, affectsMedicareSecondaryPayerClaimsHow?: string | null, affectsMedicareSecondaryPayerClaimsNote?: string | null, payModelDifferentiation?: string | null, willBePaymentAdjustments?: boolean | null, willBePaymentAdjustmentsNote?: string | null, expectedCalculationComplexityLevel?: ComplexityCalculationLevelType | null, expectedCalculationComplexityLevelNote?: string | null, claimsProcessingPrecedence?: boolean | null, claimsProcessingPrecedenceOther?: string | null, claimsProcessingPrecedenceNote?: string | null, canParticipantsSelectBetweenPaymentMechanisms?: boolean | null, canParticipantsSelectBetweenPaymentMechanismsHow?: string | null, canParticipantsSelectBetweenPaymentMechanismsNote?: string | null, anticipatedPaymentFrequency: Array, anticipatedPaymentFrequencyContinually?: string | null, anticipatedPaymentFrequencyOther?: string | null, anticipatedPaymentFrequencyNote?: string | null, fundingSource: Array, fundingSourcePatientProtectionInfo?: string | null, fundingSourceMedicareAInfo?: string | null, fundingSourceMedicareBInfo?: string | null, fundingSourceOther?: string | null, fundingSourceNote?: string | null, fundingSourceR: Array, fundingSourceRPatientProtectionInfo?: string | null, fundingSourceRMedicareAInfo?: string | null, fundingSourceRMedicareBInfo?: string | null, fundingSourceROther?: string | null, fundingSourceRNote?: string | null, payRecipients: Array, payRecipientsOtherSpecification?: string | null, payRecipientsNote?: string | null, payTypeNote?: string | null, nonClaimsPayments: Array, nonClaimsPaymentOther?: string | null, paymentCalculationOwner?: string | null, numberPaymentsPerPayCycle?: string | null, numberPaymentsPerPayCycleNote?: string | null, sharedSystemsInvolvedAdditionalClaimPayment?: boolean | null, sharedSystemsInvolvedAdditionalClaimPaymentNote?: string | null, planningToUseInnovationPaymentContractor?: boolean | null, planningToUseInnovationPaymentContractorNote?: string | null, willRecoverPayments?: boolean | null, willRecoverPaymentsNote?: string | null, anticipateReconcilingPaymentsRetrospectively?: boolean | null, anticipateReconcilingPaymentsRetrospectivelyNote?: string | null, paymentReconciliationFrequency: Array, paymentReconciliationFrequencyContinually?: string | null, paymentReconciliationFrequencyOther?: string | null, paymentReconciliationFrequencyNote?: string | null, paymentDemandRecoupmentFrequency: Array, paymentDemandRecoupmentFrequencyContinually?: string | null, paymentDemandRecoupmentFrequencyOther?: string | null, paymentDemandRecoupmentFrequencyNote?: string | null, paymentStartDate?: Time | null, paymentStartDateNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, collaborators: Array<{ __typename: 'PlanCollaborator', id: UUID, userID: UUID, teamRoles: Array, modelPlanID: UUID, createdDts: Time, userAccount: { __typename: 'UserAccount', id: UUID, commonName: string, email: string, username: string } }>, discussions: Array<{ __typename: 'PlanDiscussion', id: UUID, userRole?: DiscussionUserRole | null, userRoleDescription?: string | null, createdDts: Time, content?: { __typename: 'TaggedContent', rawContent: string } | null, createdByUserAccount: { __typename: 'UserAccount', commonName: string }, replies: Array<{ __typename: 'DiscussionReply', id: UUID, discussionID: UUID, userRole?: DiscussionUserRole | null, userRoleDescription?: string | null, createdDts: Time, content?: { __typename: 'TaggedContent', rawContent: string } | null, createdByUserAccount: { __typename: 'UserAccount', commonName: string } }> }> }> }; export type GetAllSingleModelDataQueryVariables = Exact<{ id: Scalars['UUID']['input']; }>; -export type GetAllSingleModelDataQuery = { __typename: 'Query', modelPlan: { __typename: 'ModelPlan', id: UUID, modelName: string, nameHistory: Array, abbreviation?: string | null, archived: boolean, createdDts: Time, status: ModelStatus, createdByUserAccount: { __typename: 'UserAccount', commonName: string }, basics: { __typename: 'PlanBasics', id: UUID, modelCategory?: ModelCategory | null, amsModelID?: string | null, demoCode?: string | null, cmsCenters: Array, cmmiGroups: Array, modelType: Array, modelTypeOther?: string | null, problem?: string | null, goal?: string | null, testInterventions?: string | null, note?: string | null, completeICIP?: Time | null, clearanceStarts?: Time | null, clearanceEnds?: Time | null, announced?: Time | null, applicationsStart?: Time | null, applicationsEnd?: Time | null, performancePeriodStarts?: Time | null, performancePeriodEnds?: Time | null, highLevelNote?: string | null, wrapUpEnds?: Time | null, phasedIn?: boolean | null, phasedInNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, generalCharacteristics: { __typename: 'PlanGeneralCharacteristics', id: UUID, rulemakingRequired?: boolean | null, rulemakingRequiredDescription?: string | null, rulemakingRequiredNote?: string | null, authorityAllowances: Array, authorityAllowancesOther?: string | null, authorityAllowancesNote?: string | null, waiversRequired?: boolean | null, waiversRequiredTypes: Array, waiversRequiredNote?: string | null, isNewModel?: boolean | null, existingModel?: string | null, resemblesExistingModel?: YesNoOtherType | null, resemblesExistingModelWhyHow?: string | null, resemblesExistingModelHow?: string | null, resemblesExistingModelNote?: string | null, resemblesExistingModelOtherSpecify?: string | null, resemblesExistingModelOtherOption?: string | null, participationInModelPrecondition?: YesNoOtherType | null, participationInModelPreconditionOtherSpecify?: string | null, participationInModelPreconditionOtherOption?: string | null, participationInModelPreconditionWhyHow?: string | null, participationInModelPreconditionNote?: string | null, hasComponentsOrTracks?: boolean | null, hasComponentsOrTracksDiffer?: string | null, hasComponentsOrTracksNote?: string | null, careCoordinationInvolved?: boolean | null, careCoordinationInvolvedDescription?: string | null, careCoordinationInvolvedNote?: string | null, additionalServicesInvolved?: boolean | null, additionalServicesInvolvedDescription?: string | null, additionalServicesInvolvedNote?: string | null, communityPartnersInvolved?: boolean | null, communityPartnersInvolvedDescription?: string | null, communityPartnersInvolvedNote?: string | null, agencyOrStateHelp: Array, agencyOrStateHelpOther?: string | null, agencyOrStateHelpNote?: string | null, alternativePaymentModelTypes: Array, alternativePaymentModelNote?: string | null, keyCharacteristics: Array, keyCharacteristicsNote?: string | null, keyCharacteristicsOther?: string | null, collectPlanBids?: boolean | null, collectPlanBidsNote?: string | null, managePartCDEnrollment?: boolean | null, managePartCDEnrollmentNote?: string | null, planContractUpdated?: boolean | null, planContractUpdatedNote?: string | null, geographiesTargeted?: boolean | null, geographiesTargetedTypes: Array, geographiesStatesAndTerritories: Array, geographiesRegionTypes: Array, geographiesTargetedTypesOther?: string | null, geographiesTargetedAppliedTo: Array, geographiesTargetedAppliedToOther?: string | null, geographiesTargetedNote?: string | null, participationOptions?: boolean | null, participationOptionsNote?: string | null, agreementTypes: Array, agreementTypesOther?: string | null, multiplePatricipationAgreementsNeeded?: boolean | null, multiplePatricipationAgreementsNeededNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, resemblesExistingModelWhich?: { __typename: 'ExistingModelLinks', names: Array } | null, participationInModelPreconditionWhich?: { __typename: 'ExistingModelLinks', names: Array } | null, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, participantsAndProviders: { __typename: 'PlanParticipantsAndProviders', id: UUID, participantAddedFrequency: Array, participantAddedFrequencyContinually?: string | null, participantAddedFrequencyOther?: string | null, participantAddedFrequencyNote?: string | null, participantRemovedFrequency: Array, participantRemovedFrequencyContinually?: string | null, participantRemovedFrequencyOther?: string | null, participantRemovedFrequencyNote?: string | null, communicationMethod: Array, communicationMethodOther?: string | null, communicationNote?: string | null, riskType: Array, riskOther?: string | null, riskNote?: string | null, willRiskChange?: boolean | null, willRiskChangeNote?: string | null, participantRequireFinancialGuarantee?: boolean | null, participantRequireFinancialGuaranteeType: Array, participantRequireFinancialGuaranteeOther?: string | null, participantRequireFinancialGuaranteeNote?: string | null, coordinateWork?: boolean | null, coordinateWorkNote?: string | null, gainsharePayments?: boolean | null, gainsharePaymentsTrack?: boolean | null, gainsharePaymentsEligibility: Array, gainsharePaymentsEligibilityOther?: string | null, gainsharePaymentsNote?: string | null, participantsIds: Array, participantsIdsOther?: string | null, participantsIDSNote?: string | null, expectedNumberOfParticipants?: number | null, estimateConfidence?: ConfidenceType | null, confidenceNote?: string | null, recruitmentMethod?: RecruitmentType | null, recruitmentOther?: string | null, recruitmentNote?: string | null, selectionMethod: Array, selectionOther?: string | null, selectionNote?: string | null, participants: Array, medicareProviderType?: string | null, isNewTypeOfProvidersOrSuppliers?: boolean | null, statesEngagement?: string | null, participantsOther?: string | null, participantsNote?: string | null, participantsCurrentlyInModels?: boolean | null, participantsCurrentlyInModelsNote?: string | null, modelApplicationLevel?: string | null, providerAdditionFrequency: Array, providerAdditionFrequencyContinually?: string | null, providerAdditionFrequencyOther?: string | null, providerAdditionFrequencyNote?: string | null, providerAddMethod: Array, providerAddMethodOther?: string | null, providerAddMethodNote?: string | null, providerLeaveMethod: Array, providerLeaveMethodOther?: string | null, providerLeaveMethodNote?: string | null, providerRemovalFrequency: Array, providerRemovalFrequencyContinually?: string | null, providerRemovalFrequencyOther?: string | null, providerRemovalFrequencyNote?: string | null, providerOverlap?: OverlapType | null, providerOverlapHierarchy?: string | null, providerOverlapNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, beneficiaries: { __typename: 'PlanBeneficiaries', id: UUID, beneficiaries: Array, beneficiariesNote?: string | null, beneficiariesOther?: string | null, beneficiaryOverlap?: OverlapType | null, beneficiaryOverlapNote?: string | null, beneficiarySelectionNote?: string | null, beneficiarySelectionOther?: string | null, beneficiarySelectionMethod: Array, treatDualElligibleDifferent?: TriStateAnswer | null, treatDualElligibleDifferentHow?: string | null, treatDualElligibleDifferentNote?: string | null, excludeCertainCharacteristics?: TriStateAnswer | null, excludeCertainCharacteristicsCriteria?: string | null, excludeCertainCharacteristicsNote?: string | null, beneficiarySelectionFrequency: Array, beneficiarySelectionFrequencyContinually?: string | null, beneficiarySelectionFrequencyNote?: string | null, beneficiarySelectionFrequencyOther?: string | null, beneficiaryRemovalFrequency: Array, beneficiaryRemovalFrequencyContinually?: string | null, beneficiaryRemovalFrequencyNote?: string | null, beneficiaryRemovalFrequencyOther?: string | null, precedenceRules: Array, precedenceRulesYes?: string | null, precedenceRulesNo?: string | null, precedenceRulesNote?: string | null, numberPeopleImpacted?: number | null, estimateConfidence?: ConfidenceType | null, confidenceNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, opsEvalAndLearning: { __typename: 'PlanOpsEvalAndLearning', id: UUID, ccmInvolvment: Array, ccmInvolvmentOther?: string | null, ccmInvolvmentNote?: string | null, iddocSupport?: boolean | null, iddocSupportNote?: string | null, sendFilesBetweenCcw?: boolean | null, sendFilesBetweenCcwNote?: string | null, appToSendFilesToKnown?: boolean | null, appToSendFilesToWhich?: string | null, appToSendFilesToNote?: string | null, useCcwForFileDistribiutionToParticipants?: boolean | null, useCcwForFileDistribiutionToParticipantsNote?: string | null, developNewQualityMeasures?: boolean | null, developNewQualityMeasuresNote?: string | null, qualityPerformanceImpactsPayment?: YesNoOtherType | null, qualityPerformanceImpactsPaymentOther?: string | null, qualityPerformanceImpactsPaymentNote?: string | null, dataSharingStarts?: DataStartsType | null, dataSharingStartsOther?: string | null, dataSharingFrequency: Array, dataSharingFrequencyContinually?: string | null, dataSharingFrequencyOther?: string | null, dataSharingStartsNote?: string | null, dataCollectionStarts?: DataStartsType | null, dataCollectionStartsOther?: string | null, dataCollectionFrequency: Array, dataCollectionFrequencyContinually?: string | null, dataCollectionFrequencyOther?: string | null, dataCollectionFrequencyNote?: string | null, qualityReportingStarts?: DataStartsType | null, qualityReportingStartsOther?: string | null, qualityReportingStartsNote?: string | null, qualityReportingFrequency: Array, qualityReportingFrequencyContinually?: string | null, qualityReportingFrequencyOther?: string | null, evaluationApproaches: Array, evaluationApproachOther?: string | null, evalutaionApproachNote?: string | null, dataNeededForMonitoring: Array, dataNeededForMonitoringOther?: string | null, dataNeededForMonitoringNote?: string | null, dataToSendParticicipants: Array, dataToSendParticicipantsOther?: string | null, dataToSendParticicipantsNote?: string | null, shareCclfData?: boolean | null, shareCclfDataNote?: string | null, technicalContactsIdentified?: boolean | null, technicalContactsIdentifiedDetail?: string | null, technicalContactsIdentifiedNote?: string | null, captureParticipantInfo?: boolean | null, captureParticipantInfoNote?: string | null, icdOwner?: string | null, draftIcdDueDate?: Time | null, icdNote?: string | null, dataFullTimeOrIncremental?: DataFullTimeOrIncrementalType | null, eftSetUp?: boolean | null, unsolicitedAdjustmentsIncluded?: boolean | null, dataFlowDiagramsNeeded?: boolean | null, produceBenefitEnhancementFiles?: boolean | null, fileNamingConventions?: string | null, dataMonitoringNote?: string | null, uatNeeds?: string | null, stcNeeds?: string | null, testingTimelines?: string | null, testingNote?: string | null, dataMonitoringFileTypes: Array, dataMonitoringFileOther?: string | null, dataResponseType?: string | null, dataResponseFileFrequency?: string | null, modelLearningSystems: Array, modelLearningSystemsOther?: string | null, modelLearningSystemsNote?: string | null, anticipatedChallenges?: string | null, stakeholders: Array, stakeholdersOther?: string | null, stakeholdersNote?: string | null, helpdeskUse?: boolean | null, helpdeskUseNote?: string | null, contractorSupport: Array, contractorSupportOther?: string | null, contractorSupportHow?: string | null, contractorSupportNote?: string | null, benchmarkForPerformance?: BenchmarkForPerformanceType | null, benchmarkForPerformanceNote?: string | null, computePerformanceScores?: boolean | null, computePerformanceScoresNote?: string | null, riskAdjustPerformance?: boolean | null, riskAdjustFeedback?: boolean | null, riskAdjustPayments?: boolean | null, riskAdjustOther?: boolean | null, riskAdjustNote?: string | null, appealPerformance?: boolean | null, appealFeedback?: boolean | null, appealPayments?: boolean | null, appealOther?: boolean | null, appealNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, payments: { __typename: 'PlanPayments', id: UUID, payType: Array, payClaims: Array, creatingDependenciesBetweenServices?: boolean | null, creatingDependenciesBetweenServicesNote?: string | null, needsClaimsDataCollection?: boolean | null, needsClaimsDataCollectionNote?: string | null, providingThirdPartyFile?: boolean | null, isContractorAwareTestDataRequirements?: boolean | null, beneficiaryCostSharingLevelAndHandling?: string | null, waiveBeneficiaryCostSharingForAnyServices?: boolean | null, waiveBeneficiaryCostSharingServiceSpecification?: string | null, waiverOnlyAppliesPartOfPayment?: boolean | null, waiveBeneficiaryCostSharingNote?: string | null, payClaimsNote?: string | null, payClaimsOther?: string | null, shouldAnyProvidersExcludedFFSSystems?: boolean | null, shouldAnyProviderExcludedFFSSystemsNote?: string | null, changesMedicarePhysicianFeeSchedule?: boolean | null, changesMedicarePhysicianFeeScheduleNote?: string | null, affectsMedicareSecondaryPayerClaims?: boolean | null, affectsMedicareSecondaryPayerClaimsHow?: string | null, affectsMedicareSecondaryPayerClaimsNote?: string | null, payModelDifferentiation?: string | null, willBePaymentAdjustments?: boolean | null, willBePaymentAdjustmentsNote?: string | null, expectedCalculationComplexityLevel?: ComplexityCalculationLevelType | null, expectedCalculationComplexityLevelNote?: string | null, claimsProcessingPrecedence?: boolean | null, claimsProcessingPrecedenceOther?: string | null, claimsProcessingPrecedenceNote?: string | null, canParticipantsSelectBetweenPaymentMechanisms?: boolean | null, canParticipantsSelectBetweenPaymentMechanismsHow?: string | null, canParticipantsSelectBetweenPaymentMechanismsNote?: string | null, anticipatedPaymentFrequency: Array, anticipatedPaymentFrequencyContinually?: string | null, anticipatedPaymentFrequencyOther?: string | null, anticipatedPaymentFrequencyNote?: string | null, fundingSource: Array, fundingSourceMedicareAInfo?: string | null, fundingSourceMedicareBInfo?: string | null, fundingSourceOther?: string | null, fundingSourceNote?: string | null, fundingSourceR: Array, fundingSourceRMedicareAInfo?: string | null, fundingSourceRMedicareBInfo?: string | null, fundingSourceROther?: string | null, fundingSourceRNote?: string | null, payRecipients: Array, payRecipientsOtherSpecification?: string | null, payRecipientsNote?: string | null, payTypeNote?: string | null, nonClaimsPayments: Array, nonClaimsPaymentOther?: string | null, paymentCalculationOwner?: string | null, numberPaymentsPerPayCycle?: string | null, numberPaymentsPerPayCycleNote?: string | null, sharedSystemsInvolvedAdditionalClaimPayment?: boolean | null, sharedSystemsInvolvedAdditionalClaimPaymentNote?: string | null, planningToUseInnovationPaymentContractor?: boolean | null, planningToUseInnovationPaymentContractorNote?: string | null, willRecoverPayments?: boolean | null, willRecoverPaymentsNote?: string | null, anticipateReconcilingPaymentsRetrospectively?: boolean | null, anticipateReconcilingPaymentsRetrospectivelyNote?: string | null, paymentReconciliationFrequency: Array, paymentReconciliationFrequencyContinually?: string | null, paymentReconciliationFrequencyOther?: string | null, paymentReconciliationFrequencyNote?: string | null, paymentDemandRecoupmentFrequency: Array, paymentDemandRecoupmentFrequencyContinually?: string | null, paymentDemandRecoupmentFrequencyOther?: string | null, paymentDemandRecoupmentFrequencyNote?: string | null, paymentStartDate?: Time | null, paymentStartDateNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, collaborators: Array<{ __typename: 'PlanCollaborator', id: UUID, userID: UUID, teamRoles: Array, modelPlanID: UUID, createdDts: Time, userAccount: { __typename: 'UserAccount', id: UUID, commonName: string, email: string, username: string } }>, discussions: Array<{ __typename: 'PlanDiscussion', id: UUID, userRole?: DiscussionUserRole | null, userRoleDescription?: string | null, createdDts: Time, content?: { __typename: 'TaggedContent', rawContent: string } | null, createdByUserAccount: { __typename: 'UserAccount', commonName: string }, replies: Array<{ __typename: 'DiscussionReply', id: UUID, discussionID: UUID, userRole?: DiscussionUserRole | null, userRoleDescription?: string | null, createdDts: Time, content?: { __typename: 'TaggedContent', rawContent: string } | null, createdByUserAccount: { __typename: 'UserAccount', commonName: string } }> }> } }; +export type GetAllSingleModelDataQuery = { __typename: 'Query', modelPlan: { __typename: 'ModelPlan', id: UUID, modelName: string, nameHistory: Array, abbreviation?: string | null, archived: boolean, createdDts: Time, status: ModelStatus, createdByUserAccount: { __typename: 'UserAccount', commonName: string }, basics: { __typename: 'PlanBasics', id: UUID, modelCategory?: ModelCategory | null, amsModelID?: string | null, demoCode?: string | null, cmsCenters: Array, cmmiGroups: Array, modelType: Array, modelTypeOther?: string | null, problem?: string | null, goal?: string | null, testInterventions?: string | null, note?: string | null, completeICIP?: Time | null, clearanceStarts?: Time | null, clearanceEnds?: Time | null, announced?: Time | null, applicationsStart?: Time | null, applicationsEnd?: Time | null, performancePeriodStarts?: Time | null, performancePeriodEnds?: Time | null, highLevelNote?: string | null, wrapUpEnds?: Time | null, phasedIn?: boolean | null, phasedInNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, generalCharacteristics: { __typename: 'PlanGeneralCharacteristics', id: UUID, rulemakingRequired?: boolean | null, rulemakingRequiredDescription?: string | null, rulemakingRequiredNote?: string | null, authorityAllowances: Array, authorityAllowancesOther?: string | null, authorityAllowancesNote?: string | null, waiversRequired?: boolean | null, waiversRequiredTypes: Array, waiversRequiredNote?: string | null, isNewModel?: boolean | null, existingModel?: string | null, resemblesExistingModel?: YesNoOtherType | null, resemblesExistingModelWhyHow?: string | null, resemblesExistingModelHow?: string | null, resemblesExistingModelNote?: string | null, resemblesExistingModelOtherSpecify?: string | null, resemblesExistingModelOtherOption?: string | null, participationInModelPrecondition?: YesNoOtherType | null, participationInModelPreconditionOtherSpecify?: string | null, participationInModelPreconditionOtherOption?: string | null, participationInModelPreconditionWhyHow?: string | null, participationInModelPreconditionNote?: string | null, hasComponentsOrTracks?: boolean | null, hasComponentsOrTracksDiffer?: string | null, hasComponentsOrTracksNote?: string | null, careCoordinationInvolved?: boolean | null, careCoordinationInvolvedDescription?: string | null, careCoordinationInvolvedNote?: string | null, additionalServicesInvolved?: boolean | null, additionalServicesInvolvedDescription?: string | null, additionalServicesInvolvedNote?: string | null, communityPartnersInvolved?: boolean | null, communityPartnersInvolvedDescription?: string | null, communityPartnersInvolvedNote?: string | null, agencyOrStateHelp: Array, agencyOrStateHelpOther?: string | null, agencyOrStateHelpNote?: string | null, alternativePaymentModelTypes: Array, alternativePaymentModelNote?: string | null, keyCharacteristics: Array, keyCharacteristicsNote?: string | null, keyCharacteristicsOther?: string | null, collectPlanBids?: boolean | null, collectPlanBidsNote?: string | null, managePartCDEnrollment?: boolean | null, managePartCDEnrollmentNote?: string | null, planContractUpdated?: boolean | null, planContractUpdatedNote?: string | null, geographiesTargeted?: boolean | null, geographiesTargetedTypes: Array, geographiesStatesAndTerritories: Array, geographiesRegionTypes: Array, geographiesTargetedTypesOther?: string | null, geographiesTargetedAppliedTo: Array, geographiesTargetedAppliedToOther?: string | null, geographiesTargetedNote?: string | null, participationOptions?: boolean | null, participationOptionsNote?: string | null, agreementTypes: Array, agreementTypesOther?: string | null, multiplePatricipationAgreementsNeeded?: boolean | null, multiplePatricipationAgreementsNeededNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, resemblesExistingModelWhich?: { __typename: 'ExistingModelLinks', names: Array } | null, participationInModelPreconditionWhich?: { __typename: 'ExistingModelLinks', names: Array } | null, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, participantsAndProviders: { __typename: 'PlanParticipantsAndProviders', id: UUID, participantAddedFrequency: Array, participantAddedFrequencyContinually?: string | null, participantAddedFrequencyOther?: string | null, participantAddedFrequencyNote?: string | null, participantRemovedFrequency: Array, participantRemovedFrequencyContinually?: string | null, participantRemovedFrequencyOther?: string | null, participantRemovedFrequencyNote?: string | null, communicationMethod: Array, communicationMethodOther?: string | null, communicationNote?: string | null, riskType: Array, riskOther?: string | null, riskNote?: string | null, willRiskChange?: boolean | null, willRiskChangeNote?: string | null, participantRequireFinancialGuarantee?: boolean | null, participantRequireFinancialGuaranteeType: Array, participantRequireFinancialGuaranteeOther?: string | null, participantRequireFinancialGuaranteeNote?: string | null, coordinateWork?: boolean | null, coordinateWorkNote?: string | null, gainsharePayments?: boolean | null, gainsharePaymentsTrack?: boolean | null, gainsharePaymentsEligibility: Array, gainsharePaymentsEligibilityOther?: string | null, gainsharePaymentsNote?: string | null, participantsIds: Array, participantsIdsOther?: string | null, participantsIDSNote?: string | null, expectedNumberOfParticipants?: number | null, estimateConfidence?: ConfidenceType | null, confidenceNote?: string | null, recruitmentMethod?: RecruitmentType | null, recruitmentOther?: string | null, recruitmentNote?: string | null, selectionMethod: Array, selectionOther?: string | null, selectionNote?: string | null, participants: Array, medicareProviderType?: string | null, isNewTypeOfProvidersOrSuppliers?: boolean | null, statesEngagement?: string | null, participantsOther?: string | null, participantsNote?: string | null, participantsCurrentlyInModels?: boolean | null, participantsCurrentlyInModelsNote?: string | null, modelApplicationLevel?: string | null, providerAdditionFrequency: Array, providerAdditionFrequencyContinually?: string | null, providerAdditionFrequencyOther?: string | null, providerAdditionFrequencyNote?: string | null, providerAddMethod: Array, providerAddMethodOther?: string | null, providerAddMethodNote?: string | null, providerLeaveMethod: Array, providerLeaveMethodOther?: string | null, providerLeaveMethodNote?: string | null, providerRemovalFrequency: Array, providerRemovalFrequencyContinually?: string | null, providerRemovalFrequencyOther?: string | null, providerRemovalFrequencyNote?: string | null, providerOverlap?: OverlapType | null, providerOverlapHierarchy?: string | null, providerOverlapNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, beneficiaries: { __typename: 'PlanBeneficiaries', id: UUID, beneficiaries: Array, beneficiariesNote?: string | null, beneficiariesOther?: string | null, beneficiaryOverlap?: OverlapType | null, beneficiaryOverlapNote?: string | null, beneficiarySelectionNote?: string | null, beneficiarySelectionOther?: string | null, beneficiarySelectionMethod: Array, treatDualElligibleDifferent?: TriStateAnswer | null, treatDualElligibleDifferentHow?: string | null, treatDualElligibleDifferentNote?: string | null, excludeCertainCharacteristics?: TriStateAnswer | null, excludeCertainCharacteristicsCriteria?: string | null, excludeCertainCharacteristicsNote?: string | null, beneficiarySelectionFrequency: Array, beneficiarySelectionFrequencyContinually?: string | null, beneficiarySelectionFrequencyNote?: string | null, beneficiarySelectionFrequencyOther?: string | null, beneficiaryRemovalFrequency: Array, beneficiaryRemovalFrequencyContinually?: string | null, beneficiaryRemovalFrequencyNote?: string | null, beneficiaryRemovalFrequencyOther?: string | null, precedenceRules: Array, precedenceRulesYes?: string | null, precedenceRulesNo?: string | null, precedenceRulesNote?: string | null, numberPeopleImpacted?: number | null, estimateConfidence?: ConfidenceType | null, confidenceNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, opsEvalAndLearning: { __typename: 'PlanOpsEvalAndLearning', id: UUID, ccmInvolvment: Array, ccmInvolvmentOther?: string | null, ccmInvolvmentNote?: string | null, iddocSupport?: boolean | null, iddocSupportNote?: string | null, sendFilesBetweenCcw?: boolean | null, sendFilesBetweenCcwNote?: string | null, appToSendFilesToKnown?: boolean | null, appToSendFilesToWhich?: string | null, appToSendFilesToNote?: string | null, useCcwForFileDistribiutionToParticipants?: boolean | null, useCcwForFileDistribiutionToParticipantsNote?: string | null, developNewQualityMeasures?: boolean | null, developNewQualityMeasuresNote?: string | null, qualityPerformanceImpactsPayment?: YesNoOtherType | null, qualityPerformanceImpactsPaymentOther?: string | null, qualityPerformanceImpactsPaymentNote?: string | null, dataSharingStarts?: DataStartsType | null, dataSharingStartsOther?: string | null, dataSharingFrequency: Array, dataSharingFrequencyContinually?: string | null, dataSharingFrequencyOther?: string | null, dataSharingStartsNote?: string | null, dataCollectionStarts?: DataStartsType | null, dataCollectionStartsOther?: string | null, dataCollectionFrequency: Array, dataCollectionFrequencyContinually?: string | null, dataCollectionFrequencyOther?: string | null, dataCollectionFrequencyNote?: string | null, qualityReportingStarts?: DataStartsType | null, qualityReportingStartsOther?: string | null, qualityReportingStartsNote?: string | null, qualityReportingFrequency: Array, qualityReportingFrequencyContinually?: string | null, qualityReportingFrequencyOther?: string | null, evaluationApproaches: Array, evaluationApproachOther?: string | null, evalutaionApproachNote?: string | null, dataNeededForMonitoring: Array, dataNeededForMonitoringOther?: string | null, dataNeededForMonitoringNote?: string | null, dataToSendParticicipants: Array, dataToSendParticicipantsOther?: string | null, dataToSendParticicipantsNote?: string | null, shareCclfData?: boolean | null, shareCclfDataNote?: string | null, technicalContactsIdentified?: boolean | null, technicalContactsIdentifiedDetail?: string | null, technicalContactsIdentifiedNote?: string | null, captureParticipantInfo?: boolean | null, captureParticipantInfoNote?: string | null, icdOwner?: string | null, draftIcdDueDate?: Time | null, icdNote?: string | null, dataFullTimeOrIncremental?: DataFullTimeOrIncrementalType | null, eftSetUp?: boolean | null, unsolicitedAdjustmentsIncluded?: boolean | null, dataFlowDiagramsNeeded?: boolean | null, produceBenefitEnhancementFiles?: boolean | null, fileNamingConventions?: string | null, dataMonitoringNote?: string | null, uatNeeds?: string | null, stcNeeds?: string | null, testingTimelines?: string | null, testingNote?: string | null, dataMonitoringFileTypes: Array, dataMonitoringFileOther?: string | null, dataResponseType?: string | null, dataResponseFileFrequency?: string | null, modelLearningSystems: Array, modelLearningSystemsOther?: string | null, modelLearningSystemsNote?: string | null, anticipatedChallenges?: string | null, stakeholders: Array, stakeholdersOther?: string | null, stakeholdersNote?: string | null, helpdeskUse?: boolean | null, helpdeskUseNote?: string | null, contractorSupport: Array, contractorSupportOther?: string | null, contractorSupportHow?: string | null, contractorSupportNote?: string | null, benchmarkForPerformance?: BenchmarkForPerformanceType | null, benchmarkForPerformanceNote?: string | null, computePerformanceScores?: boolean | null, computePerformanceScoresNote?: string | null, riskAdjustPerformance?: boolean | null, riskAdjustFeedback?: boolean | null, riskAdjustPayments?: boolean | null, riskAdjustOther?: boolean | null, riskAdjustNote?: string | null, appealPerformance?: boolean | null, appealFeedback?: boolean | null, appealPayments?: boolean | null, appealOther?: boolean | null, appealNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, payments: { __typename: 'PlanPayments', id: UUID, payType: Array, payClaims: Array, creatingDependenciesBetweenServices?: boolean | null, creatingDependenciesBetweenServicesNote?: string | null, needsClaimsDataCollection?: boolean | null, needsClaimsDataCollectionNote?: string | null, providingThirdPartyFile?: boolean | null, isContractorAwareTestDataRequirements?: boolean | null, beneficiaryCostSharingLevelAndHandling?: string | null, waiveBeneficiaryCostSharingForAnyServices?: boolean | null, waiveBeneficiaryCostSharingServiceSpecification?: string | null, waiverOnlyAppliesPartOfPayment?: boolean | null, waiveBeneficiaryCostSharingNote?: string | null, payClaimsNote?: string | null, payClaimsOther?: string | null, shouldAnyProvidersExcludedFFSSystems?: boolean | null, shouldAnyProviderExcludedFFSSystemsNote?: string | null, changesMedicarePhysicianFeeSchedule?: boolean | null, changesMedicarePhysicianFeeScheduleNote?: string | null, affectsMedicareSecondaryPayerClaims?: boolean | null, affectsMedicareSecondaryPayerClaimsHow?: string | null, affectsMedicareSecondaryPayerClaimsNote?: string | null, payModelDifferentiation?: string | null, willBePaymentAdjustments?: boolean | null, willBePaymentAdjustmentsNote?: string | null, expectedCalculationComplexityLevel?: ComplexityCalculationLevelType | null, expectedCalculationComplexityLevelNote?: string | null, claimsProcessingPrecedence?: boolean | null, claimsProcessingPrecedenceOther?: string | null, claimsProcessingPrecedenceNote?: string | null, canParticipantsSelectBetweenPaymentMechanisms?: boolean | null, canParticipantsSelectBetweenPaymentMechanismsHow?: string | null, canParticipantsSelectBetweenPaymentMechanismsNote?: string | null, anticipatedPaymentFrequency: Array, anticipatedPaymentFrequencyContinually?: string | null, anticipatedPaymentFrequencyOther?: string | null, anticipatedPaymentFrequencyNote?: string | null, fundingSource: Array, fundingSourcePatientProtectionInfo?: string | null, fundingSourceMedicareAInfo?: string | null, fundingSourceMedicareBInfo?: string | null, fundingSourceOther?: string | null, fundingSourceNote?: string | null, fundingSourceR: Array, fundingSourceRPatientProtectionInfo?: string | null, fundingSourceRMedicareAInfo?: string | null, fundingSourceRMedicareBInfo?: string | null, fundingSourceROther?: string | null, fundingSourceRNote?: string | null, payRecipients: Array, payRecipientsOtherSpecification?: string | null, payRecipientsNote?: string | null, payTypeNote?: string | null, nonClaimsPayments: Array, nonClaimsPaymentOther?: string | null, paymentCalculationOwner?: string | null, numberPaymentsPerPayCycle?: string | null, numberPaymentsPerPayCycleNote?: string | null, sharedSystemsInvolvedAdditionalClaimPayment?: boolean | null, sharedSystemsInvolvedAdditionalClaimPaymentNote?: string | null, planningToUseInnovationPaymentContractor?: boolean | null, planningToUseInnovationPaymentContractorNote?: string | null, willRecoverPayments?: boolean | null, willRecoverPaymentsNote?: string | null, anticipateReconcilingPaymentsRetrospectively?: boolean | null, anticipateReconcilingPaymentsRetrospectivelyNote?: string | null, paymentReconciliationFrequency: Array, paymentReconciliationFrequencyContinually?: string | null, paymentReconciliationFrequencyOther?: string | null, paymentReconciliationFrequencyNote?: string | null, paymentDemandRecoupmentFrequency: Array, paymentDemandRecoupmentFrequencyContinually?: string | null, paymentDemandRecoupmentFrequencyOther?: string | null, paymentDemandRecoupmentFrequencyNote?: string | null, paymentStartDate?: Time | null, paymentStartDateNote?: string | null, readyForReviewDts?: Time | null, status: TaskStatus, readyForReviewByUserAccount?: { __typename: 'UserAccount', commonName: string } | null }, collaborators: Array<{ __typename: 'PlanCollaborator', id: UUID, userID: UUID, teamRoles: Array, modelPlanID: UUID, createdDts: Time, userAccount: { __typename: 'UserAccount', id: UUID, commonName: string, email: string, username: string } }>, discussions: Array<{ __typename: 'PlanDiscussion', id: UUID, userRole?: DiscussionUserRole | null, userRoleDescription?: string | null, createdDts: Time, content?: { __typename: 'TaggedContent', rawContent: string } | null, createdByUserAccount: { __typename: 'UserAccount', commonName: string }, replies: Array<{ __typename: 'DiscussionReply', id: UUID, discussionID: UUID, userRole?: DiscussionUserRole | null, userRoleDescription?: string | null, createdDts: Time, content?: { __typename: 'TaggedContent', rawContent: string } | null, createdByUserAccount: { __typename: 'UserAccount', commonName: string } }> }> } }; export type GetCurrentUserQueryVariables = Exact<{ [key: string]: never; }>; @@ -4887,7 +4893,7 @@ export type GetAllPaymentsQueryVariables = Exact<{ }>; -export type GetAllPaymentsQuery = { __typename: 'Query', modelPlan: { __typename: 'ModelPlan', id: UUID, payments: { __typename: 'PlanPayments', fundingSource: Array, fundingSourceMedicareAInfo?: string | null, fundingSourceMedicareBInfo?: string | null, fundingSourceOther?: string | null, fundingSourceNote?: string | null, fundingSourceR: Array, fundingSourceRMedicareAInfo?: string | null, fundingSourceRMedicareBInfo?: string | null, fundingSourceROther?: string | null, fundingSourceRNote?: string | null, payRecipients: Array, payRecipientsOtherSpecification?: string | null, payRecipientsNote?: string | null, payType: Array, payTypeNote?: string | null, payClaims: Array, payClaimsOther?: string | null, payClaimsNote?: string | null, shouldAnyProvidersExcludedFFSSystems?: boolean | null, shouldAnyProviderExcludedFFSSystemsNote?: string | null, changesMedicarePhysicianFeeSchedule?: boolean | null, changesMedicarePhysicianFeeScheduleNote?: string | null, affectsMedicareSecondaryPayerClaims?: boolean | null, affectsMedicareSecondaryPayerClaimsHow?: string | null, affectsMedicareSecondaryPayerClaimsNote?: string | null, payModelDifferentiation?: string | null, willBePaymentAdjustments?: boolean | null, willBePaymentAdjustmentsNote?: string | null, creatingDependenciesBetweenServices?: boolean | null, creatingDependenciesBetweenServicesNote?: string | null, needsClaimsDataCollection?: boolean | null, needsClaimsDataCollectionNote?: string | null, providingThirdPartyFile?: boolean | null, isContractorAwareTestDataRequirements?: boolean | null, beneficiaryCostSharingLevelAndHandling?: string | null, waiveBeneficiaryCostSharingForAnyServices?: boolean | null, waiveBeneficiaryCostSharingServiceSpecification?: string | null, waiverOnlyAppliesPartOfPayment?: boolean | null, waiveBeneficiaryCostSharingNote?: string | null, nonClaimsPayments: Array, nonClaimsPaymentsNote?: string | null, nonClaimsPaymentOther?: string | null, paymentCalculationOwner?: string | null, numberPaymentsPerPayCycle?: string | null, numberPaymentsPerPayCycleNote?: string | null, sharedSystemsInvolvedAdditionalClaimPayment?: boolean | null, sharedSystemsInvolvedAdditionalClaimPaymentNote?: string | null, planningToUseInnovationPaymentContractor?: boolean | null, planningToUseInnovationPaymentContractorNote?: string | null, expectedCalculationComplexityLevel?: ComplexityCalculationLevelType | null, expectedCalculationComplexityLevelNote?: string | null, claimsProcessingPrecedence?: boolean | null, claimsProcessingPrecedenceOther?: string | null, claimsProcessingPrecedenceNote?: string | null, canParticipantsSelectBetweenPaymentMechanisms?: boolean | null, canParticipantsSelectBetweenPaymentMechanismsHow?: string | null, canParticipantsSelectBetweenPaymentMechanismsNote?: string | null, anticipatedPaymentFrequency: Array, anticipatedPaymentFrequencyContinually?: string | null, anticipatedPaymentFrequencyOther?: string | null, anticipatedPaymentFrequencyNote?: string | null, willRecoverPayments?: boolean | null, willRecoverPaymentsNote?: string | null, anticipateReconcilingPaymentsRetrospectively?: boolean | null, anticipateReconcilingPaymentsRetrospectivelyNote?: string | null, paymentReconciliationFrequency: Array, paymentReconciliationFrequencyContinually?: string | null, paymentReconciliationFrequencyOther?: string | null, paymentReconciliationFrequencyNote?: string | null, paymentDemandRecoupmentFrequency: Array, paymentDemandRecoupmentFrequencyContinually?: string | null, paymentDemandRecoupmentFrequencyOther?: string | null, paymentDemandRecoupmentFrequencyNote?: string | null, paymentStartDate?: Time | null, paymentStartDateNote?: string | null, status: TaskStatus } } }; +export type GetAllPaymentsQuery = { __typename: 'Query', modelPlan: { __typename: 'ModelPlan', id: UUID, payments: { __typename: 'PlanPayments', fundingSource: Array, fundingSourcePatientProtectionInfo?: string | null, fundingSourceMedicareAInfo?: string | null, fundingSourceMedicareBInfo?: string | null, fundingSourceOther?: string | null, fundingSourceNote?: string | null, fundingSourceR: Array, fundingSourceRPatientProtectionInfo?: string | null, fundingSourceRMedicareAInfo?: string | null, fundingSourceRMedicareBInfo?: string | null, fundingSourceROther?: string | null, fundingSourceRNote?: string | null, payRecipients: Array, payRecipientsOtherSpecification?: string | null, payRecipientsNote?: string | null, payType: Array, payTypeNote?: string | null, payClaims: Array, payClaimsOther?: string | null, payClaimsNote?: string | null, shouldAnyProvidersExcludedFFSSystems?: boolean | null, shouldAnyProviderExcludedFFSSystemsNote?: string | null, changesMedicarePhysicianFeeSchedule?: boolean | null, changesMedicarePhysicianFeeScheduleNote?: string | null, affectsMedicareSecondaryPayerClaims?: boolean | null, affectsMedicareSecondaryPayerClaimsHow?: string | null, affectsMedicareSecondaryPayerClaimsNote?: string | null, payModelDifferentiation?: string | null, willBePaymentAdjustments?: boolean | null, willBePaymentAdjustmentsNote?: string | null, creatingDependenciesBetweenServices?: boolean | null, creatingDependenciesBetweenServicesNote?: string | null, needsClaimsDataCollection?: boolean | null, needsClaimsDataCollectionNote?: string | null, providingThirdPartyFile?: boolean | null, isContractorAwareTestDataRequirements?: boolean | null, beneficiaryCostSharingLevelAndHandling?: string | null, waiveBeneficiaryCostSharingForAnyServices?: boolean | null, waiveBeneficiaryCostSharingServiceSpecification?: string | null, waiverOnlyAppliesPartOfPayment?: boolean | null, waiveBeneficiaryCostSharingNote?: string | null, nonClaimsPayments: Array, nonClaimsPaymentsNote?: string | null, nonClaimsPaymentOther?: string | null, paymentCalculationOwner?: string | null, numberPaymentsPerPayCycle?: string | null, numberPaymentsPerPayCycleNote?: string | null, sharedSystemsInvolvedAdditionalClaimPayment?: boolean | null, sharedSystemsInvolvedAdditionalClaimPaymentNote?: string | null, planningToUseInnovationPaymentContractor?: boolean | null, planningToUseInnovationPaymentContractorNote?: string | null, expectedCalculationComplexityLevel?: ComplexityCalculationLevelType | null, expectedCalculationComplexityLevelNote?: string | null, claimsProcessingPrecedence?: boolean | null, claimsProcessingPrecedenceOther?: string | null, claimsProcessingPrecedenceNote?: string | null, canParticipantsSelectBetweenPaymentMechanisms?: boolean | null, canParticipantsSelectBetweenPaymentMechanismsHow?: string | null, canParticipantsSelectBetweenPaymentMechanismsNote?: string | null, anticipatedPaymentFrequency: Array, anticipatedPaymentFrequencyContinually?: string | null, anticipatedPaymentFrequencyOther?: string | null, anticipatedPaymentFrequencyNote?: string | null, willRecoverPayments?: boolean | null, willRecoverPaymentsNote?: string | null, anticipateReconcilingPaymentsRetrospectively?: boolean | null, anticipateReconcilingPaymentsRetrospectivelyNote?: string | null, paymentReconciliationFrequency: Array, paymentReconciliationFrequencyContinually?: string | null, paymentReconciliationFrequencyOther?: string | null, paymentReconciliationFrequencyNote?: string | null, paymentDemandRecoupmentFrequency: Array, paymentDemandRecoupmentFrequencyContinually?: string | null, paymentDemandRecoupmentFrequencyOther?: string | null, paymentDemandRecoupmentFrequencyNote?: string | null, paymentStartDate?: Time | null, paymentStartDateNote?: string | null, status: TaskStatus } } }; export type GetAnticipateDependenciesQueryVariables = Exact<{ id: Scalars['UUID']['input']; @@ -4922,7 +4928,7 @@ export type GetFundingQueryVariables = Exact<{ }>; -export type GetFundingQuery = { __typename: 'Query', modelPlan: { __typename: 'ModelPlan', id: UUID, modelName: string, payments: { __typename: 'PlanPayments', id: UUID, fundingSource: Array, fundingSourceMedicareAInfo?: string | null, fundingSourceMedicareBInfo?: string | null, fundingSourceOther?: string | null, fundingSourceNote?: string | null, fundingSourceR: Array, fundingSourceRMedicareAInfo?: string | null, fundingSourceRMedicareBInfo?: string | null, fundingSourceROther?: string | null, fundingSourceRNote?: string | null, payRecipients: Array, payRecipientsOtherSpecification?: string | null, payRecipientsNote?: string | null, payType: Array, payTypeNote?: string | null, payClaims: Array }, operationalNeeds: Array<{ __typename: 'OperationalNeed', id: UUID, modifiedDts?: Time | null }> } }; +export type GetFundingQuery = { __typename: 'Query', modelPlan: { __typename: 'ModelPlan', id: UUID, modelName: string, payments: { __typename: 'PlanPayments', id: UUID, fundingSource: Array, fundingSourcePatientProtectionInfo?: string | null, fundingSourceMedicareAInfo?: string | null, fundingSourceMedicareBInfo?: string | null, fundingSourceOther?: string | null, fundingSourceNote?: string | null, fundingSourceR: Array, fundingSourceRPatientProtectionInfo?: string | null, fundingSourceRMedicareAInfo?: string | null, fundingSourceRMedicareBInfo?: string | null, fundingSourceROther?: string | null, fundingSourceRNote?: string | null, payRecipients: Array, payRecipientsOtherSpecification?: string | null, payRecipientsNote?: string | null, payType: Array, payTypeNote?: string | null, payClaims: Array }, operationalNeeds: Array<{ __typename: 'OperationalNeed', id: UUID, modifiedDts?: Time | null }> } }; export type GetNonClaimsBasedPaymentQueryVariables = Exact<{ id: Scalars['UUID']['input']; @@ -8940,11 +8946,13 @@ export const GetAllModelDataDocument = gql` anticipatedPaymentFrequencyOther anticipatedPaymentFrequencyNote fundingSource + fundingSourcePatientProtectionInfo fundingSourceMedicareAInfo fundingSourceMedicareBInfo fundingSourceOther fundingSourceNote fundingSourceR + fundingSourceRPatientProtectionInfo fundingSourceRMedicareAInfo fundingSourceRMedicareBInfo fundingSourceROther @@ -9429,11 +9437,13 @@ export const GetAllSingleModelDataDocument = gql` anticipatedPaymentFrequencyOther anticipatedPaymentFrequencyNote fundingSource + fundingSourcePatientProtectionInfo fundingSourceMedicareAInfo fundingSourceMedicareBInfo fundingSourceOther fundingSourceNote fundingSourceR + fundingSourceRPatientProtectionInfo fundingSourceRMedicareAInfo fundingSourceRMedicareBInfo fundingSourceROther @@ -11639,11 +11649,13 @@ export const GetAllPaymentsDocument = gql` id payments { fundingSource + fundingSourcePatientProtectionInfo fundingSourceMedicareAInfo fundingSourceMedicareBInfo fundingSourceOther fundingSourceNote fundingSourceR + fundingSourceRPatientProtectionInfo fundingSourceRMedicareAInfo fundingSourceRMedicareBInfo fundingSourceROther @@ -11982,11 +11994,13 @@ export const GetFundingDocument = gql` payments { id fundingSource + fundingSourcePatientProtectionInfo fundingSourceMedicareAInfo fundingSourceMedicareBInfo fundingSourceOther fundingSourceNote fundingSourceR + fundingSourceRPatientProtectionInfo fundingSourceRMedicareAInfo fundingSourceRMedicareBInfo fundingSourceROther @@ -13013,8 +13027,8 @@ export const TypedGetNdaDocument = {"kind":"Document","definitions":[{"kind":"Op export const TypedArchiveModelPlanDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"ArchiveModelPlan"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"archived"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Boolean"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"updateModelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}},{"kind":"Argument","name":{"kind":"Name","value":"changes"},"value":{"kind":"ObjectValue","fields":[{"kind":"ObjectField","name":{"kind":"Name","value":"archived"},"value":{"kind":"Variable","name":{"kind":"Name","value":"archived"}}}]}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}}]}}]}}]} as unknown as DocumentNode; export const TypedCreateModelPlanDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"CreateModelPlan"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"modelName"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"createModelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"modelName"},"value":{"kind":"Variable","name":{"kind":"Name","value":"modelName"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"createdBy"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"basics"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelPlanID"}},{"kind":"Field","name":{"kind":"Name","value":"modelCategory"}},{"kind":"Field","name":{"kind":"Name","value":"cmsCenters"}},{"kind":"Field","name":{"kind":"Name","value":"cmmiGroups"}},{"kind":"Field","name":{"kind":"Name","value":"modelType"}},{"kind":"Field","name":{"kind":"Name","value":"problem"}},{"kind":"Field","name":{"kind":"Name","value":"goal"}},{"kind":"Field","name":{"kind":"Name","value":"testInterventions"}},{"kind":"Field","name":{"kind":"Name","value":"note"}},{"kind":"Field","name":{"kind":"Name","value":"completeICIP"}},{"kind":"Field","name":{"kind":"Name","value":"clearanceStarts"}},{"kind":"Field","name":{"kind":"Name","value":"clearanceEnds"}},{"kind":"Field","name":{"kind":"Name","value":"announced"}},{"kind":"Field","name":{"kind":"Name","value":"applicationsStart"}},{"kind":"Field","name":{"kind":"Name","value":"applicationsEnd"}},{"kind":"Field","name":{"kind":"Name","value":"performancePeriodStarts"}},{"kind":"Field","name":{"kind":"Name","value":"performancePeriodEnds"}},{"kind":"Field","name":{"kind":"Name","value":"wrapUpEnds"}},{"kind":"Field","name":{"kind":"Name","value":"highLevelNote"}},{"kind":"Field","name":{"kind":"Name","value":"phasedIn"}},{"kind":"Field","name":{"kind":"Name","value":"phasedInNote"}},{"kind":"Field","name":{"kind":"Name","value":"createdBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedBy"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"collaborators"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"userAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"commonName"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"username"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userID"}},{"kind":"Field","name":{"kind":"Name","value":"teamRoles"}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedCreateModelPlanReplyDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"CreateModelPlanReply"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"DiscussionReplyCreateInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"createDiscussionReply"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"discussionID"}},{"kind":"Field","name":{"kind":"Name","value":"content"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawContent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}}]}}]}}]} as unknown as DocumentNode; -export const TypedGetAllModelDataDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetAllModelData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlanCollection"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"EnumValue","value":"INCLUDE_ALL"}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"nameHistory"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"sort"},"value":{"kind":"EnumValue","value":"DESC"}}]},{"kind":"Field","name":{"kind":"Name","value":"abbreviation"}},{"kind":"Field","name":{"kind":"Name","value":"archived"}},{"kind":"Field","name":{"kind":"Name","value":"createdByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"basics"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelCategory"}},{"kind":"Field","name":{"kind":"Name","value":"amsModelID"}},{"kind":"Field","name":{"kind":"Name","value":"demoCode"}},{"kind":"Field","name":{"kind":"Name","value":"cmsCenters"}},{"kind":"Field","name":{"kind":"Name","value":"cmmiGroups"}},{"kind":"Field","name":{"kind":"Name","value":"modelType"}},{"kind":"Field","name":{"kind":"Name","value":"modelTypeOther"}},{"kind":"Field","name":{"kind":"Name","value":"problem"}},{"kind":"Field","name":{"kind":"Name","value":"goal"}},{"kind":"Field","name":{"kind":"Name","value":"testInterventions"}},{"kind":"Field","name":{"kind":"Name","value":"note"}},{"kind":"Field","name":{"kind":"Name","value":"completeICIP"}},{"kind":"Field","name":{"kind":"Name","value":"clearanceStarts"}},{"kind":"Field","name":{"kind":"Name","value":"clearanceEnds"}},{"kind":"Field","name":{"kind":"Name","value":"announced"}},{"kind":"Field","name":{"kind":"Name","value":"applicationsStart"}},{"kind":"Field","name":{"kind":"Name","value":"applicationsEnd"}},{"kind":"Field","name":{"kind":"Name","value":"performancePeriodStarts"}},{"kind":"Field","name":{"kind":"Name","value":"performancePeriodEnds"}},{"kind":"Field","name":{"kind":"Name","value":"highLevelNote"}},{"kind":"Field","name":{"kind":"Name","value":"wrapUpEnds"}},{"kind":"Field","name":{"kind":"Name","value":"phasedIn"}},{"kind":"Field","name":{"kind":"Name","value":"phasedInNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"generalCharacteristics"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"rulemakingRequired"}},{"kind":"Field","name":{"kind":"Name","value":"rulemakingRequiredDescription"}},{"kind":"Field","name":{"kind":"Name","value":"rulemakingRequiredNote"}},{"kind":"Field","name":{"kind":"Name","value":"authorityAllowances"}},{"kind":"Field","name":{"kind":"Name","value":"authorityAllowancesOther"}},{"kind":"Field","name":{"kind":"Name","value":"authorityAllowancesNote"}},{"kind":"Field","name":{"kind":"Name","value":"waiversRequired"}},{"kind":"Field","name":{"kind":"Name","value":"waiversRequiredTypes"}},{"kind":"Field","name":{"kind":"Name","value":"waiversRequiredNote"}},{"kind":"Field","name":{"kind":"Name","value":"isNewModel"}},{"kind":"Field","name":{"kind":"Name","value":"existingModel"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModel"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelWhyHow"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelHow"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelNote"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelWhich"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"names"}}]}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelOtherSpecify"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelOtherOption"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPrecondition"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionWhich"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"names"}}]}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionOtherSpecify"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionOtherOption"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionWhyHow"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionNote"}},{"kind":"Field","name":{"kind":"Name","value":"hasComponentsOrTracks"}},{"kind":"Field","name":{"kind":"Name","value":"hasComponentsOrTracksDiffer"}},{"kind":"Field","name":{"kind":"Name","value":"hasComponentsOrTracksNote"}},{"kind":"Field","name":{"kind":"Name","value":"careCoordinationInvolved"}},{"kind":"Field","name":{"kind":"Name","value":"careCoordinationInvolvedDescription"}},{"kind":"Field","name":{"kind":"Name","value":"careCoordinationInvolvedNote"}},{"kind":"Field","name":{"kind":"Name","value":"additionalServicesInvolved"}},{"kind":"Field","name":{"kind":"Name","value":"additionalServicesInvolvedDescription"}},{"kind":"Field","name":{"kind":"Name","value":"additionalServicesInvolvedNote"}},{"kind":"Field","name":{"kind":"Name","value":"communityPartnersInvolved"}},{"kind":"Field","name":{"kind":"Name","value":"communityPartnersInvolvedDescription"}},{"kind":"Field","name":{"kind":"Name","value":"communityPartnersInvolvedNote"}},{"kind":"Field","name":{"kind":"Name","value":"agencyOrStateHelp"}},{"kind":"Field","name":{"kind":"Name","value":"agencyOrStateHelpOther"}},{"kind":"Field","name":{"kind":"Name","value":"agencyOrStateHelpNote"}},{"kind":"Field","name":{"kind":"Name","value":"alternativePaymentModelTypes"}},{"kind":"Field","name":{"kind":"Name","value":"alternativePaymentModelNote"}},{"kind":"Field","name":{"kind":"Name","value":"keyCharacteristics"}},{"kind":"Field","name":{"kind":"Name","value":"keyCharacteristicsNote"}},{"kind":"Field","name":{"kind":"Name","value":"keyCharacteristicsOther"}},{"kind":"Field","name":{"kind":"Name","value":"collectPlanBids"}},{"kind":"Field","name":{"kind":"Name","value":"collectPlanBidsNote"}},{"kind":"Field","name":{"kind":"Name","value":"managePartCDEnrollment"}},{"kind":"Field","name":{"kind":"Name","value":"managePartCDEnrollmentNote"}},{"kind":"Field","name":{"kind":"Name","value":"planContractUpdated"}},{"kind":"Field","name":{"kind":"Name","value":"planContractUpdatedNote"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargeted"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedTypes"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesStatesAndTerritories"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesRegionTypes"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedTypesOther"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedAppliedTo"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedAppliedToOther"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedNote"}},{"kind":"Field","name":{"kind":"Name","value":"participationOptions"}},{"kind":"Field","name":{"kind":"Name","value":"participationOptionsNote"}},{"kind":"Field","name":{"kind":"Name","value":"agreementTypes"}},{"kind":"Field","name":{"kind":"Name","value":"agreementTypesOther"}},{"kind":"Field","name":{"kind":"Name","value":"multiplePatricipationAgreementsNeeded"}},{"kind":"Field","name":{"kind":"Name","value":"multiplePatricipationAgreementsNeededNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"participantsAndProviders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"communicationMethod"}},{"kind":"Field","name":{"kind":"Name","value":"communicationMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"communicationNote"}},{"kind":"Field","name":{"kind":"Name","value":"riskType"}},{"kind":"Field","name":{"kind":"Name","value":"riskOther"}},{"kind":"Field","name":{"kind":"Name","value":"riskNote"}},{"kind":"Field","name":{"kind":"Name","value":"willRiskChange"}},{"kind":"Field","name":{"kind":"Name","value":"willRiskChangeNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuarantee"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuaranteeType"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuaranteeOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuaranteeNote"}},{"kind":"Field","name":{"kind":"Name","value":"coordinateWork"}},{"kind":"Field","name":{"kind":"Name","value":"coordinateWorkNote"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePayments"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsTrack"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsEligibility"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsEligibilityOther"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantsIds"}},{"kind":"Field","name":{"kind":"Name","value":"participantsIdsOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantsIDSNote"}},{"kind":"Field","name":{"kind":"Name","value":"expectedNumberOfParticipants"}},{"kind":"Field","name":{"kind":"Name","value":"estimateConfidence"}},{"kind":"Field","name":{"kind":"Name","value":"confidenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"recruitmentMethod"}},{"kind":"Field","name":{"kind":"Name","value":"recruitmentOther"}},{"kind":"Field","name":{"kind":"Name","value":"recruitmentNote"}},{"kind":"Field","name":{"kind":"Name","value":"selectionMethod"}},{"kind":"Field","name":{"kind":"Name","value":"selectionOther"}},{"kind":"Field","name":{"kind":"Name","value":"selectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"participants"}},{"kind":"Field","name":{"kind":"Name","value":"medicareProviderType"}},{"kind":"Field","name":{"kind":"Name","value":"isNewTypeOfProvidersOrSuppliers"}},{"kind":"Field","name":{"kind":"Name","value":"statesEngagement"}},{"kind":"Field","name":{"kind":"Name","value":"participantsOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantsCurrentlyInModels"}},{"kind":"Field","name":{"kind":"Name","value":"participantsCurrentlyInModelsNote"}},{"kind":"Field","name":{"kind":"Name","value":"modelApplicationLevel"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethod"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethodNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethod"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethodNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlap"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlapHierarchy"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlapNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaries"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaries"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiariesNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiariesOther"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryOverlap"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryOverlapNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionOther"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionMethod"}},{"kind":"Field","name":{"kind":"Name","value":"treatDualElligibleDifferent"}},{"kind":"Field","name":{"kind":"Name","value":"treatDualElligibleDifferentHow"}},{"kind":"Field","name":{"kind":"Name","value":"treatDualElligibleDifferentNote"}},{"kind":"Field","name":{"kind":"Name","value":"excludeCertainCharacteristics"}},{"kind":"Field","name":{"kind":"Name","value":"excludeCertainCharacteristicsCriteria"}},{"kind":"Field","name":{"kind":"Name","value":"excludeCertainCharacteristicsNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRules"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRulesYes"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRulesNo"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRulesNote"}},{"kind":"Field","name":{"kind":"Name","value":"numberPeopleImpacted"}},{"kind":"Field","name":{"kind":"Name","value":"estimateConfidence"}},{"kind":"Field","name":{"kind":"Name","value":"confidenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"opsEvalAndLearning"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"ccmInvolvment"}},{"kind":"Field","name":{"kind":"Name","value":"ccmInvolvmentOther"}},{"kind":"Field","name":{"kind":"Name","value":"ccmInvolvmentNote"}},{"kind":"Field","name":{"kind":"Name","value":"iddocSupport"}},{"kind":"Field","name":{"kind":"Name","value":"iddocSupportNote"}},{"kind":"Field","name":{"kind":"Name","value":"sendFilesBetweenCcw"}},{"kind":"Field","name":{"kind":"Name","value":"sendFilesBetweenCcwNote"}},{"kind":"Field","name":{"kind":"Name","value":"appToSendFilesToKnown"}},{"kind":"Field","name":{"kind":"Name","value":"appToSendFilesToWhich"}},{"kind":"Field","name":{"kind":"Name","value":"appToSendFilesToNote"}},{"kind":"Field","name":{"kind":"Name","value":"useCcwForFileDistribiutionToParticipants"}},{"kind":"Field","name":{"kind":"Name","value":"useCcwForFileDistribiutionToParticipantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"developNewQualityMeasures"}},{"kind":"Field","name":{"kind":"Name","value":"developNewQualityMeasuresNote"}},{"kind":"Field","name":{"kind":"Name","value":"qualityPerformanceImpactsPayment"}},{"kind":"Field","name":{"kind":"Name","value":"qualityPerformanceImpactsPaymentOther"}},{"kind":"Field","name":{"kind":"Name","value":"qualityPerformanceImpactsPaymentNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingStarts"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingStartsOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingStartsNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionStarts"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionStartsOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingStarts"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingStartsOther"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingStartsNote"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"evaluationApproaches"}},{"kind":"Field","name":{"kind":"Name","value":"evaluationApproachOther"}},{"kind":"Field","name":{"kind":"Name","value":"evalutaionApproachNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataNeededForMonitoring"}},{"kind":"Field","name":{"kind":"Name","value":"dataNeededForMonitoringOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataNeededForMonitoringNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataToSendParticicipants"}},{"kind":"Field","name":{"kind":"Name","value":"dataToSendParticicipantsOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataToSendParticicipantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"shareCclfData"}},{"kind":"Field","name":{"kind":"Name","value":"shareCclfDataNote"}},{"kind":"Field","name":{"kind":"Name","value":"technicalContactsIdentified"}},{"kind":"Field","name":{"kind":"Name","value":"technicalContactsIdentifiedDetail"}},{"kind":"Field","name":{"kind":"Name","value":"technicalContactsIdentifiedNote"}},{"kind":"Field","name":{"kind":"Name","value":"captureParticipantInfo"}},{"kind":"Field","name":{"kind":"Name","value":"captureParticipantInfoNote"}},{"kind":"Field","name":{"kind":"Name","value":"icdOwner"}},{"kind":"Field","name":{"kind":"Name","value":"draftIcdDueDate"}},{"kind":"Field","name":{"kind":"Name","value":"icdNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataFullTimeOrIncremental"}},{"kind":"Field","name":{"kind":"Name","value":"eftSetUp"}},{"kind":"Field","name":{"kind":"Name","value":"unsolicitedAdjustmentsIncluded"}},{"kind":"Field","name":{"kind":"Name","value":"dataFlowDiagramsNeeded"}},{"kind":"Field","name":{"kind":"Name","value":"produceBenefitEnhancementFiles"}},{"kind":"Field","name":{"kind":"Name","value":"fileNamingConventions"}},{"kind":"Field","name":{"kind":"Name","value":"dataMonitoringNote"}},{"kind":"Field","name":{"kind":"Name","value":"uatNeeds"}},{"kind":"Field","name":{"kind":"Name","value":"stcNeeds"}},{"kind":"Field","name":{"kind":"Name","value":"testingTimelines"}},{"kind":"Field","name":{"kind":"Name","value":"testingNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataMonitoringFileTypes"}},{"kind":"Field","name":{"kind":"Name","value":"dataMonitoringFileOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataResponseType"}},{"kind":"Field","name":{"kind":"Name","value":"dataResponseFileFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"modelLearningSystems"}},{"kind":"Field","name":{"kind":"Name","value":"modelLearningSystemsOther"}},{"kind":"Field","name":{"kind":"Name","value":"modelLearningSystemsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedChallenges"}},{"kind":"Field","name":{"kind":"Name","value":"stakeholders"}},{"kind":"Field","name":{"kind":"Name","value":"stakeholdersOther"}},{"kind":"Field","name":{"kind":"Name","value":"stakeholdersNote"}},{"kind":"Field","name":{"kind":"Name","value":"helpdeskUse"}},{"kind":"Field","name":{"kind":"Name","value":"helpdeskUseNote"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupport"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupportOther"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupportHow"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupportNote"}},{"kind":"Field","name":{"kind":"Name","value":"benchmarkForPerformance"}},{"kind":"Field","name":{"kind":"Name","value":"benchmarkForPerformanceNote"}},{"kind":"Field","name":{"kind":"Name","value":"computePerformanceScores"}},{"kind":"Field","name":{"kind":"Name","value":"computePerformanceScoresNote"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustPerformance"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustFeedback"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustPayments"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustOther"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustNote"}},{"kind":"Field","name":{"kind":"Name","value":"appealPerformance"}},{"kind":"Field","name":{"kind":"Name","value":"appealFeedback"}},{"kind":"Field","name":{"kind":"Name","value":"appealPayments"}},{"kind":"Field","name":{"kind":"Name","value":"appealOther"}},{"kind":"Field","name":{"kind":"Name","value":"appealNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServices"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServicesNote"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollection"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"providingThirdPartyFile"}},{"kind":"Field","name":{"kind":"Name","value":"isContractorAwareTestDataRequirements"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryCostSharingLevelAndHandling"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingForAnyServices"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingServiceSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"waiverOnlyAppliesPartOfPayment"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsOther"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProvidersExcludedFFSSystems"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProviderExcludedFFSSystemsNote"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeSchedule"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeScheduleNote"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaims"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsHow"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payModelDifferentiation"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustments"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustmentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevel"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevelNote"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedence"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceOther"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanisms"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsHow"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSource"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceOther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceNote"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceR"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceROther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRNote"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipients"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsOtherSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payTypeNote"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPayments"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPaymentOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentCalculationOwner"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycle"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycleNote"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPayment"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPaymentNote"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractor"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractorNote"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPayments"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectively"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectivelyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDate"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDateNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"collaborators"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"userAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"commonName"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"username"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userID"}},{"kind":"Field","name":{"kind":"Name","value":"teamRoles"}},{"kind":"Field","name":{"kind":"Name","value":"modelPlanID"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}}]}},{"kind":"Field","name":{"kind":"Name","value":"discussions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"content"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawContent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userRole"}},{"kind":"Field","name":{"kind":"Name","value":"userRoleDescription"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"replies"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"discussionID"}},{"kind":"Field","name":{"kind":"Name","value":"content"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawContent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userRole"}},{"kind":"Field","name":{"kind":"Name","value":"userRoleDescription"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}}]}}]}}]}}]}}]} as unknown as DocumentNode; -export const TypedGetAllSingleModelDataDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetAllSingleModelData"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"nameHistory"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"sort"},"value":{"kind":"EnumValue","value":"DESC"}}]},{"kind":"Field","name":{"kind":"Name","value":"abbreviation"}},{"kind":"Field","name":{"kind":"Name","value":"archived"}},{"kind":"Field","name":{"kind":"Name","value":"createdByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"basics"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelCategory"}},{"kind":"Field","name":{"kind":"Name","value":"amsModelID"}},{"kind":"Field","name":{"kind":"Name","value":"demoCode"}},{"kind":"Field","name":{"kind":"Name","value":"cmsCenters"}},{"kind":"Field","name":{"kind":"Name","value":"cmmiGroups"}},{"kind":"Field","name":{"kind":"Name","value":"modelType"}},{"kind":"Field","name":{"kind":"Name","value":"modelTypeOther"}},{"kind":"Field","name":{"kind":"Name","value":"problem"}},{"kind":"Field","name":{"kind":"Name","value":"goal"}},{"kind":"Field","name":{"kind":"Name","value":"testInterventions"}},{"kind":"Field","name":{"kind":"Name","value":"note"}},{"kind":"Field","name":{"kind":"Name","value":"completeICIP"}},{"kind":"Field","name":{"kind":"Name","value":"clearanceStarts"}},{"kind":"Field","name":{"kind":"Name","value":"clearanceEnds"}},{"kind":"Field","name":{"kind":"Name","value":"announced"}},{"kind":"Field","name":{"kind":"Name","value":"applicationsStart"}},{"kind":"Field","name":{"kind":"Name","value":"applicationsEnd"}},{"kind":"Field","name":{"kind":"Name","value":"performancePeriodStarts"}},{"kind":"Field","name":{"kind":"Name","value":"performancePeriodEnds"}},{"kind":"Field","name":{"kind":"Name","value":"highLevelNote"}},{"kind":"Field","name":{"kind":"Name","value":"wrapUpEnds"}},{"kind":"Field","name":{"kind":"Name","value":"phasedIn"}},{"kind":"Field","name":{"kind":"Name","value":"phasedInNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"generalCharacteristics"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"rulemakingRequired"}},{"kind":"Field","name":{"kind":"Name","value":"rulemakingRequiredDescription"}},{"kind":"Field","name":{"kind":"Name","value":"rulemakingRequiredNote"}},{"kind":"Field","name":{"kind":"Name","value":"authorityAllowances"}},{"kind":"Field","name":{"kind":"Name","value":"authorityAllowancesOther"}},{"kind":"Field","name":{"kind":"Name","value":"authorityAllowancesNote"}},{"kind":"Field","name":{"kind":"Name","value":"waiversRequired"}},{"kind":"Field","name":{"kind":"Name","value":"waiversRequiredTypes"}},{"kind":"Field","name":{"kind":"Name","value":"waiversRequiredNote"}},{"kind":"Field","name":{"kind":"Name","value":"isNewModel"}},{"kind":"Field","name":{"kind":"Name","value":"existingModel"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModel"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelWhyHow"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelHow"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelNote"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelWhich"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"names"}}]}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelOtherSpecify"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelOtherOption"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPrecondition"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionWhich"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"names"}}]}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionOtherSpecify"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionOtherOption"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionWhyHow"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionNote"}},{"kind":"Field","name":{"kind":"Name","value":"hasComponentsOrTracks"}},{"kind":"Field","name":{"kind":"Name","value":"hasComponentsOrTracksDiffer"}},{"kind":"Field","name":{"kind":"Name","value":"hasComponentsOrTracksNote"}},{"kind":"Field","name":{"kind":"Name","value":"careCoordinationInvolved"}},{"kind":"Field","name":{"kind":"Name","value":"careCoordinationInvolvedDescription"}},{"kind":"Field","name":{"kind":"Name","value":"careCoordinationInvolvedNote"}},{"kind":"Field","name":{"kind":"Name","value":"additionalServicesInvolved"}},{"kind":"Field","name":{"kind":"Name","value":"additionalServicesInvolvedDescription"}},{"kind":"Field","name":{"kind":"Name","value":"additionalServicesInvolvedNote"}},{"kind":"Field","name":{"kind":"Name","value":"communityPartnersInvolved"}},{"kind":"Field","name":{"kind":"Name","value":"communityPartnersInvolvedDescription"}},{"kind":"Field","name":{"kind":"Name","value":"communityPartnersInvolvedNote"}},{"kind":"Field","name":{"kind":"Name","value":"agencyOrStateHelp"}},{"kind":"Field","name":{"kind":"Name","value":"agencyOrStateHelpOther"}},{"kind":"Field","name":{"kind":"Name","value":"agencyOrStateHelpNote"}},{"kind":"Field","name":{"kind":"Name","value":"alternativePaymentModelTypes"}},{"kind":"Field","name":{"kind":"Name","value":"alternativePaymentModelNote"}},{"kind":"Field","name":{"kind":"Name","value":"keyCharacteristics"}},{"kind":"Field","name":{"kind":"Name","value":"keyCharacteristicsNote"}},{"kind":"Field","name":{"kind":"Name","value":"keyCharacteristicsOther"}},{"kind":"Field","name":{"kind":"Name","value":"collectPlanBids"}},{"kind":"Field","name":{"kind":"Name","value":"collectPlanBidsNote"}},{"kind":"Field","name":{"kind":"Name","value":"managePartCDEnrollment"}},{"kind":"Field","name":{"kind":"Name","value":"managePartCDEnrollmentNote"}},{"kind":"Field","name":{"kind":"Name","value":"planContractUpdated"}},{"kind":"Field","name":{"kind":"Name","value":"planContractUpdatedNote"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargeted"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedTypes"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesStatesAndTerritories"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesRegionTypes"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedTypesOther"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedAppliedTo"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedAppliedToOther"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedNote"}},{"kind":"Field","name":{"kind":"Name","value":"participationOptions"}},{"kind":"Field","name":{"kind":"Name","value":"participationOptionsNote"}},{"kind":"Field","name":{"kind":"Name","value":"agreementTypes"}},{"kind":"Field","name":{"kind":"Name","value":"agreementTypesOther"}},{"kind":"Field","name":{"kind":"Name","value":"multiplePatricipationAgreementsNeeded"}},{"kind":"Field","name":{"kind":"Name","value":"multiplePatricipationAgreementsNeededNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"participantsAndProviders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"communicationMethod"}},{"kind":"Field","name":{"kind":"Name","value":"communicationMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"communicationNote"}},{"kind":"Field","name":{"kind":"Name","value":"riskType"}},{"kind":"Field","name":{"kind":"Name","value":"riskOther"}},{"kind":"Field","name":{"kind":"Name","value":"riskNote"}},{"kind":"Field","name":{"kind":"Name","value":"willRiskChange"}},{"kind":"Field","name":{"kind":"Name","value":"willRiskChangeNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuarantee"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuaranteeType"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuaranteeOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuaranteeNote"}},{"kind":"Field","name":{"kind":"Name","value":"coordinateWork"}},{"kind":"Field","name":{"kind":"Name","value":"coordinateWorkNote"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePayments"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsTrack"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsEligibility"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsEligibilityOther"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantsIds"}},{"kind":"Field","name":{"kind":"Name","value":"participantsIdsOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantsIDSNote"}},{"kind":"Field","name":{"kind":"Name","value":"expectedNumberOfParticipants"}},{"kind":"Field","name":{"kind":"Name","value":"estimateConfidence"}},{"kind":"Field","name":{"kind":"Name","value":"confidenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"recruitmentMethod"}},{"kind":"Field","name":{"kind":"Name","value":"recruitmentOther"}},{"kind":"Field","name":{"kind":"Name","value":"recruitmentNote"}},{"kind":"Field","name":{"kind":"Name","value":"selectionMethod"}},{"kind":"Field","name":{"kind":"Name","value":"selectionOther"}},{"kind":"Field","name":{"kind":"Name","value":"selectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"participants"}},{"kind":"Field","name":{"kind":"Name","value":"medicareProviderType"}},{"kind":"Field","name":{"kind":"Name","value":"isNewTypeOfProvidersOrSuppliers"}},{"kind":"Field","name":{"kind":"Name","value":"statesEngagement"}},{"kind":"Field","name":{"kind":"Name","value":"participantsOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantsCurrentlyInModels"}},{"kind":"Field","name":{"kind":"Name","value":"participantsCurrentlyInModelsNote"}},{"kind":"Field","name":{"kind":"Name","value":"modelApplicationLevel"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethod"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethodNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethod"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethodNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlap"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlapHierarchy"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlapNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaries"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaries"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiariesNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiariesOther"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryOverlap"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryOverlapNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionOther"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionMethod"}},{"kind":"Field","name":{"kind":"Name","value":"treatDualElligibleDifferent"}},{"kind":"Field","name":{"kind":"Name","value":"treatDualElligibleDifferentHow"}},{"kind":"Field","name":{"kind":"Name","value":"treatDualElligibleDifferentNote"}},{"kind":"Field","name":{"kind":"Name","value":"excludeCertainCharacteristics"}},{"kind":"Field","name":{"kind":"Name","value":"excludeCertainCharacteristicsCriteria"}},{"kind":"Field","name":{"kind":"Name","value":"excludeCertainCharacteristicsNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRules"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRulesYes"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRulesNo"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRulesNote"}},{"kind":"Field","name":{"kind":"Name","value":"numberPeopleImpacted"}},{"kind":"Field","name":{"kind":"Name","value":"estimateConfidence"}},{"kind":"Field","name":{"kind":"Name","value":"confidenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"opsEvalAndLearning"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"ccmInvolvment"}},{"kind":"Field","name":{"kind":"Name","value":"ccmInvolvmentOther"}},{"kind":"Field","name":{"kind":"Name","value":"ccmInvolvmentNote"}},{"kind":"Field","name":{"kind":"Name","value":"iddocSupport"}},{"kind":"Field","name":{"kind":"Name","value":"iddocSupportNote"}},{"kind":"Field","name":{"kind":"Name","value":"sendFilesBetweenCcw"}},{"kind":"Field","name":{"kind":"Name","value":"sendFilesBetweenCcwNote"}},{"kind":"Field","name":{"kind":"Name","value":"appToSendFilesToKnown"}},{"kind":"Field","name":{"kind":"Name","value":"appToSendFilesToWhich"}},{"kind":"Field","name":{"kind":"Name","value":"appToSendFilesToNote"}},{"kind":"Field","name":{"kind":"Name","value":"useCcwForFileDistribiutionToParticipants"}},{"kind":"Field","name":{"kind":"Name","value":"useCcwForFileDistribiutionToParticipantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"developNewQualityMeasures"}},{"kind":"Field","name":{"kind":"Name","value":"developNewQualityMeasuresNote"}},{"kind":"Field","name":{"kind":"Name","value":"qualityPerformanceImpactsPayment"}},{"kind":"Field","name":{"kind":"Name","value":"qualityPerformanceImpactsPaymentOther"}},{"kind":"Field","name":{"kind":"Name","value":"qualityPerformanceImpactsPaymentNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingStarts"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingStartsOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingStartsNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionStarts"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionStartsOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingStarts"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingStartsOther"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingStartsNote"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"evaluationApproaches"}},{"kind":"Field","name":{"kind":"Name","value":"evaluationApproachOther"}},{"kind":"Field","name":{"kind":"Name","value":"evalutaionApproachNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataNeededForMonitoring"}},{"kind":"Field","name":{"kind":"Name","value":"dataNeededForMonitoringOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataNeededForMonitoringNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataToSendParticicipants"}},{"kind":"Field","name":{"kind":"Name","value":"dataToSendParticicipantsOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataToSendParticicipantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"shareCclfData"}},{"kind":"Field","name":{"kind":"Name","value":"shareCclfDataNote"}},{"kind":"Field","name":{"kind":"Name","value":"technicalContactsIdentified"}},{"kind":"Field","name":{"kind":"Name","value":"technicalContactsIdentifiedDetail"}},{"kind":"Field","name":{"kind":"Name","value":"technicalContactsIdentifiedNote"}},{"kind":"Field","name":{"kind":"Name","value":"captureParticipantInfo"}},{"kind":"Field","name":{"kind":"Name","value":"captureParticipantInfoNote"}},{"kind":"Field","name":{"kind":"Name","value":"icdOwner"}},{"kind":"Field","name":{"kind":"Name","value":"draftIcdDueDate"}},{"kind":"Field","name":{"kind":"Name","value":"icdNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataFullTimeOrIncremental"}},{"kind":"Field","name":{"kind":"Name","value":"eftSetUp"}},{"kind":"Field","name":{"kind":"Name","value":"unsolicitedAdjustmentsIncluded"}},{"kind":"Field","name":{"kind":"Name","value":"dataFlowDiagramsNeeded"}},{"kind":"Field","name":{"kind":"Name","value":"produceBenefitEnhancementFiles"}},{"kind":"Field","name":{"kind":"Name","value":"fileNamingConventions"}},{"kind":"Field","name":{"kind":"Name","value":"dataMonitoringNote"}},{"kind":"Field","name":{"kind":"Name","value":"uatNeeds"}},{"kind":"Field","name":{"kind":"Name","value":"stcNeeds"}},{"kind":"Field","name":{"kind":"Name","value":"testingTimelines"}},{"kind":"Field","name":{"kind":"Name","value":"testingNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataMonitoringFileTypes"}},{"kind":"Field","name":{"kind":"Name","value":"dataMonitoringFileOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataResponseType"}},{"kind":"Field","name":{"kind":"Name","value":"dataResponseFileFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"modelLearningSystems"}},{"kind":"Field","name":{"kind":"Name","value":"modelLearningSystemsOther"}},{"kind":"Field","name":{"kind":"Name","value":"modelLearningSystemsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedChallenges"}},{"kind":"Field","name":{"kind":"Name","value":"stakeholders"}},{"kind":"Field","name":{"kind":"Name","value":"stakeholdersOther"}},{"kind":"Field","name":{"kind":"Name","value":"stakeholdersNote"}},{"kind":"Field","name":{"kind":"Name","value":"helpdeskUse"}},{"kind":"Field","name":{"kind":"Name","value":"helpdeskUseNote"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupport"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupportOther"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupportHow"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupportNote"}},{"kind":"Field","name":{"kind":"Name","value":"benchmarkForPerformance"}},{"kind":"Field","name":{"kind":"Name","value":"benchmarkForPerformanceNote"}},{"kind":"Field","name":{"kind":"Name","value":"computePerformanceScores"}},{"kind":"Field","name":{"kind":"Name","value":"computePerformanceScoresNote"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustPerformance"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustFeedback"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustPayments"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustOther"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustNote"}},{"kind":"Field","name":{"kind":"Name","value":"appealPerformance"}},{"kind":"Field","name":{"kind":"Name","value":"appealFeedback"}},{"kind":"Field","name":{"kind":"Name","value":"appealPayments"}},{"kind":"Field","name":{"kind":"Name","value":"appealOther"}},{"kind":"Field","name":{"kind":"Name","value":"appealNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServices"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServicesNote"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollection"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"providingThirdPartyFile"}},{"kind":"Field","name":{"kind":"Name","value":"isContractorAwareTestDataRequirements"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryCostSharingLevelAndHandling"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingForAnyServices"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingServiceSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"waiverOnlyAppliesPartOfPayment"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsOther"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProvidersExcludedFFSSystems"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProviderExcludedFFSSystemsNote"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeSchedule"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeScheduleNote"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaims"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsHow"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payModelDifferentiation"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustments"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustmentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevel"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevelNote"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedence"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceOther"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanisms"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsHow"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSource"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceOther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceNote"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceR"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceROther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRNote"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipients"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsOtherSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payTypeNote"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPayments"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPaymentOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentCalculationOwner"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycle"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycleNote"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPayment"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPaymentNote"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractor"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractorNote"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPayments"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectively"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectivelyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDate"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDateNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"collaborators"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"userAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"commonName"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"username"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userID"}},{"kind":"Field","name":{"kind":"Name","value":"teamRoles"}},{"kind":"Field","name":{"kind":"Name","value":"modelPlanID"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}}]}},{"kind":"Field","name":{"kind":"Name","value":"discussions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"content"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawContent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userRole"}},{"kind":"Field","name":{"kind":"Name","value":"userRoleDescription"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"replies"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"discussionID"}},{"kind":"Field","name":{"kind":"Name","value":"content"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawContent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userRole"}},{"kind":"Field","name":{"kind":"Name","value":"userRoleDescription"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}}]}}]}}]}}]}}]} as unknown as DocumentNode; +export const TypedGetAllModelDataDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetAllModelData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlanCollection"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"EnumValue","value":"INCLUDE_ALL"}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"nameHistory"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"sort"},"value":{"kind":"EnumValue","value":"DESC"}}]},{"kind":"Field","name":{"kind":"Name","value":"abbreviation"}},{"kind":"Field","name":{"kind":"Name","value":"archived"}},{"kind":"Field","name":{"kind":"Name","value":"createdByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"basics"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelCategory"}},{"kind":"Field","name":{"kind":"Name","value":"amsModelID"}},{"kind":"Field","name":{"kind":"Name","value":"demoCode"}},{"kind":"Field","name":{"kind":"Name","value":"cmsCenters"}},{"kind":"Field","name":{"kind":"Name","value":"cmmiGroups"}},{"kind":"Field","name":{"kind":"Name","value":"modelType"}},{"kind":"Field","name":{"kind":"Name","value":"modelTypeOther"}},{"kind":"Field","name":{"kind":"Name","value":"problem"}},{"kind":"Field","name":{"kind":"Name","value":"goal"}},{"kind":"Field","name":{"kind":"Name","value":"testInterventions"}},{"kind":"Field","name":{"kind":"Name","value":"note"}},{"kind":"Field","name":{"kind":"Name","value":"completeICIP"}},{"kind":"Field","name":{"kind":"Name","value":"clearanceStarts"}},{"kind":"Field","name":{"kind":"Name","value":"clearanceEnds"}},{"kind":"Field","name":{"kind":"Name","value":"announced"}},{"kind":"Field","name":{"kind":"Name","value":"applicationsStart"}},{"kind":"Field","name":{"kind":"Name","value":"applicationsEnd"}},{"kind":"Field","name":{"kind":"Name","value":"performancePeriodStarts"}},{"kind":"Field","name":{"kind":"Name","value":"performancePeriodEnds"}},{"kind":"Field","name":{"kind":"Name","value":"highLevelNote"}},{"kind":"Field","name":{"kind":"Name","value":"wrapUpEnds"}},{"kind":"Field","name":{"kind":"Name","value":"phasedIn"}},{"kind":"Field","name":{"kind":"Name","value":"phasedInNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"generalCharacteristics"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"rulemakingRequired"}},{"kind":"Field","name":{"kind":"Name","value":"rulemakingRequiredDescription"}},{"kind":"Field","name":{"kind":"Name","value":"rulemakingRequiredNote"}},{"kind":"Field","name":{"kind":"Name","value":"authorityAllowances"}},{"kind":"Field","name":{"kind":"Name","value":"authorityAllowancesOther"}},{"kind":"Field","name":{"kind":"Name","value":"authorityAllowancesNote"}},{"kind":"Field","name":{"kind":"Name","value":"waiversRequired"}},{"kind":"Field","name":{"kind":"Name","value":"waiversRequiredTypes"}},{"kind":"Field","name":{"kind":"Name","value":"waiversRequiredNote"}},{"kind":"Field","name":{"kind":"Name","value":"isNewModel"}},{"kind":"Field","name":{"kind":"Name","value":"existingModel"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModel"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelWhyHow"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelHow"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelNote"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelWhich"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"names"}}]}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelOtherSpecify"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelOtherOption"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPrecondition"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionWhich"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"names"}}]}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionOtherSpecify"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionOtherOption"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionWhyHow"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionNote"}},{"kind":"Field","name":{"kind":"Name","value":"hasComponentsOrTracks"}},{"kind":"Field","name":{"kind":"Name","value":"hasComponentsOrTracksDiffer"}},{"kind":"Field","name":{"kind":"Name","value":"hasComponentsOrTracksNote"}},{"kind":"Field","name":{"kind":"Name","value":"careCoordinationInvolved"}},{"kind":"Field","name":{"kind":"Name","value":"careCoordinationInvolvedDescription"}},{"kind":"Field","name":{"kind":"Name","value":"careCoordinationInvolvedNote"}},{"kind":"Field","name":{"kind":"Name","value":"additionalServicesInvolved"}},{"kind":"Field","name":{"kind":"Name","value":"additionalServicesInvolvedDescription"}},{"kind":"Field","name":{"kind":"Name","value":"additionalServicesInvolvedNote"}},{"kind":"Field","name":{"kind":"Name","value":"communityPartnersInvolved"}},{"kind":"Field","name":{"kind":"Name","value":"communityPartnersInvolvedDescription"}},{"kind":"Field","name":{"kind":"Name","value":"communityPartnersInvolvedNote"}},{"kind":"Field","name":{"kind":"Name","value":"agencyOrStateHelp"}},{"kind":"Field","name":{"kind":"Name","value":"agencyOrStateHelpOther"}},{"kind":"Field","name":{"kind":"Name","value":"agencyOrStateHelpNote"}},{"kind":"Field","name":{"kind":"Name","value":"alternativePaymentModelTypes"}},{"kind":"Field","name":{"kind":"Name","value":"alternativePaymentModelNote"}},{"kind":"Field","name":{"kind":"Name","value":"keyCharacteristics"}},{"kind":"Field","name":{"kind":"Name","value":"keyCharacteristicsNote"}},{"kind":"Field","name":{"kind":"Name","value":"keyCharacteristicsOther"}},{"kind":"Field","name":{"kind":"Name","value":"collectPlanBids"}},{"kind":"Field","name":{"kind":"Name","value":"collectPlanBidsNote"}},{"kind":"Field","name":{"kind":"Name","value":"managePartCDEnrollment"}},{"kind":"Field","name":{"kind":"Name","value":"managePartCDEnrollmentNote"}},{"kind":"Field","name":{"kind":"Name","value":"planContractUpdated"}},{"kind":"Field","name":{"kind":"Name","value":"planContractUpdatedNote"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargeted"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedTypes"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesStatesAndTerritories"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesRegionTypes"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedTypesOther"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedAppliedTo"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedAppliedToOther"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedNote"}},{"kind":"Field","name":{"kind":"Name","value":"participationOptions"}},{"kind":"Field","name":{"kind":"Name","value":"participationOptionsNote"}},{"kind":"Field","name":{"kind":"Name","value":"agreementTypes"}},{"kind":"Field","name":{"kind":"Name","value":"agreementTypesOther"}},{"kind":"Field","name":{"kind":"Name","value":"multiplePatricipationAgreementsNeeded"}},{"kind":"Field","name":{"kind":"Name","value":"multiplePatricipationAgreementsNeededNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"participantsAndProviders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"communicationMethod"}},{"kind":"Field","name":{"kind":"Name","value":"communicationMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"communicationNote"}},{"kind":"Field","name":{"kind":"Name","value":"riskType"}},{"kind":"Field","name":{"kind":"Name","value":"riskOther"}},{"kind":"Field","name":{"kind":"Name","value":"riskNote"}},{"kind":"Field","name":{"kind":"Name","value":"willRiskChange"}},{"kind":"Field","name":{"kind":"Name","value":"willRiskChangeNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuarantee"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuaranteeType"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuaranteeOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuaranteeNote"}},{"kind":"Field","name":{"kind":"Name","value":"coordinateWork"}},{"kind":"Field","name":{"kind":"Name","value":"coordinateWorkNote"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePayments"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsTrack"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsEligibility"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsEligibilityOther"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantsIds"}},{"kind":"Field","name":{"kind":"Name","value":"participantsIdsOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantsIDSNote"}},{"kind":"Field","name":{"kind":"Name","value":"expectedNumberOfParticipants"}},{"kind":"Field","name":{"kind":"Name","value":"estimateConfidence"}},{"kind":"Field","name":{"kind":"Name","value":"confidenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"recruitmentMethod"}},{"kind":"Field","name":{"kind":"Name","value":"recruitmentOther"}},{"kind":"Field","name":{"kind":"Name","value":"recruitmentNote"}},{"kind":"Field","name":{"kind":"Name","value":"selectionMethod"}},{"kind":"Field","name":{"kind":"Name","value":"selectionOther"}},{"kind":"Field","name":{"kind":"Name","value":"selectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"participants"}},{"kind":"Field","name":{"kind":"Name","value":"medicareProviderType"}},{"kind":"Field","name":{"kind":"Name","value":"isNewTypeOfProvidersOrSuppliers"}},{"kind":"Field","name":{"kind":"Name","value":"statesEngagement"}},{"kind":"Field","name":{"kind":"Name","value":"participantsOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantsCurrentlyInModels"}},{"kind":"Field","name":{"kind":"Name","value":"participantsCurrentlyInModelsNote"}},{"kind":"Field","name":{"kind":"Name","value":"modelApplicationLevel"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethod"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethodNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethod"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethodNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlap"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlapHierarchy"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlapNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaries"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaries"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiariesNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiariesOther"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryOverlap"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryOverlapNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionOther"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionMethod"}},{"kind":"Field","name":{"kind":"Name","value":"treatDualElligibleDifferent"}},{"kind":"Field","name":{"kind":"Name","value":"treatDualElligibleDifferentHow"}},{"kind":"Field","name":{"kind":"Name","value":"treatDualElligibleDifferentNote"}},{"kind":"Field","name":{"kind":"Name","value":"excludeCertainCharacteristics"}},{"kind":"Field","name":{"kind":"Name","value":"excludeCertainCharacteristicsCriteria"}},{"kind":"Field","name":{"kind":"Name","value":"excludeCertainCharacteristicsNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRules"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRulesYes"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRulesNo"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRulesNote"}},{"kind":"Field","name":{"kind":"Name","value":"numberPeopleImpacted"}},{"kind":"Field","name":{"kind":"Name","value":"estimateConfidence"}},{"kind":"Field","name":{"kind":"Name","value":"confidenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"opsEvalAndLearning"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"ccmInvolvment"}},{"kind":"Field","name":{"kind":"Name","value":"ccmInvolvmentOther"}},{"kind":"Field","name":{"kind":"Name","value":"ccmInvolvmentNote"}},{"kind":"Field","name":{"kind":"Name","value":"iddocSupport"}},{"kind":"Field","name":{"kind":"Name","value":"iddocSupportNote"}},{"kind":"Field","name":{"kind":"Name","value":"sendFilesBetweenCcw"}},{"kind":"Field","name":{"kind":"Name","value":"sendFilesBetweenCcwNote"}},{"kind":"Field","name":{"kind":"Name","value":"appToSendFilesToKnown"}},{"kind":"Field","name":{"kind":"Name","value":"appToSendFilesToWhich"}},{"kind":"Field","name":{"kind":"Name","value":"appToSendFilesToNote"}},{"kind":"Field","name":{"kind":"Name","value":"useCcwForFileDistribiutionToParticipants"}},{"kind":"Field","name":{"kind":"Name","value":"useCcwForFileDistribiutionToParticipantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"developNewQualityMeasures"}},{"kind":"Field","name":{"kind":"Name","value":"developNewQualityMeasuresNote"}},{"kind":"Field","name":{"kind":"Name","value":"qualityPerformanceImpactsPayment"}},{"kind":"Field","name":{"kind":"Name","value":"qualityPerformanceImpactsPaymentOther"}},{"kind":"Field","name":{"kind":"Name","value":"qualityPerformanceImpactsPaymentNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingStarts"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingStartsOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingStartsNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionStarts"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionStartsOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingStarts"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingStartsOther"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingStartsNote"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"evaluationApproaches"}},{"kind":"Field","name":{"kind":"Name","value":"evaluationApproachOther"}},{"kind":"Field","name":{"kind":"Name","value":"evalutaionApproachNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataNeededForMonitoring"}},{"kind":"Field","name":{"kind":"Name","value":"dataNeededForMonitoringOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataNeededForMonitoringNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataToSendParticicipants"}},{"kind":"Field","name":{"kind":"Name","value":"dataToSendParticicipantsOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataToSendParticicipantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"shareCclfData"}},{"kind":"Field","name":{"kind":"Name","value":"shareCclfDataNote"}},{"kind":"Field","name":{"kind":"Name","value":"technicalContactsIdentified"}},{"kind":"Field","name":{"kind":"Name","value":"technicalContactsIdentifiedDetail"}},{"kind":"Field","name":{"kind":"Name","value":"technicalContactsIdentifiedNote"}},{"kind":"Field","name":{"kind":"Name","value":"captureParticipantInfo"}},{"kind":"Field","name":{"kind":"Name","value":"captureParticipantInfoNote"}},{"kind":"Field","name":{"kind":"Name","value":"icdOwner"}},{"kind":"Field","name":{"kind":"Name","value":"draftIcdDueDate"}},{"kind":"Field","name":{"kind":"Name","value":"icdNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataFullTimeOrIncremental"}},{"kind":"Field","name":{"kind":"Name","value":"eftSetUp"}},{"kind":"Field","name":{"kind":"Name","value":"unsolicitedAdjustmentsIncluded"}},{"kind":"Field","name":{"kind":"Name","value":"dataFlowDiagramsNeeded"}},{"kind":"Field","name":{"kind":"Name","value":"produceBenefitEnhancementFiles"}},{"kind":"Field","name":{"kind":"Name","value":"fileNamingConventions"}},{"kind":"Field","name":{"kind":"Name","value":"dataMonitoringNote"}},{"kind":"Field","name":{"kind":"Name","value":"uatNeeds"}},{"kind":"Field","name":{"kind":"Name","value":"stcNeeds"}},{"kind":"Field","name":{"kind":"Name","value":"testingTimelines"}},{"kind":"Field","name":{"kind":"Name","value":"testingNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataMonitoringFileTypes"}},{"kind":"Field","name":{"kind":"Name","value":"dataMonitoringFileOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataResponseType"}},{"kind":"Field","name":{"kind":"Name","value":"dataResponseFileFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"modelLearningSystems"}},{"kind":"Field","name":{"kind":"Name","value":"modelLearningSystemsOther"}},{"kind":"Field","name":{"kind":"Name","value":"modelLearningSystemsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedChallenges"}},{"kind":"Field","name":{"kind":"Name","value":"stakeholders"}},{"kind":"Field","name":{"kind":"Name","value":"stakeholdersOther"}},{"kind":"Field","name":{"kind":"Name","value":"stakeholdersNote"}},{"kind":"Field","name":{"kind":"Name","value":"helpdeskUse"}},{"kind":"Field","name":{"kind":"Name","value":"helpdeskUseNote"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupport"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupportOther"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupportHow"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupportNote"}},{"kind":"Field","name":{"kind":"Name","value":"benchmarkForPerformance"}},{"kind":"Field","name":{"kind":"Name","value":"benchmarkForPerformanceNote"}},{"kind":"Field","name":{"kind":"Name","value":"computePerformanceScores"}},{"kind":"Field","name":{"kind":"Name","value":"computePerformanceScoresNote"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustPerformance"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustFeedback"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustPayments"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustOther"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustNote"}},{"kind":"Field","name":{"kind":"Name","value":"appealPerformance"}},{"kind":"Field","name":{"kind":"Name","value":"appealFeedback"}},{"kind":"Field","name":{"kind":"Name","value":"appealPayments"}},{"kind":"Field","name":{"kind":"Name","value":"appealOther"}},{"kind":"Field","name":{"kind":"Name","value":"appealNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServices"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServicesNote"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollection"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"providingThirdPartyFile"}},{"kind":"Field","name":{"kind":"Name","value":"isContractorAwareTestDataRequirements"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryCostSharingLevelAndHandling"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingForAnyServices"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingServiceSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"waiverOnlyAppliesPartOfPayment"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsOther"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProvidersExcludedFFSSystems"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProviderExcludedFFSSystemsNote"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeSchedule"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeScheduleNote"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaims"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsHow"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payModelDifferentiation"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustments"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustmentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevel"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevelNote"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedence"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceOther"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanisms"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsHow"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSource"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourcePatientProtectionInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceOther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceNote"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceR"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRPatientProtectionInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceROther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRNote"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipients"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsOtherSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payTypeNote"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPayments"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPaymentOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentCalculationOwner"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycle"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycleNote"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPayment"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPaymentNote"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractor"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractorNote"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPayments"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectively"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectivelyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDate"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDateNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"collaborators"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"userAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"commonName"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"username"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userID"}},{"kind":"Field","name":{"kind":"Name","value":"teamRoles"}},{"kind":"Field","name":{"kind":"Name","value":"modelPlanID"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}}]}},{"kind":"Field","name":{"kind":"Name","value":"discussions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"content"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawContent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userRole"}},{"kind":"Field","name":{"kind":"Name","value":"userRoleDescription"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"replies"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"discussionID"}},{"kind":"Field","name":{"kind":"Name","value":"content"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawContent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userRole"}},{"kind":"Field","name":{"kind":"Name","value":"userRoleDescription"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}}]}}]}}]}}]}}]} as unknown as DocumentNode; +export const TypedGetAllSingleModelDataDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetAllSingleModelData"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"nameHistory"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"sort"},"value":{"kind":"EnumValue","value":"DESC"}}]},{"kind":"Field","name":{"kind":"Name","value":"abbreviation"}},{"kind":"Field","name":{"kind":"Name","value":"archived"}},{"kind":"Field","name":{"kind":"Name","value":"createdByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"basics"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelCategory"}},{"kind":"Field","name":{"kind":"Name","value":"amsModelID"}},{"kind":"Field","name":{"kind":"Name","value":"demoCode"}},{"kind":"Field","name":{"kind":"Name","value":"cmsCenters"}},{"kind":"Field","name":{"kind":"Name","value":"cmmiGroups"}},{"kind":"Field","name":{"kind":"Name","value":"modelType"}},{"kind":"Field","name":{"kind":"Name","value":"modelTypeOther"}},{"kind":"Field","name":{"kind":"Name","value":"problem"}},{"kind":"Field","name":{"kind":"Name","value":"goal"}},{"kind":"Field","name":{"kind":"Name","value":"testInterventions"}},{"kind":"Field","name":{"kind":"Name","value":"note"}},{"kind":"Field","name":{"kind":"Name","value":"completeICIP"}},{"kind":"Field","name":{"kind":"Name","value":"clearanceStarts"}},{"kind":"Field","name":{"kind":"Name","value":"clearanceEnds"}},{"kind":"Field","name":{"kind":"Name","value":"announced"}},{"kind":"Field","name":{"kind":"Name","value":"applicationsStart"}},{"kind":"Field","name":{"kind":"Name","value":"applicationsEnd"}},{"kind":"Field","name":{"kind":"Name","value":"performancePeriodStarts"}},{"kind":"Field","name":{"kind":"Name","value":"performancePeriodEnds"}},{"kind":"Field","name":{"kind":"Name","value":"highLevelNote"}},{"kind":"Field","name":{"kind":"Name","value":"wrapUpEnds"}},{"kind":"Field","name":{"kind":"Name","value":"phasedIn"}},{"kind":"Field","name":{"kind":"Name","value":"phasedInNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"generalCharacteristics"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"rulemakingRequired"}},{"kind":"Field","name":{"kind":"Name","value":"rulemakingRequiredDescription"}},{"kind":"Field","name":{"kind":"Name","value":"rulemakingRequiredNote"}},{"kind":"Field","name":{"kind":"Name","value":"authorityAllowances"}},{"kind":"Field","name":{"kind":"Name","value":"authorityAllowancesOther"}},{"kind":"Field","name":{"kind":"Name","value":"authorityAllowancesNote"}},{"kind":"Field","name":{"kind":"Name","value":"waiversRequired"}},{"kind":"Field","name":{"kind":"Name","value":"waiversRequiredTypes"}},{"kind":"Field","name":{"kind":"Name","value":"waiversRequiredNote"}},{"kind":"Field","name":{"kind":"Name","value":"isNewModel"}},{"kind":"Field","name":{"kind":"Name","value":"existingModel"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModel"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelWhyHow"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelHow"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelNote"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelWhich"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"names"}}]}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelOtherSpecify"}},{"kind":"Field","name":{"kind":"Name","value":"resemblesExistingModelOtherOption"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPrecondition"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionWhich"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"names"}}]}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionOtherSpecify"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionOtherOption"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionWhyHow"}},{"kind":"Field","name":{"kind":"Name","value":"participationInModelPreconditionNote"}},{"kind":"Field","name":{"kind":"Name","value":"hasComponentsOrTracks"}},{"kind":"Field","name":{"kind":"Name","value":"hasComponentsOrTracksDiffer"}},{"kind":"Field","name":{"kind":"Name","value":"hasComponentsOrTracksNote"}},{"kind":"Field","name":{"kind":"Name","value":"careCoordinationInvolved"}},{"kind":"Field","name":{"kind":"Name","value":"careCoordinationInvolvedDescription"}},{"kind":"Field","name":{"kind":"Name","value":"careCoordinationInvolvedNote"}},{"kind":"Field","name":{"kind":"Name","value":"additionalServicesInvolved"}},{"kind":"Field","name":{"kind":"Name","value":"additionalServicesInvolvedDescription"}},{"kind":"Field","name":{"kind":"Name","value":"additionalServicesInvolvedNote"}},{"kind":"Field","name":{"kind":"Name","value":"communityPartnersInvolved"}},{"kind":"Field","name":{"kind":"Name","value":"communityPartnersInvolvedDescription"}},{"kind":"Field","name":{"kind":"Name","value":"communityPartnersInvolvedNote"}},{"kind":"Field","name":{"kind":"Name","value":"agencyOrStateHelp"}},{"kind":"Field","name":{"kind":"Name","value":"agencyOrStateHelpOther"}},{"kind":"Field","name":{"kind":"Name","value":"agencyOrStateHelpNote"}},{"kind":"Field","name":{"kind":"Name","value":"alternativePaymentModelTypes"}},{"kind":"Field","name":{"kind":"Name","value":"alternativePaymentModelNote"}},{"kind":"Field","name":{"kind":"Name","value":"keyCharacteristics"}},{"kind":"Field","name":{"kind":"Name","value":"keyCharacteristicsNote"}},{"kind":"Field","name":{"kind":"Name","value":"keyCharacteristicsOther"}},{"kind":"Field","name":{"kind":"Name","value":"collectPlanBids"}},{"kind":"Field","name":{"kind":"Name","value":"collectPlanBidsNote"}},{"kind":"Field","name":{"kind":"Name","value":"managePartCDEnrollment"}},{"kind":"Field","name":{"kind":"Name","value":"managePartCDEnrollmentNote"}},{"kind":"Field","name":{"kind":"Name","value":"planContractUpdated"}},{"kind":"Field","name":{"kind":"Name","value":"planContractUpdatedNote"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargeted"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedTypes"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesStatesAndTerritories"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesRegionTypes"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedTypesOther"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedAppliedTo"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedAppliedToOther"}},{"kind":"Field","name":{"kind":"Name","value":"geographiesTargetedNote"}},{"kind":"Field","name":{"kind":"Name","value":"participationOptions"}},{"kind":"Field","name":{"kind":"Name","value":"participationOptionsNote"}},{"kind":"Field","name":{"kind":"Name","value":"agreementTypes"}},{"kind":"Field","name":{"kind":"Name","value":"agreementTypesOther"}},{"kind":"Field","name":{"kind":"Name","value":"multiplePatricipationAgreementsNeeded"}},{"kind":"Field","name":{"kind":"Name","value":"multiplePatricipationAgreementsNeededNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"participantsAndProviders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantAddedFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantRemovedFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"communicationMethod"}},{"kind":"Field","name":{"kind":"Name","value":"communicationMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"communicationNote"}},{"kind":"Field","name":{"kind":"Name","value":"riskType"}},{"kind":"Field","name":{"kind":"Name","value":"riskOther"}},{"kind":"Field","name":{"kind":"Name","value":"riskNote"}},{"kind":"Field","name":{"kind":"Name","value":"willRiskChange"}},{"kind":"Field","name":{"kind":"Name","value":"willRiskChangeNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuarantee"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuaranteeType"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuaranteeOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantRequireFinancialGuaranteeNote"}},{"kind":"Field","name":{"kind":"Name","value":"coordinateWork"}},{"kind":"Field","name":{"kind":"Name","value":"coordinateWorkNote"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePayments"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsTrack"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsEligibility"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsEligibilityOther"}},{"kind":"Field","name":{"kind":"Name","value":"gainsharePaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantsIds"}},{"kind":"Field","name":{"kind":"Name","value":"participantsIdsOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantsIDSNote"}},{"kind":"Field","name":{"kind":"Name","value":"expectedNumberOfParticipants"}},{"kind":"Field","name":{"kind":"Name","value":"estimateConfidence"}},{"kind":"Field","name":{"kind":"Name","value":"confidenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"recruitmentMethod"}},{"kind":"Field","name":{"kind":"Name","value":"recruitmentOther"}},{"kind":"Field","name":{"kind":"Name","value":"recruitmentNote"}},{"kind":"Field","name":{"kind":"Name","value":"selectionMethod"}},{"kind":"Field","name":{"kind":"Name","value":"selectionOther"}},{"kind":"Field","name":{"kind":"Name","value":"selectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"participants"}},{"kind":"Field","name":{"kind":"Name","value":"medicareProviderType"}},{"kind":"Field","name":{"kind":"Name","value":"isNewTypeOfProvidersOrSuppliers"}},{"kind":"Field","name":{"kind":"Name","value":"statesEngagement"}},{"kind":"Field","name":{"kind":"Name","value":"participantsOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantsCurrentlyInModels"}},{"kind":"Field","name":{"kind":"Name","value":"participantsCurrentlyInModelsNote"}},{"kind":"Field","name":{"kind":"Name","value":"modelApplicationLevel"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethod"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethodNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethod"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethodNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlap"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlapHierarchy"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlapNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaries"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaries"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiariesNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiariesOther"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryOverlap"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryOverlapNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionOther"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionMethod"}},{"kind":"Field","name":{"kind":"Name","value":"treatDualElligibleDifferent"}},{"kind":"Field","name":{"kind":"Name","value":"treatDualElligibleDifferentHow"}},{"kind":"Field","name":{"kind":"Name","value":"treatDualElligibleDifferentNote"}},{"kind":"Field","name":{"kind":"Name","value":"excludeCertainCharacteristics"}},{"kind":"Field","name":{"kind":"Name","value":"excludeCertainCharacteristicsCriteria"}},{"kind":"Field","name":{"kind":"Name","value":"excludeCertainCharacteristicsNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiarySelectionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryRemovalFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRules"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRulesYes"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRulesNo"}},{"kind":"Field","name":{"kind":"Name","value":"precedenceRulesNote"}},{"kind":"Field","name":{"kind":"Name","value":"numberPeopleImpacted"}},{"kind":"Field","name":{"kind":"Name","value":"estimateConfidence"}},{"kind":"Field","name":{"kind":"Name","value":"confidenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"opsEvalAndLearning"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"ccmInvolvment"}},{"kind":"Field","name":{"kind":"Name","value":"ccmInvolvmentOther"}},{"kind":"Field","name":{"kind":"Name","value":"ccmInvolvmentNote"}},{"kind":"Field","name":{"kind":"Name","value":"iddocSupport"}},{"kind":"Field","name":{"kind":"Name","value":"iddocSupportNote"}},{"kind":"Field","name":{"kind":"Name","value":"sendFilesBetweenCcw"}},{"kind":"Field","name":{"kind":"Name","value":"sendFilesBetweenCcwNote"}},{"kind":"Field","name":{"kind":"Name","value":"appToSendFilesToKnown"}},{"kind":"Field","name":{"kind":"Name","value":"appToSendFilesToWhich"}},{"kind":"Field","name":{"kind":"Name","value":"appToSendFilesToNote"}},{"kind":"Field","name":{"kind":"Name","value":"useCcwForFileDistribiutionToParticipants"}},{"kind":"Field","name":{"kind":"Name","value":"useCcwForFileDistribiutionToParticipantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"developNewQualityMeasures"}},{"kind":"Field","name":{"kind":"Name","value":"developNewQualityMeasuresNote"}},{"kind":"Field","name":{"kind":"Name","value":"qualityPerformanceImpactsPayment"}},{"kind":"Field","name":{"kind":"Name","value":"qualityPerformanceImpactsPaymentOther"}},{"kind":"Field","name":{"kind":"Name","value":"qualityPerformanceImpactsPaymentNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingStarts"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingStartsOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataSharingStartsNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionStarts"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionStartsOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataCollectionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingStarts"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingStartsOther"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingStartsNote"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"qualityReportingFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"evaluationApproaches"}},{"kind":"Field","name":{"kind":"Name","value":"evaluationApproachOther"}},{"kind":"Field","name":{"kind":"Name","value":"evalutaionApproachNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataNeededForMonitoring"}},{"kind":"Field","name":{"kind":"Name","value":"dataNeededForMonitoringOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataNeededForMonitoringNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataToSendParticicipants"}},{"kind":"Field","name":{"kind":"Name","value":"dataToSendParticicipantsOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataToSendParticicipantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"shareCclfData"}},{"kind":"Field","name":{"kind":"Name","value":"shareCclfDataNote"}},{"kind":"Field","name":{"kind":"Name","value":"technicalContactsIdentified"}},{"kind":"Field","name":{"kind":"Name","value":"technicalContactsIdentifiedDetail"}},{"kind":"Field","name":{"kind":"Name","value":"technicalContactsIdentifiedNote"}},{"kind":"Field","name":{"kind":"Name","value":"captureParticipantInfo"}},{"kind":"Field","name":{"kind":"Name","value":"captureParticipantInfoNote"}},{"kind":"Field","name":{"kind":"Name","value":"icdOwner"}},{"kind":"Field","name":{"kind":"Name","value":"draftIcdDueDate"}},{"kind":"Field","name":{"kind":"Name","value":"icdNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataFullTimeOrIncremental"}},{"kind":"Field","name":{"kind":"Name","value":"eftSetUp"}},{"kind":"Field","name":{"kind":"Name","value":"unsolicitedAdjustmentsIncluded"}},{"kind":"Field","name":{"kind":"Name","value":"dataFlowDiagramsNeeded"}},{"kind":"Field","name":{"kind":"Name","value":"produceBenefitEnhancementFiles"}},{"kind":"Field","name":{"kind":"Name","value":"fileNamingConventions"}},{"kind":"Field","name":{"kind":"Name","value":"dataMonitoringNote"}},{"kind":"Field","name":{"kind":"Name","value":"uatNeeds"}},{"kind":"Field","name":{"kind":"Name","value":"stcNeeds"}},{"kind":"Field","name":{"kind":"Name","value":"testingTimelines"}},{"kind":"Field","name":{"kind":"Name","value":"testingNote"}},{"kind":"Field","name":{"kind":"Name","value":"dataMonitoringFileTypes"}},{"kind":"Field","name":{"kind":"Name","value":"dataMonitoringFileOther"}},{"kind":"Field","name":{"kind":"Name","value":"dataResponseType"}},{"kind":"Field","name":{"kind":"Name","value":"dataResponseFileFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"modelLearningSystems"}},{"kind":"Field","name":{"kind":"Name","value":"modelLearningSystemsOther"}},{"kind":"Field","name":{"kind":"Name","value":"modelLearningSystemsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedChallenges"}},{"kind":"Field","name":{"kind":"Name","value":"stakeholders"}},{"kind":"Field","name":{"kind":"Name","value":"stakeholdersOther"}},{"kind":"Field","name":{"kind":"Name","value":"stakeholdersNote"}},{"kind":"Field","name":{"kind":"Name","value":"helpdeskUse"}},{"kind":"Field","name":{"kind":"Name","value":"helpdeskUseNote"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupport"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupportOther"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupportHow"}},{"kind":"Field","name":{"kind":"Name","value":"contractorSupportNote"}},{"kind":"Field","name":{"kind":"Name","value":"benchmarkForPerformance"}},{"kind":"Field","name":{"kind":"Name","value":"benchmarkForPerformanceNote"}},{"kind":"Field","name":{"kind":"Name","value":"computePerformanceScores"}},{"kind":"Field","name":{"kind":"Name","value":"computePerformanceScoresNote"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustPerformance"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustFeedback"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustPayments"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustOther"}},{"kind":"Field","name":{"kind":"Name","value":"riskAdjustNote"}},{"kind":"Field","name":{"kind":"Name","value":"appealPerformance"}},{"kind":"Field","name":{"kind":"Name","value":"appealFeedback"}},{"kind":"Field","name":{"kind":"Name","value":"appealPayments"}},{"kind":"Field","name":{"kind":"Name","value":"appealOther"}},{"kind":"Field","name":{"kind":"Name","value":"appealNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServices"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServicesNote"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollection"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"providingThirdPartyFile"}},{"kind":"Field","name":{"kind":"Name","value":"isContractorAwareTestDataRequirements"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryCostSharingLevelAndHandling"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingForAnyServices"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingServiceSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"waiverOnlyAppliesPartOfPayment"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsOther"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProvidersExcludedFFSSystems"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProviderExcludedFFSSystemsNote"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeSchedule"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeScheduleNote"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaims"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsHow"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payModelDifferentiation"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustments"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustmentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevel"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevelNote"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedence"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceOther"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanisms"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsHow"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSource"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourcePatientProtectionInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceOther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceNote"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceR"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRPatientProtectionInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceROther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRNote"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipients"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsOtherSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payTypeNote"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPayments"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPaymentOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentCalculationOwner"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycle"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycleNote"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPayment"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPaymentNote"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractor"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractorNote"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPayments"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectively"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectivelyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDate"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDateNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"collaborators"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"userAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"commonName"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"username"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userID"}},{"kind":"Field","name":{"kind":"Name","value":"teamRoles"}},{"kind":"Field","name":{"kind":"Name","value":"modelPlanID"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}}]}},{"kind":"Field","name":{"kind":"Name","value":"discussions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"content"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawContent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userRole"}},{"kind":"Field","name":{"kind":"Name","value":"userRoleDescription"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"replies"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"discussionID"}},{"kind":"Field","name":{"kind":"Name","value":"content"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawContent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userRole"}},{"kind":"Field","name":{"kind":"Name","value":"userRoleDescription"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}}]}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedGetCurrentUserDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetCurrentUser"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"currentUser"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"launchDarkly"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"userKey"}},{"kind":"Field","name":{"kind":"Name","value":"signedHash"}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedGetFavoritesDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetFavorites"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"ModelPlanFilter"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"isMAC"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Boolean"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlanCollection"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"isFavorite"}},{"kind":"Field","name":{"kind":"Name","value":"nameHistory"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"sort"},"value":{"kind":"EnumValue","value":"DESC"}}]},{"kind":"Field","name":{"kind":"Name","value":"isCollaborator"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"basics"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"goal"}},{"kind":"Field","name":{"kind":"Name","value":"performancePeriodStarts"}}]}},{"kind":"Field","name":{"kind":"Name","value":"collaborators"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"userAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"teamRoles"}}]}},{"kind":"Field","name":{"kind":"Name","value":"crs"},"directives":[{"kind":"Directive","name":{"kind":"Name","value":"include"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"if"},"value":{"kind":"Variable","name":{"kind":"Name","value":"isMAC"}}}]}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"idNumber"}}]}},{"kind":"Field","name":{"kind":"Name","value":"tdls"},"directives":[{"kind":"Directive","name":{"kind":"Name","value":"include"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"if"},"value":{"kind":"Variable","name":{"kind":"Name","value":"isMAC"}}}]}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"idNumber"}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedGetModelPlanDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetModelPlan"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}},{"kind":"Field","name":{"kind":"Name","value":"archived"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"suggestedPhase"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"phase"}},{"kind":"Field","name":{"kind":"Name","value":"suggestedStatuses"}}]}},{"kind":"Field","name":{"kind":"Name","value":"basics"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"clearanceStarts"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}},{"kind":"Field","name":{"kind":"Name","value":"readyForClearanceDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"collaborators"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"userAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"commonName"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"username"}}]}},{"kind":"Field","name":{"kind":"Name","value":"userID"}},{"kind":"Field","name":{"kind":"Name","value":"teamRoles"}},{"kind":"Field","name":{"kind":"Name","value":"modelPlanID"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}}]}},{"kind":"Field","name":{"kind":"Name","value":"documents"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"fileName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"crs"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"idNumber"}}]}},{"kind":"Field","name":{"kind":"Name","value":"tdls"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"idNumber"}}]}},{"kind":"Field","name":{"kind":"Name","value":"discussions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"content"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawContent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"replies"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"discussionID"}},{"kind":"Field","name":{"kind":"Name","value":"content"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawContent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"generalCharacteristics"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"createdBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedBy"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}},{"kind":"Field","name":{"kind":"Name","value":"readyForClearanceDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"participantsAndProviders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"createdBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedBy"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}},{"kind":"Field","name":{"kind":"Name","value":"readyForClearanceDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaries"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"createdBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedBy"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}},{"kind":"Field","name":{"kind":"Name","value":"readyForClearanceDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"opsEvalAndLearning"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"createdBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedBy"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}},{"kind":"Field","name":{"kind":"Name","value":"readyForClearanceDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"createdBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdDts"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedBy"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}},{"kind":"Field","name":{"kind":"Name","value":"readyForClearanceDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"operationalNeeds"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}}]}},{"kind":"Field","name":{"kind":"Name","value":"prepareForClearance"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","alias":{"kind":"Name","value":"modifiedDts"},"name":{"kind":"Name","value":"latestClearanceDts"}}]}}]}}]}}]} as unknown as DocumentNode; @@ -13048,12 +13062,12 @@ export const TypedGetParticipantOptionsDocument = {"kind":"Document","definition export const TypedGetParticipantsAndProvidersDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetParticipantsAndProviders"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"participantsAndProviders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"participants"}},{"kind":"Field","name":{"kind":"Name","value":"medicareProviderType"}},{"kind":"Field","name":{"kind":"Name","value":"isNewTypeOfProvidersOrSuppliers"}},{"kind":"Field","name":{"kind":"Name","value":"statesEngagement"}},{"kind":"Field","name":{"kind":"Name","value":"participantsOther"}},{"kind":"Field","name":{"kind":"Name","value":"participantsNote"}},{"kind":"Field","name":{"kind":"Name","value":"participantsCurrentlyInModels"}},{"kind":"Field","name":{"kind":"Name","value":"participantsCurrentlyInModelsNote"}},{"kind":"Field","name":{"kind":"Name","value":"modelApplicationLevel"}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedGetProviderOptionsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetProviderOptions"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"participantsAndProviders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerAdditionFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethod"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerAddMethodNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethod"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethodOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerLeaveMethodNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"providerRemovalFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlap"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlapHierarchy"}},{"kind":"Field","name":{"kind":"Name","value":"providerOverlapNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"operationalNeeds"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedUpdatePlanParticipantsAndProvidersDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"UpdatePlanParticipantsAndProviders"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"changes"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"PlanParticipantsAndProvidersChanges"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"updatePlanParticipantsAndProviders"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}},{"kind":"Argument","name":{"kind":"Name","value":"changes"},"value":{"kind":"Variable","name":{"kind":"Name","value":"changes"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}}]}}]}}]} as unknown as DocumentNode; -export const TypedGetAllPaymentsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetAllPayments"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"fundingSource"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceOther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceNote"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceR"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceROther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRNote"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipients"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsOtherSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payTypeNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsOther"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProvidersExcludedFFSSystems"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProviderExcludedFFSSystemsNote"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeSchedule"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeScheduleNote"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaims"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsHow"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payModelDifferentiation"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustments"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustmentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServices"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServicesNote"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollection"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"providingThirdPartyFile"}},{"kind":"Field","name":{"kind":"Name","value":"isContractorAwareTestDataRequirements"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryCostSharingLevelAndHandling"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingForAnyServices"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingServiceSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"waiverOnlyAppliesPartOfPayment"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingNote"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPayments"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPaymentOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentCalculationOwner"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycle"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycleNote"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPayment"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPaymentNote"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractor"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractorNote"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevel"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevelNote"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedence"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceOther"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanisms"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsHow"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPayments"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectively"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectivelyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDate"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDateNote"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}}]}}]}}]} as unknown as DocumentNode; +export const TypedGetAllPaymentsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetAllPayments"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"fundingSource"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourcePatientProtectionInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceOther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceNote"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceR"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRPatientProtectionInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceROther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRNote"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipients"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsOtherSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payTypeNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsOther"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProvidersExcludedFFSSystems"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProviderExcludedFFSSystemsNote"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeSchedule"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeScheduleNote"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaims"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsHow"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payModelDifferentiation"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustments"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustmentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServices"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServicesNote"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollection"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"providingThirdPartyFile"}},{"kind":"Field","name":{"kind":"Name","value":"isContractorAwareTestDataRequirements"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryCostSharingLevelAndHandling"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingForAnyServices"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingServiceSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"waiverOnlyAppliesPartOfPayment"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingNote"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPayments"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPaymentOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentCalculationOwner"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycle"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycleNote"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPayment"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPaymentNote"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractor"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractorNote"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevel"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevelNote"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedence"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceOther"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanisms"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsHow"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPayments"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectively"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectivelyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDate"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDateNote"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedGetAnticipateDependenciesDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetAnticipateDependencies"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustments"}},{"kind":"Field","name":{"kind":"Name","value":"willBePaymentAdjustmentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServices"}},{"kind":"Field","name":{"kind":"Name","value":"creatingDependenciesBetweenServicesNote"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollection"}},{"kind":"Field","name":{"kind":"Name","value":"needsClaimsDataCollectionNote"}},{"kind":"Field","name":{"kind":"Name","value":"providingThirdPartyFile"}},{"kind":"Field","name":{"kind":"Name","value":"isContractorAwareTestDataRequirements"}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedGetBeneficiaryCostSharingDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetBeneficiaryCostSharing"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}},{"kind":"Field","name":{"kind":"Name","value":"beneficiaryCostSharingLevelAndHandling"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingForAnyServices"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingServiceSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"waiverOnlyAppliesPartOfPayment"}},{"kind":"Field","name":{"kind":"Name","value":"waiveBeneficiaryCostSharingNote"}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedGetClaimsBasedPaymentDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetClaimsBasedPayment"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaimsOther"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProvidersExcludedFFSSystems"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAnyProviderExcludedFFSSystemsNote"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeSchedule"}},{"kind":"Field","name":{"kind":"Name","value":"changesMedicarePhysicianFeeScheduleNote"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaims"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsHow"}},{"kind":"Field","name":{"kind":"Name","value":"affectsMedicareSecondaryPayerClaimsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payModelDifferentiation"}}]}},{"kind":"Field","name":{"kind":"Name","value":"operationalNeeds"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedGetComplexityDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetComplexity"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevel"}},{"kind":"Field","name":{"kind":"Name","value":"expectedCalculationComplexityLevelNote"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedence"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceOther"}},{"kind":"Field","name":{"kind":"Name","value":"claimsProcessingPrecedenceNote"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanisms"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsHow"}},{"kind":"Field","name":{"kind":"Name","value":"canParticipantsSelectBetweenPaymentMechanismsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"anticipatedPaymentFrequencyNote"}}]}}]}}]}}]} as unknown as DocumentNode; -export const TypedGetFundingDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetFunding"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSource"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceOther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceNote"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceR"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceROther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRNote"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipients"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsOtherSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payTypeNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}}]}},{"kind":"Field","name":{"kind":"Name","value":"operationalNeeds"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}}]}}]}}]}}]} as unknown as DocumentNode; +export const TypedGetFundingDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetFunding"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSource"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourcePatientProtectionInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceOther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceNote"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceR"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRPatientProtectionInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareAInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRMedicareBInfo"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceROther"}},{"kind":"Field","name":{"kind":"Name","value":"fundingSourceRNote"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipients"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsOtherSpecification"}},{"kind":"Field","name":{"kind":"Name","value":"payRecipientsNote"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payTypeNote"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}}]}},{"kind":"Field","name":{"kind":"Name","value":"operationalNeeds"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedGetNonClaimsBasedPaymentDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetNonClaimsBasedPayment"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPayments"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"nonClaimsPaymentOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentCalculationOwner"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycle"}},{"kind":"Field","name":{"kind":"Name","value":"numberPaymentsPerPayCycleNote"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPayment"}},{"kind":"Field","name":{"kind":"Name","value":"sharedSystemsInvolvedAdditionalClaimPaymentNote"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractor"}},{"kind":"Field","name":{"kind":"Name","value":"planningToUseInnovationPaymentContractorNote"}}]}},{"kind":"Field","name":{"kind":"Name","value":"operationalNeeds"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedGetRecoverDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetRecover"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelPlan"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelName"}},{"kind":"Field","name":{"kind":"Name","value":"payments"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"payType"}},{"kind":"Field","name":{"kind":"Name","value":"payClaims"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPayments"}},{"kind":"Field","name":{"kind":"Name","value":"willRecoverPaymentsNote"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectively"}},{"kind":"Field","name":{"kind":"Name","value":"anticipateReconcilingPaymentsRetrospectivelyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentReconciliationFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequency"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyContinually"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyOther"}},{"kind":"Field","name":{"kind":"Name","value":"paymentDemandRecoupmentFrequencyNote"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDate"}},{"kind":"Field","name":{"kind":"Name","value":"paymentStartDateNote"}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewByUserAccount"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"commonName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"readyForReviewDts"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}},{"kind":"Field","name":{"kind":"Name","value":"operationalNeeds"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modifiedDts"}}]}}]}}]}}]} as unknown as DocumentNode; export const TypedUpdatePaymentsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"UpdatePayments"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"changes"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"PlanPaymentsChanges"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"updatePlanPayments"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}},{"kind":"Argument","name":{"kind":"Name","value":"changes"},"value":{"kind":"Variable","name":{"kind":"Name","value":"changes"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}}]}}]}}]} as unknown as DocumentNode; diff --git a/src/i18n/en-US/modelPlan/payments.ts b/src/i18n/en-US/modelPlan/payments.ts index 41d3d061d1..1b9d81d95c 100644 --- a/src/i18n/en-US/modelPlan/payments.ts +++ b/src/i18n/en-US/modelPlan/payments.ts @@ -29,6 +29,7 @@ export const payments: TranslationPayments = { OTHER: 'Other' }, tooltips: { + PATIENT_PROTECTION_AFFORDABLE_CARE_ACT: '', MEDICARE_PART_A_HI_TRUST_FUND: 'Also known as the Hospital Insurance (HI) Trust Fund, this covers inpatient hospital care, skilled nursing facility care, home healthcare, and hospice care.', MEDICARE_PART_B_SMI_TRUST_FUND: @@ -36,6 +37,8 @@ export const payments: TranslationPayments = { OTHER: '' }, optionsRelatedInfo: { + PATIENT_PROTECTION_AFFORDABLE_CARE_ACT: + 'fundingSourcePatientProtectionInfo', MEDICARE_PART_A_HI_TRUST_FUND: 'fundingSourceMedicareAInfo', MEDICARE_PART_B_SMI_TRUST_FUND: 'fundingSourceMedicareBInfo', OTHER: 'fundingSourceOther' @@ -46,6 +49,24 @@ export const payments: TranslationPayments = { ModelViewFilter.OACT ] }, + fundingSourcePatientProtectionInfo: { + gqlField: 'fundingSourcePatientProtectionInfo', + goField: 'FundingSourcePatientProtectionInfo', + dbField: 'funding_source_patient_protection_info', + label: 'Additional details', + exportLabel: + 'Additional details for Patient Protection Affordable Care Act (Sec 3021)', + dataType: TranslationDataType.STRING, + formType: TranslationFormType.TEXT, + order: 1.011, + isOtherType: true, + otherParentField: 'fundingSource', + filterGroups: [ + ModelViewFilter.DFSDM, + ModelViewFilter.IPC, + ModelViewFilter.OACT + ] + }, fundingSourceMedicareAInfo: { gqlField: 'fundingSourceMedicareAInfo', goField: 'FundingSourceMedicareAInfo', @@ -134,6 +155,7 @@ export const payments: TranslationPayments = { OTHER: 'Other' }, tooltips: { + PATIENT_PROTECTION_AFFORDABLE_CARE_ACT: '', MEDICARE_PART_A_HI_TRUST_FUND: 'Also known as the Hospital Insurance (HI) Trust Fund, this covers inpatient hospital care, skilled nursing facility care, home healthcare, and hospice care.', MEDICARE_PART_B_SMI_TRUST_FUND: @@ -141,6 +163,8 @@ export const payments: TranslationPayments = { OTHER: '' }, optionsRelatedInfo: { + PATIENT_PROTECTION_AFFORDABLE_CARE_ACT: + 'fundingSourceRPatientProtectionInfo', MEDICARE_PART_A_HI_TRUST_FUND: 'fundingSourceRMedicareAInfo', MEDICARE_PART_B_SMI_TRUST_FUND: 'fundingSourceRMedicareBInfo', OTHER: 'fundingSourceROther' @@ -151,6 +175,24 @@ export const payments: TranslationPayments = { ModelViewFilter.OACT ] }, + fundingSourceRPatientProtectionInfo: { + gqlField: 'fundingSourceRPatientProtectionInfo', + goField: 'FundingSourceRPatientProtectionInfo', + dbField: 'funding_source_r_patient_protection_info', + label: 'Additional details', + exportLabel: + 'Additional details for Patient Protection Affordable Care Act (Sec 3021)', + dataType: TranslationDataType.STRING, + formType: TranslationFormType.TEXT, + order: 1.061, + isOtherType: true, + otherParentField: 'fundingSourceR', + filterGroups: [ + ModelViewFilter.DFSDM, + ModelViewFilter.IPC, + ModelViewFilter.OACT + ] + }, fundingSourceRMedicareAInfo: { gqlField: 'fundingSourceRMedicareAInfo', goField: 'FundingSourceRMedicareAInfo', diff --git a/src/types/translation.ts b/src/types/translation.ts index 2f71f863f4..f0816fd537 100644 --- a/src/types/translation.ts +++ b/src/types/translation.ts @@ -779,11 +779,13 @@ export type TranslationOpsEvalAndLearning = { // Payments export type TranslationPaymentsForm = { fundingSource: TranslationFieldPropertiesWithOptions; + fundingSourcePatientProtectionInfo: TranslationFieldProperties; fundingSourceMedicareAInfo: TranslationFieldProperties; fundingSourceMedicareBInfo: TranslationFieldProperties; fundingSourceOther: TranslationFieldProperties; fundingSourceNote: TranslationFieldProperties; fundingSourceR: TranslationFieldPropertiesWithOptions; + fundingSourceRPatientProtectionInfo: TranslationFieldProperties; fundingSourceRMedicareAInfo: TranslationFieldProperties; fundingSourceRMedicareBInfo: TranslationFieldProperties; fundingSourceROther: TranslationFieldProperties; diff --git a/src/utils/export/CsvData.ts b/src/utils/export/CsvData.ts index 2d02fe577b..9473117076 100644 --- a/src/utils/export/CsvData.ts +++ b/src/utils/export/CsvData.ts @@ -366,11 +366,13 @@ const csvFields = [ 'payments.anticipatedPaymentFrequencyOther', 'payments.anticipatedPaymentFrequencyNote', 'payments.fundingSource', // array + 'payments.fundingSourcePatientProtectionInfo', 'payments.fundingSourceMedicareAInfo', 'payments.fundingSourceMedicareBInfo', 'payments.fundingSourceOther', 'payments.fundingSourceNote', 'payments.fundingSourceR', // array + 'payments.fundingSourceRPatientProtectionInfo', 'payments.fundingSourceRMedicareAInfo', 'payments.fundingSourceRMedicareBInfo', 'payments.fundingSourceROther', diff --git a/src/views/ModelPlan/ReadOnly/Payments/__snapshots__/index.test.tsx.snap b/src/views/ModelPlan/ReadOnly/Payments/__snapshots__/index.test.tsx.snap index 79ea7dc38b..11be7b4617 100644 --- a/src/views/ModelPlan/ReadOnly/Payments/__snapshots__/index.test.tsx.snap +++ b/src/views/ModelPlan/ReadOnly/Payments/__snapshots__/index.test.tsx.snap @@ -1902,3 +1902,1924 @@ exports[`Read Only Model Plan Summary -- Payment > matches snapshot 1`] = `
`; + +exports[`Read Only Model Plan Summary -- Payment > matches snapshot 2`] = ` + +
+
+

+ Payment +

+
+
+ + In progress + +
+
+
+
+
+
+
+ + What will be the funding source for payments? + +
+
    +
  • + Patient Protection Affordable Care Act (Sec 3021) +
  • +
      +
    • + Patient protection +
    • +
    +
+
+
+
+
+
+
+
+
+ + Notes + +
+
+ Funding source note +
+
+
+
+
+
+
+
+ + What is the funding source for reconciliation or other expenditures? + +
+
    +
  • + Patient Protection Affordable Care Act (Sec 3021) +
  • +
      +
    • + Patient protection r +
    • +
    +
+
+
+
+
+
+
+
+
+ + Notes + +
+
+ Funding r note +
+
+
+
+
+
+
+
+ + Who will you pay? + +
+
    +
  • + Beneficiaries +
  • +
      +
    +
+
+
+
+
+
+
+ + Please specify who you will pay. + +
+
+ Pay specification +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Recipient note +
+
+
+
+
+
+
+
+ + What will you pay? + + +
+ + + +
+ +
+
+
+
+
    +
  • + Claims-Based Payments +
  • +
      +
    +
+
+
+
+
+
+
+ + Notes + +
+
+ Pay type note +
+
+
+
+
+

+ Claims-Based Payments +

+
+
+
+
+ + Select which claims-based payments will you pay. + + +
+ + + +
+ +
+
+
+
+
    +
  • + Adjustments to FFS payments +
  • +
      +
    +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Pay claims note +
+
+
+
+
+
+
+
+ + Should any model providers be excluded from existing Fee-for-Service payment systems? + +
+
+ Yes +
+
+
+
+
+
+
+
+ + Notes + +
+
+ FFSS Note +
+
+
+
+
+
+
+
+ + Will the model change the Medicare Physician Fee Schedule? + + +
+ + + +
+ +
+
+
+
+
+ Yes +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Change medicare note +
+
+
+
+
+
+
+
+ + Does the model affect Medicare Secondary Payer claims? How so? + +
+
+ Yes + + - Affect how + +
+
+
+
+
+
+
+
+
+ + Notes + +
+
+ Affect payer note +
+
+
+
+
+
+
+
+ + How does the model differ from current policy, especially in terms of payment rates and periodicity of payment? + +
+
+ Differ pay model +
+
+
+
+
+
+
+
+ + Will there be payment adjustments (positive or negative) applied? + + +
+ + + +
+ +
+
+
+
+
+ Yes +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Payment adjustments note +
+
+
+
+
+
+
+
+ + Are you anticipating creating dependencies between services? + + +
+ + + +
+ +
+
+
+
+
+ Yes +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Creating dependencies note +
+
+
+
+
+
+
+
+ + Will any additional data need to be collected for claims? + + +
+ + + +
+ +
+
+
+
+
+ Yes +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Need claims note +
+
+
+
+
+
+
+
+ + Will your contractor be providing data (a Third Party File) that will be used in claims processing? + + +
+ + + +
+ +
+
+
+
+
+ Yes +
+
+
+
+
+
+
+
+ + Is your contractor aware that test data will be needed, and when that test data must be available? + +
+
+ Yes +
+
+
+
+
+
+

+ Beneficiary cost-sharing +

+
+
+

+ + There are 3 additional questions that are not applicable for this model because beneficiary cost-sharing isn't selected as a claims-based payment type the model will pay. + +

+
+
+ +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Cost sharing note +
+
+
+
+
+
+

+ Non-Claims-Based Payments +

+
+
+

+ + There are 5 additional questions that are not applicable for this model based on the answer selected for "What will you pay?". + +

+
+
+ +
+
+
+
+
+ + Notes + +
+
+ Non claims note +
+
+
+
+
+
+
+
+
+
+
+ + Notes + +
+
+ Payments per cycle note +
+
+
+
+
+
+
+
+
+ + Notes + +
+
+ Shared systems note +
+
+
+
+
+
+
+
+
+ + Notes + +
+
+ Contractor planning note +
+
+
+
+
+
+
+
+
+ + What level of complexity do you expect calculations to be? + +
+
+ High level +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Expected complexity note +
+
+
+
+
+
+
+
+ + Are there any business requirement(s) that address claims processing precedence order with the other model(s)? If so, please specify. + +
+ + No answer entered + +
+
+
+
+
+
+
+
+ + Notes + +
+
+ claim note +
+
+
+
+
+
+
+
+ + Will participants be allowed to select between multiple payment mechanisms? If so, please describe. + +
+
+ Yes + + - Can participants select how + +
+
+
+
+
+
+
+
+
+ + Notes + +
+
+ Payment mechanisms note +
+
+
+
+
+
+
+
+ + How often do you anticipate making payments? + +
+
    +
  • + Semi-annually +
  • +
      +
    +
+
+
+
+
+
+
+ + Notes + +
+
+ Payment frequency note +
+
+
+
+
+
+
+
+ + Will you recover the payments? + +
+
+ Yes +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Will recover note +
+
+
+
+
+
+
+
+ + Do you anticipate reconciling payments retrospectively? + +
+
+ Yes +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Anticipate note +
+
+
+
+
+
+
+
+ + How often are payments reconciled? + +
+
    +
  • + Continually +
  • +
      +
    • + Continual Frequency +
    • +
    +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Reconciliation note +
+
+
+
+
+
+
+
+ + How frequently do you anticipate making demands/recoupments? + +
+
    +
  • + Continually +
  • +
      +
    • + Continual Frequency +
    • +
    +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Demand and Recoupment note +
+
+
+
+
+
+
+
+ + When will payments start? + + +
+ + + +
+ +
+
+
+
+
+ 06/03/2022 +
+
+
+
+
+
+
+
+ + Notes + +
+
+ Note for payment start date +
+
+
+
+
+ +`; diff --git a/src/views/ModelPlan/ReadOnly/Payments/index.tsx b/src/views/ModelPlan/ReadOnly/Payments/index.tsx index 40ab92c7a1..b3e917a282 100644 --- a/src/views/ModelPlan/ReadOnly/Payments/index.tsx +++ b/src/views/ModelPlan/ReadOnly/Payments/index.tsx @@ -44,8 +44,12 @@ const ReadOnlyPayments = ({ const paymentsConfigOne = { fundingSource: paymentsConfig.fundingSource, + fundingSourcePatientProtectionInfo: + paymentsConfig.fundingSourcePatientProtectionInfo, fundingSourceNote: paymentsConfig.fundingSourceNote, fundingSourceR: paymentsConfig.fundingSourceR, + fundingSourceRPatientProtectionInfo: + paymentsConfig.fundingSourceRPatientProtectionInfo, fundingSourceRNote: paymentsConfig.fundingSourceRNote, payRecipients: paymentsConfig.payRecipients, payRecipientsOtherSpecification: diff --git a/src/views/ModelPlan/TaskList/Payment/FundingSource/index.test.tsx b/src/views/ModelPlan/TaskList/Payment/FundingSource/index.test.tsx index c04e61adee..3cbde0ce05 100644 --- a/src/views/ModelPlan/TaskList/Payment/FundingSource/index.test.tsx +++ b/src/views/ModelPlan/TaskList/Payment/FundingSource/index.test.tsx @@ -21,11 +21,13 @@ const mockData: FundingType = { __typename: 'PlanPayments', id: '123', fundingSource: [FundingSourceType.MEDICARE_PART_B_SMI_TRUST_FUND], + fundingSourcePatientProtectionInfo: '', fundingSourceMedicareAInfo: '', fundingSourceMedicareBInfo: 'PartB', fundingSourceOther: null, fundingSourceNote: null, fundingSourceR: [], + fundingSourceRPatientProtectionInfo: '', fundingSourceRMedicareAInfo: '', fundingSourceRMedicareBInfo: '', fundingSourceROther: null, diff --git a/src/views/ModelPlan/TaskList/Payment/FundingSource/index.tsx b/src/views/ModelPlan/TaskList/Payment/FundingSource/index.tsx index 4642aa3c1f..86b6a496bf 100644 --- a/src/views/ModelPlan/TaskList/Payment/FundingSource/index.tsx +++ b/src/views/ModelPlan/TaskList/Payment/FundingSource/index.tsx @@ -80,11 +80,13 @@ const FundingSource = () => { const { id, fundingSource, + fundingSourcePatientProtectionInfo, fundingSourceMedicareAInfo, fundingSourceMedicareBInfo, fundingSourceOther, fundingSourceNote, fundingSourceR, + fundingSourceRPatientProtectionInfo, fundingSourceRMedicareAInfo, fundingSourceRMedicareBInfo, fundingSourceROther, @@ -132,11 +134,15 @@ const FundingSource = () => { __typename: 'PlanPayments', id: id ?? '', fundingSource: fundingSource ?? [], + fundingSourcePatientProtectionInfo: + fundingSourcePatientProtectionInfo ?? '', fundingSourceMedicareAInfo: fundingSourceMedicareAInfo ?? '', fundingSourceMedicareBInfo: fundingSourceMedicareBInfo ?? '', fundingSourceOther: fundingSourceOther ?? '', fundingSourceNote: fundingSourceNote ?? '', fundingSourceR: fundingSourceR ?? [], + fundingSourceRPatientProtectionInfo: + fundingSourceRPatientProtectionInfo ?? '', fundingSourceRMedicareAInfo: fundingSourceRMedicareAInfo ?? '', fundingSourceRMedicareBInfo: fundingSourceRMedicareBInfo ?? '', fundingSourceROther: fundingSourceROther ?? '', @@ -198,6 +204,33 @@ const FundingSource = () => { )}
+ {trustType === + FundingSourceEnum.PATIENT_PROTECTION_AFFORDABLE_CARE_ACT && + values[fieldName]?.includes(trustType) && ( + + + + + {flatErrors[`${fieldName}PatientProtectionInfo`]} + + + + + )} + {trustType === FundingSourceEnum.MEDICARE_PART_A_HI_TRUST_FUND && values[fieldName]?.includes(trustType) && (