Stream: IG creation
Topic: New CARIN Template?
Saul Kravitz (Oct 14 2020 at 16:36):
If one wanted to make a new template -- just like the DaVinci template, but with the CARIN logo instead:
1) would that be a welcome initiative?
2) how would one make that happen?
Lynn Laakso (Oct 14 2020 at 16:42):
check out http://build.fhir.org/ig/FHIR/ig-guidance/
Saul Kravitz (Oct 14 2020 at 17:37):
@Lynn Laakso So the change seems trivial. In this case replacing the DaVinci Image with a Carin Image in https://github.com/HL7/ig-template-davinci. Do I have/need permission to add ig-template-carin?
I still don't understand how I reference this template within a FSH config.yaml file? Once it is committed to HL7/ig-template-carin, I can reference it as such and the IG publisher will find it?
Chris Moesel (Oct 14 2020 at 18:45):
@Saul Kravitz -- if this is a change that only applies to a specific IG, then you probably don't need to check it into github.com/HL7 as its own standalone template. Instead, just include the template folder at the root of your IG. Then reference it in your ig.ini
using #
plus the name of that template/folder (e.g., #ig-template-carin
). If you're using SUSHI 0.x and don't manage your ownig.ini
, then you should be changing the value of the template
property in config.yaml
(instead of the value of the template
property in ig.ini
).
Grahame Grieve (Oct 14 2020 at 19:14):
carin publishes mutliple guides, so you probably want a standalone template
Grahame Grieve (Oct 14 2020 at 19:16):
you can just go ahead and make your own, based on the da vinci template. Where HL7 gets involved as at 2 points:
- if you want executable code in your template (you don't, from what you say)
- if you want me to do the template release along with the other templates (much easier for you)
Last updated: Apr 12 2022 at 19:14 UTC