fhir-sdk icon indicating copy to clipboard operation
fhir-sdk copied to clipboard

Reduce code duplication across FHIR versions

Open FlixCoder opened this issue 2 years ago • 0 comments

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..

FlixCoder avatar Jan 14 '24 14:01 FlixCoder