@@ -45,20 +45,19 @@ export const SOF_HOSTS = [
45
45
id : "aetna" ,
46
46
name : "AETNA Insurance Sandbox" ,
47
47
url : "https://vteapif1.aetna.com/fhirdemo/v1/patientaccess" ,
48
- clientId : "09cbb76344009c25a2ec587b39ebc303" ,
49
- clientSecret : "4fe39eccbfc586647407ea19f408521f" ,
48
+ clientId : import . meta. env . VITE_AETNA_CLIENT_ID ,
50
49
note : "VTETestUser01 / FHIRdemo2020"
51
50
} ,
52
51
{
53
- id : "c4bb " ,
54
- name : "CARIN Blue Button " ,
55
- // url: "https://chpdc-api-sita.carefirst.com/v1/fhir/patientaccess",
52
+ id : "carefirst " ,
53
+ name : "CareFirst " ,
54
+ url : "https://chpdc-api-sita.carefirst.com/v1/fhir/patientaccess" ,
56
55
// url: "https://chpmd-api-sita.carefirst.com/v1/fhir/patientaccess",
57
56
// url: "https://dsnp-api-sita.carefirst.com/v1/fhir/patientaccess",
58
57
// url: "https://mapd-api-sita.carefirst.com/v1/fhir/patientaccess",
59
58
// url: "https://mhbe-api-sita.carefirst.com/v1/fhir/patientaccess",
60
- url : "https://egwp-api-sita.carefirst.com/v1/fhir/patientaccess" ,
61
- clientId : "0oaf5w78xfWspNqeA1d7" ,
59
+ // url: "https://egwp-api-sita.carefirst.com/v1/fhir/patientaccess",
60
+ clientId : import . meta . env . VITE_CAREFIRST_CLIENT_ID ,
62
61
note : "Credentials provided"
63
62
} ,
64
63
] ;
0 commit comments