Stream: IG creation
Topic: US Core value set link errors
Sarah Gaunt (Aug 08 2018 at 10:50):
So 2 of my 3 remaining IG CI build errors are
The link 'http://hl7.org/fhir/us/core/ValueSet/us-core-problem' for "http://hl7.org/fhir/us/core/ValueSet/us-core-problem" cannot be resolved
and
The link 'http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category' for "http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category" cannot be resolved
The links to those two value sets are showing up in my Snapshot view (obviously profile is based on US Core Condition) as:
pasted image
Which seems to be the latest build (and broken) version of US Core, and should be (which is where the link takes you if you click on the "This profile builds on US Core Condition..." link:
pasted image
So in a nutshell - this is the US Core condition it should be using: http://hl7.org/fhir/us/core/StructureDefinition-us-core-condition.html (and IS using in some places), but this is the US Core Condition it is using for the Snapshot details: http://build.fhir.org/ig/HL7/US-Core/StructureDefinition-us-core-condition.html (which is the current build one and has the broken links).
I can't figure out what I'm doing wrong. This is what I'm using for dependency in the control file:
"dependencyList": [{
"name": "uscore",
"location": "http://hl7.org/fhir/us/core",
"version": "1.0.1"
}],
Eric Haas (Aug 08 2018 at 16:51):
(deleted)
Eric Haas (Aug 08 2018 at 16:51):
(deleted)
Eric Haas (Aug 08 2018 at 16:51):
(deleted)
Eric Haas (Aug 08 2018 at 16:53):
(deleted)
Chris Moesel (Aug 08 2018 at 19:48):
I see the same issues in some of our IGs:
pasted image
Sarah Gaunt (Aug 08 2018 at 20:27):
Ok, so maybe it's not something on my end...
Sarah Gaunt (Aug 08 2018 at 20:33):
@Eric Haas any ideas? Or is this a bigger FHIR IG Publisher build issue?
Grahame Grieve (Aug 08 2018 at 23:02):
@Chris Moesel The link 'http://hl7.org/fhir/us/core/ValueSet/omb-ethnicity' for "http://hl7.org/fhir/us/core/ValueSet/omb-ethnicity" cannot be resolved - looks like a wrong value set url the source to me
Grahame Grieve (Aug 08 2018 at 23:17):
ok, this should be fixed now - links to US core value sets should render fine once the next build completes . @Chris Moesel it doesn't fix all your broken links, since some are ones that you generate directly.
Chris Moesel (Aug 08 2018 at 23:52):
Thanks, @Grahame Grieve. Well shoot, you're right. I verified that the us-core-birthsex one was valid and then just assumed that the others were too. I'll let the modelers know to fix those other value sets. Thanks!
Last updated: Apr 12 2022 at 19:14 UTC