Is your feature request related to a problem? Please describe. fhir-model provides static factory helpers like String.of, Code.of, etc. However, due to the decision to use the fhir names verbatim, ...
A tool that analyzes a java class and generates setters/getters for all the class level properties, and a default constructor in which default value is setted for all properties. By using this tool ...