FHIR Chat · Template and ImplementationGuide.contact · IG creation

Stream: IG creation

Topic: Template and ImplementationGuide.contact


view this post on Zulip Sarah Gaunt (Feb 02 2020 at 03:21):

@Lloyd McKenzie I think the template is trying to set an email address as a url/link:

"contact": [
    {
      "name": "Bill Cod",
      "telecom": [
        {
          "system": "email",
          "value": "cod@reef.gov"
        }
      ]
    }

That email address is causing a bunch of IG Publisher errors:

error   The link 'cod@reef.gov' for "James Tuna" cannot be resolved

view this post on Zulip Sarah Gaunt (Feb 03 2020 at 04:05):

@Lloyd McKenzie @Mark Kramer - pretty sure this is the correct syntax and the template is doing something funky?

view this post on Zulip Lloyd McKenzie (Feb 03 2020 at 04:26):

That's not something the template. I've had it happen to me. It's something the IGPublisher is doing - I think rendering the narrative. @Grahame Grieve

view this post on Zulip Grahame Grieve (Apr 22 2020 at 06:38):

hmm did we sort this?


Last updated: Apr 12 2022 at 19:14 UTC