cmoesel / IG-Template

A template for building IG based on the Argonaut and US-Core IG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IG-Template

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:

  1. index.html (home) page:

index.html page

  1. profile list page:

profile list page

  1. individual profile page:

profile page

  1. example page:

example


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

Find your rendered IG automatically available at

http://build.fhir.org/ig/Healthedata1/IG-Template

Find debugging info about the build

http://build.fhir.org/ig/Healthedata1/IG-Template/debug.tgz

About

A template for building IG based on the Argonaut and US-Core IG


Languages

Language:HTML 44.2%Language:CSS 37.2%Language:Python 16.9%Language:Shell 1.5%Language:JavaScript 0.1%