Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HCBS] Overview Page Language/Functionality Change #83

Merged
merged 5 commits into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
186 changes: 110 additions & 76 deletions services/app-api/forms/qm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,29 +283,34 @@ export const qmReportTemplate: ReportTemplate = {
},
{
type: ElementType.Radio,
label:
"Did you deviate from the [reportYear] Technical Specifications?",
label: "Did you follow the [reportYear] Technical Specifications?",
value: [
{ label: "No", value: "no" },
{ label: "Yes", value: "yes" },
{
label: "Yes",
value: "yes",
label: "No",
value: "no",
checkedChildren: [
{
type: ElementType.Textbox,
label: "Please explain the deviation.",
label: "Please explain the variance.",
},
],
},
],
},
{
type: ElementType.Radio,
label: "Which delivery systems were used to report the LTSS measure?",
label: "Which delivery systems were used to report this measure?",
value: [
{ label: "Managed Care", value: "managed-care" },
{ label: "Free-For-Service", value: "fee-for-service" },
{ label: "Both", value: "both" },
{ label: "Fee-For-Service (FFS)", value: "fee-for-service" },
{
label: "Managed Long-Term Services and Supports (MLTSS)",
value: "managed-long-term-services-and-supports",
},
{
label: "Both FFS and MLTSS (separate)",
value: "both-ffs-and-mltss",
},
],
},
{
Expand Down Expand Up @@ -373,29 +378,34 @@ export const qmReportTemplate: ReportTemplate = {
},
{
type: ElementType.Radio,
label:
"Did you deviate from the [reportYear] Technical Specifications?",
label: "Did you follow the [reportYear] Technical Specifications?",
value: [
{ label: "No", value: "no" },
{ label: "Yes", value: "yes" },
{
label: "Yes",
value: "yes",
label: "No",
value: "no",
checkedChildren: [
{
type: ElementType.Textbox,
label: "Please explain the deviation.",
label: "Please explain the variance.",
},
],
},
],
},
{
type: ElementType.Radio,
label: "Which delivery systems were used to report the LTSS measure?",
label: "Which delivery systems were used to report this measure?",
value: [
{ label: "Managed Care", value: "managed-care" },
{ label: "Fee-For-Service", value: "fee-for-service" },
{ label: "Both", value: "both" },
{ label: "Fee-For-Service (FFS)", value: "fee-for-service" },
{
label: "Managed Long-Term Services and Supports (MLTSS)",
value: "managed-long-term-services-and-supports",
},
{
label: "Both FFS and MLTSS (separate)",
value: "both-ffs-and-mltss",
},
],
},
{
Expand Down Expand Up @@ -453,17 +463,16 @@ export const qmReportTemplate: ReportTemplate = {
},
{
type: ElementType.Radio,
label:
"Did you deviate from the [reportYear] Technical Specifications?",
label: "Did you follow the [reportYear] Technical Specifications?",
value: [
{ label: "No", value: "no" },
{ label: "Yes", value: "yes" },
{
label: "Yes",
value: "yes",
label: "No",
value: "no",
checkedChildren: [
{
type: ElementType.Textbox,
label: "Please explain the deviation.",
label: "Please explain the variance.",
},
],
},
Expand All @@ -482,11 +491,17 @@ export const qmReportTemplate: ReportTemplate = {
},
{
type: ElementType.Radio,
label: "Which delivery systems were used to report the LTSS measure?",
label: "Which delivery systems were used to report this measure?",
value: [
{ label: "Managed Care", value: "managed-care" },
{ label: "Free-For-Service", value: "fee-for-service" },
{ label: "Both", value: "both" },
{ label: "Fee-For-Service (FFS)", value: "fee-for-service" },
{
label: "Managed Long-Term Services and Supports (MLTSS)",
value: "managed-long-term-services-and-supports",
},
{
label: "Both FFS and MLTSS (separate)",
value: "both-ffs-and-mltss",
},
],
},
{
Expand Down Expand Up @@ -544,17 +559,16 @@ export const qmReportTemplate: ReportTemplate = {
},
{
type: ElementType.Radio,
label:
"Did you deviate from the [reportYear] Technical Specifications?",
label: "Did you follow the [reportYear] Technical Specifications?",
value: [
{ label: "No", value: "no" },
{ label: "Yes", value: "yes" },
{
label: "Yes",
value: "yes",
label: "No",
value: "no",
checkedChildren: [
{
type: ElementType.Textbox,
label: "Please explain the deviation.",
label: "Please explain the variance.",
},
],
},
Expand All @@ -573,11 +587,17 @@ export const qmReportTemplate: ReportTemplate = {
},
{
type: ElementType.Radio,
label: "Which delivery systems were used to report the LTSS measure?",
label: "Which delivery systems were used to report this measure?",
value: [
{ label: "Managed Care", value: "managed-care" },
{ label: "Free-For-Service", value: "fee-for-service" },
{ label: "Both", value: "both" },
{ label: "Fee-For-Service (FFS)", value: "fee-for-service" },
{
label: "Managed Long-Term Services and Supports (MLTSS)",
value: "managed-long-term-services-and-supports",
},
{
label: "Both FFS and MLTSS (separate)",
value: "both-ffs-and-mltss",
},
],
},
{
Expand Down Expand Up @@ -635,17 +655,16 @@ export const qmReportTemplate: ReportTemplate = {
},
{
type: ElementType.Radio,
label:
"Did you deviate from the [reportYear] Technical Specifications?",
label: "Did you follow the [reportYear] Technical Specifications?",
value: [
{ label: "No", value: "no" },
{ label: "Yes", value: "yes" },
{
label: "Yes",
value: "yes",
label: "No",
value: "no",
checkedChildren: [
{
type: ElementType.Textbox,
label: "Please explain the deviation.",
label: "Please explain the variance.",
},
],
},
Expand All @@ -664,11 +683,17 @@ export const qmReportTemplate: ReportTemplate = {
},
{
type: ElementType.Radio,
label: "Which delivery systems were used to report the LTSS measure?",
label: "Which delivery systems were used to report this measure?",
value: [
{ label: "Managed Care", value: "managed-care" },
{ label: "Free-For-Service", value: "fee-for-service" },
{ label: "Both", value: "both" },
{ label: "Fee-For-Service (FFS)", value: "fee-for-service" },
{
label: "Managed Long-Term Services and Supports (MLTSS)",
value: "managed-long-term-services-and-supports",
},
{
label: "Both FFS and MLTSS (separate)",
value: "both-ffs-and-mltss",
},
],
},
{
Expand Down Expand Up @@ -758,29 +783,34 @@ export const qmReportTemplate: ReportTemplate = {
},
{
type: ElementType.Radio,
label:
"Did you deviate from the [reportYear] Technical Specifications?",
label: "Did you follow the [reportYear] Technical Specifications?",
value: [
{ label: "No", value: "no" },
{ label: "Yes", value: "yes" },
{
label: "Yes",
value: "yes",
label: "No",
value: "no",
checkedChildren: [
{
type: ElementType.Textbox,
label: "Please explain the deviation.",
label: "Please explain the variance.",
},
],
},
],
},
{
type: ElementType.Radio,
label: "Which delivery systems were used to report the LTSS measure?",
label: "Which delivery systems were used to report this measure?",
value: [
{ label: "Managed Care", value: "managed-care" },
{ label: "Free-For-Service", value: "fee-for-service" },
{ label: "Both", value: "both" },
{ label: "Fee-For-Service (FFS)", value: "fee-for-service" },
{
label: "Managed Long-Term Services and Supports (MLTSS)",
value: "managed-long-term-services-and-supports",
},
{
label: "Both FFS and MLTSS (separate)",
value: "both-ffs-and-mltss",
},
],
},
{
Expand Down Expand Up @@ -848,29 +878,34 @@ export const qmReportTemplate: ReportTemplate = {
},
{
type: ElementType.Radio,
label:
"Did you deviate from the [reportYear] Technical Specifications?",
label: "Did you follow the [reportYear] Technical Specifications?",
value: [
{ label: "No", value: "no" },
{ label: "Yes", value: "yes" },
{
label: "Yes",
value: "yes",
label: "No",
value: "no",
checkedChildren: [
{
type: ElementType.Textbox,
label: "Please explain the deviation.",
label: "Please explain the variance.",
},
],
},
],
},
{
type: ElementType.Radio,
label: "Which delivery systems were used to report the LTSS measure?",
label: "Which delivery systems were used to report this measure?",
value: [
{ label: "Managed Care", value: "managed-care" },
{ label: "Free-For-Service", value: "fee-for-service" },
{ label: "Both", value: "both" },
{ label: "Fee-For-Service (FFS)", value: "fee-for-service" },
{
label: "Managed Long-Term Services and Supports (MLTSS)",
value: "managed-long-term-services-and-supports",
},
{
label: "Both FFS and MLTSS (separate)",
value: "both-ffs-and-mltss",
},
],
},
{
Expand Down Expand Up @@ -929,17 +964,16 @@ export const qmReportTemplate: ReportTemplate = {
},
{
type: ElementType.Radio,
label:
"Did you deviate from the [reportYear] Technical Specifications?",
label: "Did you follow the [reportYear] Technical Specifications?",
value: [
{ label: "No", value: "no" },
{ label: "Yes", value: "yes" },
{
label: "Yes",
value: "yes",
label: "No",
value: "no",
checkedChildren: [
{
type: ElementType.Textbox,
label: "Please explain the deviation.",
label: "Please explain the variance.",
},
],
},
Expand Down
Loading