Stream: IG creation
Topic: Change history links
Bryn Rhodes (Mar 16 2022 at 14:18):
We have a bunch of errors about broken links to change history, we are using a contained library resource to represent effective data requirements, and the publisher looks like it's trying to render those as a change history or something? Here's an example, BCSComponent measure has a contained #effectiveDataRequirements: https://build.fhir.org/ig/HL7/cqf-measures/Measure-BCSComponent.xml.html and this results in a bunch of broken links in a change.history.html page: https://build.fhir.org/ig/HL7/cqf-measures/qa.html#internal
Grahame Grieve (Mar 16 2022 at 20:11):
this has nothing to do with the resource actually being rendered, it's a template issue
Grahame Grieve (Mar 16 2022 at 20:29):
side issue @Bryn Rhodes
com.google.gson.JsonPrimitive cannot be cast to com.google.gson.JsonArray loading /Users/grahamegrieve/temp/igs/cqf-measures/input/resources/measurereport-supplementaldata-summary-example.json (00:27.0552)
java.lang.ClassCastException: com.google.gson.JsonPrimitive cannot be cast to com.google.gson.JsonArray
at com.google.gson.JsonObject.getAsJsonArray(JsonObject.java:182)
at org.hl7.fhir.r5.elementmodel.JsonParser.reapComments(JsonParser.java:395)
at org.hl7.fhir.r5.elementmodel.JsonParser.parseChildren(JsonParser.java:185)
at org.hl7.fhir.r5.elementmodel.JsonParser.parse(JsonParser.java:164)
at org.hl7.fhir.r5.elementmodel.JsonParser.parse(JsonParser.java:133)
at org.hl7.fhir.r5.elementmodel.ParserBase.parseSingle(ParserBase.java:110)
at org.hl7.fhir.igtools.publisher.SimpleFetcher.scan(SimpleFetcher.java:328)
at org.hl7.fhir.igtools.publisher.Publisher.loadResources(Publisher.java:4452)
at org.hl7.fhir.igtools.publisher.Publisher.load(Publisher.java:3925)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:1001)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:857)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:10011)
Grahame Grieve (Mar 16 2022 at 20:33):
@Lloyd McKenzie I do think this is a template problem
Grahame Grieve (Mar 16 2022 at 20:33):
to do with history template for contained resource history- shouldn't have the raw format links
Last updated: Apr 12 2022 at 19:14 UTC