Stream: shorthand
Topic: email link cannot be resolved
Bob Milius (Apr 03 2020 at 15:14):
I've been seeing an error in my IG's qa.html that says an email link cannot be resolved. I couldn't figure out what I'm doing wrong, so I decided to just use the FishExampleComplete example in the FSH tutorial and just run it from there and see if it shows up. The qa.html from that build also has many of these errors, all in the footer of each html page.
The link 'cod@reef.gov' for "James Tuna" cannot be resolved
At this point I don't know if it's an issue with the tooling or if there's something else going on.
sushi 0.11.1
ruby 2.7.0
jekyll 4.0.0
FHIR IG Publisher Version 1.0.77-SNAPSHOT (38 hrs old)
Jean Duteau (Apr 03 2020 at 15:46):
it needs to have 'mailto:cod@reef.gov' as the email since the footer requires that to be an actual link
Bob Milius (Apr 03 2020 at 15:53):
thanks, @Jean Duteau !
Keith Boone (Apr 03 2020 at 18:47):
Yah, I think this is really an error in the IG template, since it just looks at value and assumes it's a URL, but that's only true when the type is url, and not when it's email (from a FHIR Datatypes perspective). Using mailto: is a workaround.
Lloyd McKenzie (Apr 03 2020 at 19:19):
It is a work-around. It's on the list of things to fix. (Pull requests welcome...)
Last updated: Apr 12 2022 at 19:14 UTC