{# Partial twig file that represents the insurance new policy 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 #}
{# two radio button options, copy from existing policy and create blank policy #} {# copy from existing policy should have a select list below it #} {# #}
{# Need to have radio group of the insurance types ie, Primary, secondary, tertiary #}
{% for instype in insuranceTypes %} {% endfor %}
{{ "No policy exists for this insurance type"|xlt }}

{{ "Policy to update:"|xlt }}

{{ "There are no policies for this insurance type to copy from"|xlt }}

{{ "There are no policies for this insurance type to copy from"|xlt }}