HL7 / ig-template-base

Base IG template managed by HL7 but usable by anyone (no logos). The foundation for most HL7-published IGs
14 stars 27 forks source link

IG publisher complains about broken links if IG contact url is not first telecom #188

Open ElliotSilver opened 2 years ago

ElliotSilver commented 2 years ago

My IG has:

  <contact>
    <name value="National Standards Release Centre"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.infoway-inforoute.ca"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="standards@infoway-inforoute.ca"/>
    </telecom>
  </contact>

Swapping the order of telecoms generate hundreds of broken links.