Stream: IG creation
Topic: IG build rendering issue
Eric Haas (Mar 22 2018 at 00:34):
Build issues;
Value Set content: {% include {{[type]}}-{{[id]}}-summary.xhtml %}
is prepending {{site.data.fhir.path}} to the Markdown links.
for example
these concepts are mapped to the [Argonaut Appointment Types] (ConceptMap-visit-appt-map.html). A mapping to [SNOMED CT ] (ConceptMap-visit-snomed-map.html) is also provided.
is being rendered as
.... <a href="http://hl7.org/fhir/STU3ConceptMap-visit-appt- map.html">Argonaut Appointment Types</a>
Eric Haas (Mar 22 2018 at 02:40):
Build error. I have a markdown comment for a an extension element for a Profile SD. It references the ig using markdown :
The Argonaut Scheduling Schedule Notification Profile defines the payload when sending notifications to a subscriber described in [Use Case 3 Prefetching Open Slots](patient-scheduling.html#use-case-3-prefetching-open-slots). The actual notification is triggered by a Slot instance defined in `criteria`. The Slot's `schedule' element identifies the Schedule resource instance that populates the payload. It is getting {{site.data.fhir.path}} prepended to it incorrectly.
{{site.data.fhir.path}} is being prepended when it is rendered by the ig-pub in the Definitions page:
<p><a name="d1ddb227-0b96-4cfe-8017-e8df57dfdeb3">​</a>The Argonaut Scheduling Schedule Notification Profile defines the payload when sending notifications to a subscriber described in <a href="http://hl7.org/fhir/STU3/patient-scheduling.html#use-case-3-prefetching-open-slots"> Use Case 3 Prefetching Open Slots</a>. The actual notification is triggered by a Slot instance defined in <code>criteria</code> . The Slot's `schedule' element identifies the Schedule resource instance that populates the payload.</p>
notice the <a href="http://hl7.org/fhir/STU3/patient-scheduling.html#use-case-3-prefetching-open-slots">Use Case 3 Prefetching Open Slots</a>
Eric Haas (Mar 22 2018 at 20:42):
@Grahame Grieve ? this looks like a markdown issue to me?
Grahame Grieve (Mar 22 2018 at 20:44):
don't know - how can I reproduce this?
Eric Haas (Mar 22 2018 at 23:13):
I will let you look at my IG soon and you can see
Last updated: Apr 12 2022 at 19:14 UTC