diff --git a/packages/esm-patient-registration-app/src/patient-verification/patient-verification-hook.tsx b/packages/esm-patient-registration-app/src/patient-verification/patient-verification-hook.tsx index b7230e35..875c725e 100644 --- a/packages/esm-patient-registration-app/src/patient-verification/patient-verification-hook.tsx +++ b/packages/esm-patient-registration-app/src/patient-verification/patient-verification-hook.tsx @@ -79,8 +79,13 @@ export function useConceptAnswers(conceptUuid: string): { data: Array { - const apiUrl = `/ws/rest/v1/kenyaemr/facilityName?facilityCode=${facilityCode}`; + const apiUrl = `/ws/rest/v1/amrscore/facilityName?facilityCode=${facilityCode}`; const { data, error, isLoading } = useSWRImmutable(apiUrl, openmrsFetch); return {