Difference between revisions of "FHIR IG publisher templates"
Line 1: | Line 1: | ||
− | A FHIR IG template are used by the [[FHIR IG Publishing tool]] when publishing [[FHIR | + | A FHIR IG template are used by the [[FHIR IG Publishing tool]] when publishing [[FHIR Implementation Guides]]. The templates control: |
* the look and feel of the published IG | * the look and feel of the published IG |
Revision as of 07:02, 25 April 2018
A FHIR IG template are used by the FHIR IG Publishing tool when publishing FHIR Implementation Guides. The templates control:
- the look and feel of the published IG
- the way the resources are laid into pages
- how users navigate around the pages
From the point of view of an IG Author, the IG template consists of a list of files, and documentation that describes how the author writes their own narrative and fits that into the pages described by the template.
Contents
Known IG templates
To use a template, you specify the 'template' parameter in the IG. You can nominate either the official code for a template (where it has one defined, which is controlled by the FHIR product director), or the URL of the location of the template.
List of known IGs:
- "test" (http://gitub.com/fhir/test-template) - a test template the generates all the kinds of things that can be published
- "hl7" (http://gitub.com/hl7/fhir-ig-template - the standard template for HL7 published implementation guides
- "hl7-au" (http://gitub.com/hl7-au/fhir-ig-template - the standard template for HL7 Australia published implementation guides
- "ihe" (todo): the standard template for
note to template authors: you can add you template to this list, as a url + documentation, but only the FHIR product director can assign standard codes.
Authoring IG templates
The information below is for authors of templates, and is highly technical. It should only be used by template authors.
A template contains 3 kinds of artifacts:
- a configuration file that describes how resources are rendered into HTML
- active scripts that generate content as part of the build process
- jekyll templates / include files / html files
In addition to these artifacts which are for the IG publisher, the template must contain some documentation that describes how an author adds pages and narrative content to the Implementation guide.
Template layout
When accessing a template by it's URL, the IG publisher will first look for [location]/template.zip. The the host location is github.com, the IG publisher will assume that the template is a github repository, and look for /template in the github repository. If the host location is a local directory, the IG publisher will look for /template in the local directory. Otherwise publication will fail
Configuration file
what goes in here:
- default templates and resources locations
Active Scripts
Note: the IG auto-publisher will only accept templates that include active scripts if they are in the list of standard templates above.
The template can specify scripts that generate content for the IG. The following kinds of scripts can be specified:
- xslt transforms
- javascript scripts
- ant build files?
todo: describe how to invoke the scripts, and what conditions they run under.
Jekyll template files
Any files in template\jekyll wil be passed through untouched to the Jekyll build directory