-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application integration #10
Comments
Sorry for the very delayed response. This repository is for the application running at https://lhcformbuilder.nlm.nih.gov/. Is that what you are talking about? It does not save QuestionnaireResponses, but helps you construct a Questionnaire. |
I need construct Questionnaire.
|
The form builder was not designed to be embedded in another app, so there is no formal API. It is meant to be a standalone application. However, you are welcome to download or fork the source and customize it as needed. Can you share why you would want to embed the form builder in another application? An example use case would help us to consider whether we should add an API. |
Import/export is very inconvenient. If use files - very annoying. |
I am not sure why you wrote "Cannot update existing Questionnaire", when you also mentioned the Import menu. Maybe you ust meant you can't import a Questionnaire from FHIR server that requires authentication, which is true. We have plans (probably not before next year) to add a SMART on FHIR launch option. Would a SMART on FHIR authentication meet you needs? |
There are useful functions to work with forms:
But for formbuilder no such functionality.
Formbuilder can connect to fhir server, but do not remember it, cannot send authentiation data, cant add search criteria.
Can only save as new QuestionnaireResponse, but cannot modify existing.
It would be nice to add similar functions (getFormFHIRData,addFormToPage) for formbuilder.
The text was updated successfully, but these errors were encountered: