Ilya Beda

Results 47 issues of Ilya Beda

The original example causes issues when I try to write tests with `pytest`. Database initialization and aiohttp runtime have different loops. Also, there is no code that closes all connections...

There are a lot of corner cases were resolved in issues. It will be nice to add example project which will illustrate both simple and complicated cases, even cases `drf-writable-nested`...

- [ ] Add optinal http session parameter to the constructor - [ ] When we do a request https://github.com/beda-software/fhir-py/blob/f00a0171099adc0d9842a97a01428ab839b78fcf/fhirpy/base/lib.py#L124 we should check if session is provided. If there is...

enhancement

Add helpers to load a resource by reference ``` { "reference": "Schedule/4047611-32216049-64412869-240" } ```

This code ``` client.resources("Patient").search(_id="12724066").get() ``` returns ``` OperationOutcome: { "resourceType": "OperationOutcome", "issue": [ { "severity": "error", "code": "invalid", "details": { "text": "_count: unsupported when _id is provided" } } ]...

Now pipenv is used to manage deps in dev mode while pyproject stores deps for packaging. It causes bugs like this https://github.com/beda-software/fhirpath-py/pull/33 Let's switch to poetry and use it in...

https://github.com/brianpos/fhirpath-lab/blob/develop/server-api.md