diff --git a/src/lib/config.ts b/src/lib/config.ts index ed1998a..b15194a 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -42,6 +42,13 @@ export const SOF_HOSTS = [ url: "https://launch.smarthealthit.org/v/r4/sim/WzMsIiIsIiIsIkFVVE8iLDAsMCwwLCIiLCIiLCIiLCIiLCIiLCIiLCIiLDAsMF0/fhir", clientId: "", note: "Credentials provided" + }, + { + id: "c4bb", + name: "CARIN Blue Button", + url: "https://chpmd-api-sita.carefirst.com/v1/fhir/patientaccess", + clientId: "0oaf5w78xfWspNqeA1d7", + note: "Credentials provided" } ];