Skip to content

Commit

Permalink
Add carin sandbox to sof urls
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Jan 10, 2025
1 parent 5140746 commit b79f459
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ export const SOF_HOSTS = [
url: "https://launch.smarthealthit.org/v/r4/sim/WzMsIiIsIiIsIkFVVE8iLDAsMCwwLCIiLCIiLCIiLCIiLCIiLCIiLCIiLDAsMF0/fhir",
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"
}
];

Expand Down

0 comments on commit b79f459

Please sign in to comment.