FGraph
Fhir SVG Graphic Generator for Implementation Guides
Installation
dotnet tool install --global Eir.FGraph
To update
dotnet tool uninstall --global Eir.FGraph
dotnet tool install --global Eir.FGraph
Command Line Option
FGraph has only one optional command line option. This option is the name of the json configuration file that configures the watches. If no name is passed on the command line, then the config file defaults to
FGraph.json
Options file
FGraph is controlled from a user defined json file.
The format of this file is json.
{
To Be Documented Real Soon Now
}
FGraph Grammar
To Be Documented Real Soon Now