Stream: IG creation
Topic: IG Publisher woes -2
Brian Reinhold (Jan 22 2021 at 15:37):
I get an error that this link in an md file does not work
- [BITs Enumeration Observation Profile](StructureDefinition-PhdBITsEnumerationObservation.html)
The error message is
The link 'StructureDefinition-PhdBITsEnumerationObservation.html' for "BITs Enumeration Observation Profile" cannot be resolved
However the link works fine in the locally published guide.
BUT after pushing the update to git hub the link does not work there. Any idea why?
I found the answer - case sensitive - on Windows file names are not case sensitive but Linux systems are.
I am also looking to understand this error:
The link 'StructureDefinition-PhdBaseObservation-definitions.html#Observation.component:supplementalTypesComponent.valueCodeableConcept:valueCodeableConcept' for "valueCodeableConcept:valueCodeableConcept" cannot be resolved (valid targets: 303 targets)
Is that because it references code systems that are not yet at their published destinations (this guide is not yet published)?
Lloyd McKenzie (Jan 22 2021 at 17:20):
Seems like the id in the StructureDefinition should be value[x]:valueCodeableConcept, not valueCodeableConcept:valueCodeableConcept
Last updated: Apr 12 2022 at 19:14 UTC