Stream: IG creation
Topic: Unknown resource Subscription
David Pyke (Sep 03 2020 at 17:10):
I"m building an example of a bundle with a subscription profile in it. When I attempt to publish, I get:
Processing Conformance Resources (00:43.0998)
Exception in thread "main" java.lang.Error: Unknown resource Subscription
at org.hl7.fhir.convertors.VersionConvertor_40_50.convertResource(VersionConvertor_40_50.java:4177)
at org.hl7.fhir.convertors.conv40_50.Bundle40_50.convertBundleEntryComponent(Bundle40_50.java:191)
at org.hl7.fhir.convertors.conv40_50.Bundle40_50.convertBundle(Bundle40_50.java:52)
at org.hl7.fhir.convertors.VersionConvertor_40_50.convertResource(VersionConvertor_40_50.java:3942)
at org.hl7.fhir.igtools.publisher.Publisher.convertFromElement(Publisher.java:5025)
at org.hl7.fhir.igtools.publisher.Publisher.load(Publisher.java:4282)
at org.hl7.fhir.igtools.publisher.Publisher.loadConformance(Publisher.java:3689)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:826)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:683)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:8022)
Bundle-SubscriptionBundleExample.json
David Pyke (Sep 03 2020 at 17:10):
Any ideas what I'm doing wrong? I have the latest publisher
Lloyd McKenzie (Sep 03 2020 at 18:22):
Sounds like there's a missing conversion process - @Grahame Grieve ?
Grahame Grieve (Sep 03 2020 at 21:16):
I'm mystified by this. That's one of those 'this can't happen' things, because the code clearly says that it won't happen. How can I reproduce this?
David Pyke (Sep 04 2020 at 12:04):
I'll push the latest code up and give you a link
Grahame Grieve (Sep 04 2020 at 20:37):
fixed next release
Last updated: Apr 12 2022 at 19:14 UTC