Stream: IG creation
Topic: link error for links in resource elements
Eric Haas (Aug 21 2020 at 20:47):
I have several link errors for links that come from resource elements. namely the SD.description element.
For Example:
resourceType: StructureDefinition
id: adt-notification-condition
description: >-
The Da Vinci Admit/Transfer/Discharge Notification Condition Profile is based on the [US Core
Condition Profile](http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-condition.html) and adds the mandatory `Condition.encounter` element which
references the [US Core Encounter Profile](http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-encounter.html) in the same message Bundle.
jurisdiction:
...
Eric Haas (Aug 21 2020 at 20:57):
which when rendered in a page for example in here
<a name="root"> </a>
<h2 id="root">Resource Profile: ADTNotificationConditionProfile</h2>
<p><p><a name="5ca25e68-8d47-471e-8de2-a12ba5967cbe"></a>The Da Vinci Admit/Transfer/Discharge Notification Condition Profile is based on the <a href="http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-condition.html">US Core Condition Profile</a> and adds the mandatory <code class="highlighter-rouge">Condition.encounter</code> element which references the <a href="http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-encounter.html">US Core Encounter Profile</a> in the same message Bundle.</p>
</p>
<p>
The official URL for this profile is:
</p>
<pre>http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/adt-notification-condition</pre>
Eric Haas (Aug 21 2020 at 20:59):
produced this link error:
StructureDefinition-adt-notification-condition.html#/html/body/div/div/div/div/div/p/p/a at Line 233, column 95
error The link 'http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-condition.html' for "US Core Condition Profile" cannot be resolved
Eric Haas (Aug 21 2020 at 20:59):
even though it resolves...
the source is here:
https://github.com/HL7/davinci-alerts/
Grahame Grieve (Aug 21 2020 at 22:12):
you referring to an IG you haven't declared a dependency on
Eric Haas (Aug 21 2020 at 22:35):
its declared as "current"
dependsOn:
- id: uscore
uri: 'http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core'
packageId: hl7.fhir.us.core
version: current
- id: hrex
uri: 'http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex'
packageId: hl7.fhir.us.davinci-hrex
version: current
Eric Haas (Aug 21 2020 at 22:35):
I'm waiting on the errata and hrex to be published. Should wait and see what happens then?
Grahame Grieve (Aug 21 2020 at 23:17):
yes. If those don't go away when you change to published versions, then we have a problem (either the reference isn't to the right version, or there's some structural problem)
Last updated: Apr 12 2022 at 19:14 UTC