Vadim Laletin
Vadim Laletin
Since we name our product IDE - it should be comfortable to use, so, windows should be configurable and there should be an option to hide/show window
There's a button called "Add FHIRMapping Language" and currently it does not work
It's absolutely inconvient to use IDE when refresh the page - the questionnaire response is lost. 1. Keep questionnaire response in locale storage along with launch context, and apply it...
While developing mappers I don't need to save the resource in the DB. It will be good to have a Validate button. Regarding implementation, AIdbox does not support Bundle/$validate, but...
Currently, the project uses two axios instances. It's not needed, the project will work perfectly with a single one (in fact, both services use a single Aidbox!) Just define ```...
Currently CI/CD checks are not executing for PR from forks
- Add BOX_FHIR_SEARCH_INCLUDE_CONFORMANT=True for Aidbox env - Replace _include/_revinclude with short form, e.g. _include=general-practitioner to _include=Patient:general-practitioner - Add :iterate modified for all _include/_revinclude that related to included/revincluded resources Keywords for...
In #518 we lost the ability to manually save drafts. Let's restore this functionality, but in the way how we add drafts to PatientDocuments. BaseQRF should be extended to support...