From 0d64ad73e25c6d5669cb16c8ddefebaa09174287 Mon Sep 17 00:00:00 2001 From: Nikhil S Date: Thu, 23 Jan 2025 16:14:00 -0500 Subject: [PATCH] add new oregon carrier to seedfile (#4956) * add new oregon carrier to seedfile * update carrier plan offer values --- .../_or_carrier_contact_information.html.erb | 76 +++++++++++++++++++ db/seedfiles/or/issuer_profile_data.rb | 8 +- 2 files changed, 82 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_or_carrier_contact_information.html.erb b/app/views/shared/_or_carrier_contact_information.html.erb index ec144efdad4..19a919d1dec 100644 --- a/app/views/shared/_or_carrier_contact_information.html.erb +++ b/app/views/shared/_or_carrier_contact_information.html.erb @@ -59,6 +59,34 @@ ><%=l10n("plans.nedd_phone_2")%>

<%=l10n("plans.nedd_contact_url")%>

+ <% when "Delta Dental" %> +
+

<%=l10n("plans.cho")%>

+

<%=l10n("plans.cho_hours")%>

+

<%=l10n("plans.call")%> ><%=l10n("plans.cho_phone")%>

+

<%=l10n("plans.cho_contact_url")%>

+
+ <% when "Dentegra" %> +
+

<%=l10n("plans.cho")%>

+

<%=l10n("plans.cho_hours")%>

+

<%=l10n("plans.call")%> ><%=l10n("plans.cho_phone")%>

+

<%=l10n("plans.cho_contact_url")%>

+
+ <% when "Dental Health Services" %> +
+

<%=l10n("plans.cho")%>

+

<%=l10n("plans.cho_hours")%>

+

<%=l10n("plans.call")%> ><%=l10n("plans.cho_phone")%>

+

<%=l10n("plans.cho_contact_url")%>

+
+ <% when "Dominion National" %> +
+

<%=l10n("plans.cho")%>

+

<%=l10n("plans.cho_hours")%>

+

<%=l10n("plans.call")%> ><%=l10n("plans.cho_phone")%>

+

<%=l10n("plans.cho_contact_url")%>

+
<% end %> @@ -152,6 +180,54 @@

+ <% when "Delta Dental" %> +
+ <%=l10n("plans.anthm")%>
+ <%=l10n("plans.call")%> + + ><%=l10n("plans.anthm_phone")%> +
+ <%=l10n("plans.anthm_hours")%>
+ <%=l10n("plans.anthm_contact_url")%> +
+
+
+ <% when "Dentegra" %> +
+ <%=l10n("plans.anthm")%>
+ <%=l10n("plans.call")%> + + ><%=l10n("plans.anthm_phone")%> +
+ <%=l10n("plans.anthm_hours")%>
+ <%=l10n("plans.anthm_contact_url")%> +
+
+
+ <% when "Dental Health Services" %> +
+ <%=l10n("plans.anthm")%>
+ <%=l10n("plans.call")%> + + ><%=l10n("plans.anthm_phone")%> +
+ <%=l10n("plans.anthm_hours")%>
+ <%=l10n("plans.anthm_contact_url")%> +
+
+
+ <% when "Dominion National" %> +
+ <%=l10n("plans.anthm")%>
+ <%=l10n("plans.call")%> + + ><%=l10n("plans.anthm_phone")%> +
+ <%=l10n("plans.anthm_hours")%>
+ <%=l10n("plans.anthm_contact_url")%> +
+
+
<% end %> diff --git a/db/seedfiles/or/issuer_profile_data.rb b/db/seedfiles/or/issuer_profile_data.rb index b9cba6fb3cd..e51dad55f85 100644 --- a/db/seedfiles/or/issuer_profile_data.rb +++ b/db/seedfiles/or/issuer_profile_data.rb @@ -1,8 +1,12 @@ ISSUER_PROFILE_DATA = [ {fein: "931179316", issuer_hios_ids: ["63474"], legal_name: "BridgeSpan Health", abbreviation: "BSPAN", hbx_carrier_id: 70_001, ivl_health: true }, - {fein: "930798039", issuer_hios_ids: ["71287"], legal_name: "Kaiser Permanente", abbreviation: "KPMC", hbx_carrier_id: 70_002, ivl_health: true }, - {fein: "930989307", issuer_hios_ids: ["39424"], legal_name: "MODA Health", abbreviation: "MODA", hbx_carrier_id: 70_003, ivl_dental: true }, + {fein: "930798039", issuer_hios_ids: ["71287"], legal_name: "Kaiser Permanente", abbreviation: "KPMC", hbx_carrier_id: 70_002, ivl_health: true, ivl_dental: true }, + {fein: "930989307", issuer_hios_ids: ["39424"], legal_name: "MODA Health", abbreviation: "MODA", hbx_carrier_id: 70_003, ivl_health: true, ivl_dental: true }, {fein: "930245545", issuer_hios_ids: ["10091"], legal_name: "PacificSource Health Plans", abbreviation: "PSHP", hbx_carrier_id: 70_004, ivl_health: true }, {fein: "930863097", issuer_hios_ids: ["56707"], legal_name: "Providence Health Plans", abbreviation: "PROV", hbx_carrier_id: 70_005, ivl_health: true }, {fein: "930981775", issuer_hios_ids: ["77969"], legal_name: "Regence", abbreviation: "RGNC", hbx_carrier_id: 70_006, ivl_health: true, ivl_dental: true }, + {fein: "930438772", issuer_hios_ids: ["28415"], legal_name: "Delta Dental", abbreviation: "DDOR", hbx_carrier_id: 70_007, ivl_dental: true }, + {fein: "751233841", issuer_hios_ids: ["68420"], legal_name: "Dentegra", abbreviation: "DTGA", hbx_carrier_id: 70_008, ivl_dental: true }, + {fein: "330213295", issuer_hios_ids: ["25486"], legal_name: "Dental Health Services", abbreviation: "DHSOR", hbx_carrier_id: 70_009, ivl_dental: true }, + {fein: "541922626", issuer_hios_ids: ["98884"], legal_name: "Dominion National", abbreviation: "DMNN", hbx_carrier_id: 70_010, ivl_dental: true } ]