FHIR Chat · Inline Markdown references · IG creation

Stream: IG creation

Topic: Inline Markdown references


view this post on Zulip Brian Postlethwaite (Oct 07 2019 at 02:29):

When using inline markdown references, the IG Publisher seems to be assuming that these will be coming from the base FHIR specification, and not the current IG.

<StructureDefinition xmlns="http://hl7.org/fhir">
  ...
  <publisher value="Telstra Health" />
  <description value="The results of the [`pre-pop-query`](StructureDefinition-ncsr-bundle-prepopquery.html) search request which is used in the pre-population of a Questionnaire" />
  <fhirVersion value="4.0.0" />

This will produce an error in my guide checking the links

The link 'http://hl7.org/fhir/R4/StructureDefinition-ncsr-bundle-prepopquery.html' for "pre-pop-query" cannot be resolved

@Grahame Grieve , log a tracker for this?

view this post on Zulip Grahame Grieve (Oct 07 2019 at 02:37):

this is very complex. I really thought I had figured this out. I will have to debug it.

view this post on Zulip Grahame Grieve (Oct 07 2019 at 02:37):

using your IG, since I all the HL7 ones are getting this correct at the moment

view this post on Zulip Brian Postlethwaite (Oct 07 2019 at 02:42):

Bugger!

view this post on Zulip Grahame Grieve (Oct 07 2019 at 02:44):

this is hard. The relative reference depends on the source of the fragment being expanded. It could be the IG itself, or one out of a chain of IGs that the IG depends on


Last updated: Apr 12 2022 at 19:14 UTC