Skip to content

Commit 6ac3224

Browse files
authored
Merge pull request #23 from CMSgov/hyperlinks
add FAQs
2 parents fa85833 + e1565c9 commit 6ac3224

File tree

2 files changed

+54
-8
lines changed

2 files changed

+54
-8
lines changed

src/pages/txt-generator.jsx

Lines changed: 45 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,18 @@ const TxtGenerator = () => {
293293
<u>Background</u>
294294
</h3>
295295
<p>
296-
As finalized in the <a href={"https://www.federalregister.gov/documents/2023/11/22/2023-24293/medicare-program-hospital-outpatient-prospective-payment-and-ambulatory-surgical-center-payment"}>CY2024 OPPS/ASC Final Rule</a>, beginning
297-
January 1, 2024, each hospital must ensure that the public
298-
website it selects to host its machine-readable file (MRF)
299-
establishes and maintains, in the form and manner specified by
300-
CMS:
296+
As finalized in the{" "}
297+
<a
298+
href={
299+
"https://www.federalregister.gov/documents/2023/11/22/2023-24293/medicare-program-hospital-outpatient-prospective-payment-and-ambulatory-surgical-center-payment"
300+
}
301+
>
302+
CY2024 OPPS/ASC Final Rule
303+
</a>
304+
, beginning January 1, 2024, each hospital must ensure that the
305+
public website it selects to host its machine-readable file
306+
(MRF) establishes and maintains, in the form and manner
307+
specified by CMS:
301308
<ul>
302309
<li>
303310
A TXT file in the root folder that includes:
@@ -319,8 +326,39 @@ const TxtGenerator = () => {
319326
</li>
320327
</ul>
321328
The purpose of these requirements is to facilitate automated
322-
access to hospital MRFs. Please refer to <a href={"https://www.ecfr.gov/current/title-45/subtitle-A/subchapter-E/part-180#p-180.50(d)(6)"}>45 CFR 180.50 (d)(6)</a>
323-
and discussion at 88 FR <a href={"https://www.federalregister.gov/documents/2023/11/22/2023-24293/medicare-program-hospital-outpatient-prospective-payment-and-ambulatory-surgical-center-payment#p-5069"}>82111</a>-<a href={"https://www.federalregister.gov/documents/2023/11/22/2023-24293/medicare-program-hospital-outpatient-prospective-payment-and-ambulatory-surgical-center-payment#p-5088"}>82113</a>.
329+
access to hospital MRFs. Please refer to{" "}
330+
<a
331+
href={
332+
"https://www.ecfr.gov/current/title-45/subtitle-A/subchapter-E/part-180#p-180.50(d)(6)"
333+
}
334+
>
335+
45 CFR 180.50 (d)(6)
336+
</a>
337+
and discussion at 88 FR{" "}
338+
<a
339+
href={
340+
"https://www.federalregister.gov/documents/2023/11/22/2023-24293/medicare-program-hospital-outpatient-prospective-payment-and-ambulatory-surgical-center-payment#p-5069"
341+
}
342+
>
343+
82111
344+
</a>
345+
-
346+
<a
347+
href={
348+
"https://www.federalregister.gov/documents/2023/11/22/2023-24293/medicare-program-hospital-outpatient-prospective-payment-and-ambulatory-surgical-center-payment#p-5088"
349+
}
350+
>
351+
82113
352+
</a>
353+
. Frequently Asked Questions on the TXT File may be found{" "}
354+
<a
355+
href={
356+
"https://www.cms.gov/files/document/hospital-price-transparency-txt-file-frequently-asked-questions-faqs.pdf"
357+
}
358+
>
359+
here
360+
</a>
361+
.
324362
</p>
325363

326364
<h3 className="margin-bottom-0">

src/pages/validator.jsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,15 @@ const Validator = () => {
9696
Check back at this page in Spring 2024 for Validator 2.0. The
9797
updated Validator will test Machine-readable files against the
9898
new required CMS template layout and data specifications that
99-
hospitals must conform to by July 1, 2024, as outlined in the <a href={"https://www.federalregister.gov/documents/2023/11/22/2023-24293/medicare-program-hospital-outpatient-prospective-payment-and-ambulatory-surgical-center-payment"}>CY 2024 OPPS/ASC Final Rule</a>.
99+
hospitals must conform to by July 1, 2024, as outlined in the{" "}
100+
<a
101+
href={
102+
"https://www.federalregister.gov/documents/2023/11/22/2023-24293/medicare-program-hospital-outpatient-prospective-payment-and-ambulatory-surgical-center-payment"
103+
}
104+
>
105+
CY 2024 OPPS/ASC Final Rule
106+
</a>
107+
.
100108
</p>
101109
<p>
102110
Implementation guidance on the required CMS templates may be

0 commit comments

Comments
 (0)