Stream: tooling
Topic: IGPublisher changes FixedPositiveInt to FixedInteger
Richard Townley-O'Neill (Oct 27 2020 at 07:32):
In STU3, I want to fix to 1 the value of ExplanatioOfBenefit.item.sequence, but "<fixedPositiveInt value="1"/>" in the input is turned into "<fixedInteger value="1"/>" by the publisher.
See https://github.com/AuDigitalHealth/ci-medicare-records/blob/master/resources/explanationofbenefit-medicare.xml and http://build.fhir.org/ig/AuDigitalHealth/ci-medicare-records/StructureDefinition-explanationofbenefit-medicare.xml
This gives an error in the QA report.
Richard Townley-O'Neill (Oct 28 2020 at 03:16):
@Grahame Grieve
Is this a problem with the publisher?
Is it a limitation of the fixed[x] element in ElementDefinition?
Richard Townley-O'Neill (Oct 29 2020 at 03:50):
@Mark Iantorno Is this a problem with the publisher?
Grahame Grieve (Oct 29 2020 at 12:43):
man, have some patience. yes, it's a publisher bug
Mark Iantorno (Oct 29 2020 at 13:18):
hi, hello
Mark Iantorno (Oct 29 2020 at 13:18):
I can look into this, if you haven't already @Grahame Grieve
Mark Iantorno (Oct 29 2020 at 13:27):
let me know
Grahame Grieve (Oct 29 2020 at 19:42):
@Mark Iantorno the underlying problem will probably be that postiveInt specialises integer, and somewhere we are processing the integer case before the postiveInt case - a version conversion?
Mark Iantorno (Oct 29 2020 at 19:43):
hrm, okay, well I can put this on my plate for next week to look into, because i'm off for a long weekend. If tha't okay?
Mark Iantorno (Oct 29 2020 at 19:43):
I'll at least take a look into it
Grahame Grieve (Oct 29 2020 at 19:44):
sure because it's missed the release happening now, and there won't be another release until that time frame anyway
Richard Townley-O'Neill (Oct 30 2020 at 00:32):
man, have some patience. yes, it's a publisher bug
Thanks. Good to know what it is. I now have a path forward.
Grahame Grieve (Nov 05 2020 at 01:19):
@Mark Iantorno fixed next release
Richard Townley-O'Neill (Nov 06 2020 at 02:52):
:+1:
Last updated: Apr 12 2022 at 19:14 UTC