FHIR Chat · extension slicing · implementers

Stream: implementers

Topic: extension slicing


view this post on Zulip Chris Grenz (Sep 21 2016 at 14:19):

 <element>
  <path value="DomainResource.extension"/>
...snip... ADD THIS:
  <slicing>
    <discriminator value="url" />
    <ordered value="false" />
    <rules value="open"/>
  </slicing>

view this post on Zulip Chris Grenz (Sep 21 2016 at 14:24):

Same thing for Element.extension and DomainResource.modifierExtension

view this post on Zulip Grahame Grieve (Sep 21 2016 at 15:34):

?

view this post on Zulip Dennis Patterson (Sep 21 2016 at 15:36):

This was part of the discussion on http://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=12061 . Chris' comment wasn't showing up on the tracker item so he posted it here

view this post on Zulip Grahame Grieve (Sep 21 2016 at 15:39):

ah ok


Last updated: Apr 12 2022 at 19:14 UTC