Authors: Eric Haas, Brett Marquard
A template for building an FHIR Implemenation Guide(IG) using the IG publisher and profile spreadsheets. This is based on the design of the Argonaut and US-Core IGs. See the FHIR IG publisher documentation for how to set up your local environment.
You will also need to add the following directories to the same path:
temp
output
qa
There is a python file that will create the ig.json and ig.xnl file based on the content in the resources
and example
directories. See the inline comments for how to use. The bash scripts to run the ig publisher with or without the python script.
Here some screenshots:
- index.html (home) page:
- profile list page:
- individual profile page:
- example page:
(not set up yet)
GitHub will automatically trigger a new build whenever you commit changes.
(To manually trigger a build, just POST
to the Webhook URL yourself, for example via:
curl -X POST "https://2rxzc1u4ji.execute-api.us-east-1.amazonaws.com/prod/publish?Healthedata1/IG-Template"
)
Note: a build takes 2-3 minutes to complete. Then you can...