Skip to content

Commit

Permalink
Switch from "Epic Demo" to UW Medicine Epic (production).
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjustin committed Dec 9, 2024
1 parent 15a3eed commit bc623ad
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 bc623ad

Please sign in to comment.