{# Partial twig file that represents the insurance edit screen for a patient @package OpenEMR @link http://www.open-emr.org @author Stephen Nielson @copyright Copyright (c) 2024 Care Management Solutions, Inc. @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #}
{# TODO: @adunsulag need aria-labels here for screen-readers #}
{% for instype in insuranceTypes %} {# Need a drop down select with each grouped insurance (by type) #}

{{ "Policy saved successfully."|xlt }}

{{ "Selected Policy"|xlt }}

{{ "No insurance policies for this insurance type were found."|xlt }}

{{ "You can add a new policy to this patient for this insurance type by filling out the form below and pressing the save button."|xlt }}

{{ "Loading insurance information."|xlt }}

{% endfor %}
{% if uspsVerifyAddress %} {% endif %} {% if enableSwapSecondaryInsurance %} {% endif %} {% include "patient/insurance/_insurance_validation_errors.html.twig" %} {# Insurance Edit Template #}