Stream: Da Vinci
Topic: QI Core and HEDIS package library location
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
Eric Haas (Aug 11 2018 at 16:29):
R3 and R4
Grahame Grieve (Aug 11 2018 at 16:42):
you should just need the canonical URIs now
Eric Haas (Aug 11 2018 at 17:04):
I get an error same issue that bryn had here:
Eric Haas (Aug 11 2018 at 17:04):
https://chat.fhir.org/#narrow/stream/99-IG-creation/subject/IG.20other.20package.20references
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$
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" }
Grahame Grieve (Aug 11 2018 at 17:15):
first of all, remove source. Does that solve the problem?
Eric Haas (Aug 11 2018 at 17:20):
no it doesn't.
Grahame Grieve (Aug 11 2018 at 17:21):
same error?
Eric Haas (Aug 11 2018 at 17:22):
yes. (I need to take a break wil get back to this later.)
Grahame Grieve (Aug 11 2018 at 17:33):
ok can I reproduce this?
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
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
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.
Bryn Rhodes (Aug 13 2018 at 15:42):
@Eric Haas I just sent you the packages from my local cache, hopefully that will help?
Eric Haas (Aug 13 2018 at 15:56):
ty up and running!
Last updated: Apr 12 2022 at 19:14 UTC