Stream: IG creation
Topic: QA error for bulk ig canonical
Eric Haas (Jun 16 2021 at 03:21):
QA error when use the bulk data Ig Canonical URL
CapabilityStatement/us-core-client: CapabilityStatement.implementationGuide[1] error Canonical URL 'http://hl7.org/fhir/uv/bulkdata/STU1.0.1/ImplementationGuide-hl7.fhir.uv.bulkdata' does not resolve
here is screenshot of the bulk IG Resource:
Eric Haas (Jun 16 2021 at 03:23):
@Grahame Grieve ?
Grahame Grieve (Jun 16 2021 at 04:16):
is this something I can reproduce?
Eric Haas (Jun 16 2021 at 18:28):
here is the repo: https://github.com/HL7/US-Core/
here is the resource: https://github.com/HL7/US-Core/blob/master/input/resources/capabilitystatement-us-core-server.json
here is the offending bit :
...
],
"implementationGuide": [
"http://fhir-registry.smarthealthit.org",
"http://hl7.org/fhir/uv/bulkdata/STU1.0.1/ImplementationGuide-hl7.fhir.uv.bulkdata"
],
...
I will try it in my test IG...
Eric Haas (Jun 16 2021 at 19:58):
same issue here:
Grahame Grieve (Jun 16 2021 at 23:29):
well, you have to depend on the bulk data ig then
Eric Haas (Jun 16 2021 at 23:42):
but there is no dependencies for SMART and no errors are emitted for it?
Grahame Grieve (Jun 16 2021 at 23:43):
CapabilityStatement/us-core-client: CapabilityStatement.implementationGuide[1] error Canonical URL 'http://hl7.org/fhir/uv/bulkdata/STU1.0.1/ImplementationGuide-hl7.fhir.uv.bulkdata' does not resolve
that is the error
Eric Haas (Jun 17 2021 at 00:01):
yes and I tried adding bulk as a dependency and the error is still there...
Grahame Grieve (Jun 17 2021 at 00:04):
how did you add it?
Eric Haas (Jun 17 2021 at 01:05):
I added to the IG Resource
....
],
"dependsOn": [
{
"packageId": "hl7.fhir.uv.bulkdata",
"version": "1.0.1",
"uri": "http://hl7.org/fhir/uv/bulkdata/ImplementationGuide/hl7.fhir.uv.bulkdata",
"id": "hl7_fhir_uv_bulkdata"
},
{
"id": "vsac",
"packageId": "us.nlm.vsac",
"uri": "http://fhir.org/packages/us.nlm.vsac/ImplementationGuide/us.nlm.vsac",
"version": "0.3.0"
}
],
...
Eric Haas (Jun 17 2021 at 01:07):
I also am getting these link errors - these are recent since last week or two...
Eric Haas (Jun 17 2021 at 01:08):
they are are resolving in my browser, I am checking for case errors...
Grahame Grieve (Jun 17 2021 at 01:08):
well, commit that and I'll investigate
Eric Haas (Jun 17 2021 at 01:35):
ok I will let you know when committed
Eric Haas (Jun 17 2021 at 09:02):
I fixed this error. thanks anyway GG
Last updated: Apr 12 2022 at 19:14 UTC