Skip to content

Commit

Permalink
Resolve tsconfig and update example ips urls
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Mar 2, 2024
1 parent a2ee4a7 commit d80f785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ export const VIEWER_BASE = new URL(
window.location.href
).toString();
export const PATIENT_IPS = {
'Dave deBronkart': 'https://fhir.ips-demo.dev.cirg.uw.edu/fhir/Patient/11013/$summary'
'Dave deBronkart': 'https://fhir.ips-demo.dev.cirg.uw.edu/fhir/Patient/16501/$summary'
}
export const EXAMPLE_IPS = {
'Maria SEATTLE Gravitate': 'https://fhir.ips-demo.dev.cirg.uw.edu/fhir/Patient/14599/$summary',
'Martha Mum': 'https://hl7-ips-server.hl7.org/fhir/Patient/15/$summary',
'Peter Keith Jones': 'https://fhir.ips-demo.dev.cirg.uw.edu/fhir/Patient/11013/$summary',
'Angela Roster': 'https://fhir.ips-demo.dev.cirg.uw.edu/fhir/Patient/10965/$summary',
'Horace Skelly': 'https://fhir.ips-demo.dev.cirg.uw.edu/fhir/Patient/11142/$summary',
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"target": "es2022",
"allowJs": true,
"checkJs": false,
"esModuleInterop": true,
Expand Down

0 comments on commit d80f785

Please sign in to comment.