Stream: IG creation
Topic: IG resource identification (best practice)
Giorgio Cangioli (Apr 30 2020 at 14:46):
I was wondering if there is any best practice / rule for identifying the IG resource.
My question comes form an error returned by the builder when I declare a dependency from the IPS IG
Giorgio Cangioli (Apr 30 2020 at 14:47):
if i used in the dependsOn.uri the actual url of the IPS IG, the builder returns this error:
ImplementationGuide.dependsOn[0].uri error URL value "http://hl7.org/fhir/uv/ips/ImplementationGuide/ig-uv-ips" does not resolve
Giorgio Cangioli (Apr 30 2020 at 14:49):
it works if I put http://hl7.org/fhir/uv/ips/ImplementationGuide/hl7.fhir.uv.ips
Jose Costa Teixeira (Apr 30 2020 at 14:49):
what I have and works:
Jose Costa Teixeira (Apr 30 2020 at 14:49):
<dependsOn id="fedbecore">
<uri value="https://www.ehealth.fgov.be/standards/fhir/ImplementationGuide/fed-be-core"/>
<packageId value="fed.be.core"/>
<version value="dev"/>
</dependsOn>
Jose Costa Teixeira (Apr 30 2020 at 14:49):
the relevant thing there I think is the packageId
Jose Costa Teixeira (Apr 30 2020 at 14:50):
the packageId exists in my local cache
Jose Costa Teixeira (Apr 30 2020 at 14:50):
(and the uri does also not resolve)
Giorgio Cangioli (Apr 30 2020 at 14:50):
mmmhhh I have the packageId set...
Jose Costa Teixeira (Apr 30 2020 at 14:52):
ah wait. I did not check if I had the same error
Jose Costa Teixeira (Apr 30 2020 at 14:53):
where is the error - is in the QA? or the publisher crashes?
Giorgio Cangioli (Apr 30 2020 at 14:53):
in the QA
Giorgio Cangioli (Apr 30 2020 at 14:56):
I can overcome the error if I use the url mentioned above (without changing the actual ig url)
Giorgio Cangioli (Apr 30 2020 at 14:57):
but i would expect to use the "true" IG url ... But if it works for you I'll check other things :-)
Giorgio Cangioli (Apr 30 2020 at 14:58):
Thanks Jose
Last updated: Apr 12 2022 at 19:14 UTC