Flix
Flix
https://github.com/FlixCoder/fhir-sdk/issues/18 introduced a lot of client implementation detail duplication due to different resource types and such. Maybe it can be reduced a bit as it is mostly copied code. A...
I want to experiment with my own Serialize/Deserialize implementation to see if that fixes some of it.
- Allow multiple values - more builder-style - ?
Some checks in GitHub workflows are nice, but the standard runners do not have enough RAM. Would need paid plans or something..
Currently it uses incomplete CodeSystems from the definition, it is better to use the expanded value sets.
FHIR spec seems to allow setting an extension instead of setting the required field value. This library currently requires to set the field value, regardless of whether the extension is...
For #440 . I implemented a RichText representation and changed the `Data` representation to use it. The parsing is so far only implemented for XLSX, the other formats continue to...
Thank you for the great library! :) Somewhat related to #424, #404 #427, but after all quite different: I want to read Excel sheets with cells that have individually formatted...
The configuration of queues happens in `./work-override/default/config/default.json`, so it needs to copy them recursively, right?
See https://github.com/translating-science/rust-smart-fhir (thanks for the notification). Some integration into fhir-sdk would be great.