FHIR Chat · IG publisher: Error retrieving ISO country-code & state valu · IG creation

Stream: IG creation

Topic: IG publisher: Error retrieving ISO country-code & state valu


view this post on Zulip Niek van Galen (Feb 21 2022 at 14:37):

When using the IG publisher I get the following error:
Publishing Content Failed: Error retrieving ISO country-code & state value sets

It results in the following qa output:
{ "url": "http://nictiz.nl/fhir/ImplementationGuide/nictiz.fhir.nl.stu3.zib2017", "name": "Nictiz-STU3-Zib2017", "package-id": "nictiz.fhir.nl.stu3.zib2017", "ig-ver": "dev", "date": "Mon, 21 Feb, 2022 15:15:36 +0100", "exception": "Error retrieving ISO country-code \u0026 state value sets", "version": "3.0.2", "tool": "5.0.0-snapshot1 (3)" }

I am not sure what is going on but I have tried reinstalling, updating, using other resources: no solution. @Grahame Grieve can you take a look?

view this post on Zulip John Moehrke (Feb 21 2022 at 14:41):

what is your jurisdiction value?

view this post on Zulip Niek van Galen (Feb 21 2022 at 14:44):

@John Moehrke

<jurisdiction> <xsl:comment>This will drive SNOMED release used</xsl:comment> <coding> <system value="urn:iso:std:iso:3166"/> <code value="NL"/> <xsl:comment>This is the code for universal</xsl:comment> <xsl:comment>&lt;system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> &lt;code value="001"/></xsl:comment> </coding> </jurisdiction>

view this post on Zulip Grahame Grieve (Feb 21 2022 at 23:01):

that's a pretty weird jurisdictional value given that it's in xslt, but NL should work. How would I reproduce this?

view this post on Zulip Niek van Galen (Feb 22 2022 at 10:02):

@Grahame Grieve my fault, I copied our xsl input (we use several xsl's to generate the myig.xml for different packages). I now changed that to the actual myig.xml jurisdiction input.

view this post on Zulip Niek van Galen (Feb 22 2022 at 13:33):

Took an older version of the publisher (1.1.98) and that one does work.

view this post on Zulip Grahame Grieve (Feb 23 2022 at 20:00):

@Lloyd McKenzie this is in code you wrote.

view this post on Zulip Lloyd McKenzie (Feb 23 2022 at 20:52):

Is this IG available on Git for me to play with it @Niek van Galen?

view this post on Zulip Pieter Edelman (Feb 28 2022 at 08:49):

@Lloyd McKenzie it's a bit of a Here Be Dragons-repo, but you can find it here: <https://github.com/Nictiz/Nictiz-FHIR-IG>. You need to checkout the <https://github.com/Nictiz/Nictiz-STU3-Zib2017> repo next to it and then run _updateSourcesZib2017.bat/.sh.

view this post on Zulip Lloyd McKenzie (Feb 28 2022 at 17:52):

I went through those steps, then tried building the IG. However I get this:
C:\Users\lloyd\Documents\SVN\_IGs\_other\Nictiz-FHIR-IG\input\myig.xml (The system cannot find the file specified)

view this post on Zulip Pieter Edelman (Mar 03 2022 at 10:43):

That's weird @Lloyd McKenzie , I just tried this and I don't get this error. Here's the resulting ImplementationGuide resource, hope this helps: myig.xml


Last updated: Apr 12 2022 at 19:14 UTC