package
0.0.0-20241227195202-2df6650f7335
Repository: https://github.com/damedic/fhir-toolbox-go.git
Documentation: pkg.go.dev
# Packages
Package ir contains an intermediate representation that makes code generation easier than directly dealing with StructureDefinitions.
Package json generated code for (un)marshalling FHIR reosurces to and from JSON.
Package model contains a simplified representation of the FHIR model, necessary for initially bootstrapping the generate.
Package json generated code for (un)marshalling FHIR reosurces to and from XML.
# Functions
GenerateAll into specified target dir using given generators.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NoOpGenerator can be embedded when only some visitor functions need to be implemented.
No description provided by the author
No description provided by the author
# Interfaces
The Generator can be used to implement code generation.