I want to learn from other implementors if they’ve come across usecases where they want to add resources (like Questionnaire, valuesets, etc) to FhirEngine without requiring to sync back to server.
My current usecase is to add resoures in assets folder(in json file) to fhirEngine such that it’s easier to query and handle all my FHIR resources through FhirEngine. (Currently I’m relying on reading each file and using it).
Let me know if you’ve any thoughts on it.