Skip to content

Commit

Permalink
content updates on the med info page (#33125)
Browse files Browse the repository at this point in the history
  • Loading branch information
agravell047 authored Nov 25, 2024
1 parent 6b272ed commit b0531a6
Showing 1 changed file with 9 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,7 @@ const PrescriptionDetailsDocumentation = () => {
title: `Medication information: ${prescription?.prescriptionName}`,
preface: [
{
value: `Important: How to use this information`,
weight: 'bold',
paragraphGap: 0,
},
{
value: `This is a summary and does NOT have all possible information about this product. This information does not assure that this product is safe, effective, or appropriate for you. This information is not individual medical advice and does not substitute for the advice of your health care professional. Always ask your health care professional for complete information about this product and your specific health needs.`,
value: `We're providing this content from our trusted health care information partner, WebMD, to help you learn more about the medications you're taking. WebMD content is reviewed and approved by medical experts. But this content isn't directly reviewed by VA health care providers and isn't personalized to your use of the medications. If you have any questions about your medications and your specific needs, ask your VA health care team.`,
},
],
results: [{ list: [pdfData] }],
Expand Down Expand Up @@ -209,17 +204,14 @@ const PrescriptionDetailsDocumentation = () => {
<BeforeYouDownloadDropdown page={pageType.DOCUMENTATION} />
<div className="no-print rx-page-total-info vads-u-border-bottom--2px vads-u-border-color--gray-lighter vads-u-margin-y--5" />
<va-on-this-page />
<p className="vads-u-font-weight--bold vads-u-font-family--serif">
Important: How to Use This Information
</p>
<p className="vads-u-font-family--serif">
This is a summary and does NOT have all possible information about
this product. This information does not assure that this product is
safe, effective, or appropriate for you. This information is not
individual medical advice and does not substitute for the advice of
your health care professional. Always ask your health care
professional for complete information about this product and your
specific health needs.
<p>
We’re providing this content from our trusted health care
information partner, WebMD, to help you learn more about the
medications you’re taking. WebMD content is reviewed and approved by
medical experts. But this content isn’t directly reviewed by VA
health care providers and isn’t personalized to your use of the
medications. If you have any questions about your medications and
your specific needs, ask your VA health care team.
</p>
</div>
)}
Expand Down

0 comments on commit b0531a6

Please sign in to comment.