FHIR Chat · removing custom datatype causes error · IG creation

Stream: IG creation

Topic: removing custom datatype causes error


view this post on Zulip David Pyke (Feb 15 2022 at 20:11):

Due to the no regex extension wherever you want rule, I had to remove a custom datatype from Saner. THis has given me a new error:

Internal error in location for message: 'Error @1, 1: Found ? expecting a token name', loc = '?pkp-1?', err = 'The reference http://hl7.org/fhir/uv/saner/StructureDefinition/PreciseDateTime could not be resolved'
Validation output in C:\FHIR\fhir-saner\output\qa.html
Errors: 133, Warnings: 2, Info: 1, Broken Links = 1 (05:07.0215)
Finished                                                                         (05:07.0221)
Done. This IG has been built using the 'normal' process for local use. If building to host on an an external website, use the process documented here: https://confluence.hl7.org/display/FHIR/Maintaining+a+FHIR+IG+Publication) (05:07.0222)
Press any key to continue . . .

view this post on Zulip Grahame Grieve (Feb 15 2022 at 20:42):

where's PreciseDateTime defined?

view this post on Zulip David Pyke (Feb 15 2022 at 21:19):

In my IG. It's literally just dateTime with the invariant on .value

view this post on Zulip David Pyke (Feb 15 2022 at 21:21):

I've pushed the updates to github https://github.com/HL7/fhir-saner/

view this post on Zulip Grahame Grieve (Feb 16 2022 at 00:14):

I don't see where it exists.

view this post on Zulip David Pyke (Feb 16 2022 at 13:43):

It's commented off now in the fsh code but the error still exists. If you want to put it back it's in ProfileMeasureReport.fsh

view this post on Zulip Patrick Werner (Feb 17 2022 at 21:43):

Did you also clean up the fsh-generated folder? Looks like an artifact, builds fine here.

view this post on Zulip David Pyke (Feb 24 2022 at 13:52):

Sorry, I haven't been able to get back to this. If you look at the last CI build, you can see the error at the bottom of the log here: https://build.fhir.org/ig/HL7/fhir-saner/branches/master/build.log

view this post on Zulip Grahame Grieve (Mar 01 2022 at 02:39):

I'm not sure what's going on here, but Sushi doesn't produce any definition for it, so it's a broken link because it's not defined


Last updated: Apr 12 2022 at 19:14 UTC