
Package ca.uhn.fhir.model.api.annotation
Annotation Type Extension
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description boolean
definedLocally
This parameter affects how the extension is treated when the element definition containing this resource is exported to a profile.boolean
isModifier
Returnstrue
if this extension is a modifier extensionString
url
The URL associated with this extension
-
-
-
Element Detail
-
definedLocally
boolean definedLocally
This 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)
-
-
-
isModifier
boolean isModifier
Returnstrue
if this extension is a modifier extension
-
-