public class DataElement extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
DataElement.DataElementContactComponent |
static class |
DataElement.DataElementMappingComponent |
static class |
DataElement.DataElementStringency |
static class |
DataElement.DataElementStringencyEnumFactory |
| Modifier and Type | Field and Description |
|---|---|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
CODE
Fluent Client search parameter constant for code
|
protected List<DataElement.DataElementContactComponent> |
contact
Contacts to assist a user in finding and communicating with the publisher.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
CONTEXT
Fluent Client search parameter constant for context
|
protected StringType |
copyright
A copyright statement relating to the definition of the data element.
|
protected DateTimeType |
date
The date this version of the data element was published.
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
DATE
Fluent Client search parameter constant for date
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
DESCRIPTION
Fluent Client search parameter constant for description
|
protected List<ElementDefinition> |
element
Defines the structure, type, allowed values and other constraining characteristics of the data element.
|
protected BooleanType |
experimental
A flag to indicate that this search data element definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
|
protected List<Identifier> |
identifier
Formal identifier that is used to identify this data element when it is represented in other formats, or referenced in a specification, model, design or an instance.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
protected List<DataElement.DataElementMappingComponent> |
mapping
Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with.
|
protected StringType |
name
The term used by humans to refer to the data element.
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
NAME
Fluent Client search parameter constant for name
|
protected StringType |
publisher
The name of the individual or organization that published the data element.
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
PUBLISHER
Fluent Client search parameter constant for publisher
|
static String |
SP_CODE
Search parameter: code
|
static String |
SP_CONTEXT
Search parameter: context
|
static String |
SP_DATE
Search parameter: date
|
static String |
SP_DESCRIPTION
Search parameter: description
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_NAME
Search parameter: name
|
static String |
SP_PUBLISHER
Search parameter: publisher
|
static String |
SP_STATUS
Search parameter: status
|
static String |
SP_STRINGENCY
Search parameter: stringency
|
static String |
SP_URL
Search parameter: url
|
static String |
SP_VERSION
Search parameter: version
|
protected Enumeration<Enumerations.ConformanceResourceStatus> |
status
The status of the data element.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
STATUS
Fluent Client search parameter constant for status
|
protected Enumeration<DataElement.DataElementStringency> |
stringency
Identifies how precise the data element is in its definition.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
STRINGENCY
Fluent Client search parameter constant for stringency
|
protected UriType |
url
An absolute URL that is used to identify this data element when it is referenced in a specification, model, design or an instance.
|
static ca.uhn.fhir.rest.gclient.UriClientParam |
URL
Fluent Client search parameter constant for url
|
protected List<CodeableConcept> |
useContext
The content was developed with a focus and intent of supporting the contexts that are listed.
|
protected StringType |
version
The identifier that is used to identify this version of the data element when it is referenced in a StructureDefinition, Questionnaire or instance.
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
VERSION
Fluent Client search parameter constant for version
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
DataElement()
Constructor
|
DataElement(Enumeration<Enumerations.ConformanceResourceStatus> status)
Constructor
|
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, setIdcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected UriType url
protected List<Identifier> identifier
protected StringType version
protected Enumeration<Enumerations.ConformanceResourceStatus> status
protected BooleanType experimental
protected StringType publisher
protected DateTimeType date
protected StringType name
protected List<DataElement.DataElementContactComponent> contact
protected List<CodeableConcept> useContext
protected StringType copyright
protected Enumeration<DataElement.DataElementStringency> stringency
protected List<DataElement.DataElementMappingComponent> mapping
protected List<ElementDefinition> element
public static final String SP_STRINGENCY
Description: The stringency of the data element definition
Type: token
Path: DataElement.stringency
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STRINGENCY
Description: The stringency of the data element definition
Type: token
Path: DataElement.stringency
public static final String SP_STATUS
Description: The current status of the data element
Type: token
Path: DataElement.status
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Description: The current status of the data element
Type: token
Path: DataElement.status
public static final String SP_DESCRIPTION
Description: Text search in the description of the data element. This corresponds to the definition of the first DataElement.element.
Type: string
Path: DataElement.element.definition
public static final ca.uhn.fhir.rest.gclient.StringClientParam DESCRIPTION
Description: Text search in the description of the data element. This corresponds to the definition of the first DataElement.element.
Type: string
Path: DataElement.element.definition
public static final String SP_NAME
Description: Name of the data element
Type: string
Path: DataElement.name
public static final ca.uhn.fhir.rest.gclient.StringClientParam NAME
Description: Name of the data element
Type: string
Path: DataElement.name
public static final String SP_CONTEXT
Description: A use context assigned to the data element
Type: token
Path: DataElement.useContext
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTEXT
Description: A use context assigned to the data element
Type: token
Path: DataElement.useContext
public static final String SP_CODE
Description: A code for the data element (server may choose to do subsumption)
Type: token
Path: DataElement.element.code
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Description: A code for the data element (server may choose to do subsumption)
Type: token
Path: DataElement.element.code
public static final String SP_DATE
Description: The data element publication date
Type: date
Path: DataElement.date
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Description: The data element publication date
Type: date
Path: DataElement.date
public static final String SP_IDENTIFIER
Description: The identifier of the data element
Type: token
Path: DataElement.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: The identifier of the data element
Type: token
Path: DataElement.identifier
public static final String SP_URL
Description: The official URL for the data element
Type: uri
Path: DataElement.url
public static final ca.uhn.fhir.rest.gclient.UriClientParam URL
Description: The official URL for the data element
Type: uri
Path: DataElement.url
public static final String SP_PUBLISHER
Description: Name of the publisher of the data element
Type: string
Path: DataElement.publisher
public static final ca.uhn.fhir.rest.gclient.StringClientParam PUBLISHER
Description: Name of the publisher of the data element
Type: string
Path: DataElement.publisher
public static final String SP_VERSION
Description: The version identifier of the data element
Type: string
Path: DataElement.version
public static final ca.uhn.fhir.rest.gclient.StringClientParam VERSION
Description: The version identifier of the data element
Type: string
Path: DataElement.version
public DataElement()
public DataElement(Enumeration<Enumerations.ConformanceResourceStatus> status)
public UriType getUrlElement()
url (An absolute URL that is used to identify this data element 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 data element is (or will be) published.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the valuepublic boolean hasUrlElement()
public boolean hasUrl()
public DataElement setUrlElement(UriType value)
value - url (An absolute URL that is used to identify this data element 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 data element is (or will be) published.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the valuepublic String getUrl()
public DataElement setUrl(String value)
value - An absolute URL that is used to identify this data element 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 data element is (or will be) published.public List<Identifier> getIdentifier()
identifier (Formal identifier that is used to identify this data element when it is represented in other formats, or referenced in a specification, model, design or an instance.)public boolean hasIdentifier()
public Identifier addIdentifier()
identifier (Formal identifier that is used to identify this data element when it is represented in other formats, or referenced in a specification, model, design or an instance.)public DataElement addIdentifier(Identifier t)
public StringType getVersionElement()
version (The identifier that is used to identify this version of the data element when it is referenced in a StructureDefinition, Questionnaire or instance. This is an arbitrary value managed by the definition author manually.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the valuepublic boolean hasVersionElement()
public boolean hasVersion()
public DataElement setVersionElement(StringType value)
value - version (The identifier that is used to identify this version of the data element when it is referenced in a StructureDefinition, Questionnaire or instance. This is an arbitrary value managed by the definition author manually.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the valuepublic String getVersion()
public DataElement setVersion(String value)
value - The identifier that is used to identify this version of the data element when it is referenced in a StructureDefinition, Questionnaire or instance. This is an arbitrary value managed by the definition author manually.public Enumeration<Enumerations.ConformanceResourceStatus> getStatusElement()
status (The status of the data element.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic boolean hasStatusElement()
public boolean hasStatus()
public DataElement setStatusElement(Enumeration<Enumerations.ConformanceResourceStatus> value)
value - status (The status of the data element.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic Enumerations.ConformanceResourceStatus getStatus()
public DataElement setStatus(Enumerations.ConformanceResourceStatus value)
value - The status of the data element.public BooleanType getExperimentalElement()
experimental (A flag to indicate that this search data element definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the valuepublic boolean hasExperimentalElement()
public boolean hasExperimental()
public DataElement setExperimentalElement(BooleanType value)
value - experimental (A flag to indicate that this search data element definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the valuepublic boolean getExperimental()
public DataElement setExperimental(boolean value)
value - A flag to indicate that this search data element definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.public StringType getPublisherElement()
publisher (The name of the individual or organization that published the data element.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the valuepublic boolean hasPublisherElement()
public boolean hasPublisher()
public DataElement setPublisherElement(StringType value)
value - publisher (The name of the individual or organization that published the data element.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the valuepublic String getPublisher()
public DataElement setPublisher(String value)
value - The name of the individual or organization that published the data element.public DateTimeType getDateElement()
date (The date this version of the data element 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 data element changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic boolean hasDateElement()
public boolean hasDate()
public DataElement setDateElement(DateTimeType value)
value - date (The date this version of the data element 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 data element changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic Date getDate()
public DataElement setDate(Date value)
value - The date this version of the data element 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 data element changes.public StringType getNameElement()
name (The term used by humans to refer to the data element. Should ideally be unique within the context in which the data element is expected to be used.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the valuepublic boolean hasNameElement()
public boolean hasName()
public DataElement setNameElement(StringType value)
value - name (The term used by humans to refer to the data element. Should ideally be unique within the context in which the data element is expected to be used.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the valuepublic String getName()
public DataElement setName(String value)
value - The term used by humans to refer to the data element. Should ideally be unique within the context in which the data element is expected to be used.public List<DataElement.DataElementContactComponent> getContact()
contact (Contacts to assist a user in finding and communicating with the publisher.)public boolean hasContact()
public DataElement.DataElementContactComponent addContact()
contact (Contacts to assist a user in finding and communicating with the publisher.)public DataElement addContact(DataElement.DataElementContactComponent t)
public List<CodeableConcept> getUseContext()
useContext (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 data element definitions.)public boolean hasUseContext()
public CodeableConcept addUseContext()
useContext (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 data element definitions.)public DataElement addUseContext(CodeableConcept t)
public StringType getCopyrightElement()
copyright (A copyright statement relating to the definition of the data element. Copyright statements are generally legal restrictions on the use and publishing of the details of the definition of the data element.). This is the underlying object with id, value and extensions. The accessor "getCopyright" gives direct access to the valuepublic boolean hasCopyrightElement()
public boolean hasCopyright()
public DataElement setCopyrightElement(StringType value)
value - copyright (A copyright statement relating to the definition of the data element. Copyright statements are generally legal restrictions on the use and publishing of the details of the definition of the data element.). This is the underlying object with id, value and extensions. The accessor "getCopyright" gives direct access to the valuepublic String getCopyright()
public DataElement setCopyright(String value)
value - A copyright statement relating to the definition of the data element. Copyright statements are generally legal restrictions on the use and publishing of the details of the definition of the data element.public Enumeration<DataElement.DataElementStringency> getStringencyElement()
stringency (Identifies how precise the data element is in its definition.). This is the underlying object with id, value and extensions. The accessor "getStringency" gives direct access to the valuepublic boolean hasStringencyElement()
public boolean hasStringency()
public DataElement setStringencyElement(Enumeration<DataElement.DataElementStringency> value)
value - stringency (Identifies how precise the data element is in its definition.). This is the underlying object with id, value and extensions. The accessor "getStringency" gives direct access to the valuepublic DataElement.DataElementStringency getStringency()
public DataElement setStringency(DataElement.DataElementStringency value)
value - Identifies how precise the data element is in its definition.public List<DataElement.DataElementMappingComponent> getMapping()
mapping (Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with.)public boolean hasMapping()
public DataElement.DataElementMappingComponent addMapping()
mapping (Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with.)public DataElement addMapping(DataElement.DataElementMappingComponent t)
public List<ElementDefinition> getElement()
element (Defines the structure, type, allowed values and other constraining characteristics of the data element.)public boolean hasElement()
public ElementDefinition addElement()
element (Defines the structure, type, allowed values and other constraining characteristics of the data element.)public DataElement addElement(ElementDefinition t)
protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic DataElement copy()
copy in class DomainResourceprotected DataElement typedCopy()
public boolean equalsDeep(Base other)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2018 University Health Network. All rights reserved.