Skip to content

Commit

Permalink
Add correct codes for org type to reg form template (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondsgarrett committed May 10, 2023
1 parent 635878f commit 977a522
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,11 @@
</option>
{% endfor %}
{% else %}
<option value="Insurance Carrier">Insurance Carrier</option>

<option value="Plan Administrator">
<option value="carrier">Insurance Carrier</option>
<option value="tpa_aso">
Plan Administrator¹ (TPA/ASO)
</option>

<option value="PBM">
<option value="pbm">
Pharmacy Benefit Manager (PBM)
</option>
{% endif %}
Expand Down

0 comments on commit 977a522

Please sign in to comment.