{% if current_path %} {% set path_parts = current_path.strip('/').split('/') %} {% if path_parts|length < 3 or path_parts|length > 3 %}

404

{% set overrides = {'active': False} %} {% do set_page_overrides(overrides) %} {% elif path_parts|length == 3 %} {% set pathvalue = path_parts[2] %} {% set mypage = defaultpages.filter({"Site ID": site.custom_fields.site_id|string, "Page Slug": pathvalue }) %} {% set item = mypage[0] %} {% if not mypage %}

404

{% set overrides = {'active': False} %} {% do set_page_overrides(overrides) %} {% else %} {% if item['Published']|lazy_boolean %} {% if item['noindex']|lazy_boolean %} {% set overrides = {'noindex': true, 'title': item['Title tag'], 'meta_description': item['Meta description']} %} {% do set_page_overrides(overrides) %} {% else %} {% set overrides = {'title': item['Title tag'], 'meta_description': item['Meta description']} %} {% endif %} {% do set_page_overrides(overrides) %} {% if site.custom_fields['previous_vendor'] %} {% else %} {% if site.custom_fields['banner_text'] or site.custom_fields['easter_and_holiday_banners'] %}
{% endif %} {% endif %} {% if site.custom_fields['hide_patient_services_banner'] %} {% else %}
{% if item['Inner Banner Title'] %}

{{ item['Inner Banner Title']|safe }}

{% elif site.custom_fields['fromm_site'] %}

AFC Urgent Care Wichita
{{ item['Hero title'] }}

{% elif item['Banner Heading'] %}

{{ item['Banner Heading'] }}

{% else %}

AFC Wichita
{{ item['Hero title'] }}

{% endif %} {% if item['Hero Banner Phone Number'] %}

CALL US TODAY | {{ item['Hero Banner Phone Number'] }}

{% elif site.custom_fields['phone'] %}

CALL US TODAY | (316) 440-2712

{% endif %} {% if item['Business Hours HTML'] %} {{ item['Business Hours HTML']|safe }} {% endif %}

Save Your Spot

Schedule your visit online or walk in today!

{% if site.custom_fields['hero_column_1_cta_link'] %} Book A Virtual Visit {% endif %}

Call Our Center

Contact us for up to date information

{% if item['Hero Banner Phone Number'] %} {{ item['Hero Banner Phone Number'] }} {% elif current_path == '/chelmsford/resources/employer-resources/' or current_path == '/braintree/resources/employer-resources/' %} {% elif item['Show Employee Resources Phone'] %} {% elif site.custom_fields['hero_column_2_cta_link'] %} (316) 440-2712 {% endif %}
{% endif %} {% if item['Banner Image'] %} {% endif %} {% if site.custom_fields['occupational_health_has_banner']|lazy_boolean %}
{% else %}
{% endif %}
{{ item['Body text second(HTML)']|safe }} {{ item['Body text(HTML)']|safe }} {% if item['Nearby Locations Page'] %} {% set threshold = site.custom_fields['how_many_regional_miles']|string %} {% set lat = site.custom_fields['latitude'] %} {% set lon = site.custom_fields['longitude'] %} {% set nearby_locations = get_business_locations(filters={'near_lat': lat, 'near_lon': lon, 'threshold': threshold}) %} {% if nearby_locations %}

AFC Locations Near Wichita

{% for nearby_location in nearby_locations[0:15] %}

{{ nearby_location.custom_fields.location_schema_name }}

{{ nearby_location.street }}{{ nearby_location.city }}, {{ nearby_location.state }}, {{ nearby_location.postal_code }}

{% set hours = nearby_location.hours_by_type.primary.hours|hours_formatter %} {% for day in hours.filtered_days(group_days=True) %}

{{ day.label }}:

{{ day.content }}

{% endfor %} {{ nearby_location.phonemap.phone }}

{{ nearby_location.custom_fields.finder_cta_label }}
{% endfor %} {% if site.custom_fields['additional_locations_in_regional'] %} {% endif %}
{% endif %} {% endif %} {% if site.custom_fields['occupational_health_has_form']|lazy_boolean %}

Inquiry Form

