Stream: committers
Topic: online IG builder
Eric Haas (Oct 14 2017 at 00:04):
from the IG-pub wiki there are these instructions...
Using the IG Publisher Web Server
The IG publisher lives at [1]. From there, you can upload a ip file containing the contents of the IG. After processing, you can download the output.
what Is an 'ip file' exactly? a zipped folder of the ig contents? I tried and got an error.
Grahame Grieve (Oct 14 2017 at 20:04):
typo - should say zip file
Grahame Grieve (Oct 14 2017 at 20:05):
you shouldn't have got an error - what was it?
Eric Haas (Oct 14 2017 at 20:47):
hapi.fhir.org is currently unable to handle this request. HTTP ERROR 500
Grahame Grieve (Oct 15 2017 at 11:07):
hmm that's just a total failure
Eric Haas (Oct 16 2017 at 16:39):
Yes but is it user error? can you try with one of your test igs.
Christopher Schuler (Nov 03 2017 at 18:24):
I added some bundles to my ig and am getting the following error:
Exception in thread "main" java.lang.Error: Unknown resource PlanDefinition at org.hl7.fhir.convertors.VersionConvertor_30_40.convertResource(VersionConvertor_30_40.java:24855) at org.hl7.fhir.convertors.VersionConvertor_30_40.convertBundleEntryComponent(VersionConvertor_30_40.java:4342) at org.hl7.fhir.convertors.VersionConvertor_30_40.convertBundle(VersionConvertor_30_40.java:4248) at org.hl7.fhir.convertors.VersionConvertor_30_40.convertResource(VersionConvertor_30_40.java:24668) at org.hl7.fhir.igtools.publisher.Publisher.parse(Publisher.java:2139) at org.hl7.fhir.igtools.publisher.Publisher.loadBundle(Publisher.java:1505) at org.hl7.fhir.igtools.publisher.Publisher.loadBundles(Publisher.java:1495) at org.hl7.fhir.igtools.publisher.Publisher.load(Publisher.java:1339) at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:362) at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:336) at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:3912)
Christopher Schuler (Nov 03 2017 at 18:24):
I am using FHIR v3.0.1.
Christopher Schuler (Nov 03 2017 at 18:28):
Unsure on how best to resolve. Please advise.
Grahame Grieve (Nov 03 2017 at 20:17):
send me the package you are submitting
Christopher Schuler (Nov 03 2017 at 21:44):
@Grahame Grieve The bundles can be found here:
https://github.com/cqframework/payerextract/tree/master/resources/bundle/cds
Grahame Grieve (Nov 08 2017 at 02:09):
ok I think this is sorted
Last updated: Apr 12 2022 at 19:14 UTC