Skip to content

Commit

Permalink
fixing categories for insurance companies. .
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Nov 2, 2023
1 parent d9db4e8 commit 993b49d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions clients/factory/factory.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion definitions/internal/platform/aetna.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func GetSourceAetna(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.Sour
sourceDef.Display = "Aetna"
sourceDef.PlatformType = pkg.SourceTypeAetna
sourceDef.SourceType = pkg.SourceTypeAetna
sourceDef.Category = []string{}
sourceDef.Category = []string{"Insurance"}
sourceDef.Aliases = []string{}
sourceDef.PatientAccessUrl = "https://www.aetna.com/"

Expand Down
2 changes: 1 addition & 1 deletion definitions/internal/platform/cigna.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func GetSourceCigna(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.Sour
sourceDef.Display = "Cigna"
sourceDef.PlatformType = pkg.SourceTypeCigna
sourceDef.SourceType = pkg.SourceTypeCigna
sourceDef.Category = []string{}
sourceDef.Category = []string{"Insurance"}
sourceDef.Aliases = []string{"CIGNA HEALTH CARE OF ARIZONA INC", "CIGNA HEALTHCARE OF ARIZONA", "CIGNA HEALTHCARE OF AZ", "CIGNA HEALTHCARE OF NORTH CAROLINA, INC.", "CIGNA HEALTHCAREOF AZ, INC.", "CIGNA HOME DELIVERY PHARMACY", "CIGNA HOSPICE CARE INC", "CIGNA MEDICAL GROUP", "CIGNA ORTHODONTICS PC", "CIGNA TEL DRUG"}
sourceDef.Identifiers = map[string][]string{"http://hl7.org/fhir/sid/us-npi": []string{"1528050572", "1407848468", "1619969680", "1013909969", "1285876326", "1528139953", "1437141405", "1013909076", "1821690058", "1265544191", "1467564302", "1083606057", "1609868678", "1497747455", "1992797930", "1902918832", "1306838354", "1447242417", "1104155621", "1285626234", "1366434326", "1629060686", "1619083441", "1548383888", "1245338235", "1649341298", "1396816013", "1689745333", "1225109879", "1275604605", "1144391574", "1134290786", "1942371679", "1952472672", "1750450987", "1033280698", "1619048048", "1356445365", "1467531681", "1942371505", "1770654105", "1508937236", "1437220860", "1528200672", "1861571093", "1902159346", "1144450511", "1508096975", "1831425990", "1326337221", "1518415397", "1073626404", "1760718621", "1336464445", "1265536270", "1043471873", "1952548315", "1588804280", "1801190723", "1730417676", "1184977563", "1275887028", "1750535506", "1184978934", "1821397787", "1881915502", "1053427880", "1073627162", "1790950988", "1891245569", "1932850922", "1053521245", "1790163624", "1467942938", "1275135949", "1023113271", "1003270596", "1922162031", "1740400753", "1457571457"}}
sourceDef.PatientAccessUrl = "https://www.cigna.com/"
Expand Down
2 changes: 1 addition & 1 deletion definitions/internal/platform/humana.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func GetSourceHumana(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.Sou
sourceDef.Display = "Humana"
sourceDef.PlatformType = pkg.SourceTypeHumana
sourceDef.SourceType = pkg.SourceTypeHumana
sourceDef.Category = []string{"Hospital"}
sourceDef.Category = []string{"Insurance"}
sourceDef.Aliases = []string{}
sourceDef.PatientAccessUrl = "https://www.humana.com/"

Expand Down
2 changes: 1 addition & 1 deletion definitions/internal/platform/medicare.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func GetSourceMedicare(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.S
sourceDef.Display = "Medicare"
sourceDef.PlatformType = pkg.SourceTypeMedicare
sourceDef.SourceType = pkg.SourceTypeMedicare
sourceDef.Category = []string{"Hospital"}
sourceDef.Category = []string{"Insurance"}
sourceDef.Aliases = []string{}
sourceDef.PatientAccessUrl = "https://sandbox.bluebutton.cms.gov/"

Expand Down
2 changes: 1 addition & 1 deletion definitions/internal/platform/vahealth.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func GetSourceVahealth(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.S
sourceDef.Display = "VA Health"
sourceDef.PlatformType = pkg.SourceTypeVahealth
sourceDef.SourceType = pkg.SourceTypeVahealth
sourceDef.Category = []string{"Sandbox"}
sourceDef.Category = []string{"Insurance"}
sourceDef.Aliases = []string{}
sourceDef.PatientAccessUrl = "https://www.va.gov"

Expand Down

0 comments on commit 993b49d

Please sign in to comment.