Skip to content

Commit

Permalink
Add Medicaid Warning and Penalties section
Browse files Browse the repository at this point in the history
We decided to include this in T&Cs even though we are not supporting
Medicaid.
  • Loading branch information
vrajmohan committed Feb 14, 2024
1 parent 6ec0760 commit 0201a07
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@ rights-and-responsibilities.your-rights-label=Your Rights
rights-and-responsibilities.your-responsibilities-label=Your Responsibilities
rights-and-responsibilities.work-requirements-for-snap-label=Work Requirements for SNAP
rights-and-responsibilities.tca-and-snap-penalties-label=TCA and SNAP Penalties
rights-and-responsibilities.medicaid-warning-and-penalties-label=Medicaid Warning and Penalties
rights-and-responsibilities.read-before-signing-label=Read Before Signing
tca-ohep-agreement.title=TCA and OHEP Agreement
tca-ohep-agreement.header1=Please read and agree to these terms
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,29 @@ <h3 class="text--small">SNAP/EBT Card: Multiple Card Replacements</h3>
referred to the Office of the Inspector General for investigation of trafficking benefits.</p>
</div>
</th:block>
<th:block th:fragment="medicaidWarningAndPenalties">
<div class="text--small">
<p><strong>Only use Medical Assistance cards if you are eligible.</strong></p>
<p>Every person convicted of "Medicaid Fraud" with a value of $500 or more in money, services,
or goods is guilty of a felony, and shall:</p>
<ol class="list--numbered">
<li>Pay back money, services or goods; or the value of those services or goods unlawfully
received;
</li>
<li>Be subject to a fine of no more than $10,000, imprisoned for no longer than five years, or
both.
</li>
</ol>
<p>Every person convicted of "Medicaid Fraud" with a value of less than $500 in money, services
or goods is guilty of a misdemeanor, and shall:</p>
<ol class="list--numbered">
<li> Pay back money, services or goods; or the value of those services or goods unlawfully
received;
</li>
<li>Be fined no more than $1,000 and imprisoned for no longer than three years or both.</li>
</ol>
</div>
</th:block>
<th:block th:fragment="readBeforeSigning">
<div class="text--small">
<p>I understand that it is important to give true information and if I do not, I am breaking the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,14 @@
<th:block th:replace="~{fragments/accordion :: accordion(
buttonLabel=~{::contentLabel6},
content=~{::content6})}">
<th:block th:ref="contentLabel6" th:text="#{rights-and-responsibilities.read-before-signing-label}"/>
<th:block th:ref="content6" th:replace="~{fragments/rightsAndResponsibilitiesFragments :: readBeforeSigning}"/>
<th:block th:ref="contentLabel6" th:text="#{rights-and-responsibilities.medicaid-warning-and-penalties-label}"/>
<th:block th:ref="content6" th:replace="~{fragments/rightsAndResponsibilitiesFragments :: medicaidWarningAndPenalties}"/>
</th:block>
<th:block th:replace="~{fragments/accordion :: accordion(
buttonLabel=~{::contentLabel7},
content=~{::content7})}">
<th:block th:ref="contentLabel7" th:text="#{rights-and-responsibilities.read-before-signing-label}"/>
<th:block th:ref="content7" th:replace="~{fragments/rightsAndResponsibilitiesFragments :: readBeforeSigning}"/>
</th:block>
<th:block th:replace="~{fragments/inputs/checkbox ::
checkbox(inputName='rightsAndResponsibilitiesAgree',
Expand Down

0 comments on commit 0201a07

Please sign in to comment.