Stream: implementers
Topic: Extensions - context
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)
Eric Haas (Dec 10 2017 at 15:08):
Any or *? don't know really
Lloyd McKenzie (Dec 10 2017 at 16:24):
Look at how dataAbsentReason is defined
Vadim Peretokin (Dec 11 2017 at 08:15):
<contextType value="datatype"/> <context value="*"/>
Last updated: Apr 12 2022 at 19:14 UTC