Vadim Laletin
Vadim Laletin
@nbfowler You can try something like this: `.where(struct={'whenprepared': {'$and': ['gt2018-05-21', 'lt2018-05-25']}})`
Hi! Maybe it will worth if we just allow passing not only field names in save, for example: ``` resource.save(fhirpatch=[{"op": "add", "path": "path expr here", "value": "value to add"}]) ```...
We discussed in the team this issue and decided that Bundle isn't an ordinary resource as a Patient and etc. It is an abstract resource that can't be instantiated. So,...
See https://github.com/beda-software/aidbox-py/commit/0a94dd454a552089ea4d71106d1cabc861416654
We can also change `revinclude`/`include` behaviour for this purposes, for example, if we use `include` after `fetch`/`fetch_all` we should have a list of main resources but with already resolved resources...
Let's increase the priority
Hi @ZuSe. Thanks for the contribution. For now it's quite not ready PR.
Use ideas from https://github.com/beda-software/aidbox-react/issues/10
@BSVogler I reviewed the issue and PR again. It seems the logic of adding the default port can be merged. But let's move it to a separate function and add...
Workaround - use explicitly a.reference == b.reference