Skip to content

Commit

Permalink
Fix validateDOM warnings (#11915)
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbay-bluetiger authored Nov 6, 2024
1 parent 001d719 commit c311818
Show file tree
Hide file tree
Showing 9 changed files with 200 additions and 197 deletions.
8 changes: 6 additions & 2 deletions services/app-api/forms/mcpar.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@
},
"praDisclosure": [
{
"type": "span",
"content": "<b>PRA Disclosure Statement</b><br/>According to the Paperwork Reduction Act of 1995, no persons are required to respond to a collection of information unless it displays a valid OMB control number. The valid OMB control number for this information collection is 0938-0920 (Expires: June 30, 2024). The time required to complete this information collection is estimated to average 6 hours per response, including the time to review instructions, search existing data resources, gather the data needed, and complete and review the information collection. If you have comments concerning the accuracy of the time estimate(s) or suggestions for improving this form, please write to: CMS, 7500 Security Boulevard, Attn: PRA Reports Clearance Officer, Mail Stop C4-26-05, Baltimore, Maryland 21244-1850"
"type": "p",
"content": "<strong>PRA Disclosure Statement</strong>"
},
{
"type": "p",
"content": "According to the Paperwork Reduction Act of 1995, no persons are required to respond to a collection of information unless it displays a valid OMB control number. The valid OMB control number for this information collection is 0938-0920 (Expires: June 30, 2024). The time required to complete this information collection is estimated to average 6 hours per response, including the time to review instructions, search existing data resources, gather the data needed, and complete and review the information collection. If you have comments concerning the accuracy of the time estimate(s) or suggestions for improving this form, please write to: CMS, 7500 Security Boulevard, Attn: PRA Reports Clearance Officer, Mail Stop C4-26-05, Baltimore, Maryland 21244-1850"
}
]
},
Expand Down
15 changes: 5 additions & 10 deletions services/app-api/forms/mlr.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,11 @@
"praDisclosure": [
{
"type": "p",
"children": [
{
"type": "html",
"content": "<strong>PRA Disclosure Statement</strong>"
},
{
"type": "p",
"content": "According to the Paperwork Reduction Act of 1995, no persons are required to respond to a collection of information unless it displays a valid OMB control number. The valid OMB control number for this information collection is 0938-0920 (Expires: June 30, 2024). The time required to complete this information collection is estimated to average 6 hours per response, including the time to review instructions, search existing data resources, gather the data needed, and complete and review the information collection. If you have comments concerning the accuracy of the time estimate(s) or suggestions for improving this form, please write to: CMS, 7500 Security Boulevard, Attn: PRA Reports Clearance Officer, Mail Stop C4-26-05, Baltimore, Maryland 21244-1850"
}
]
"content": "<strong>PRA Disclosure Statement</strong>"
},
{
"type": "p",
"content": "According to the Paperwork Reduction Act of 1995, no persons are required to respond to a collection of information unless it displays a valid OMB control number. The valid OMB control number for this information collection is 0938-0920 (Expires: June 30, 2024). The time required to complete this information collection is estimated to average 6 hours per response, including the time to review instructions, search existing data resources, gather the data needed, and complete and review the information collection. If you have comments concerning the accuracy of the time estimate(s) or suggestions for improving this form, please write to: CMS, 7500 Security Boulevard, Attn: PRA Reports Clearance Officer, Mail Stop C4-26-05, Baltimore, Maryland 21244-1850"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@
},
"praDisclosure": [
{
"type": "span",
"content": "<b>PRA Disclosure Statement</b><br/>According to the Paperwork Reduction Act of 1995, no persons are required to respond to a collection of information unless it displays a valid OMB control number. The valid OMB control number for this information collection is 0938-0920 (Expires: June 30, 2024). The time required to complete this information collection is estimated to average 6 hours per response, including the time to review instructions, search existing data resources, gather the data needed, and complete and review the information collection. If you have comments concerning the accuracy of the time estimate(s) or suggestions for improving this form, please write to: CMS, 7500 Security Boulevard, Attn: PRA Reports Clearance Officer, Mail Stop C4-26-05, Baltimore, Maryland 21244-1850"
"type": "p",
"content": "<strong>PRA Disclosure Statement</strong>"
},
{
"type": "p",
"content": "According to the Paperwork Reduction Act of 1995, no persons are required to respond to a collection of information unless it displays a valid OMB control number. The valid OMB control number for this information collection is 0938-0920 (Expires: June 30, 2024). The time required to complete this information collection is estimated to average 6 hours per response, including the time to review instructions, search existing data resources, gather the data needed, and complete and review the information collection. If you have comments concerning the accuracy of the time estimate(s) or suggestions for improving this form, please write to: CMS, 7500 Security Boulevard, Attn: PRA Reports Clearance Officer, Mail Stop C4-26-05, Baltimore, Maryland 21244-1850"
}
]
},
Expand Down
200 changes: 95 additions & 105 deletions services/ui-src/src/verbiage/pages/accordion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,70 +3,65 @@ export default {
adminDashboard: {
buttonLabel: "Instructions",
intro: [
{
type: "p",
content: "<b>State User Instructions</b>",
},
{
type: "p",
children: [
{
type: "p",
content: "<b>State User Instructions</b>",
},
{
type: "p",
children: [
{
type: "html",
content: "As described at ",
},
{
type: "externalLink",
content: "42 CFR § 438.74",
props: {
href: "https://www.ecfr.gov/current/title-42/chapter-IV/subchapter-C/part-438/subpart-B/section-438.74",
target: "_blank",
"aria-label": "42 CFR § 438.74 (link opens in new tab)",
},
},
{
type: "html",
content:
", states are required to report summary Medical Loss Ratio (MLR) reports to the Centers for Medicare & Medicaid Services (CMS). The summary MLR report submission coincides with the state’s submission of the annual base rate certification. The summary reports are based on the plans’ annual MLR reports to the state required under ",
},
{
type: "externalLink",
content: "42 CFR § 438.8(k)",
props: {
href: "https://www.ecfr.gov/current/title-42/chapter-IV/subchapter-C/part-438/subpart-A/section-438.8#p-438.8(k)",
target: "_blank",
"aria-label": "42 CFR § 438.8(k) (link opens in new tab)",
},
},
{
type: "html",
content:
". If the state needs to revise MLR reports previously submitted using the online form, ask your CMS contact to reopen the related submission, which will change it to an “In revision” status. If the state needs to revise MLR reports previously submitted using the Excel Workbook or other format, reach out to your CMS contact to discuss next steps. ",
},
{
type: "externalLink",
content: "Learn more about the Medical Loss Ratio report",
props: {
href: "https://www.medicaid.gov/medicaid/managed-care/guidance/medicaid-and-chip-managed-care-reporting/index.html#MLR",
target: "_blank",
"aria-label":
"Learn more about the Medical Loss Ratio report (link opens in new tab)",
},
},
{
type: "html",
content: ".",
},
],
},
{
type: "p",
content: "<b>CMS Admin Instructions</b>",
type: "html",
content: "As described at ",
},
{
type: "externalLink",
content: "42 CFR § 438.74",
props: {
href: "https://www.ecfr.gov/current/title-42/chapter-IV/subchapter-C/part-438/subpart-B/section-438.74",
target: "_blank",
"aria-label": "42 CFR § 438.74 (link opens in new tab)",
},
},
{
type: "html",
content:
", states are required to report summary Medical Loss Ratio (MLR) reports to the Centers for Medicare & Medicaid Services (CMS). The summary MLR report submission coincides with the state’s submission of the annual base rate certification. The summary reports are based on the plans’ annual MLR reports to the state required under ",
},
{
type: "externalLink",
content: "42 CFR § 438.8(k)",
props: {
href: "https://www.ecfr.gov/current/title-42/chapter-IV/subchapter-C/part-438/subpart-A/section-438.8#p-438.8(k)",
target: "_blank",
"aria-label": "42 CFR § 438.8(k) (link opens in new tab)",
},
},
{
type: "html",
content:
". If the state needs to revise MLR reports previously submitted using the online form, ask your CMS contact to reopen the related submission, which will change it to an “In revision” status. If the state needs to revise MLR reports previously submitted using the Excel Workbook or other format, reach out to your CMS contact to discuss next steps. ",
},
{
type: "externalLink",
content: "Learn more about the Medical Loss Ratio report",
props: {
href: "https://www.medicaid.gov/medicaid/managed-care/guidance/medicaid-and-chip-managed-care-reporting/index.html#MLR",
target: "_blank",
"aria-label":
"Learn more about the Medical Loss Ratio report (link opens in new tab)",
},
},
{
type: "html",
content: ".",
},
],
},
{
type: "p",
content: "<b>CMS Admin Instructions</b>",
},
],
list: [
"To allow a state to make corrections or edits to a submission use “Unlock” to release the submission. The status will change to “In revision”.",
Expand Down Expand Up @@ -158,29 +153,29 @@ export default {
content:
". States have the option of reporting these data for each managed care program, statewide, or at another level of aggregation (e.g., eligibility groups). Managed care program is defined by a specified set of benefits and eligibility criteria that are articulated in a contract between the state and managed care plans. <b>In general, MLR data should not be aggregated across programs; however, if a managed care plan participates in more than one program with the state—the state can report the plan's MLRs for each program separately or combine the plan's results across managed care programs.</b> If a state combines the plan's reporting across programs, the report must use a consistent MLR reporting year.",
},
],
},
{
type: "p",
children: [
{
type: "p",
children: [
{
type: "html",
content:
"States must report MLRs for both credible and non-credible MCOs, PIHPs, and PAHPs. There is no exception for MLR reporting for non-credible managed care plans. Under ",
},
{
type: "externalLink",
content: "42 CFR § 438.8(l)",
props: {
href: "https://www.ecfr.gov/current/title-42/chapter-IV/subchapter-C/part-438/subpart-A/section-438.8#p-438.8(l)",
target: "_blank",
"aria-label": "42 CFR § 438.8(l) (link opens in new tab)",
},
},
{
type: "html",
content:
" a state may exclude a plan that is newly contracted with the state from this reporting for the first year of the plan's operation. These “new experience” plans must report MLRs during the next MLR reporting year in which the plan is in business with the state, even if the first year was not a full 12 months.",
},
],
type: "html",
content:
"States must report MLRs for both credible and non-credible MCOs, PIHPs, and PAHPs. There is no exception for MLR reporting for non-credible managed care plans. Under ",
},
{
type: "externalLink",
content: "42 CFR § 438.8(l)",
props: {
href: "https://www.ecfr.gov/current/title-42/chapter-IV/subchapter-C/part-438/subpart-A/section-438.8#p-438.8(l)",
target: "_blank",
"aria-label": "42 CFR § 438.8(l) (link opens in new tab)",
},
},
{
type: "html",
content:
" a state may exclude a plan that is newly contracted with the state from this reporting for the first year of the plan's operation. These “new experience” plans must report MLRs during the next MLR reporting year in which the plan is in business with the state, even if the first year was not a full 12 months.",
},
],
},
Expand All @@ -191,37 +186,32 @@ export default {
detailIntro: {
buttonLabel: "Instructions",
intro: [
{
type: "p",
content:
"States must report the five required MLR summary elements. Note that the form fields do not automatically calculate the MLR numerator, denominator, or MLR percentage. Each element must be entered manually. Fields marked as “optional” are included to allow states to report additional MLR data that states currently collect from MCOs, PIHPs, or PAHPs.",
},
{
type: "p",
children: [
{
type: "p",
type: "html",
content:
"States must report the five required MLR summary elements. Note that the form fields do not automatically calculate the MLR numerator, denominator, or MLR percentage. Each element must be entered manually. Fields marked as “optional” are included to allow states to report additional MLR data that states currently collect from MCOs, PIHPs, or PAHPs.",
},
{
type: "p",
children: [
{
type: "html",
content:
"Note: States that are reporting non-credible plans should enter member month values in section 3.1 as described below. States should report all other required MLR reporting elements (sections 1.3, 2.3, 3.4) with the value 0, and answer “No” for section 4.1 when reporting non-credible plan information. Reporting in this way will ensure that the progress indicators result in a “complete” status. Information on non-credible plans and credibility adjustment calculations is available from ",
},
{
type: "externalLink",
content: "CMCS Informational Bulletin dated July 31, 2017",
props: {
href: "https://www.medicaid.gov/federal-policy-guidance/downloads/cib073117.pdf",
target: "_blank",
"aria-label":
"CMCS Informational Bulletin dated July 31, 2017 (link opens in new tab)",
},
},
{
type: "html",
content: ".",
},
],
"Note: States that are reporting non-credible plans should enter member month values in section 3.1 as described below. States should report all other required MLR reporting elements (sections 1.3, 2.3, 3.4) with the value 0, and answer “No” for section 4.1 when reporting non-credible plan information. Reporting in this way will ensure that the progress indicators result in a “complete” status. Information on non-credible plans and credibility adjustment calculations is available from ",
},
{
type: "externalLink",
content: "CMCS Informational Bulletin dated July 31, 2017",
props: {
href: "https://www.medicaid.gov/federal-policy-guidance/downloads/cib073117.pdf",
target: "_blank",
"aria-label":
"CMCS Informational Bulletin dated July 31, 2017 (link opens in new tab)",
},
},
{
type: "html",
content: ".",
},
],
},
Expand Down
Loading

0 comments on commit c311818

Please sign in to comment.