Stream: IG creation
Topic: Unable to parse XML error with spreadsheets
Abdullah Rafiqi (Mar 23 2021 at 00:16):
Working on converting/templating a current IG build. When referencing the profile spreadsheets within the IG resource, i get the following error when running the publication process:
"Unable to parse XML for ......../profile-measure-cqfm-spreadsheet"
Does the use of profile spreadsheets require an IG tools extension <extension url="http://hl7.org/fhir/tools/StructureDefinition/igpublisher-spreadsheet">
within the IG resource with a <valueString value=".xml"/>
for each specific spreadsheet xml?
Lloyd McKenzie (Mar 23 2021 at 01:37):
If you're using the template, it should automatically find and load any spreadsheets. Did you confirm that the file is, indeed, XML? (i.e. you didn't accidentally save it as a 'regular' spreadsheet)
Abdullah Rafiqi (Mar 23 2021 at 12:41):
Yup, i've added the following to the IG resource:
<resource>
<reference>
<reference value="StructureDefinition/profile-measure-cqfm-spreadsheet"/>
</reference>
<name value="CQFM Measure Profile"/>
</resource>
and my profile spreadsheets are located within the input/resources folder:
Lloyd McKenzie (Mar 23 2021 at 13:13):
Is this IG in Git somewhere I can clone it?
Last updated: Apr 12 2022 at 19:14 UTC