Stream: IG creation
Topic: Inline Markdown references
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?
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.
Grahame Grieve (Oct 07 2019 at 02:37):
using your IG, since I all the HL7 ones are getting this correct at the moment
Brian Postlethwaite (Oct 07 2019 at 02:42):
Bugger!
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