
Package ca.uhn.fhir.model.api.annotation
Annotation Interface Extension
Field modifier to be placed on a child field (a field also annotated with the
Child annotation) which
indicates that this field is an extension.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanThis parameter affects how the extension is treated when the element definition containing this resource is exported to a profile.booleanReturnstrueif this extension is a modifier extension
-
Element Details
-
definedLocally
boolean definedLocallyThis parameter affects how the extension is treated when the element definition containing this resource is exported to a profile.If set to
true, the resource is taken to be a local resource and its definition is exported along with the reference. Use this option for extension defintions that you have added locally (i.e. within your own organization)If set to
false, the resource is taken to be a remote resource and its definition is not exported to the profile. Use this option for extensions that are defined by other organizations (i.e. by regional authorities or jurisdictional governments)- Default:
true
-
isModifier
boolean isModifierReturnstrueif this extension is a modifier extension- Default:
false
-
url
The URL associated with this extension
-