public static class ConceptMap.TargetElementComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected CodeType |
code
Identity (code or path) or the element/item that the map refers to.
|
protected StringType |
comment
A description of status/issues in mapping that conveys additional information not represented in the structured data.
|
protected List<ConceptMap.OtherElementComponent> |
dependsOn
A set of additional dependencies for this mapping to hold.
|
protected StringType |
display
The display for the code.
|
protected Enumeration<Enumerations.ConceptMapEquivalence> |
equivalence
The equivalence between the source and target concepts (counting for the dependencies and products).
|
protected List<ConceptMap.OtherElementComponent> |
product
A set of additional outcomes from this mapping to other elements.
|
modifierExtension| Constructor and Description |
|---|
TargetElementComponent()
Constructor
|
TargetElementComponent(Enumeration<Enumerations.ConceptMapEquivalence> equivalence)
Constructor
|
addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtensionaddExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElementcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddExtension, getExtension, hasExtensiongetFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataprotected StringType display
protected Enumeration<Enumerations.ConceptMapEquivalence> equivalence
protected StringType comment
protected List<ConceptMap.OtherElementComponent> dependsOn
protected List<ConceptMap.OtherElementComponent> product
public TargetElementComponent()
public TargetElementComponent(Enumeration<Enumerations.ConceptMapEquivalence> equivalence)
public CodeType getCodeElement()
code (Identity (code or path) or the element/item that the map refers to.). This is the underlying object with id, value and extensions. The accessor "getCode" gives direct access to the valuepublic boolean hasCodeElement()
public boolean hasCode()
public ConceptMap.TargetElementComponent setCodeElement(CodeType value)
value - code (Identity (code or path) or the element/item that the map refers to.). This is the underlying object with id, value and extensions. The accessor "getCode" gives direct access to the valuepublic String getCode()
public ConceptMap.TargetElementComponent setCode(String value)
value - Identity (code or path) or the element/item that the map refers to.public StringType getDisplayElement()
display (The display for the code. The display is only provided to help editors when editing the concept map.). This is the underlying object with id, value and extensions. The accessor "getDisplay" gives direct access to the valuepublic boolean hasDisplayElement()
public boolean hasDisplay()
public ConceptMap.TargetElementComponent setDisplayElement(StringType value)
value - display (The display for the code. The display is only provided to help editors when editing the concept map.). This is the underlying object with id, value and extensions. The accessor "getDisplay" gives direct access to the valuepublic String getDisplay()
public ConceptMap.TargetElementComponent setDisplay(String value)
value - The display for the code. The display is only provided to help editors when editing the concept map.public Enumeration<Enumerations.ConceptMapEquivalence> getEquivalenceElement()
equivalence (The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is 'wider' than the source).). This is the underlying object with id, value and extensions. The accessor "getEquivalence" gives direct access to the valuepublic boolean hasEquivalenceElement()
public boolean hasEquivalence()
public ConceptMap.TargetElementComponent setEquivalenceElement(Enumeration<Enumerations.ConceptMapEquivalence> value)
value - equivalence (The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is 'wider' than the source).). This is the underlying object with id, value and extensions. The accessor "getEquivalence" gives direct access to the valuepublic Enumerations.ConceptMapEquivalence getEquivalence()
public ConceptMap.TargetElementComponent setEquivalence(Enumerations.ConceptMapEquivalence value)
value - The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is 'wider' than the source).public StringType getCommentElement()
comment (A description of status/issues in mapping that conveys additional information not represented in the structured data.). This is the underlying object with id, value and extensions. The accessor "getComment" gives direct access to the valuepublic boolean hasCommentElement()
public boolean hasComment()
public ConceptMap.TargetElementComponent setCommentElement(StringType value)
value - comment (A description of status/issues in mapping that conveys additional information not represented in the structured data.). This is the underlying object with id, value and extensions. The accessor "getComment" gives direct access to the valuepublic String getComment()
public ConceptMap.TargetElementComponent setComment(String value)
value - A description of status/issues in mapping that conveys additional information not represented in the structured data.public List<ConceptMap.OtherElementComponent> getDependsOn()
dependsOn (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.)public ConceptMap.TargetElementComponent setDependsOn(List<ConceptMap.OtherElementComponent> theDependsOn)
this for easy method chainingpublic boolean hasDependsOn()
public ConceptMap.OtherElementComponent addDependsOn()
public ConceptMap.TargetElementComponent addDependsOn(ConceptMap.OtherElementComponent t)
public ConceptMap.OtherElementComponent getDependsOnFirstRep()
dependsOn, creating it if it does not already existpublic List<ConceptMap.OtherElementComponent> getProduct()
product (A set of additional outcomes from this mapping to other elements. To properly execute this mapping, the specified element must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on.)public ConceptMap.TargetElementComponent setProduct(List<ConceptMap.OtherElementComponent> theProduct)
this for easy method chainingpublic boolean hasProduct()
public ConceptMap.OtherElementComponent addProduct()
public ConceptMap.TargetElementComponent addProduct(ConceptMap.OtherElementComponent t)
public ConceptMap.OtherElementComponent getProductFirstRep()
product, creating it if it does not already existprotected void listChildren(List<Property> children)
listChildren in class BackboneElementpublic Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
getNamedProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
getTypesForProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic ConceptMap.TargetElementComponent copy()
copy in class BackboneElementpublic void copyValues(ConceptMap.TargetElementComponent dst)
public boolean equalsDeep(Base other_)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other_)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in interface org.hl7.fhir.instance.model.api.IBasefhirType in class BackboneElementCopyright © 2014–2021 Health Level 7. All rights reserved.