Vadim Laletin

Results 88 issues of Vadim Laletin

Currently, it's impossible to have the same behavior for fetch_raw as we have for fetch_all.

Currently, $constraint-check is available only for /QuestionnaireResponse and questionnaire is a required param for it. Meanwhile $extract and $populate is available for /Questionnaire/[id] It makes it harder to control the...

https://github.com/beda-software/aidbox-sdc/blob/95e92ca7b84d38ebc3cf41898c4e6a32b5ded2f6/app/operations/utils.py#L95 http://build.fhir.org/ig/HL7/sdc/expressions.html#x-fhir-query-enhancements > If the expression resolves to a collection of more than one value, the substitution will be a list of comma-separated values (i.e. behaving as 'or').

According to spec constraint.expression must be sufficient (now is insufficient)

For example, Expression can define 'name' attr and it can be used in other expressions, but for some of attrs it is too complex to implement. Let's add asserts for...

Now we support only per-question constraint definition

Introduce feature-flag PASS_LAUNCH_CONTEXT_TO_EXTRACT (default to False). Show warning if this flag is set to True. That enable the current behaviour that was introduces as part of https://github.com/beda-software/aidbox-sdc/commit/b0bb3838f59b880a2c0720a55bbf2dcc7584b030 By default this...

Yesterday ipython package has updated to version 6.0.0, which isn't compatible with old python versions.