fhir-sdk
fhir-sdk copied to clipboard
Reduce code duplication across FHIR versions
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 macro is usually bad to maintain though, so that might or might not be a solution..