FHIR Chat · IG resource identification (best practice) · IG creation

Stream: IG creation

Topic: IG resource identification (best practice)


view this post on Zulip 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

view this post on Zulip 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

view this post on Zulip Giorgio Cangioli (Apr 30 2020 at 14:49):

it works if I put http://hl7.org/fhir/uv/ips/ImplementationGuide/hl7.fhir.uv.ips

view this post on Zulip Jose Costa Teixeira (Apr 30 2020 at 14:49):

what I have and works:

view this post on Zulip 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>

view this post on Zulip Jose Costa Teixeira (Apr 30 2020 at 14:49):

the relevant thing there I think is the packageId

view this post on Zulip Jose Costa Teixeira (Apr 30 2020 at 14:50):

the packageId exists in my local cache

view this post on Zulip Jose Costa Teixeira (Apr 30 2020 at 14:50):

(and the uri does also not resolve)

view this post on Zulip Giorgio Cangioli (Apr 30 2020 at 14:50):

mmmhhh I have the packageId set...

view this post on Zulip Jose Costa Teixeira (Apr 30 2020 at 14:52):

ah wait. I did not check if I had the same error

view this post on Zulip Jose Costa Teixeira (Apr 30 2020 at 14:53):

where is the error - is in the QA? or the publisher crashes?

view this post on Zulip Giorgio Cangioli (Apr 30 2020 at 14:53):

in the QA

view this post on Zulip 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)

view this post on Zulip 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 :-)

view this post on Zulip Giorgio Cangioli (Apr 30 2020 at 14:58):

Thanks Jose


Last updated: Apr 12 2022 at 19:14 UTC