Stream: IG creation
Topic: IG Publisher templates
Stefan Karl (Jul 24 2018 at 12:47):
I'm setting up a new implementation guide using IG publisher and was looking for the templates listed here. There is only the "test" template on GitHub, while I assume I need the "hl7" template. Are these templates available? And what is the overall status of the new publishing process (using templates)?
Grahame Grieve (Jul 24 2018 at 12:50):
not implemented. First thing I'll do once the ballot is open
Stefan Karl (Jul 24 2018 at 12:56):
Is it appropriate using (or modifying) the "test" template for an IG that should go to the September ballot?
Eric Haas (Jul 24 2018 at 14:52):
If you want to use a template with the look and feel of us-core. you can use this one. Lloyd has a similar framework too used for SDC.
Lloyd McKenzie (Jul 24 2018 at 15:30):
I'm half way to integrating Eric's and mine. When complete, you'll be able to use either XHTML or markdown.
Sean McIlvenna (Jul 24 2018 at 15:34):
Have we considered creating a separate repo in GIT just for "master" IG Publisher templates?
Sean McIlvenna (Jul 24 2018 at 15:35):
Seems people are using several different templates... would be good to standardize on one or two sets of templates
Eric Haas (Jul 24 2018 at 15:49):
Thats the plan but there is this bothersome core specification deadline we are dealing with right now :-)
Sean McIlvenna (Jul 24 2018 at 15:50):
:) sure. makes sense. good to know it's on the todo list, though
Jose Costa Teixeira (Jul 24 2018 at 19:58):
@Lloyd McKenzie in that merge can we incorporate some more changes e.g. possibility to further separate framework and user content? Also what can we do about reusing content from a base template? Use case is simple: an authority like ministry or IHE want to define the basic content and look and feel that any editor should have. Editors just add pages and resources
Grahame Grieve (Jul 24 2018 at 20:14):
that's what the plan is
Sarah Gaunt (Jul 24 2018 at 20:49):
not implemented. First thing I'll do once the ballot is open
So @Grahame Grieve , I presume that means there will be no changes to the IG Publisher until after we have all submitted our ballots?
Grahame Grieve (Jul 24 2018 at 20:50):
only fixes
Sarah Gaunt (Jul 24 2018 at 20:50):
That's great news!!! :)
Stefan Karl (Jul 25 2018 at 07:36):
Thanks. Good to hear that there are plans for getting the various IG templates aligned.
Jose Costa Teixeira (Jan 21 2019 at 05:48):
Does the ig publisher allow us to break between the different steps?
Jose Costa Teixeira (Jan 21 2019 at 05:50):
I think that was planned and I think it will help test using a new theme
Jens Villadsen (Jan 28 2019 at 08:38):
FYI: These links seems dead: http://wiki.hl7.org/index.php?title=FHIR_IG_publisher_templates#Known_IG_templates
Lloyd McKenzie (Jan 28 2019 at 15:05):
Not so much dead as "no content to put there yet - as there aren't any"
Jens Villadsen (Jan 28 2019 at 15:12):
@Lloyd McKenzie https://github.com/hl7/fhir-ig-template its hard to say whether 404 means dead or moved. Its not there - thats for sure
Lloyd McKenzie (Jan 28 2019 at 15:39):
It's not there. The template wiki page is describing what we plan to do - but none of it is actually done yet. All of the links should resolve by the May WGM.
Jens Villadsen (Feb 04 2019 at 11:40):
where's the 'template' and 'devtemplate' attributes in the ig control file documented?
Grahame Grieve (Feb 04 2019 at 12:46):
not documented because not implemented. Slated for Match
Grahame Grieve (Feb 04 2019 at 12:46):
March
Jens Villadsen (Feb 04 2019 at 13:07):
k - I seem to be loosing a fight with the publisher ... I can't seem to narrow it down, but the generated differential view only lists the first extension on my profile and nothing else. The generated view on snapshot seems fine - is that a known bug/how do I get around it?
Lloyd McKenzie (Feb 04 2019 at 16:09):
Does your differential include all elements along the path to get to your constrained elements? E.g. If you have a constraint on Patient.contact.name, your differential also needs to include an element with path "Patient" and with "Patient.contact"
John Moehrke (Feb 04 2019 at 23:38):
If you want to use a template with the look and feel of us-core. you can use this one. Lloyd has a similar framework too used for SDC.
@Eric Haas I am making progress. But am now up to an error about no resources found. Today we are profiling using the spreadsheet method, which I then put them explicitly on the spreadsheets element. in your example ig.json you listed a bunch of structureDefinition and capabilityStatement. I don't have them, they would come from the spreadsheets... right? So I am not clear what to put into "resources"...
java.lang.Exception: No "resources" entry found in json file (see http://wiki.hl7.org/index.php?title=IG_Publisher_Documentation#Control_file)
Lloyd McKenzie (Feb 04 2019 at 23:41):
If you're using spreadsheets, look at how they're handled in the genomics reporting IG. You'll need to use my templates for them to work.
Eric Haas (Feb 05 2019 at 00:23):
Can you post the ig.json... I think you need something in resources.
Last updated: Apr 12 2022 at 19:14 UTC