Vadim Laletin
Vadim Laletin
Currently, if you make a mistake in the mapping template, Unknown error will be displayed, however in the network console there's a human readable error. I guess https://github.com/beda-software/FHIRPathMappingLanguage should be...
There's always Debugger item in the context menu. It's not obvious that it does not work when you click on not "expression"
After selecting questionnaire, I see buttons: - Remove - Apply changes It's not obvious, that you need to click Remove button to get back to the questionnaire selection. Also, after...
After adding oauth2 integration it's totally unclear how to use it locally. Please add a description.
Currently, there're some issues with fhirpath.js when we pass null values in QuestionnaireResponse to fhirpath expressions. I suggest to clean null values while transforming FormItems into QR
Currently, client save/create/update works only with typed models because it instantiates this class and fails if BaseResource instance is passed. These methods are incredibly useful when resources from one client...
Since [fhir-py-types](https://github.com/beda-software/fhir-py-types) Bundle class parses included resources, it will be good to return parsed resources in fetch/fetch_all/fetch_raw. It won't infer types but the returned resources will be models instead of...
We need to follow [semantic versioning](https://semver.org/). Let's use [semantic-release](https://github.com/semantic-release/semantic-release) to automate versioning.
Currently search bar columns does not have reset control
The current implementation is hard-coded to valueString, but it should work will valueCoding as well.