Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9c15a6e

Browse files
committedFeb 28, 2025··
Make Aidbox the default demo FHIR server
1 parent e9771eb commit 9c15a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎query-connector/src/app/shared/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export type DemoDataFields = {
4646
FhirServer: string;
4747
};
4848

49-
export const DEFAULT_DEMO_FHIR_SERVER = "Public HAPI: Direct";
49+
export const DEFAULT_DEMO_FHIR_SERVER = "Aidbox";
5050
/*
5151
* Common "Hyper Unlucky" patient data used for all non-newborn screening use cases
5252
*/

0 commit comments

Comments
 (0)
Please sign in to comment.