FHIR Chat · QA error for bulk ig canonical · IG creation

Stream: IG creation

Topic: QA error for bulk ig canonical


view this post on Zulip 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:

image.png

view this post on Zulip Eric Haas (Jun 16 2021 at 03:23):

@Grahame Grieve ?

view this post on Zulip Grahame Grieve (Jun 16 2021 at 04:16):

is this something I can reproduce?

view this post on Zulip 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...

view this post on Zulip Eric Haas (Jun 16 2021 at 19:58):

same issue here:

https://healthedata1.github.io/Sushi-Sandbox/qa.html#_Users_ehaas_Documents_FHIR_Sushi-Sandbox_input_resources_CapabilityStatement-test

view this post on Zulip Grahame Grieve (Jun 16 2021 at 23:29):

well, you have to depend on the bulk data ig then

view this post on Zulip Eric Haas (Jun 16 2021 at 23:42):

but there is no dependencies for SMART and no errors are emitted for it?

view this post on Zulip 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

view this post on Zulip Eric Haas (Jun 17 2021 at 00:01):

yes and I tried adding bulk as a dependency and the error is still there...

view this post on Zulip Grahame Grieve (Jun 17 2021 at 00:04):

how did you add it?

view this post on Zulip 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"
    }
  ],
...

view this post on Zulip Eric Haas (Jun 17 2021 at 01:07):

I also am getting these link errors - these are recent since last week or two...

image.png

view this post on Zulip Eric Haas (Jun 17 2021 at 01:08):

they are are resolving in my browser, I am checking for case errors...

view this post on Zulip Grahame Grieve (Jun 17 2021 at 01:08):

well, commit that and I'll investigate

view this post on Zulip Eric Haas (Jun 17 2021 at 01:35):

ok I will let you know when committed

view this post on Zulip Eric Haas (Jun 17 2021 at 09:02):

I fixed this error. thanks anyway GG


Last updated: Apr 12 2022 at 19:14 UTC