FHIR Chat · QI Core and HEDIS package library location · Da Vinci

Stream: Da Vinci

Topic: QI Core and HEDIS package library location


view this post on Zulip Eric Haas (Aug 11 2018 at 16:29):

@Bryn Rhodes where are the QI Core and HEDIS package library locations or can you send be the files and I put em in my local directory

view this post on Zulip Eric Haas (Aug 11 2018 at 16:29):

R3 and R4

view this post on Zulip Grahame Grieve (Aug 11 2018 at 16:42):

you should just need the canonical URIs now

view this post on Zulip Eric Haas (Aug 11 2018 at 17:04):

I get an error same issue that bryn had here:

view this post on Zulip Eric Haas (Aug 11 2018 at 17:04):

https://chat.fhir.org/#narrow/stream/99-IG-creation/subject/IG.20other.20package.20references

view this post on Zulip Eric Haas (Aug 11 2018 at 17:05):

Fetch Package history from http://hl7.org/fhir/qicore/package-list.json
Publishing Content Failed: http://hl7.org/fhir/qicore/package-list.json          (23.0761sec)
                                                                                 (23.0762sec)
Use -? to get command line help                                                  (23.0762sec)
                                                                                 (23.0762sec)
Stack Dump (for debugging):                                                      (23.0762sec)
java.io.FileNotFoundException: http://hl7.org/fhir/qicore/package-list.json
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1836)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
    at org.hl7.fhir.igtools.publisher.Publisher.fetchJson(Publisher.java:1440)
    at org.hl7.fhir.igtools.publisher.Publisher.resolveDependency(Publisher.java:1424)
    at org.hl7.fhir.igtools.publisher.Publisher.loadIg(Publisher.java:1353)
    at org.hl7.fhir.igtools.publisher.Publisher.initialize(Publisher.java:1039)
    at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:476)
    at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:4610)
Exception in thread "main" java.lang.NullPointerException
    at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:4620)
Erics-Air-2:Davinci ehaas$

view this post on Zulip Eric Haas (Aug 11 2018 at 17:14):

my ig.json looks like this:

  "dependencyList": [
    {
      "location": "http://hl7.org/fhir/us/qicore",
      "source": "dependencies/qicore-vp",
      "version": "current",
      "name": "qicore"
    }

view this post on Zulip Grahame Grieve (Aug 11 2018 at 17:15):

first of all, remove source. Does that solve the problem?

view this post on Zulip Eric Haas (Aug 11 2018 at 17:20):

no it doesn't.

view this post on Zulip Grahame Grieve (Aug 11 2018 at 17:21):

same error?

view this post on Zulip Eric Haas (Aug 11 2018 at 17:22):

yes. (I need to take a break wil get back to this later.)

view this post on Zulip Grahame Grieve (Aug 11 2018 at 17:33):

ok can I reproduce this?

view this post on Zulip Bryn Rhodes (Aug 11 2018 at 20:47):

Here's the dependency declaration from the HEDIS IG that is working: https://github.com/cqframework/hedis-ig/blob/master/ig.json#L21

view this post on Zulip Eric Haas (Aug 13 2018 at 15:39):

@Bryn Rhodes that does work for me, tried that first. @Grahame Grieve I committed to the repo here so you can see.. https://github.com/HL7/davinci-deqm

view this post on Zulip Eric Haas (Aug 13 2018 at 15:40):

In the meantime, I'll run the qicore build locally so a package will be created locally and try that. Otherwise dead in the water.

view this post on Zulip Bryn Rhodes (Aug 13 2018 at 15:42):

@Eric Haas I just sent you the packages from my local cache, hopefully that will help?

view this post on Zulip Eric Haas (Aug 13 2018 at 15:56):

ty up and running!


Last updated: Apr 12 2022 at 19:14 UTC