FHIR Chat · Extensions - context · implementers

Stream: implementers

Topic: Extensions - context


view this post on Zulip Brian Postlethwaite (Dec 10 2017 at 12:51):

I have an extension that I desire to be able to use literally anywhere that an extension can be used.
Is there a way of describing this in the extension's StructureDefinition?
The current contextType indicates that I can't indicate that it can be used on can be either, but not both.
The extension that I would like to include is a tag that indicates that the property (or section of the resource instance) should be handled due to some form of privacy issue. (similar to using a VIP meta tag, but able to be put on any other property)

view this post on Zulip Eric Haas (Dec 10 2017 at 15:08):

Any or *? don't know really

view this post on Zulip Lloyd McKenzie (Dec 10 2017 at 16:24):

Look at how dataAbsentReason is defined

view this post on Zulip Vadim Peretokin (Dec 11 2017 at 08:15):

  <contextType value="datatype"/>
  <context value="*"/>

Last updated: Apr 12 2022 at 19:14 UTC