AFC Urgent Care Dunn COVID-19 Information

CALL US TODAY | (910) 304-0112

Walk-Ins Welcome

No appointment necessary at our center

Save Your Spot

Call Our Center

Contact us for up to date information

(910) 304-0112

COVID-19 Information in Dunn at AFC Urgent Care

Here’s What We Know About COVID-19

Looking for current COVID-19 information? You’ve come to the right place. Read on for facts about this serious illness and the new COVID-19 vaccines.

According to the CDC, COVID-19 is a new respiratory illness caused by the coronavirus, SARS-CoV-2. It is spread from person to person. Experts call this “community spread." You can get the virus if you are around an infected person who sneezes, coughs, or talks. If you touch a surface that’s been touched by an infected person, you can get COVID-19 too.

Anyone of any age or health condition can get COVID-19. It is highly contagious and can spread rapidly no matter where you live. However, your risk of getting seriously ill or dying increases dramatically when you have certain medical conditions and/or are 65 and over.

Symptoms may include a cough, fever, chills, congestion, aches, and nausea. You might not be able to taste or smell. You can have mild symptoms, severe symptoms, or be asymptomatic and have no symptoms at all. Symptoms can show up in 2–14 days after exposure. If you believe you’ve been exposed to the virus, call about getting tested for COVID-19.

Stay home except to get medical attention. Isolate yourself from family and friends. Monitor your health. Seek immediate medical attention if you can’t breathe and/or have chest pain.

Stay home except to get medical attention. Isolate yourself from family and friends. Monitor your health. Seek immediate medical attention if you can’t breathe and/or have chest pain.

Protect Yourself. Protect Others.

  • Wear a mask.
  • Cover your nose and mouth.
  • Wash your hands: Use soap and water for 20 seconds. Or apply a hand sanitizer that contains 60% alcohol.
  • Keep your distance.
  • Keep two arm-lengths or 6 feet apart. Avoid crowds.
  • Get a flu shot
  • Get tested.
  • Get vaccinated
  • Travel informed
AFC Urgent Care Logo Adhesive Bandage

How Can We Help?

  • PATIENT SERVICES
  • COVID-19 SERVICES
  • TELECARE
  • EMPLOYER RESOURCES
  • PATIENT RESOURCES
  • ABOUT US
AFC Urgent Care Logo
Save Your Spot Center Now Open
AFC Urgent Care Logo Adhesive Bandage

Don't wait to get the medical attention you need.

CALL US TODAY | (910) 304-0112

Be the first to read...

More Blog Posts
`; } // Function to check if the reviews placeholder is in the viewport function isInViewport(element) { const rect = element.getBoundingClientRect(); return rect.top <= window.innerHeight && rect.bottom >= 0; } // Function to load the deferred scripts const loadDeferredScripts = () => { // Prevent loading multiple times if (scriptsLoaded) return; scriptsLoaded = true; const reviewsPlaceholder = document.getElementById('reviews-placeholder'); // Check if reviews-placeholder exists and if it's in the viewport if (reviewsPlaceholder && isInViewport(reviewsPlaceholder)) { loadReviews(); // Load the reviews widget if in viewport } // Only proceed if the map container is found var mapContainer = document.getElementById("mymapSize"); if (mapContainer) { var iframe = document.createElement('iframe'); iframe.src = mapContainer.getAttribute('data-src'); iframe.frameborder = "0"; iframe.allowfullscreen = true; mapContainer.innerHTML = ''; // Clear existing content mapContainer.appendChild(iframe); // Add the iframe } // Load AudioEye script window.__AudioEyeSiteHash = "d0653017abc63c2eee0fca531bc4d5a2"; var audioEye = document.createElement("script"); audioEye.src = "https://wsmcdn.audioeye.com/aem.js"; audioEye.type = "text/javascript"; audioEye.setAttribute("async", ""); document.getElementsByTagName("body")[0].appendChild(audioEye); // Load FontAwesome Stylesheets var css1 = document.createElement("link"); css1.href = "https://afc-assets.cloudbackend.net/stat/cache/fonts/FontAwesome5-11-2/css/all.min.css"; css1.rel = "stylesheet"; css1.type = "text/css"; document.head.appendChild(css1); var css2 = document.createElement("link"); css2.href = "https://afc-assets.cloudbackend.net/stat/cache/fonts/fontawesome5-15-1/css/all.min.css"; css2.rel = "stylesheet"; css2.type = "text/css"; document.head.appendChild(css2); // Load Slick Carousel Styles var slickCSS = document.createElement("link"); slickCSS.href = "https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"; slickCSS.rel = "stylesheet"; slickCSS.type = "text/css"; document.getElementsByTagName('head')[0].appendChild(slickCSS); var slickThemeCSS = document.createElement("link"); slickThemeCSS.href = "https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css"; slickThemeCSS.rel = "stylesheet"; slickThemeCSS.type = "text/css"; document.getElementsByTagName("head")[0].appendChild(slickThemeCSS); // Load EmbedSocial Script (only once) const existingScript = document.querySelector('script[src="https://embedsocial.com/cdn/ht.js"]'); if (!existingScript) { var embedScript = document.createElement("script"); embedScript.async = true; embedScript.src = "https://embedsocial.com/cdn/ht.js"; document.getElementsByTagName("head")[0].appendChild(embedScript); } }; // Load deferred scripts after user interacts with the page window.addEventListener("scroll", loadDeferredScripts, { once: true }); window.addEventListener("mousemove", loadDeferredScripts, { once: true }); window.addEventListener("touchstart", loadDeferredScripts, { once: true });