diff --git a/containers/tefca-viewer/src/app/query/page.tsx b/containers/tefca-viewer/src/app/query/page.tsx index c06688642..5844109e2 100644 --- a/containers/tefca-viewer/src/app/query/page.tsx +++ b/containers/tefca-viewer/src/app/query/page.tsx @@ -23,7 +23,7 @@ const Query: React.FC = () => { const [mode, setMode] = useState("search"); const [loading, setLoading] = useState(false); const [fhirServer, setFhirServer] = useState( - "Public HAPI: eHealthExchange", + "Public HAPI: Direct", ); const [patientDiscoveryQueryResponse, setPatientDiscoveryQueryResponse] =