Stream: IG creation
Topic: IG publisher: Error retrieving ISO country-code & state valu
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?
John Moehrke (Feb 21 2022 at 14:41):
what is your jurisdiction value?
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><system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/></xsl:comment>
</coding>
</jurisdiction>
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?
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.
Niek van Galen (Feb 22 2022 at 13:33):
Took an older version of the publisher (1.1.98) and that one does work.
Grahame Grieve (Feb 23 2022 at 20:00):
@Lloyd McKenzie this is in code you wrote.
Lloyd McKenzie (Feb 23 2022 at 20:52):
Is this IG available on Git for me to play with it @Niek van Galen?
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
.
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)
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