FHIR Chat · Forge Extension url fixedUri missing type · implementers

Stream: implementers

Topic: Forge Extension url fixedUri missing type


view this post on Zulip Alexander Henket (Oct 31 2016 at 17:02):

When you fix an Extension.url value then Forge writes a fixedUri, but no type. Subsequently there is an invariant (eld-6) kicking in that requires 1 type when you use fixedUri. @Michel Rutten

Expected:
<element>
<path value="Extension.url"/>
<representation value="xmlAttr"/>
<type>
<code value="uri"/>
</type>
<fixedUri value="http://..."/>
</element>

Forge however does not output element.type. Known?

view this post on Zulip Lloyd McKenzie (Oct 31 2016 at 18:01):

@Alexander Henket Forge issues are usually raised on the Conformance stream

view this post on Zulip Alexander Henket (Oct 31 2016 at 18:02):

My bad.. it already occurred to me that I could not find too many issues in this stream. Now I know :-)

view this post on Zulip Michel Rutten (Nov 01 2016 at 09:04):

@Alexander Henket this seems like a bug, Forge should also initialize the element type. Thank you for reporting this!

view this post on Zulip Alexander Henket (Nov 01 2016 at 09:05):

Ok. Thanks.


Last updated: Apr 12 2022 at 19:14 UTC