Package ca.uhn.fhir.model.api.annotation
Annotation Type 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
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
This parameter affects how the extension is treated when the element definition containing this resource is exported to a profile.boolean
Returnstrue
if 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 isModifierReturnstrue
if this extension is a modifier extension- Default:
false
-
url
The URL associated with this extension
-