FHIR Chat · Local depdency references · IG creation

Stream: IG creation

Topic: Local depdency references


view this post on Zulip Sean McIlvenna (Dec 14 2020 at 16:17):

If I have two implementation guides (A and B), and B depends on A, what properties reflect where IG A is ultimately deployed to? In other words, if I use "dev" on an IG in my local environment, it automatically sets the url of dependent profiles to file://XXXX and I'd like to have control over that. I suspect I do have control over that, but don't know which properties are used for that...

view this post on Zulip Eric Haas (Dec 14 2020 at 16:29):

other than in the ig dependency element?

view this post on Zulip Sean McIlvenna (Dec 14 2020 at 16:33):

Is it just ImplementationGuide.dependsOn.uri that is used to influence published URLs to profiles in the dependency?

view this post on Zulip Sean McIlvenna (Dec 14 2020 at 16:34):

can it be any uri? i.e. some arbitrary http://XXXXX location of where the IG will ultimately live?

view this post on Zulip Eric Haas (Dec 14 2020 at 16:42):

IDK

view this post on Zulip Grahame Grieve (Dec 14 2020 at 19:50):

the links come from the package the guide depends on

view this post on Zulip Sean McIlvenna (Dec 21 2020 at 18:06):

where in the package??

view this post on Zulip Grahame Grieve (Dec 21 2020 at 21:57):

url in package.json

view this post on Zulip Grahame Grieve (Dec 21 2020 at 21:57):

which is from a parameter -publish [url] passed when running the ig


Last updated: Apr 12 2022 at 19:14 UTC