public class DataElement extends BaseResource implements IResource
Definition: The formal description of a single piece of information that can be gathered and reported.
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/DataElement
| Modifier and Type | Class and Description |
|---|---|
static class |
DataElement.Contact
Block class for child element: DataElement.contact ()
|
static class |
DataElement.Mapping
Block class for child element: DataElement.mapping ()
|
| Modifier and Type | Field and Description |
|---|---|
static TokenClientParam |
CODE
Fluent Client search parameter constant for code
|
static TokenClientParam |
CONTEXT
Fluent Client search parameter constant for context
|
static DateClientParam |
DATE
Fluent Client search parameter constant for date
|
static StringClientParam |
DESCRIPTION
Fluent Client search parameter constant for description
|
static TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
static StringClientParam |
NAME
Fluent Client search parameter constant for name
|
static StringClientParam |
PUBLISHER
Fluent Client search parameter constant for publisher
|
static String |
SP_CODE
Search parameter constant for code
|
static String |
SP_CONTEXT
Search parameter constant for context
|
static String |
SP_DATE
Search parameter constant for date
|
static String |
SP_DESCRIPTION
Search parameter constant for description
|
static String |
SP_IDENTIFIER
Search parameter constant for identifier
|
static String |
SP_NAME
Search parameter constant for name
|
static String |
SP_PUBLISHER
Search parameter constant for publisher
|
static String |
SP_STATUS
Search parameter constant for status
|
static String |
SP_STRINGENCY
Search parameter constant for stringency
|
static String |
SP_URL
Search parameter constant for url
|
static String |
SP_VERSION
Search parameter constant for version
|
static TokenClientParam |
STATUS
Fluent Client search parameter constant for status
|
static TokenClientParam |
STRINGENCY
Fluent Client search parameter constant for stringency
|
static UriClientParam |
URL
Fluent Client search parameter constant for url
|
static StringClientParam |
VERSION
Fluent Client search parameter constant for version
|
RES_ID, SP_RES_ID, SP_RES_LANGUAGEINCLUDE_ALL, WILDCARD_ALL_SET| Constructor and Description |
|---|
DataElement() |
| Modifier and Type | Method and Description |
|---|---|
DataElement.Contact |
addContact()
Adds and returns a new value for contact ()
|
DataElement |
addContact(DataElement.Contact theValue)
Adds a given new value for contact ()
|
ElementDefinitionDt |
addElement()
Adds and returns a new value for element ()
|
DataElement |
addElement(ElementDefinitionDt theValue)
Adds a given new value for element ()
|
IdentifierDt |
addIdentifier()
Adds and returns a new value for identifier ()
|
DataElement |
addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier ()
|
DataElement.Mapping |
addMapping()
Adds and returns a new value for mapping ()
|
DataElement |
addMapping(DataElement.Mapping theValue)
Adds a given new value for mapping ()
|
CodeableConceptDt |
addUseContext()
Adds and returns a new value for useContext ()
|
DataElement |
addUseContext(CodeableConceptDt theValue)
Adds a given new value for useContext ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<DataElement.Contact> |
getContact()
Gets the value(s) for contact ().
|
DataElement.Contact |
getContactFirstRep()
Gets the first repetition for contact (),
creating it if it does not already exist.
|
String |
getCopyright()
Gets the value(s) for copyright ().
|
StringDt |
getCopyrightElement()
Gets the value(s) for copyright ().
|
Date |
getDate()
Gets the value(s) for date ().
|
DateTimeDt |
getDateElement()
Gets the value(s) for date ().
|
List<ElementDefinitionDt> |
getElement()
Gets the value(s) for element ().
|
ElementDefinitionDt |
getElementFirstRep()
Gets the first repetition for element (),
creating it if it does not already exist.
|
Boolean |
getExperimental()
Gets the value(s) for experimental ().
|
BooleanDt |
getExperimentalElement()
Gets the value(s) for experimental ().
|
List<IdentifierDt> |
getIdentifier()
Gets the value(s) for identifier ().
|
IdentifierDt |
getIdentifierFirstRep()
Gets the first repetition for identifier (),
creating it if it does not already exist.
|
List<DataElement.Mapping> |
getMapping()
Gets the value(s) for mapping ().
|
DataElement.Mapping |
getMappingFirstRep()
Gets the first repetition for mapping (),
creating it if it does not already exist.
|
String |
getName()
Gets the value(s) for name ().
|
StringDt |
getNameElement()
Gets the value(s) for name ().
|
String |
getPublisher()
Gets the value(s) for publisher ().
|
StringDt |
getPublisherElement()
Gets the value(s) for publisher ().
|
String |
getResourceName() |
String |
getStatus()
Gets the value(s) for status ().
|
BoundCodeDt<ConformanceResourceStatusEnum> |
getStatusElement()
Gets the value(s) for status ().
|
String |
getStringency()
Gets the value(s) for stringency ().
|
BoundCodeDt<DataElementStringencyEnum> |
getStringencyElement()
Gets the value(s) for stringency ().
|
FhirVersionEnum |
getStructureFhirVersionEnum() |
String |
getUrl()
Gets the value(s) for url ().
|
UriDt |
getUrlElement()
Gets the value(s) for url ().
|
List<CodeableConceptDt> |
getUseContext()
Gets the value(s) for useContext ().
|
CodeableConceptDt |
getUseContextFirstRep()
Gets the first repetition for useContext (),
creating it if it does not already exist.
|
String |
getVersion()
Gets the value(s) for version ().
|
StringDt |
getVersionElement()
Gets the value(s) for version ().
|
boolean |
isEmpty() |
DataElement |
setContact(List<DataElement.Contact> theValue)
Sets the value(s) for contact ()
|
DataElement |
setCopyright(String theString)
Sets the value for copyright ()
|
DataElement |
setCopyright(StringDt theValue)
Sets the value(s) for copyright ()
|
DataElement |
setDate(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for date ()
|
DataElement |
setDate(DateTimeDt theValue)
Sets the value(s) for date ()
|
DataElement |
setDateWithSecondsPrecision(Date theDate)
Sets the value for date ()
|
DataElement |
setElement(List<ElementDefinitionDt> theValue)
Sets the value(s) for element ()
|
DataElement |
setExperimental(boolean theBoolean)
Sets the value for experimental ()
|
DataElement |
setExperimental(BooleanDt theValue)
Sets the value(s) for experimental ()
|
DataElement |
setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier ()
|
DataElement |
setMapping(List<DataElement.Mapping> theValue)
Sets the value(s) for mapping ()
|
DataElement |
setName(String theString)
Sets the value for name ()
|
DataElement |
setName(StringDt theValue)
Sets the value(s) for name ()
|
DataElement |
setPublisher(String theString)
Sets the value for publisher ()
|
DataElement |
setPublisher(StringDt theValue)
Sets the value(s) for publisher ()
|
DataElement |
setStatus(BoundCodeDt<ConformanceResourceStatusEnum> theValue)
Sets the value(s) for status ()
|
DataElement |
setStatus(ConformanceResourceStatusEnum theValue)
Sets the value(s) for status ()
|
DataElement |
setStringency(BoundCodeDt<DataElementStringencyEnum> theValue)
Sets the value(s) for stringency ()
|
DataElement |
setStringency(DataElementStringencyEnum theValue)
Sets the value(s) for stringency ()
|
DataElement |
setUrl(String theUri)
Sets the value for url ()
|
DataElement |
setUrl(UriDt theValue)
Sets the value(s) for url ()
|
DataElement |
setUseContext(List<CodeableConceptDt> theValue)
Sets the value(s) for useContext ()
|
DataElement |
setVersion(String theString)
Sets the value for version ()
|
DataElement |
setVersion(StringDt theValue)
Sets the value(s) for version ()
|
getContained, getId, getIdElement, getLanguage, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toStringaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContained, getId, getLanguage, getResourceMetadata, getText, setId, setLanguage, setResourceMetadatagetIdElement, setId, setIdpublic static final String SP_IDENTIFIER
Description: The identifier of the data element
Type: token
Path: DataElement.identifier
public static final TokenClientParam IDENTIFIER
Description: The identifier of the data element
Type: token
Path: DataElement.identifier
public static final String SP_VERSION
Description: The version identifier of the data element
Type: string
Path: DataElement.version
public static final StringClientParam VERSION
Description: The version identifier of the data element
Type: string
Path: DataElement.version
public static final String SP_NAME
Description: Name of the data element
Type: string
Path: DataElement.name
public static final StringClientParam NAME
Description: Name of the data element
Type: string
Path: DataElement.name
public static final String SP_PUBLISHER
Description: Name of the publisher of the data element
Type: string
Path: DataElement.publisher
public static final StringClientParam PUBLISHER
Description: Name of the publisher of the data element
Type: string
Path: DataElement.publisher
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 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_STATUS
Description: The current status of the data element
Type: token
Path: DataElement.status
public static final TokenClientParam STATUS
Description: The current status of the data element
Type: token
Path: DataElement.status
public static final String SP_DATE
Description: The data element publication date
Type: date
Path: DataElement.date
public static final DateClientParam DATE
Description: The data element publication date
Type: date
Path: DataElement.date
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 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_CONTEXT
Description: A use context assigned to the data element
Type: token
Path: DataElement.useContext
public static final TokenClientParam CONTEXT
Description: A use context assigned to the data element
Type: token
Path: DataElement.useContext
public static final String SP_URL
Description: The official URL for the data element
Type: uri
Path: DataElement.url
public static final UriClientParam URL
Description: The official URL for the data element
Type: uri
Path: DataElement.url
public static final String SP_STRINGENCY
Description: The stringency of the data element definition
Type: token
Path: DataElement.stringency
public static final TokenClientParam STRINGENCY
Description: The stringency of the data element definition
Type: token
Path: DataElement.stringency
public DataElement()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic UriDt getUrlElement()
null.
Definition: 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 String getUrl()
null.
Definition: 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 DataElement setUrl(UriDt theValue)
Definition: 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 DataElement setUrl(String theUri)
Definition: 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<IdentifierDt> getIdentifier()
null.
Definition: 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 setIdentifier(List<IdentifierDt> theValue)
Definition: 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 IdentifierDt addIdentifier()
Definition: 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(IdentifierDt theValue)
Definition: 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.
theValue - The identifier to add (must not be null)public IdentifierDt getIdentifierFirstRep()
Definition: 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 StringDt getVersionElement()
null.
Definition: 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 String getVersion()
null.
Definition: 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 DataElement setVersion(StringDt theValue)
Definition: 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 DataElement setVersion(String theString)
Definition: 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 StringDt getNameElement()
null.
Definition: 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 String getName()
null.
Definition: 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 DataElement setName(StringDt theValue)
Definition: 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 DataElement setName(String theString)
Definition: 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 BoundCodeDt<ConformanceResourceStatusEnum> getStatusElement()
null.
Definition: The status of the data element
public String getStatus()
null.
Definition: The status of the data element
public DataElement setStatus(BoundCodeDt<ConformanceResourceStatusEnum> theValue)
Definition: The status of the data element
public DataElement setStatus(ConformanceResourceStatusEnum theValue)
Definition: The status of the data element
public BooleanDt getExperimentalElement()
null.
Definition: 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 Boolean getExperimental()
null.
Definition: 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 DataElement setExperimental(BooleanDt theValue)
Definition: 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 DataElement setExperimental(boolean theBoolean)
Definition: 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 StringDt getPublisherElement()
null.
Definition: The name of the individual or organization that published the data element
public String getPublisher()
null.
Definition: The name of the individual or organization that published the data element
public DataElement setPublisher(StringDt theValue)
Definition: The name of the individual or organization that published the data element
public DataElement setPublisher(String theString)
Definition: The name of the individual or organization that published the data element
public List<DataElement.Contact> getContact()
null.
Definition: Contacts to assist a user in finding and communicating with the publisher
public DataElement setContact(List<DataElement.Contact> theValue)
Definition: Contacts to assist a user in finding and communicating with the publisher
public DataElement.Contact addContact()
Definition: Contacts to assist a user in finding and communicating with the publisher
public DataElement addContact(DataElement.Contact theValue)
Definition: Contacts to assist a user in finding and communicating with the publisher
theValue - The contact to add (must not be null)public DataElement.Contact getContactFirstRep()
Definition: Contacts to assist a user in finding and communicating with the publisher
public DateTimeDt getDateElement()
null.
Definition: 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 Date getDate()
null.
Definition: 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 DataElement setDate(DateTimeDt theValue)
Definition: 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 DataElement setDate(Date theDate, TemporalPrecisionEnum thePrecision)
Definition: 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 DataElement setDateWithSecondsPrecision(Date theDate)
Definition: 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 List<CodeableConceptDt> getUseContext()
null.
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 data element definitions.
public DataElement setUseContext(List<CodeableConceptDt> theValue)
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 data element definitions.
public CodeableConceptDt addUseContext()
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 data element definitions.
public DataElement addUseContext(CodeableConceptDt theValue)
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 data element definitions.
theValue - The useContext to add (must not be null)public CodeableConceptDt getUseContextFirstRep()
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 data element definitions.
public StringDt getCopyrightElement()
null.
Definition: 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 String getCopyright()
null.
Definition: 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 DataElement setCopyright(StringDt theValue)
Definition: 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 DataElement setCopyright(String theString)
Definition: 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 BoundCodeDt<DataElementStringencyEnum> getStringencyElement()
null.
Definition: Identifies how precise the data element is in its definition
public String getStringency()
null.
Definition: Identifies how precise the data element is in its definition
public DataElement setStringency(BoundCodeDt<DataElementStringencyEnum> theValue)
Definition: Identifies how precise the data element is in its definition
public DataElement setStringency(DataElementStringencyEnum theValue)
Definition: Identifies how precise the data element is in its definition
public List<DataElement.Mapping> getMapping()
null.
Definition: Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with
public DataElement setMapping(List<DataElement.Mapping> theValue)
Definition: Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with
public DataElement.Mapping addMapping()
Definition: Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with
public DataElement addMapping(DataElement.Mapping theValue)
Definition: Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with
theValue - The mapping to add (must not be null)public DataElement.Mapping getMappingFirstRep()
Definition: Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with
public List<ElementDefinitionDt> getElement()
null.
Definition: Defines the structure, type, allowed values and other constraining characteristics of the data element
public DataElement setElement(List<ElementDefinitionDt> theValue)
Definition: Defines the structure, type, allowed values and other constraining characteristics of the data element
public ElementDefinitionDt addElement()
Definition: Defines the structure, type, allowed values and other constraining characteristics of the data element
public DataElement addElement(ElementDefinitionDt theValue)
Definition: Defines the structure, type, allowed values and other constraining characteristics of the data element
theValue - The element to add (must not be null)public ElementDefinitionDt getElementFirstRep()
Definition: Defines the structure, type, allowed values and other constraining characteristics of the data element
public String getResourceName()
getResourceName in interface IResourcepublic FhirVersionEnum getStructureFhirVersionEnum()
getStructureFhirVersionEnum in interface IResourcegetStructureFhirVersionEnum in interface IBaseResourceCopyright © 2014–2016 University Health Network. All rights reserved.