FHIR Chat · Problems Referencing Multiple Profile Dependencies · IG creation

Stream: IG creation

Topic: Problems Referencing Multiple Profile Dependencies


view this post on Zulip Rich Titus (May 01 2020 at 03:59):

HI all, this is my first question in this forum, and may be a simple user error on my part.

I am using the "FishExample" tutorial to learn FSH (see https://build.fhir.org/ig/HL7/fhir-shorthand/tutorial.html). The FishExample defines two dependencies in the package.json file, as such:

  "dependencies": {
      "hl7.fhir.r4.core": "4.0.1",
    "hl7.fhir.us.core": "3.1.0"
  }

When I run _genonce to run the IG Publisher, I get the following error after it successfully loads several packages:

Dependency 'hl7.fhir.us.core' has no id, so can't be referred to in markdown in the IG

After a bunch of tinkering, I am submitting this post :) Has anyone experienced this problem? I would assume there are many IGs with these two principal dependencies, so maybe I am just misconfigured.

Thanks for your help!

view this post on Zulip Jean Duteau (May 01 2020 at 04:06):

yes, it's not an error, but just a warning. Basically, SUSHI isn't specifying an ID for the US core dependency, so it can't be referenced in markdown. Unless you want to reference it in markdown, this isn't a problem. It was raised on the #shorthand channel and the devs know about it.

view this post on Zulip Rich Titus (May 01 2020 at 18:20):

Thank you @Jean Duteau


Last updated: Apr 12 2022 at 19:14 UTC