FHIR Chat · build process · committers

Stream: committers

Topic: build process


view this post on Zulip z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:15):

Looking at some code in the build process came across some code that outputs Element for Datatype, and BackboneElement for Resources while outputing profiles.

view this post on Zulip Grahame Grieve (Dec 30 2015 at 09:15):

yes, and?

view this post on Zulip z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:15):

Should it be doing this?

view this post on Zulip z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:16):

Trying to work out why in a datatype the child component would have a base different to a resource.

view this post on Zulip z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:16):

Only place this happens from what I can see is Timing (the repeat segment)

view this post on Zulip Grahame Grieve (Dec 30 2015 at 09:16):

yes. data type elements don't have modifier extensions

view this post on Zulip Grahame Grieve (Dec 30 2015 at 09:16):

there's a few other places. ElementDefinition

view this post on Zulip z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:16):

ok, That is a very good reason then.

view this post on Zulip Grahame Grieve (Dec 30 2015 at 09:16):

DataTypes themselves all inherit element too

view this post on Zulip z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:17):

Those was all happy, just the child classes. Was using that as the flag to indicate to create the child class.

view this post on Zulip z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:17):

Will revise for datatypes

view this post on Zulip z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:17):

Thanks

view this post on Zulip Grahame Grieve (Dec 30 2015 at 09:18):

np

view this post on Zulip z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:27):

Then this issue I logged is not valid right? Tracker#9177


Last updated: Apr 12 2022 at 19:14 UTC