Class StructureDefinition
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.dstu2.resource.BaseResource
-
- ca.uhn.fhir.model.dstu2.resource.StructureDefinition
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IResource,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseResource
public class StructureDefinition extends BaseResource implements ca.uhn.fhir.model.api.IResource
HAPI/FHIR StructureDefinition Resource (conformance.content)Definition: A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions, and constraints on resources and data types.
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/StructureDefinition
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStructureDefinition.ContactBlock class for child element: StructureDefinition.contact ()static classStructureDefinition.DifferentialBlock class for child element: StructureDefinition.differential ()static classStructureDefinition.MappingBlock class for child element: StructureDefinition.mapping ()static classStructureDefinition.SnapshotBlock class for child element: StructureDefinition.snapshot ()
-
Field Summary
Fields Modifier and Type Field Description static ca.uhn.fhir.rest.gclient.TokenClientParamABSTRACTFluent Client search parameter constant for abstractstatic ca.uhn.fhir.rest.gclient.UriClientParamBASEFluent Client search parameter constant for basestatic ca.uhn.fhir.rest.gclient.TokenClientParamBASE_PATHFluent Client search parameter constant for base-pathstatic ca.uhn.fhir.rest.gclient.TokenClientParamCODEFluent Client search parameter constant for codestatic ca.uhn.fhir.rest.gclient.TokenClientParamCONTEXTFluent Client search parameter constant for contextstatic ca.uhn.fhir.rest.gclient.TokenClientParamCONTEXT_TYPEFluent Client search parameter constant for context-typestatic ca.uhn.fhir.rest.gclient.DateClientParamDATEFluent Client search parameter constant for datestatic ca.uhn.fhir.rest.gclient.StringClientParamDESCRIPTIONFluent Client search parameter constant for descriptionstatic ca.uhn.fhir.rest.gclient.StringClientParamDISPLAYFluent Client search parameter constant for displaystatic ca.uhn.fhir.rest.gclient.TokenClientParamEXPERIMENTALFluent Client search parameter constant for experimentalstatic ca.uhn.fhir.rest.gclient.StringClientParamEXT_CONTEXTFluent Client search parameter constant for ext-contextstatic ca.uhn.fhir.rest.gclient.TokenClientParamIDENTIFIERFluent Client search parameter constant for identifierstatic ca.uhn.fhir.model.api.IncludeINCLUDE_VALUESETConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.rest.gclient.TokenClientParamKINDFluent Client search parameter constant for kindstatic ca.uhn.fhir.rest.gclient.StringClientParamNAMEFluent Client search parameter constant for namestatic ca.uhn.fhir.rest.gclient.TokenClientParamPATHFluent Client search parameter constant for pathstatic ca.uhn.fhir.rest.gclient.StringClientParamPUBLISHERFluent Client search parameter constant for publisherstatic StringSP_ABSTRACTSearch parameter constant for abstractstatic StringSP_BASESearch parameter constant for basestatic StringSP_BASE_PATHSearch parameter constant for base-pathstatic StringSP_CODESearch parameter constant for codestatic StringSP_CONTEXTSearch parameter constant for contextstatic StringSP_CONTEXT_TYPESearch parameter constant for context-typestatic StringSP_DATESearch parameter constant for datestatic StringSP_DESCRIPTIONSearch parameter constant for descriptionstatic StringSP_DISPLAYSearch parameter constant for displaystatic StringSP_EXPERIMENTALSearch parameter constant for experimentalstatic StringSP_EXT_CONTEXTSearch parameter constant for ext-contextstatic StringSP_IDENTIFIERSearch parameter constant for identifierstatic StringSP_KINDSearch parameter constant for kindstatic StringSP_NAMESearch parameter constant for namestatic StringSP_PATHSearch parameter constant for pathstatic StringSP_PUBLISHERSearch parameter constant for publisherstatic StringSP_STATUSSearch parameter constant for statusstatic StringSP_TYPESearch parameter constant for typestatic StringSP_URLSearch parameter constant for urlstatic StringSP_VALUESETSearch parameter constant for valuesetstatic StringSP_VERSIONSearch parameter constant for versionstatic ca.uhn.fhir.rest.gclient.TokenClientParamSTATUSFluent Client search parameter constant for statusstatic ca.uhn.fhir.rest.gclient.TokenClientParamTYPEFluent Client search parameter constant for typestatic ca.uhn.fhir.rest.gclient.UriClientParamURLFluent Client search parameter constant for urlstatic ca.uhn.fhir.rest.gclient.ReferenceClientParamVALUESETFluent Client search parameter constant for valuesetstatic ca.uhn.fhir.rest.gclient.TokenClientParamVERSIONFluent Client search parameter constant for version-
Fields inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource
RES_ID, SP_RES_ID, SP_RES_LANGUAGE
-
-
Constructor Summary
Constructors Constructor Description StructureDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodingDtaddCode()Adds and returns a new value for code ()StructureDefinitionaddCode(CodingDt theValue)Adds a given new value for code ()StructureDefinition.ContactaddContact()Adds and returns a new value for contact ()StructureDefinitionaddContact(StructureDefinition.Contact theValue)Adds a given new value for contact ()ca.uhn.fhir.model.primitive.StringDtaddContext()Adds and returns a new value for context ()StructureDefinitionaddContext(ca.uhn.fhir.model.primitive.StringDt theValue)Adds a given new value for context ()StructureDefinitionaddContext(String theString)Adds a new value for context ()IdentifierDtaddIdentifier()Adds and returns a new value for identifier (id)StructureDefinitionaddIdentifier(IdentifierDt theValue)Adds a given new value for identifier (id)StructureDefinition.MappingaddMapping()Adds and returns a new value for mapping ()StructureDefinitionaddMapping(StructureDefinition.Mapping theValue)Adds a given new value for mapping ()CodeableConceptDtaddUseContext()Adds and returns a new value for useContext ()StructureDefinitionaddUseContext(CodeableConceptDt theValue)Adds a given new value for useContext ()BooleangetAbstract()Gets the value(s) for abstract ().ca.uhn.fhir.model.primitive.BooleanDtgetAbstractElement()Gets the value(s) for abstract ().<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)StringgetBase()Gets the value(s) for base ().ca.uhn.fhir.model.primitive.UriDtgetBaseElement()Gets the value(s) for base ().List<CodingDt>getCode()Gets the value(s) for code ().CodingDtgetCodeFirstRep()Gets the first repetition for code (), creating it if it does not already exist.StringgetConstrainedType()Gets the value(s) for constrainedType ().ca.uhn.fhir.model.primitive.CodeDtgetConstrainedTypeElement()Gets the value(s) for constrainedType ().List<StructureDefinition.Contact>getContact()Gets the value(s) for contact ().StructureDefinition.ContactgetContactFirstRep()Gets the first repetition for contact (), creating it if it does not already exist.List<ca.uhn.fhir.model.primitive.StringDt>getContext()Gets the value(s) for context ().ca.uhn.fhir.model.primitive.StringDtgetContextFirstRep()Gets the first repetition for context (), creating it if it does not already exist.StringgetContextType()Gets the value(s) for contextType ().ca.uhn.fhir.model.primitive.BoundCodeDt<ExtensionContextEnum>getContextTypeElement()Gets the value(s) for contextType ().StringgetCopyright()Gets the value(s) for copyright ().ca.uhn.fhir.model.primitive.StringDtgetCopyrightElement()Gets the value(s) for copyright ().DategetDate()Gets the value(s) for date (when.recorded).ca.uhn.fhir.model.primitive.DateTimeDtgetDateElement()Gets the value(s) for date (when.recorded).StringgetDescription()Gets the value(s) for description ().ca.uhn.fhir.model.primitive.StringDtgetDescriptionElement()Gets the value(s) for description ().StructureDefinition.DifferentialgetDifferential()Gets the value(s) for differential ().StringgetDisplay()Gets the value(s) for display ().ca.uhn.fhir.model.primitive.StringDtgetDisplayElement()Gets the value(s) for display ().BooleangetExperimental()Gets the value(s) for experimental (class).ca.uhn.fhir.model.primitive.BooleanDtgetExperimentalElement()Gets the value(s) for experimental (class).StringgetFhirVersion()Gets the value(s) for fhirVersion ().ca.uhn.fhir.model.primitive.IdDtgetFhirVersionElement()Gets the value(s) for fhirVersion ().List<IdentifierDt>getIdentifier()Gets the value(s) for identifier (id).IdentifierDtgetIdentifierFirstRep()Gets the first repetition for identifier (id), creating it if it does not already exist.StringgetKind()Gets the value(s) for kind ().ca.uhn.fhir.model.primitive.BoundCodeDt<StructureDefinitionKindEnum>getKindElement()Gets the value(s) for kind ().List<StructureDefinition.Mapping>getMapping()Gets the value(s) for mapping ().StructureDefinition.MappinggetMappingFirstRep()Gets the first repetition for mapping (), creating it if it does not already exist.StringgetName()Gets the value(s) for name ().ca.uhn.fhir.model.primitive.StringDtgetNameElement()Gets the value(s) for name ().StringgetPublisher()Gets the value(s) for publisher (who.witness).ca.uhn.fhir.model.primitive.StringDtgetPublisherElement()Gets the value(s) for publisher (who.witness).StringgetRequirements()Gets the value(s) for requirements (why).ca.uhn.fhir.model.primitive.StringDtgetRequirementsElement()Gets the value(s) for requirements (why).StringgetResourceName()StructureDefinition.SnapshotgetSnapshot()Gets the value(s) for snapshot ().StringgetStatus()Gets the value(s) for status (status).ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum>getStatusElement()Gets the value(s) for status (status).ca.uhn.fhir.context.FhirVersionEnumgetStructureFhirVersionEnum()StringgetUrl()Gets the value(s) for url (id).ca.uhn.fhir.model.primitive.UriDtgetUrlElement()Gets the value(s) for url (id).List<CodeableConceptDt>getUseContext()Gets the value(s) for useContext ().CodeableConceptDtgetUseContextFirstRep()Gets the first repetition for useContext (), creating it if it does not already exist.StringgetVersion()Gets the value(s) for version (id.version).ca.uhn.fhir.model.primitive.StringDtgetVersionElement()Gets the value(s) for version (id.version).booleanisEmpty()StructureDefinitionsetAbstract(boolean theBoolean)Sets the value for abstract ()StructureDefinitionsetAbstract(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for abstract ()StructureDefinitionsetBase(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for base ()StructureDefinitionsetBase(String theUri)Sets the value for base ()StructureDefinitionsetCode(List<CodingDt> theValue)Sets the value(s) for code ()StructureDefinitionsetConstrainedType(ca.uhn.fhir.model.primitive.CodeDt theValue)Sets the value(s) for constrainedType ()StructureDefinitionsetConstrainedType(String theCode)Sets the value for constrainedType ()StructureDefinitionsetContact(List<StructureDefinition.Contact> theValue)Sets the value(s) for contact ()StructureDefinitionsetContext(List<ca.uhn.fhir.model.primitive.StringDt> theValue)Sets the value(s) for context ()StructureDefinitionsetContextType(ExtensionContextEnum theValue)Sets the value(s) for contextType ()StructureDefinitionsetContextType(ca.uhn.fhir.model.primitive.BoundCodeDt<ExtensionContextEnum> theValue)Sets the value(s) for contextType ()StructureDefinitionsetCopyright(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for copyright ()StructureDefinitionsetCopyright(String theString)Sets the value for copyright ()StructureDefinitionsetDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for date (when.recorded)StructureDefinitionsetDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for date (when.recorded)StructureDefinitionsetDateWithSecondsPrecision(Date theDate)Sets the value for date (when.recorded)StructureDefinitionsetDescription(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for description ()StructureDefinitionsetDescription(String theString)Sets the value for description ()StructureDefinitionsetDifferential(StructureDefinition.Differential theValue)Sets the value(s) for differential ()StructureDefinitionsetDisplay(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for display ()StructureDefinitionsetDisplay(String theString)Sets the value for display ()StructureDefinitionsetExperimental(boolean theBoolean)Sets the value for experimental (class)StructureDefinitionsetExperimental(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for experimental (class)StructureDefinitionsetFhirVersion(ca.uhn.fhir.model.primitive.IdDt theValue)Sets the value(s) for fhirVersion ()StructureDefinitionsetFhirVersion(String theId)Sets the value for fhirVersion ()StructureDefinitionsetIdentifier(List<IdentifierDt> theValue)Sets the value(s) for identifier (id)StructureDefinitionsetKind(StructureDefinitionKindEnum theValue)Sets the value(s) for kind ()StructureDefinitionsetKind(ca.uhn.fhir.model.primitive.BoundCodeDt<StructureDefinitionKindEnum> theValue)Sets the value(s) for kind ()StructureDefinitionsetMapping(List<StructureDefinition.Mapping> theValue)Sets the value(s) for mapping ()StructureDefinitionsetName(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for name ()StructureDefinitionsetName(String theString)Sets the value for name ()StructureDefinitionsetPublisher(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for publisher (who.witness)StructureDefinitionsetPublisher(String theString)Sets the value for publisher (who.witness)StructureDefinitionsetRequirements(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for requirements (why)StructureDefinitionsetRequirements(String theString)Sets the value for requirements (why)StructureDefinitionsetSnapshot(StructureDefinition.Snapshot theValue)Sets the value(s) for snapshot ()StructureDefinitionsetStatus(ConformanceResourceStatusEnum theValue)Sets the value(s) for status (status)StructureDefinitionsetStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> theValue)Sets the value(s) for status (status)StructureDefinitionsetUrl(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for url (id)StructureDefinitionsetUrl(String theUri)Sets the value for url (id)StructureDefinitionsetUseContext(List<CodeableConceptDt> theValue)Sets the value(s) for useContext ()StructureDefinitionsetVersion(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for version (id.version)StructureDefinitionsetVersion(String theString)Sets the value for version (id.version)-
Methods inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource
getContained, getId, getIdElement, getLanguage, getMeta, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toString
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
-
-
-
Field Detail
-
SP_URL
public static final String SP_URL
Search parameter constant for urlDescription:
Type: uri
Path: StructureDefinition.url
- See Also:
- Constant Field Values
-
URL
public static final ca.uhn.fhir.rest.gclient.UriClientParam URL
Fluent Client search parameter constant for urlDescription:
Type: uri
Path: StructureDefinition.url
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter constant for identifierDescription: The identifier of the profile
Type: token
Path: StructureDefinition.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: The identifier of the profile
Type: token
Path: StructureDefinition.identifier
-
SP_VERSION
public static final String SP_VERSION
Search parameter constant for versionDescription: The version identifier of the profile
Type: token
Path: StructureDefinition.version
- See Also:
- Constant Field Values
-
VERSION
public static final ca.uhn.fhir.rest.gclient.TokenClientParam VERSION
Fluent Client search parameter constant for versionDescription: The version identifier of the profile
Type: token
Path: StructureDefinition.version
-
SP_NAME
public static final String SP_NAME
Search parameter constant for nameDescription: Name of the profile
Type: string
Path: StructureDefinition.name
- See Also:
- Constant Field Values
-
NAME
public static final ca.uhn.fhir.rest.gclient.StringClientParam NAME
Fluent Client search parameter constant for nameDescription: Name of the profile
Type: string
Path: StructureDefinition.name
-
SP_PUBLISHER
public static final String SP_PUBLISHER
Search parameter constant for publisherDescription: Name of the publisher of the profile
Type: string
Path: StructureDefinition.publisher
- See Also:
- Constant Field Values
-
PUBLISHER
public static final ca.uhn.fhir.rest.gclient.StringClientParam PUBLISHER
Fluent Client search parameter constant for publisherDescription: Name of the publisher of the profile
Type: string
Path: StructureDefinition.publisher
-
SP_DESCRIPTION
public static final String SP_DESCRIPTION
Search parameter constant for descriptionDescription: Text search in the description of the profile
Type: string
Path: StructureDefinition.description
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final ca.uhn.fhir.rest.gclient.StringClientParam DESCRIPTION
Fluent Client search parameter constant for descriptionDescription: Text search in the description of the profile
Type: string
Path: StructureDefinition.description
-
SP_STATUS
public static final String SP_STATUS
Search parameter constant for statusDescription: The current status of the profile
Type: token
Path: StructureDefinition.status
- See Also:
- Constant Field Values
-
STATUS
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Fluent Client search parameter constant for statusDescription: The current status of the profile
Type: token
Path: StructureDefinition.status
-
SP_DATE
public static final String SP_DATE
Search parameter constant for dateDescription: The profile publication date
Type: date
Path: StructureDefinition.date
- See Also:
- Constant Field Values
-
DATE
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Fluent Client search parameter constant for dateDescription: The profile publication date
Type: date
Path: StructureDefinition.date
-
SP_CODE
public static final String SP_CODE
Search parameter constant for codeDescription: A code for the profile
Type: token
Path: StructureDefinition.code
- See Also:
- Constant Field Values
-
CODE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Fluent Client search parameter constant for codeDescription: A code for the profile
Type: token
Path: StructureDefinition.code
-
SP_VALUESET
public static final String SP_VALUESET
Search parameter constant for valuesetDescription: A vocabulary binding reference
Type: reference
Path: StructureDefinition.snapshot.element.binding.valueSet[x]
- See Also:
- Constant Field Values
-
VALUESET
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam VALUESET
Fluent Client search parameter constant for valuesetDescription: A vocabulary binding reference
Type: reference
Path: StructureDefinition.snapshot.element.binding.valueSet[x]
-
SP_TYPE
public static final String SP_TYPE
Search parameter constant for typeDescription:
Type: token
Path: StructureDefinition.constrainedType
- See Also:
- Constant Field Values
-
TYPE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam TYPE
Fluent Client search parameter constant for typeDescription:
Type: token
Path: StructureDefinition.constrainedType
-
SP_KIND
public static final String SP_KIND
Search parameter constant for kindDescription:
Type: token
Path: StructureDefinition.kind
- See Also:
- Constant Field Values
-
KIND
public static final ca.uhn.fhir.rest.gclient.TokenClientParam KIND
Fluent Client search parameter constant for kindDescription:
Type: token
Path: StructureDefinition.kind
-
SP_PATH
public static final String SP_PATH
Search parameter constant for pathDescription: A path that is constrained in the profile
Type: token
Path: StructureDefinition.snapshot.element.path | StructureDefinition.differential.element.path
- See Also:
- Constant Field Values
-
PATH
public static final ca.uhn.fhir.rest.gclient.TokenClientParam PATH
Fluent Client search parameter constant for pathDescription: A path that is constrained in the profile
Type: token
Path: StructureDefinition.snapshot.element.path | StructureDefinition.differential.element.path
-
SP_CONTEXT
public static final String SP_CONTEXT
Search parameter constant for contextDescription: A use context assigned to the structure
Type: token
Path: StructureDefinition.useContext
- See Also:
- Constant Field Values
-
CONTEXT
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTEXT
Fluent Client search parameter constant for contextDescription: A use context assigned to the structure
Type: token
Path: StructureDefinition.useContext
-
SP_DISPLAY
public static final String SP_DISPLAY
Search parameter constant for displayDescription:
Type: string
Path: StructureDefinition.display
- See Also:
- Constant Field Values
-
DISPLAY
public static final ca.uhn.fhir.rest.gclient.StringClientParam DISPLAY
Fluent Client search parameter constant for displayDescription:
Type: string
Path: StructureDefinition.display
-
SP_EXPERIMENTAL
public static final String SP_EXPERIMENTAL
Search parameter constant for experimentalDescription:
Type: token
Path: StructureDefinition.experimental
- See Also:
- Constant Field Values
-
EXPERIMENTAL
public static final ca.uhn.fhir.rest.gclient.TokenClientParam EXPERIMENTAL
Fluent Client search parameter constant for experimentalDescription:
Type: token
Path: StructureDefinition.experimental
-
SP_ABSTRACT
public static final String SP_ABSTRACT
Search parameter constant for abstractDescription:
Type: token
Path: StructureDefinition.abstract
- See Also:
- Constant Field Values
-
ABSTRACT
public static final ca.uhn.fhir.rest.gclient.TokenClientParam ABSTRACT
Fluent Client search parameter constant for abstractDescription:
Type: token
Path: StructureDefinition.abstract
-
SP_CONTEXT_TYPE
public static final String SP_CONTEXT_TYPE
Search parameter constant for context-typeDescription:
Type: token
Path: StructureDefinition.contextType
- See Also:
- Constant Field Values
-
CONTEXT_TYPE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTEXT_TYPE
Fluent Client search parameter constant for context-typeDescription:
Type: token
Path: StructureDefinition.contextType
-
SP_EXT_CONTEXT
public static final String SP_EXT_CONTEXT
Search parameter constant for ext-contextDescription:
Type: string
Path: StructureDefinition.context
- See Also:
- Constant Field Values
-
EXT_CONTEXT
public static final ca.uhn.fhir.rest.gclient.StringClientParam EXT_CONTEXT
Fluent Client search parameter constant for ext-contextDescription:
Type: string
Path: StructureDefinition.context
-
SP_BASE
public static final String SP_BASE
Search parameter constant for baseDescription:
Type: uri
Path: StructureDefinition.base
- See Also:
- Constant Field Values
-
BASE
public static final ca.uhn.fhir.rest.gclient.UriClientParam BASE
Fluent Client search parameter constant for baseDescription:
Type: uri
Path: StructureDefinition.base
-
SP_BASE_PATH
public static final String SP_BASE_PATH
Search parameter constant for base-pathDescription:
Type: token
Path: StructureDefinition.snapshot.element.base.path | StructureDefinition.differential.element.base.path
- See Also:
- Constant Field Values
-
BASE_PATH
public static final ca.uhn.fhir.rest.gclient.TokenClientParam BASE_PATH
Fluent Client search parameter constant for base-pathDescription:
Type: token
Path: StructureDefinition.snapshot.element.base.path | StructureDefinition.differential.element.base.path
-
INCLUDE_VALUESET
public static final ca.uhn.fhir.model.api.Include INCLUDE_VALUESET
Constant for fluent queries to be used to add include statements. Specifies the path value of "StructureDefinition:valueset".
-
-
Constructor Detail
-
StructureDefinition
public StructureDefinition()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getUrlElement
public ca.uhn.fhir.model.primitive.UriDt getUrlElement()
Gets the value(s) for url (id). creating it if it does not exist. Will not returnnull.Definition: An absolute URL that is used to identify this structure definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this structure definition is (or will be) published
-
getUrl
public String getUrl()
Gets the value(s) for url (id). creating it if it does not exist. This method may returnnull.Definition: An absolute URL that is used to identify this structure definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this structure definition is (or will be) published
-
setUrl
public StructureDefinition setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for url (id)Definition: An absolute URL that is used to identify this structure definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this structure definition is (or will be) published
-
setUrl
public StructureDefinition setUrl(String theUri)
Sets the value for url (id)Definition: An absolute URL that is used to identify this structure definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this structure definition is (or will be) published
-
getIdentifier
public List<IdentifierDt> getIdentifier()
Gets the value(s) for identifier (id). creating it if it does not exist. Will not returnnull.Definition: Formal identifier that is used to identify this StructureDefinition when it is represented in other formats, or referenced in a specification, model, design or an instance (should be globally unique OID, UUID, or URI), (if it's not possible to use the literal URI)
-
setIdentifier
public StructureDefinition setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier (id)Definition: Formal identifier that is used to identify this StructureDefinition when it is represented in other formats, or referenced in a specification, model, design or an instance (should be globally unique OID, UUID, or URI), (if it's not possible to use the literal URI)
-
addIdentifier
public IdentifierDt addIdentifier()
Adds and returns a new value for identifier (id)Definition: Formal identifier that is used to identify this StructureDefinition when it is represented in other formats, or referenced in a specification, model, design or an instance (should be globally unique OID, UUID, or URI), (if it's not possible to use the literal URI)
-
addIdentifier
public StructureDefinition addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier (id)Definition: Formal identifier that is used to identify this StructureDefinition when it is represented in other formats, or referenced in a specification, model, design or an instance (should be globally unique OID, UUID, or URI), (if it's not possible to use the literal URI)
- Parameters:
theValue- The identifier to add (must not benull)
-
getIdentifierFirstRep
public IdentifierDt getIdentifierFirstRep()
Gets the first repetition for identifier (id), creating it if it does not already exist.Definition: Formal identifier that is used to identify this StructureDefinition when it is represented in other formats, or referenced in a specification, model, design or an instance (should be globally unique OID, UUID, or URI), (if it's not possible to use the literal URI)
-
getVersionElement
public ca.uhn.fhir.model.primitive.StringDt getVersionElement()
Gets the value(s) for version (id.version). creating it if it does not exist. Will not returnnull.Definition: The identifier that is used to identify this version of the StructureDefinition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the StructureDefinition author manually
-
getVersion
public String getVersion()
Gets the value(s) for version (id.version). creating it if it does not exist. This method may returnnull.Definition: The identifier that is used to identify this version of the StructureDefinition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the StructureDefinition author manually
-
setVersion
public StructureDefinition setVersion(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for version (id.version)Definition: The identifier that is used to identify this version of the StructureDefinition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the StructureDefinition author manually
-
setVersion
public StructureDefinition setVersion(String theString)
Sets the value for version (id.version)Definition: The identifier that is used to identify this version of the StructureDefinition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the StructureDefinition author manually
-
getNameElement
public ca.uhn.fhir.model.primitive.StringDt getNameElement()
Gets the value(s) for name (). creating it if it does not exist. Will not returnnull.Definition: A free text natural language name identifying the StructureDefinition
-
getName
public String getName()
Gets the value(s) for name (). creating it if it does not exist. This method may returnnull.Definition: A free text natural language name identifying the StructureDefinition
-
setName
public StructureDefinition setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()Definition: A free text natural language name identifying the StructureDefinition
-
setName
public StructureDefinition setName(String theString)
Sets the value for name ()Definition: A free text natural language name identifying the StructureDefinition
-
getDisplayElement
public ca.uhn.fhir.model.primitive.StringDt getDisplayElement()
Gets the value(s) for display (). creating it if it does not exist. Will not returnnull.Definition: Defined so that applications can use this name when displaying the value of the extension to the user
-
getDisplay
public String getDisplay()
Gets the value(s) for display (). creating it if it does not exist. This method may returnnull.Definition: Defined so that applications can use this name when displaying the value of the extension to the user
-
setDisplay
public StructureDefinition setDisplay(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for display ()Definition: Defined so that applications can use this name when displaying the value of the extension to the user
-
setDisplay
public StructureDefinition setDisplay(String theString)
Sets the value for display ()Definition: Defined so that applications can use this name when displaying the value of the extension to the user
-
getStatusElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> getStatusElement()
Gets the value(s) for status (status). creating it if it does not exist. Will not returnnull.Definition: The status of the StructureDefinition
-
getStatus
public String getStatus()
Gets the value(s) for status (status). creating it if it does not exist. This method may returnnull.Definition: The status of the StructureDefinition
-
setStatus
public StructureDefinition setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> theValue)
Sets the value(s) for status (status)Definition: The status of the StructureDefinition
-
setStatus
public StructureDefinition setStatus(ConformanceResourceStatusEnum theValue)
Sets the value(s) for status (status)Definition: The status of the StructureDefinition
-
getExperimentalElement
public ca.uhn.fhir.model.primitive.BooleanDt getExperimentalElement()
Gets the value(s) for experimental (class). creating it if it does not exist. Will not returnnull.Definition: This StructureDefinition was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
-
getExperimental
public Boolean getExperimental()
Gets the value(s) for experimental (class). creating it if it does not exist. This method may returnnull.Definition: This StructureDefinition was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
-
setExperimental
public StructureDefinition setExperimental(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for experimental (class)Definition: This StructureDefinition was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
-
setExperimental
public StructureDefinition setExperimental(boolean theBoolean)
Sets the value for experimental (class)Definition: This StructureDefinition was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
-
getPublisherElement
public ca.uhn.fhir.model.primitive.StringDt getPublisherElement()
Gets the value(s) for publisher (who.witness). creating it if it does not exist. Will not returnnull.Definition: The name of the individual or organization that published the structure definition
-
getPublisher
public String getPublisher()
Gets the value(s) for publisher (who.witness). creating it if it does not exist. This method may returnnull.Definition: The name of the individual or organization that published the structure definition
-
setPublisher
public StructureDefinition setPublisher(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for publisher (who.witness)Definition: The name of the individual or organization that published the structure definition
-
setPublisher
public StructureDefinition setPublisher(String theString)
Sets the value for publisher (who.witness)Definition: The name of the individual or organization that published the structure definition
-
getContact
public List<StructureDefinition.Contact> getContact()
Gets the value(s) for contact (). creating it if it does not exist. Will not returnnull.Definition: Contacts to assist a user in finding and communicating with the publisher
-
setContact
public StructureDefinition setContact(List<StructureDefinition.Contact> theValue)
Sets the value(s) for contact ()Definition: Contacts to assist a user in finding and communicating with the publisher
-
addContact
public StructureDefinition.Contact addContact()
Adds and returns a new value for contact ()Definition: Contacts to assist a user in finding and communicating with the publisher
-
addContact
public StructureDefinition addContact(StructureDefinition.Contact theValue)
Adds a given new value for contact ()Definition: Contacts to assist a user in finding and communicating with the publisher
- Parameters:
theValue- The contact to add (must not benull)
-
getContactFirstRep
public StructureDefinition.Contact getContactFirstRep()
Gets the first repetition for contact (), creating it if it does not already exist.Definition: Contacts to assist a user in finding and communicating with the publisher
-
getDateElement
public ca.uhn.fhir.model.primitive.DateTimeDt getDateElement()
Gets the value(s) for date (when.recorded). creating it if it does not exist. Will not returnnull.Definition: The date this version of the structure definition was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the structure definition changes
-
getDate
public Date getDate()
Gets the value(s) for date (when.recorded). creating it if it does not exist. This method may returnnull.Definition: The date this version of the structure definition was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the structure definition changes
-
setDate
public StructureDefinition setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) for date (when.recorded)Definition: The date this version of the structure definition was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the structure definition changes
-
setDate
public StructureDefinition setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for date (when.recorded)Definition: The date this version of the structure definition was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the structure definition changes
-
setDateWithSecondsPrecision
public StructureDefinition setDateWithSecondsPrecision(Date theDate)
Sets the value for date (when.recorded)Definition: The date this version of the structure definition was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the structure definition changes
-
getDescriptionElement
public ca.uhn.fhir.model.primitive.StringDt getDescriptionElement()
Gets the value(s) for description (). creating it if it does not exist. Will not returnnull.Definition: A free text natural language description of the StructureDefinition and its use
-
getDescription
public String getDescription()
Gets the value(s) for description (). creating it if it does not exist. This method may returnnull.Definition: A free text natural language description of the StructureDefinition and its use
-
setDescription
public StructureDefinition setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()Definition: A free text natural language description of the StructureDefinition and its use
-
setDescription
public StructureDefinition setDescription(String theString)
Sets the value for description ()Definition: A free text natural language description of the StructureDefinition and its use
-
getUseContext
public List<CodeableConceptDt> getUseContext()
Gets the value(s) for useContext (). creating it if it does not exist. Will not returnnull.Definition: The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of structure definitions.
-
setUseContext
public StructureDefinition setUseContext(List<CodeableConceptDt> theValue)
Sets the value(s) for useContext ()Definition: The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of structure definitions.
-
addUseContext
public CodeableConceptDt addUseContext()
Adds and returns a new value for useContext ()Definition: The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of structure definitions.
-
addUseContext
public StructureDefinition addUseContext(CodeableConceptDt theValue)
Adds a given new value for useContext ()Definition: The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of structure definitions.
- Parameters:
theValue- The useContext to add (must not benull)
-
getUseContextFirstRep
public CodeableConceptDt getUseContextFirstRep()
Gets the first repetition for useContext (), creating it if it does not already exist.Definition: The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of structure definitions.
-
getRequirementsElement
public ca.uhn.fhir.model.primitive.StringDt getRequirementsElement()
Gets the value(s) for requirements (why). creating it if it does not exist. Will not returnnull.Definition: Explains why this structure definition is needed and why it's been constrained as it has
-
getRequirements
public String getRequirements()
Gets the value(s) for requirements (why). creating it if it does not exist. This method may returnnull.Definition: Explains why this structure definition is needed and why it's been constrained as it has
-
setRequirements
public StructureDefinition setRequirements(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for requirements (why)Definition: Explains why this structure definition is needed and why it's been constrained as it has
-
setRequirements
public StructureDefinition setRequirements(String theString)
Sets the value for requirements (why)Definition: Explains why this structure definition is needed and why it's been constrained as it has
-
getCopyrightElement
public ca.uhn.fhir.model.primitive.StringDt getCopyrightElement()
Gets the value(s) for copyright (). creating it if it does not exist. Will not returnnull.Definition: A copyright statement relating to the structure definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the constraints and mappings
-
getCopyright
public String getCopyright()
Gets the value(s) for copyright (). creating it if it does not exist. This method may returnnull.Definition: A copyright statement relating to the structure definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the constraints and mappings
-
setCopyright
public StructureDefinition setCopyright(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for copyright ()Definition: A copyright statement relating to the structure definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the constraints and mappings
-
setCopyright
public StructureDefinition setCopyright(String theString)
Sets the value for copyright ()Definition: A copyright statement relating to the structure definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the constraints and mappings
-
getCode
public List<CodingDt> getCode()
Gets the value(s) for code (). creating it if it does not exist. Will not returnnull.Definition: A set of terms from external terminologies that may be used to assist with indexing and searching of templates.
-
setCode
public StructureDefinition setCode(List<CodingDt> theValue)
Sets the value(s) for code ()Definition: A set of terms from external terminologies that may be used to assist with indexing and searching of templates.
-
addCode
public CodingDt addCode()
Adds and returns a new value for code ()Definition: A set of terms from external terminologies that may be used to assist with indexing and searching of templates.
-
addCode
public StructureDefinition addCode(CodingDt theValue)
Adds a given new value for code ()Definition: A set of terms from external terminologies that may be used to assist with indexing and searching of templates.
- Parameters:
theValue- The code to add (must not benull)
-
getCodeFirstRep
public CodingDt getCodeFirstRep()
Gets the first repetition for code (), creating it if it does not already exist.Definition: A set of terms from external terminologies that may be used to assist with indexing and searching of templates.
-
getFhirVersionElement
public ca.uhn.fhir.model.primitive.IdDt getFhirVersionElement()
Gets the value(s) for fhirVersion (). creating it if it does not exist. Will not returnnull.Definition: The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is $version$ for this version
-
getFhirVersion
public String getFhirVersion()
Gets the value(s) for fhirVersion (). creating it if it does not exist. This method may returnnull.Definition: The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is $version$ for this version
-
setFhirVersion
public StructureDefinition setFhirVersion(ca.uhn.fhir.model.primitive.IdDt theValue)
Sets the value(s) for fhirVersion ()Definition: The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is $version$ for this version
-
setFhirVersion
public StructureDefinition setFhirVersion(String theId)
Sets the value for fhirVersion ()Definition: The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is $version$ for this version
-
getMapping
public List<StructureDefinition.Mapping> getMapping()
Gets the value(s) for mapping (). creating it if it does not exist. Will not returnnull.Definition: An external specification that the content is mapped to
-
setMapping
public StructureDefinition setMapping(List<StructureDefinition.Mapping> theValue)
Sets the value(s) for mapping ()Definition: An external specification that the content is mapped to
-
addMapping
public StructureDefinition.Mapping addMapping()
Adds and returns a new value for mapping ()Definition: An external specification that the content is mapped to
-
addMapping
public StructureDefinition addMapping(StructureDefinition.Mapping theValue)
Adds a given new value for mapping ()Definition: An external specification that the content is mapped to
- Parameters:
theValue- The mapping to add (must not benull)
-
getMappingFirstRep
public StructureDefinition.Mapping getMappingFirstRep()
Gets the first repetition for mapping (), creating it if it does not already exist.Definition: An external specification that the content is mapped to
-
getKindElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<StructureDefinitionKindEnum> getKindElement()
Gets the value(s) for kind (). creating it if it does not exist. Will not returnnull.Definition: Defines the kind of structure that this definition is describing
-
getKind
public String getKind()
Gets the value(s) for kind (). creating it if it does not exist. This method may returnnull.Definition: Defines the kind of structure that this definition is describing
-
setKind
public StructureDefinition setKind(ca.uhn.fhir.model.primitive.BoundCodeDt<StructureDefinitionKindEnum> theValue)
Sets the value(s) for kind ()Definition: Defines the kind of structure that this definition is describing
-
setKind
public StructureDefinition setKind(StructureDefinitionKindEnum theValue)
Sets the value(s) for kind ()Definition: Defines the kind of structure that this definition is describing
-
getConstrainedTypeElement
public ca.uhn.fhir.model.primitive.CodeDt getConstrainedTypeElement()
Gets the value(s) for constrainedType (). creating it if it does not exist. Will not returnnull.Definition: The type of type that is being constrained - a data type, an extension, a resource, including abstract ones. If this field is present, it indicates that the structure definition is a constraint. If it is not present, then the structure definition is the definition of a base structure
-
getConstrainedType
public String getConstrainedType()
Gets the value(s) for constrainedType (). creating it if it does not exist. This method may returnnull.Definition: The type of type that is being constrained - a data type, an extension, a resource, including abstract ones. If this field is present, it indicates that the structure definition is a constraint. If it is not present, then the structure definition is the definition of a base structure
-
setConstrainedType
public StructureDefinition setConstrainedType(ca.uhn.fhir.model.primitive.CodeDt theValue)
Sets the value(s) for constrainedType ()Definition: The type of type that is being constrained - a data type, an extension, a resource, including abstract ones. If this field is present, it indicates that the structure definition is a constraint. If it is not present, then the structure definition is the definition of a base structure
-
setConstrainedType
public StructureDefinition setConstrainedType(String theCode)
Sets the value for constrainedType ()Definition: The type of type that is being constrained - a data type, an extension, a resource, including abstract ones. If this field is present, it indicates that the structure definition is a constraint. If it is not present, then the structure definition is the definition of a base structure
-
getAbstractElement
public ca.uhn.fhir.model.primitive.BooleanDt getAbstractElement()
Gets the value(s) for abstract (). creating it if it does not exist. Will not returnnull.Definition: Whether structure this definition describes is abstract or not - that is, whether an actual exchanged item can ever be of this type
-
getAbstract
public Boolean getAbstract()
Gets the value(s) for abstract (). creating it if it does not exist. This method may returnnull.Definition: Whether structure this definition describes is abstract or not - that is, whether an actual exchanged item can ever be of this type
-
setAbstract
public StructureDefinition setAbstract(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for abstract ()Definition: Whether structure this definition describes is abstract or not - that is, whether an actual exchanged item can ever be of this type
-
setAbstract
public StructureDefinition setAbstract(boolean theBoolean)
Sets the value for abstract ()Definition: Whether structure this definition describes is abstract or not - that is, whether an actual exchanged item can ever be of this type
-
getContextTypeElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<ExtensionContextEnum> getContextTypeElement()
Gets the value(s) for contextType (). creating it if it does not exist. Will not returnnull.Definition: If this is an extension, Identifies the context within FHIR resources where the extension can be used
-
getContextType
public String getContextType()
Gets the value(s) for contextType (). creating it if it does not exist. This method may returnnull.Definition: If this is an extension, Identifies the context within FHIR resources where the extension can be used
-
setContextType
public StructureDefinition setContextType(ca.uhn.fhir.model.primitive.BoundCodeDt<ExtensionContextEnum> theValue)
Sets the value(s) for contextType ()Definition: If this is an extension, Identifies the context within FHIR resources where the extension can be used
-
setContextType
public StructureDefinition setContextType(ExtensionContextEnum theValue)
Sets the value(s) for contextType ()Definition: If this is an extension, Identifies the context within FHIR resources where the extension can be used
-
getContext
public List<ca.uhn.fhir.model.primitive.StringDt> getContext()
Gets the value(s) for context (). creating it if it does not exist. Will not returnnull.Definition: Identifies the types of resource or data type elements to which the extension can be applied
-
setContext
public StructureDefinition setContext(List<ca.uhn.fhir.model.primitive.StringDt> theValue)
Sets the value(s) for context ()Definition: Identifies the types of resource or data type elements to which the extension can be applied
-
addContext
public ca.uhn.fhir.model.primitive.StringDt addContext()
Adds and returns a new value for context ()Definition: Identifies the types of resource or data type elements to which the extension can be applied
-
addContext
public StructureDefinition addContext(ca.uhn.fhir.model.primitive.StringDt theValue)
Adds a given new value for context ()Definition: Identifies the types of resource or data type elements to which the extension can be applied
- Parameters:
theValue- The context to add (must not benull)
-
getContextFirstRep
public ca.uhn.fhir.model.primitive.StringDt getContextFirstRep()
Gets the first repetition for context (), creating it if it does not already exist.Definition: Identifies the types of resource or data type elements to which the extension can be applied
-
addContext
public StructureDefinition addContext(String theString)
Adds a new value for context ()Definition: Identifies the types of resource or data type elements to which the extension can be applied
- Returns:
- Returns a reference to this object, to allow for simple chaining.
-
getBaseElement
public ca.uhn.fhir.model.primitive.UriDt getBaseElement()
Gets the value(s) for base (). creating it if it does not exist. Will not returnnull.Definition: An absolute URI that is the base structure from which this set of constraints is derived
-
getBase
public String getBase()
Gets the value(s) for base (). creating it if it does not exist. This method may returnnull.Definition: An absolute URI that is the base structure from which this set of constraints is derived
-
setBase
public StructureDefinition setBase(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for base ()Definition: An absolute URI that is the base structure from which this set of constraints is derived
-
setBase
public StructureDefinition setBase(String theUri)
Sets the value for base ()Definition: An absolute URI that is the base structure from which this set of constraints is derived
-
getSnapshot
public StructureDefinition.Snapshot getSnapshot()
Gets the value(s) for snapshot (). creating it if it does not exist. Will not returnnull.Definition: A snapshot view is expressed in a stand alone form that can be used and interpreted without considering the base StructureDefinition
-
setSnapshot
public StructureDefinition setSnapshot(StructureDefinition.Snapshot theValue)
Sets the value(s) for snapshot ()Definition: A snapshot view is expressed in a stand alone form that can be used and interpreted without considering the base StructureDefinition
-
getDifferential
public StructureDefinition.Differential getDifferential()
Gets the value(s) for differential (). creating it if it does not exist. Will not returnnull.Definition: A differential view is expressed relative to the base StructureDefinition - a statement of differences that it applies
-
setDifferential
public StructureDefinition setDifferential(StructureDefinition.Differential theValue)
Sets the value(s) for differential ()Definition: A differential view is expressed relative to the base StructureDefinition - a statement of differences that it applies
-
getResourceName
public String getResourceName()
- Specified by:
getResourceNamein interfaceca.uhn.fhir.model.api.IResource
-
getStructureFhirVersionEnum
public ca.uhn.fhir.context.FhirVersionEnum getStructureFhirVersionEnum()
- Specified by:
getStructureFhirVersionEnumin interfaceorg.hl7.fhir.instance.model.api.IBaseResource- Specified by:
getStructureFhirVersionEnumin interfaceca.uhn.fhir.model.api.IResource
-
-