FHIR Chat · Backbone Element · implementers

Stream: implementers

Topic: Backbone Element


view this post on Zulip Pranitha Sruthi (Dec 28 2017 at 09:17):

Hi all, can I create an extension of type 'backbone element'? Thank you

view this post on Zulip Grahame Grieve (Dec 28 2017 at 09:36):

no. you need to create a complex extension

view this post on Zulip Pranitha Sruthi (Dec 28 2017 at 09:37):

@Grahame Grieve What would be the data type of the extension?

view this post on Zulip Grahame Grieve (Dec 28 2017 at 09:37):

I'm not sure what you mean. the data type of what element?

view this post on Zulip Pranitha Sruthi (Dec 28 2017 at 09:38):

Sorry. What would be the data type of the extension?

view this post on Zulip Grahame Grieve (Dec 28 2017 at 09:40):

where?

view this post on Zulip Pranitha Sruthi (Dec 28 2017 at 09:41):

If I create a complex extension, what would be the data type of that particular extension?

view this post on Zulip Grahame Grieve (Dec 28 2017 at 09:42):

it doesn't have a data type. So I'm not sure what you're trying to ask

view this post on Zulip Pranitha Sruthi (Dec 28 2017 at 09:45):

compext.PNG
If this is a complex extension, which one of the data types shall I specify for the extensions?

view this post on Zulip Grahame Grieve (Dec 28 2017 at 10:31):

you don't have a value - max cardinality = 0, so no ignore the types

view this post on Zulip Grahame Grieve (Dec 28 2017 at 10:31):

extension, you profile them. @Michel Rutten I haven't done that in Forge, so don't know what to say

view this post on Zulip Michel Rutten (Dec 28 2017 at 12:37):

@Pranitha Sruthi When authoring an extension definition, you can constrain the datatype of the value[x] element(s). A complex extension will have multiple value elements. The datatype(s) of the value(s) all depend on your use case.

view this post on Zulip Pranitha Sruthi (Dec 28 2017 at 13:03):

@Michel Rutten Ok thank you


Last updated: Apr 12 2022 at 19:14 UTC