Skip to content

Commit

Permalink
Add carin SOF config (no apparent standalone support)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Jan 10, 2025
1 parent b79f459 commit 44dc926
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,18 @@ export const SOF_HOSTS = [
clientId: "<no client id>",
note: "Credentials provided"
},
{
id: "c4bb",
name: "CARIN Blue Button",
url: "https://chpmd-api-sita.carefirst.com/v1/fhir/patientaccess",
clientId: "0oaf5w78xfWspNqeA1d7",
note: "Credentials provided"
}
// {
// id: "c4bb",
// name: "CARIN Blue Button",
// // url: "https://chpdc-api-sita.carefirst.com/v1/fhir/patientaccess",
// // url: "https://chpmd-api-sita.carefirst.com/v1/fhir/patientaccess",
// // url: "https://dsnp-api-sita.carefirst.com/v1/fhir/patientaccess",
// // url: "https://mapd-api-sita.carefirst.com/v1/fhir/patientaccess",
// // url: "https://mhbe-api-sita.carefirst.com/v1/fhir/patientaccess",
// url: "https://egwp-api-sita.carefirst.com/v1/fhir/patientaccess",
// clientId: "0oaf5w78xfWspNqeA1d7",
// note: "Credentials provided"
// }
];

export const BEARER_AUTHORIZATION = {
Expand Down

0 comments on commit 44dc926

Please sign in to comment.