Vadim Laletin

Results 111 comments of Vadim Laletin

@ir4y we can get this task done as part of works in SIE, what do you think?

We have quite long list of open issues, I'll try to go through them and prepare list of backward incompatible but important changes

I'm thinking about _client extenstion in FHIR Resources, so, maybe to choose another name

``` sessions = ( await fhir_client.resources("Session") .search(Raw(**{"user:User.id": user.id})) .fetch_all() ) ``` raises ``` TypeError: BaseResource.__init__() got multiple values for argument 'client' ``` because the first argument of BaseResource is still...

Within this task sdc-qrf will be also updated to 1.x.x

We have not released 1.0.0 oficially, so, it should not introduce breaking changes in general for current users, it might be 1.x.x

@qscgyjqscgyj we should check that fullUrl in the summary bundle are unique

Looks like it's still a relevant issue, because we don't have model specified for compile* functions. However, sdc-qrf uses r4 model. It might lead to some inconsistent behaviour while using...

I think signature item control is a more suitable term for it (following #343)