FHIR Chat · new error package id · IG creation

Stream: IG creation

Topic: new error package id


view this post on Zulip Brian Reinhold (Oct 13 2018 at 16:44):

All of a sudden I am getting the following error

 org.hl7.fhir.exceptions.FHIRFormatError: Unknown Content package @  START_TAG seen ...<definition>\r\n    <package id="hl7.fhir.uv.phd">... @21:35
     [java]     at org.hl7.fhir.r4.formats.XmlParserBase.unknownContent(XmlParserBase.java:279)
     [java] Connect to Terminology Server at http://tx.fhir.org                              (11.0703sec)

What happened?

view this post on Zulip Jose Costa Teixeira (Oct 13 2018 at 17:48):

ImplementationGuide.definition.package has been renamed to grouping

view this post on Zulip Jose Costa Teixeira (Oct 13 2018 at 17:49):

change package to grouping,
and also resource.package to resource.groupingId

view this post on Zulip Lloyd McKenzie (Oct 13 2018 at 19:03):

I'm working on updating the framework, but first I need to figure out why the schemas are broken...


Last updated: Apr 12 2022 at 19:14 UTC