CINXE.COM
MRF - Machine Readable Files
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="./css/bootstrap.min.css"> <!-- <link rel="stylesheet" href="./css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> --> <link rel="stylesheet" href="./css/style.css"> <title>MRF - Machine Readable Files</title> </head> <body id="top"> <div class="body"> <div class="container"> <div class="content-box" id="download-content"> <h3 class="heading">Download Machine-readable Files </h3> <div class="grid-view" id="g-view" style="margin-top:10px"></div> </div> <br> <div class="disclaimer-note"> <p> <b>PLEASE NOTE:</b> The file format mandated by CMS for the MRF files is JSON (JavaScript Object Notation), which can be downloaded and read using a JSON viewer. <br> • Brower types/versions that can support system requirements can include <b><i>Chrome -Version 99.0.4844.74 • Edge - Version 99.0.1150.39 • Firefox - Version 98.0.1</i></b> <br> <b>• Internet bandwidth</b> - Greater than 100 MBPS <br> <b>• RAM</b> - A minimum of 8 GB <br> <b>• Internal storage</b> – A minimum of 1 TB <br> <b>• Pop up Blockers</b> – Ensure pop up blockers are disabled to allow for all the INN/OON files to be downloaded successfully <br> <b>• Opening .gz extension files</b> – Opensource tool 7Zip required to extract/decompress the .gz format files <br> <b>•</b> Due to the number and size of files being posted it can take up to 5 minutes for the page to load. </p> </div> </div> </div> <script src="./js/jquery.js"></script> <script src="./js/url.modifier.js"></script> <script src="./js/script.js"></script> </body> </html>