Create the Questionnaire for non medplum App
# support
o
Hello, I am following this tutorial https://www.medplum.com/docs/bots/bot-for-questionnaire-response to create the form and combine it with bot and it works ! I am doing the tutorial using Medplum App, for my understanding Medplum App is for administrative purposes , right? (https://www.medplum.com/docs/app). When I created the form and bind it with the bot, how can I let users to use registration form I created? I mean my regular users are not admins and for them I should have a separate app , right? but even if I am sharing the form link it requires authentication and it happens within medplum App? Question: 1) do I understand correct medplum app is for admin purposes and for a regular users I need to have a separate app - like foo medical (https://github.com/medplum/foomedical) ? 2) if it is a case how to access the created Questionaaire form created via medplum App from foo medical. what is the best practice? Thanks Oleg
r
> Question: > 1) do I understand correct medplum app is for admin purposes and for a regular users I need to have a separate app - like foo medical (https://github.com/medplum/foomedical) ? This is correct! We do have *some*users that have clinicians using Medplum App, but not patients. The app is mainly recommended for developer users > 2) if it is a case how to access the created Questionnaire form created via medplum App from foo medical. So Foo Medical is a standard front end app built with React. We ship a number of React components , UI building blocks, as a library called
@medplum/react
.
In this case, the component you want to use is the `QuestionnaireForm`: https://storybook.medplum.com/?path=/story/medplum-questionnaireform--basic
o
Ok. @rahul1 , suppose I need to do onboarding for both patient and practitioners. it is quite easy to implement using Medplum App - form builder + bot for both patient and practitioners. ( it was my plan actually 🙂 ). did I understand correct I need to use 2 different mechanism for registration practitioners with medplum app + bot and app like foo medical for patients (ok, but it is a bit overhead , right). how can I use / invoke bot in app like foo medical?? Thanks
147 Views