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

QMS - LTSS-6, LTSS-7, LTSS-8 - Measure Overview Page #76

Merged
merged 6 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
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
30 changes: 30 additions & 0 deletions services/app-api/forms/cmit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,34 @@ export const CMIT_LIST: CMIT[] = [
dataSource: DataSource.Hybrid,
options: "",
},
{
cmit: 20,
name: "LTSS-6: Admission to a Facility from the Community",
uid: "20",
measureSteward: "CMS",
measureSpecification: [MeasureSpecification.CMS],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Administrative,
options: "",
},
{
cmit: 968,
name: "LTSS-7: Minimizing Facility Length of Stay",
uid: "968",
measureSteward: "CMS",
measureSpecification: [MeasureSpecification.CMS],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Administrative,
options: "",
},
{
cmit: 414,
name: "LTSS-8: Successful Transition after Long-Term Facility Stay",
uid: "414",
measureSteward: "CMS",
measureSpecification: [MeasureSpecification.CMS],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Administrative,
options: "",
},
];
258 changes: 255 additions & 3 deletions services/app-api/forms/qm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,21 +413,273 @@ export const qmReportTemplate: ReportTemplate = {
title: "LTSS-6: Admission to a Facility from the Community",
type: PageType.Measure,
sidebar: false,
elements: [],
elements: [
{
type: ElementType.ButtonLink,
label: "Return to Required Measures Dashboard",
to: "req-measure-result",
},
{
type: ElementType.Header,
text: "{measureName}",
},
{
type: ElementType.Accordion,
label: "Instructions",
value:
"[Optional instructional content that could support the user in completing this page]",
},
{
type: ElementType.SubHeader,
text: "Measure Details",
},
{
type: ElementType.Radio,
label: "Were the reported measure results audited or validated?",
value: [
{ label: "No, I am reporting on this measure", value: "no" },
{
label: "Yes, CMS is reporting on my behalf",
value: "yes",
checkedChildren: [
{
type: ElementType.Textbox,
label:
"What is the name of the agency of entity that audited or validated the report?",
},
],
},
],
},
{
type: ElementType.Radio,
label:
"Did you deviate from the [reportYear] Technical Specifications?",
value: [
{ label: "No", value: "no" },
{
label: "Yes",
value: "yes",
checkedChildren: [
{
type: ElementType.Textbox,
label: "Please explain the deviation.",
},
],
},
],
},
{
type: ElementType.Radio,
label: "Do you want CMS to calculate this measure on your behalf?",
value: [
{ label: "No", value: "no" },
{
label: "Yes",
value: "yes",
},
],
},
{
type: ElementType.Radio,
label: "Which delivery systems were used to report the LTSS measure?",
value: [
{ label: "Managed Care", value: "managed-care" },
{ label: "Free-For-Service", value: "fee-for-service" },
{ label: "Both", value: "both" },
],
},
{
type: ElementType.SubHeader,
text: "Quality Measures",
},
{
type: ElementType.QualityMeasureTable,
measureDisplay: "quality",
},
],
},
[MeasureTemplateName["LTSS-7"]]: {
id: "LTSS-7",
title: "LTSS-7: Minimizing Facility Length of Stay",
type: PageType.Measure,
sidebar: false,
elements: [],
elements: [
{
type: ElementType.ButtonLink,
label: "Return to Required Measures Dashboard",
to: "req-measure-result",
},
{
type: ElementType.Header,
text: "{measureName}",
},
{
type: ElementType.Accordion,
label: "Instructions",
value:
"[Optional instructional content that could support the user in completing this page]",
},
{
type: ElementType.SubHeader,
text: "Measure Details",
},
{
type: ElementType.Radio,
label: "Were the reported measure results audited or validated?",
value: [
{ label: "No, I am reporting on this measure", value: "no" },
{
label: "Yes, CMS is reporting on my behalf",
value: "yes",
checkedChildren: [
{
type: ElementType.Textbox,
label:
"What is the name of the agency of entity that audited or validated the report?",
},
],
},
],
},
{
type: ElementType.Radio,
label:
"Did you deviate from the [reportYear] Technical Specifications?",
value: [
{ label: "No", value: "no" },
{
label: "Yes",
value: "yes",
checkedChildren: [
{
type: ElementType.Textbox,
label: "Please explain the deviation.",
},
],
},
],
},
{
type: ElementType.Radio,
label: "Do you want CMS to calculate this measure on your behalf?",
value: [
{ label: "No", value: "no" },
{
label: "Yes",
value: "yes",
},
],
},
{
type: ElementType.Radio,
label: "Which delivery systems were used to report the LTSS measure?",
value: [
{ label: "Managed Care", value: "managed-care" },
{ label: "Free-For-Service", value: "fee-for-service" },
{ label: "Both", value: "both" },
],
},
{
type: ElementType.SubHeader,
text: "Quality Measures",
},
{
type: ElementType.QualityMeasureTable,
measureDisplay: "quality",
},
],
},
[MeasureTemplateName["LTSS-8"]]: {
id: "LTSS-8",
title: "LTSS-8: Successful Transition after Long-Term Facility Stay",
type: PageType.Measure,
sidebar: false,
elements: [],
elements: [
{
type: ElementType.ButtonLink,
label: "Return to Required Measures Dashboard",
to: "req-measure-result",
},
{
type: ElementType.Header,
text: "{measureName}",
},
{
type: ElementType.Accordion,
label: "Instructions",
value:
"[Optional instructional content that could support the user in completing this page]",
},
{
type: ElementType.SubHeader,
text: "Measure Details",
},
{
type: ElementType.Radio,
label: "Were the reported measure results audited or validated?",
value: [
{ label: "No, I am reporting on this measure", value: "no" },
{
label: "Yes, CMS is reporting on my behalf",
value: "yes",
checkedChildren: [
{
type: ElementType.Textbox,
label:
"What is the name of the agency of entity that audited or validated the report?",
},
],
},
],
},
{
type: ElementType.Radio,
label:
"Did you deviate from the [reportYear] Technical Specifications?",
value: [
{ label: "No", value: "no" },
{
label: "Yes",
value: "yes",
checkedChildren: [
{
type: ElementType.Textbox,
label: "Please explain the deviation.",
},
],
},
],
},
{
type: ElementType.Radio,
label: "Do you want CMS to calculate this measure on your behalf?",
value: [
{ label: "No", value: "no" },
{
label: "Yes",
value: "yes",
},
],
},
{
type: ElementType.Radio,
label: "Which delivery systems were used to report the LTSS measure?",
value: [
{ label: "Managed Care", value: "managed-care" },
{ label: "Free-For-Service", value: "fee-for-service" },
{ label: "Both", value: "both" },
],
},
{
type: ElementType.SubHeader,
text: "Quality Measures",
},
{
type: ElementType.QualityMeasureTable,
measureDisplay: "quality",
},
],
},
//optional
[MeasureTemplateName["FASI-1"]]: {
Expand Down
30 changes: 30 additions & 0 deletions services/ui-src/src/cmit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,34 @@ export const CMIT_LIST: CMIT[] = [
dataSource: DataSource.Hybrid,
options: "",
},
{
cmit: 20,
name: "LTSS-6: Admission to a Facility from the Community",
uid: "20",
measureSteward: "CMS",
measureSpecification: [MeasureSpecification.CMS],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Administrative,
options: "",
},
{
cmit: 968,
name: "LTSS-7: Minimizing Facility Length of Stay",
uid: "968",
measureSteward: "CMS",
measureSpecification: [MeasureSpecification.CMS],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Administrative,
options: "",
},
{
cmit: 414,
name: "LTSS-8: Successful Transition after Long-Term Facility Stay",
uid: "414",
measureSteward: "CMS",
measureSpecification: [MeasureSpecification.CMS],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Administrative,
options: "",
},
];
Loading