Skip to content

Commit

Permalink
Switching "Epic Demo" to "Epic, UW Medicine Epic (production)", same
Browse files Browse the repository at this point in the history
as what was at the epic-uwmed-prod branch.
  • Loading branch information
mcjustin committed Oct 16, 2024
1 parent 5838716 commit 610aa5f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ export const SOF_HOSTS = [
// },
{
id: "epic",
name: "Epic Demo",
url: "https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4",
//name: "Epic Demo",
// url: "https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4",
name: "Epic, UW Medicine Epic (production)",
// per https://open.epic.com/MyApps/Endpoints :
url: "https://fhir.epic.medical.washington.edu/FHIR-Proxy/api/FHIR/R4",
clientId: import.meta.env.VITE_EPIC_CLIENT_ID,
note: "<a href='https://fhir.epic.com/Documentation?docId=testpatients' target='_blank' rel='noreferrer'>Test patient credentials <Icon name='box-arrow-up-right' /></a>"
},
Expand Down

0 comments on commit 610aa5f

Please sign in to comment.