-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.php
More file actions
35 lines (24 loc) · 1.85 KB
/
resources.php
File metadata and controls
35 lines (24 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
include 'header.php';
?>
<div class="subpage-banner">
<h1>Resources</h1>
</div> <!-- subpage banner -->
<div class="outer-wrapper">
<div class="container about-us" id="maincontent">
<div class="col">
<h3>Resources</h3>
<h6>CMS website for ABN code checks:</h6>
<a href="https://www.cms.gov/Medicare/Coverage/CoverageGenInfo/LabNCDsICD10" target="_blank">Click here</a>
<h6>Billing and Coding: Assays for Vitamins and Metabolic Function:</h6>
<a href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.cms.gov%2Fmedicare-coverage-database%2Fdetails%2Farticle-details.aspx%3FarticleId%3D56485%26ver%3D12%26LCDId%3D33418%26bc%3DAAAAAAABEAAA%26&data=04%7C01%7C%7C34087612f27b40a777c108d8e881921b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637514991689573953%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=x58PqN%2BsPyfoyguVRO76HAx9LA0u3iDCj2PK56iXdQE%3D&reserved=0" target="_blank">Click here</a>
<h6>MICROBIOLOGY SPECIMEN COLLECTION AND TRANSPORT GUIDE:</h6>
<a href="docs/microbiology-specimem-collection.docx" target="_blank">Click here</a>
<h6>Billing and Coding: Lab: Controlled Substance Monitoring and Drugs of Abuse Testing</h6>
<a href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.cms.gov%2Fmedicare-coverage-database%2Fdetails%2Farticle-details.aspx%3FarticleId%3D54799&data=04%7C01%7C%7Cc7fc4227ec8e401feb7808d913b9d489%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637562511119133220%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=GX6IEdwWq0qgVPWEpep0sInLr7E8mS7a1I90xAUeuxM%3D&reserved=0" target="_blank">Click here</a>
</div> <!-- col -->
</div> <!-- container -->
</div> <!-- outer wrapper to maintain background color when container width isn't 100% -->
<?php
include 'footer.php';
?>