INTEROPen / careconnect-base-stu3

Draft of UK Base Implementation Guide
https://interopen.github.io/careconnect-base-stu3/.
Other
3 stars 2 forks source link

Using base in an ImplementationGuide #58

Closed KevinMayfield closed 4 years ago

KevinMayfield commented 4 years ago

The IG Guide (resource) has a baseUrl of https://fhir.hl7.org.uk/STU3/ this is to match the baseUrl of the resources it contains.

The IG is currently hosted on https://hl7-uk.github.io/UK-STU3 (and the HL7 UK INTEROPen CareConnect Reference Server is hosted on https://fhir.hl7.org.uk/STU3/).

When this IG is used by another IG the IGPublisher fails as it expects both the both profiles and implementation guide to use the same baseUrl.

KevinMayfield commented 4 years ago

This is sounds like a high severity issue as it prevents the IG being used in other IG's (which is one of the core aims).

KevinMayfield commented 4 years ago

Comment above attached to wrong issue. Relates to #11

KevinMayfield commented 4 years ago

Copied text over to #11

KevinMayfield commented 4 years ago

Use packageId instead.

 <dependsOn>
    <uri value="https://fhir.hl7.org.uk/STU3/ImplementationGuide/hl7.uk.base" />
    <packageId value="hl7.uk.base"/>
    <version value="dev"/>
  </dependsOn>