We've been working on an application that we would like to be highly configurable... We've been using the uniforms library build a component that can create or update resources based on a simple json configuration without the need to write additional CRUD code.
Looking further into questionnaires I'm wondering if we are duplicating some capabilities...
Do questionnaires within Medplum have the ability to update/create resources without needing to write specific code via bots or the submit callback? I know we could add our own fields to map each input to a fhir path and build something similar to what we are working on with the uniforms library, but I'm curious if there is a better way or something we've overlooked.