FHIR Chat · GitHub build failing · IG creation

Stream: IG creation

Topic: GitHub build failing


view this post on Zulip Sami Adnan (Jul 14 2021 at 09:28):

Hi everyone! I am getting the following error when adding some fsh files to an IG that is built in GitHub:

java.lang.Exception: Error parsing /github/workspace/fsh-generated/resources/ValueSet-vaccine-type-covid-pediatrics: Not a JSON Object: null

Publishing Content Failed: Error parsing /github/workspace/fsh-generated/resources/ValueSet-vaccine-type-covid-pediatrics: Not a JSON Object: null (00:26.0558)

Details of the build is here: https://github.com/BIH-CEI/napkon-dynamic/runs/3065215892
Was wondering if anyone has any suggestions.
Thanks for the help!!

view this post on Zulip Jose Costa Teixeira (Jul 14 2021 at 10:00):

your sushi is not correct

view this post on Zulip Jose Costa Teixeira (Jul 14 2021 at 10:01):

in that valueset, your concept [1] has no designation[0], goes straight to designation 1. That creates a null object

view this post on Zulip Sami Adnan (Jul 14 2021 at 12:21):

Jose Costa Teixeira said:

in that valueset, your concept [1] has no designation[0], goes straight to designation 1. That creates a null object

Thank you so much for the help José!! Working on it now.

view this post on Zulip Jose Costa Teixeira (Jul 14 2021 at 12:43):

Just change the concept[1].designation[1] to concept[1].designation[0]

view this post on Zulip Sami Adnan (Jul 14 2021 at 13:34):

Jose Costa Teixeira said:

Just change the concept[1].designation[1] to concept[1].designation[0]

Thank you again José. It all worked out nicely! Next time we will try soft indexing.


Last updated: Apr 12 2022 at 19:14 UTC