Skip to content

Commit

Permalink
Add patient to the "FHIR URL" drop down; Jenny Mosley for the 2025-01…
Browse files Browse the repository at this point in the history
… PACIO track. This patient exists on the public hapi server (for the time being, at least!)
  • Loading branch information
mcjustin committed Jan 14, 2025
1 parent 9f2c1d7 commit 6dd54dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ export const EXAMPLE_IPS = {
'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',
'Anonymous': 'https://fhir.ips-demo.dev.cirg.uw.edu/fhir/Patient/10999/$summary',
'Desiree': 'https://fhir.ips-demo.dev.cirg.uw.edu/fhir/Patient/Pat1-System2/$summary'
'Desiree': 'https://fhir.ips-demo.dev.cirg.uw.edu/fhir/Patient/Pat1-System2/$summary',
// 2025-01 Connectathon PACIO track:
'Jenny Mosley': 'https://hapi.fhir.org/baseR4/Patient/patientJM1/$summary'
};
export const IPS_DEFAULT = 'Maria SEATTLE Gravitate';

0 comments on commit 6dd54dd

Please sign in to comment.