public static class ConceptMap.ElementTargetDependsOn extends BaseIdentifiableElement implements IResourceBlock
Definition: A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value
| Constructor and Description |
|---|
ElementTargetDependsOn() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getCode()
Gets the value(s) for code ().
|
StringDt |
getCodeElement()
Gets the value(s) for code ().
|
String |
getCodeSystem()
Gets the value(s) for codeSystem ().
|
UriDt |
getCodeSystemElement()
Gets the value(s) for codeSystem ().
|
String |
getElement()
Gets the value(s) for element ().
|
UriDt |
getElementElement()
Gets the value(s) for element ().
|
boolean |
isEmpty() |
ConceptMap.ElementTargetDependsOn |
setCode(String theString)
Sets the value for code ()
|
ConceptMap.ElementTargetDependsOn |
setCode(StringDt theValue)
Sets the value(s) for code ()
|
ConceptMap.ElementTargetDependsOn |
setCodeSystem(String theUri)
Sets the value for codeSystem ()
|
ConceptMap.ElementTargetDependsOn |
setCodeSystem(UriDt theValue)
Sets the value(s) for codeSystem ()
|
ConceptMap.ElementTargetDependsOn |
setElement(String theUri)
Sets the value for element ()
|
ConceptMap.ElementTargetDependsOn |
setElement(UriDt theValue)
Sets the value(s) for element ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic ElementTargetDependsOn()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic UriDt getElementElement()
null.
Definition: A reference to a specific concept that holds a coded value. This can be an element in a FHIR resource, or a specific reference to a data element in a different specification (e.g. HL7 v2) or a general reference to a kind of data field, or a reference to a value set with an appropriately narrow definition
public String getElement()
null.
Definition: A reference to a specific concept that holds a coded value. This can be an element in a FHIR resource, or a specific reference to a data element in a different specification (e.g. HL7 v2) or a general reference to a kind of data field, or a reference to a value set with an appropriately narrow definition
public ConceptMap.ElementTargetDependsOn setElement(UriDt theValue)
Definition: A reference to a specific concept that holds a coded value. This can be an element in a FHIR resource, or a specific reference to a data element in a different specification (e.g. HL7 v2) or a general reference to a kind of data field, or a reference to a value set with an appropriately narrow definition
public ConceptMap.ElementTargetDependsOn setElement(String theUri)
Definition: A reference to a specific concept that holds a coded value. This can be an element in a FHIR resource, or a specific reference to a data element in a different specification (e.g. HL7 v2) or a general reference to a kind of data field, or a reference to a value set with an appropriately narrow definition
public UriDt getCodeSystemElement()
null.
Definition: An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems)
public String getCodeSystem()
null.
Definition: An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems)
public ConceptMap.ElementTargetDependsOn setCodeSystem(UriDt theValue)
Definition: An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems)
public ConceptMap.ElementTargetDependsOn setCodeSystem(String theUri)
Definition: An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems)
public StringDt getCodeElement()
null.
Definition: Identity (code or path) or the element/item/ValueSet that the map depends on / refers to
public String getCode()
null.
Definition: Identity (code or path) or the element/item/ValueSet that the map depends on / refers to
public ConceptMap.ElementTargetDependsOn setCode(StringDt theValue)
Definition: Identity (code or path) or the element/item/ValueSet that the map depends on / refers to
public ConceptMap.ElementTargetDependsOn setCode(String theString)
Definition: Identity (code or path) or the element/item/ValueSet that the map depends on / refers to
Copyright © 2014–2016 University Health Network. All rights reserved.