{% if site.custom_fields['form_recipient'] %} {% set crecipients = site.custom_fields['form_recipient'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 83088, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %} {% if item['Form Show']|lazy_boolean %}

Contact Our Center

Fill out your information and we'll contact you shortly.

{% if site.custom_fields['form_recipient'] %} {% set crecipients = site.custom_fields['form_recipient'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 78444, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %} {% if item['Company Form']|lazy_boolean %}

Contact Our Center

Fill out your information and we'll contact you shortly.

{% if site.custom_fields['form_recipient'] %} {% set crecipients = site.custom_fields['form_recipient'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 78446, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %} {% if item['Denver Regional Form']|lazy_boolean %}

Apply Now!

{% if site.custom_fields['career_form_recipient'] %} {% set crecipients = site.custom_fields['career_form_recipient'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 83595, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %} {% if item['Form Show Career']|lazy_boolean %}

Apply Now

Fill out your information, attach your resume and we'll contact you shortly.

{% if site.custom_fields['career_form_recipient'] %} {% set crecipients = site.custom_fields['career_form_recipient'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 78445, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %} {% if item['Test Results Form']|lazy_boolean %}

Test Results Form

This form is used to request a copy of your Test Results and is intended to be filled out by the patient and/or guardian of the patient. We aim to respond back within one business day. All information collected from this form will be securely transmitted to an encrypted server. Once your request has been fulfilled, your form data will be completely expunged from our systems.

{% if site.custom_fields['form_recipient'] %} {% set crecipients = site.custom_fields['form_recipient'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 79902, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %} {% if item['Authorization Form']|lazy_boolean %}

Authorization Form

{% if site.custom_fields['form_recipient'] %} {% set crecipients = site.custom_fields['form_recipient'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 80775, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %} {% if item['Occupational Health Form']|lazy_boolean %}

Authorization Form

{% if site.custom_fields['authorization_recipients'] %} {% set crecipients = site.custom_fields['authorization_recipients'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 83088, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}

New Business Form

{% if site.custom_fields['new_business_recipients'] %} {% set crecipients = site.custom_fields['new_business_recipients'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 83089, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %} {% if item['Employer Inquiry Form']|lazy_boolean %}
{% if item['Employer Inquiry Form Title'] %}

{{ item['Employer Inquiry Form Title'] }}

{% else %}

Employer Inquiry Form

{% endif %} {% if item['Employer Inquiry Form Description'] %}

{{ item['Employer Inquiry Form Description'] }}

{% endif %} {% if site.custom_fields['form_recipient'] %} {% set crecipients = site.custom_fields['form_recipient'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 84128, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %} {% if item['New Occupational Health Form']|lazy_boolean %}

Occupational Health Form

{% if site.custom_fields['new_occupational_health_form_recipient'] %} {% set crecipients = site.custom_fields['new_occupational_health_form_recipient'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 84138, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %}
{% if item['Sidebar Video'] %} {{ item['Sidebar Video']|safe }} {% endif %} {% if site.custom_fields['portland_site'] %}

Locations

Our Services

{% else %} AFC Urgent Care Logo Adhesive Bandage

How Can We Help?

  • PATIENT SERVICES
  • COVID-19 SERVICES
  • TELECARE
  • EMPLOYER RESOURCES
  • PATIENT RESOURCES
  • ABOUT US
{% if item['Show Form']|lazy_boolean %}

Contact Our Center

Fill out your information and we'll contact you shortly.

{% if site.custom_fields['form_recipient'] %} {% set crecipients = site.custom_fields['form_recipient'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 78191, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %} {% if current_path == '/chelmsford/resources/employer-resources/' or current_path == '/braintree/resources/employer-resources/' %} {% elif item['Show Employee Resources Phone'] %} {% else %} {% endif %} {% if current_path == '/chelmsford/resources/employer-resources/' %}
{% if site.custom_fields['form_recipient'] %} {% set crecipients = site.custom_fields['form_recipient'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 83758, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %} {% if current_path == '/braintree/resources/employer-resources/' %}
{% if site.custom_fields['form_recipient'] %} {% set crecipients = site.custom_fields['form_recipient'].split(',') %} {{ render_module(module_name='formbuilder', props={'form_id': 83781, 'form_overrides': {'recipients': crecipients} }) }} {% endif %}
{% endif %} {% if item['Sidebar HTML'] %} {{ item['Sidebar HTML']|safe }} {% endif %} {% if site.custom_fields['blue_box_text'] %} {% endif %}
AFC Urgent Care Logo
Save Your Spot Book A Virtual Visit
{% if current_path == '/westhaven/resources/afc-difference/' %} {% endif %} {% endif %} {% if item['Sidebar Image Contact'] %} AFC {% endif %}
{% if item['Full Width Page'] %} {% endif %} {% if item['FAQ Question 1'] %}
{% if item['FAQ Image'] %} {% endif %}
{% if item['FAQ Question 1'] or item['FAQ Question 2'] or item['FAQ Question 3'] or item['FAQ Question 4'] or item['FAQ Question 5'] %} {% if item['FAQ Title'] %}

{{ item['FAQ Title'] }}

{% else %}

AFC Urgent Care FAQs

{% endif %} {% endif %}
{% set faq_items = [] %} {% for i in range(1, 6) %} {% set title_value_key = 'FAQ Question %s' % i %} {% set description_value_key = 'FAQ Answer %s' % i %} {% if item[title_value_key] %} {% do faq_items.append({ 'question_name': item[title_value_key], 'answer_text': item[description_value_key] }) %} {% endif %} {% endfor %}

Q&A You Want to Answer?

{{ item['FAQ Title'] }}

{% endif %}
AFC Urgent Care Logo Adhesive Bandage

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

{% if site.custom_fields['phone'] %}

CALL US TODAY | {{ site.locations[0].phonemap.phone }}

{% endif %}
{% if site.custom_fields['services_gray_top_button_link'] %} {% else %} Save Your Spot {% if site.custom_fields['second_finder_cta_name'] %} ${custom_second_finder_cta_name} {% endif %} {% endif %} {% if site.custom_fields['explore_our_services_cta_link'] %} Explore our services {% endif %}
{% if site.custom_fields['hide_top_ctas'] %} {% endif %} {% if item['FAQ Title'] %} {% endif %} {% else %}

404

{% set overrides = {'active': False} %} {% do set_page_overrides(overrides) %} {% endif %} {% endif %} {% endif %} {% endif %}

Recent Blogs

Carts of Kindness $500 Grocery Giveaway

Win $500 for Groceries! AFC Urgent Care Wichita Partners with KAKE News for Carts of Kindness We're helping Wichita families stretch ...

Read More
Ankle sprain

Ankle sprain

Whether it happens during a weekend basketball game, a morning run, or a simple misstep, ankle sprains are among the most common ...

Read More
Wrist Injuries

Wrist Injuries

From a simple fall to repetitive typing or lifting at work, wrist injuries are among the most frequent musculoskeletal issues we treat ...

Read More

About Our Services:

Call (316) 440-2712 for more information about our Wichita urgent care services.