Stream: IG creation
Topic: ServiceRequest 'valueset-diagnostic-requests.html
David deRoode (Aug 04 2021 at 14:45):
Dental profile in SerivceRequest is getting this error "The link 'valueset-diagnostic-requests.html' for "here" cannot be resolved". It seems to be complaining about this link on the base ServiceRequest resource. Here's the CI build: https://build.fhir.org/ig/HL7/dental-data-exchange/. I asked about this link on the O&O stream, but didn’t get a response for what the link should be: https://chat.fhir.org/#narrow/stream/179256-Orders-and.20Observation.20WG/topic/Broken.20link.20in.20ServiceRequest.20resource
David Pyke (Aug 04 2021 at 14:54):
The quick fix is to change the comment on ServiceRequest.code that's causing the error. The long way to do it is to get it fixed by the WG group that owns the resource.
David Pyke (Aug 04 2021 at 14:55):
Just overriding the comment and not having the link in it will clear that error.
Lloyd McKenzie (Aug 04 2021 at 16:36):
It's actually a bug in the publisher that should change the link to be specific to the R4 spec rather than the IG, but that's not working correctly in all circumstances
David deRoode (Aug 09 2021 at 17:04):
Thanks @Lloyd McKenzie I'll include the build error in IgnoreWarnings, and where should I raise a ticket to track investigating a resolution from a Publisher perspective?
Lloyd McKenzie (Aug 09 2021 at 17:09):
Best is to create a branch of the IG that has the issue and then reference that in a Git issue recorded against the ig-publisher here: https://github.com/HL7/fhir-ig-publisher/issues
Sarah Gaunt (Sep 16 2021 at 21:49):
@Lloyd McKenzie So we brought this to FMG and were told that this was our issue - but it doesn't look like it is. This is from the base resource: https://www.hl7.org/fhir/servicerequest.html. The issue isn't in the definition of the code, it is further down on the page in the Terminology Bindings table. You can see in this screenshot where the issue is (looks like it's putting the canonical url in front of "valueset-diagnostic-requests.html"). PLUS there is malformed MD on the line above: See: image.png.
Lloyd McKenzie (Sep 16 2021 at 23:18):
True. That looks like a rendering issue in the core publisher as well as an error in the source (which shouldn't be referring to build.fhir.org)
Lloyd McKenzie (Sep 16 2021 at 23:19):
Can you submit a git issue against the core publisher and a change request to Patient Care for the bad first link (remove the build.fhir.org) and the second (which isn't a valid link)
Grahame Grieve (Sep 16 2021 at 23:26):
which ig is this, @Sarah Gaunt ?
Sarah Gaunt (Sep 16 2021 at 23:40):
https://build.fhir.org/ig/HL7/dental-data-exchange/branches/master/qa.html
@David deRoode can you submit the git issue and change request that Lloyd is requesting above?
Grahame Grieve (Sep 17 2021 at 07:50):
the publisher will hack around this next release
David deRoode (Sep 17 2021 at 15:24):
Github ticket: https://github.com/HL7/fhir-ig-publisher/issues/305
Grahame Grieve (Oct 05 2021 at 06:04):
I think I fixed it that working on another issue - I can't reproduce on the master.
Grahame Grieve (Oct 05 2021 at 06:04):
try again after the next release
Last updated: Apr 12 2022 at 19:14 UTC