ch.fhir.ig.template
v0.6.0
Published
FHIR HL7 Swiss IG Template
Readme
hl7 switzerland ig template for IG Publisher
this is a very basic fhir implementation guide template based on from the fhir.base.template for the IG Publisher
Features
- Custom logos (see below)
- Propose a change with is routed through Google Forms to to github
Using the ig template
Refer to the IG template in your implementation guide (ig.ini) with:
template = ch.fhir.ig.template#current- Provide packages-list.json in input/pagecontent directory
Examples
Note on HL7/FHIR Logos
this template does not use the hl7/fhir logo, however you can include them by providing logo.html and fhirlogo.hml in input/includes directory and logos in input/pagecontent/assets/images/, check rules zulip.
Add a feedback form for your ig
In your ig add (or create) to input/data/features.yml the following properties
---
feedback:
active: true
formUrl: provide link (see below)- For the form request a copy of the feedback form https://docs.google.com/forms/d/1sdG-LgSlNaSDJ1HHABEVgmk0etXT-qZd-4bh2iBzUps/edit
- Don't change the different entries, otherwise they will not be prefilled
- In the kebab menu select Script Editor
- Adjust handle to github repo organization where ig lives in
- Adjust repo to github repo name of ig
- In Script Editor to the left select Trigger (clock icon)
- Add Trigger for Submit Feedback, select Event Type On Form Submit (you need to confirm this with your google account)
- Back in the form, copy the link form Send form - link and put it in above field
