public class ConceptMap extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
ConceptMap.ConceptMapContactComponent |
static class |
ConceptMap.OtherElementComponent |
static class |
ConceptMap.SourceElementComponent |
static class |
ConceptMap.TargetElementComponent |
| Modifier and Type | Field and Description |
|---|---|
protected List<ConceptMap.ConceptMapContactComponent> |
contact
Contacts to assist a user in finding and communicating with the publisher.
|
protected StringType |
copyright
A copyright statement relating to the concept map and/or its contents.
|
protected DateTimeType |
date
The date this version of the concept map was published.
|
protected StringType |
description
A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.
|
protected List<ConceptMap.SourceElementComponent> |
element
Mappings for an individual concept in the source to one or more concepts in the target.
|
protected BooleanType |
experimental
This ConceptMap was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
|
protected Identifier |
identifier
Formal identifier that is used to identify this concept map when it is represented in other formats, or referenced in a specification, model, design or an instance.
|
protected StringType |
name
A free text natural language name describing the concept map.
|
protected StringType |
publisher
The name of the individual or organization that published the concept map.
|
protected StringType |
requirements
Explains why this concept map is needed and why it has been constrained as it has.
|
protected Type |
source
The source value set that specifies the concepts that are being mapped.
|
static String |
SP_CONTEXT |
static String |
SP_DATE |
static String |
SP_DEPENDSON |
static String |
SP_DESCRIPTION |
static String |
SP_IDENTIFIER |
static String |
SP_NAME |
static String |
SP_PRODUCT |
static String |
SP_PUBLISHER |
static String |
SP_SOURCE |
static String |
SP_SOURCECODE |
static String |
SP_SOURCESYSTEM |
static String |
SP_SOURCEURI |
static String |
SP_STATUS |
static String |
SP_TARGET |
static String |
SP_TARGETCODE |
static String |
SP_TARGETSYSTEM |
static String |
SP_URL |
static String |
SP_VERSION |
protected Enumeration<Enumerations.ConformanceResourceStatus> |
status
The status of the concept map.
|
protected Type |
target
The target value set provides context to the mappings.
|
protected UriType |
url
An absolute URL that is used to identify this concept map when it is referenced in a specification, model, design or an instance.
|
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 concept map when it is referenced in a specification, model, design or instance.
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
ConceptMap() |
ConceptMap(Enumeration<Enumerations.ConformanceResourceStatus> status,
Type source,
Type target) |
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getModifierExtension, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, getStructureFhirVersionEnum, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetasetIdcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected UriType url
protected Identifier identifier
protected StringType version
protected StringType name
protected Enumeration<Enumerations.ConformanceResourceStatus> status
protected BooleanType experimental
protected StringType publisher
protected List<ConceptMap.ConceptMapContactComponent> contact
protected DateTimeType date
protected StringType description
protected List<CodeableConcept> useContext
protected StringType requirements
protected StringType copyright
protected Type source
protected Type target
protected List<ConceptMap.SourceElementComponent> element
public static final String SP_DATE
public static final String SP_IDENTIFIER
public static final String SP_PRODUCT
public static final String SP_DEPENDSON
public static final String SP_DESCRIPTION
public static final String SP_TARGETSYSTEM
public static final String SP_SOURCE
public static final String SP_VERSION
public static final String SP_SOURCESYSTEM
public static final String SP_URL
public static final String SP_TARGET
public static final String SP_SOURCECODE
public static final String SP_SOURCEURI
public static final String SP_NAME
public static final String SP_CONTEXT
public static final String SP_PUBLISHER
public static final String SP_TARGETCODE
public static final String SP_STATUS
public ConceptMap()
public ConceptMap(Enumeration<Enumerations.ConformanceResourceStatus> status, Type source, Type target)
public UriType getUrlElement()
url (An absolute URL that is used to identify this concept map 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 concept map 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 ConceptMap setUrlElement(UriType value)
value - url (An absolute URL that is used to identify this concept map 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 concept map 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 ConceptMap setUrl(String value)
value - An absolute URL that is used to identify this concept map 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 concept map is (or will be) published.public Identifier getIdentifier()
identifier (Formal identifier that is used to identify this concept map when it is represented in other formats, or referenced in a specification, model, design or an instance.)public boolean hasIdentifier()
public ConceptMap setIdentifier(Identifier value)
value - identifier (Formal identifier that is used to identify this concept map when it is represented in other formats, or referenced in a specification, model, design or an instance.)public StringType getVersionElement()
version (The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.). 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 ConceptMap setVersionElement(StringType value)
value - version (The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the valuepublic String getVersion()
public ConceptMap setVersion(String value)
value - The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.public StringType getNameElement()
name (A free text natural language name describing the concept map.). 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 ConceptMap setNameElement(StringType value)
value - name (A free text natural language name describing the concept map.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the valuepublic String getName()
public ConceptMap setName(String value)
value - A free text natural language name describing the concept map.public Enumeration<Enumerations.ConformanceResourceStatus> getStatusElement()
status (The status of the concept map.). 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 ConceptMap setStatusElement(Enumeration<Enumerations.ConformanceResourceStatus> value)
value - status (The status of the concept map.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic Enumerations.ConformanceResourceStatus getStatus()
public ConceptMap setStatus(Enumerations.ConformanceResourceStatus value)
value - The status of the concept map.public BooleanType getExperimentalElement()
experimental (This ConceptMap was 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 ConceptMap setExperimentalElement(BooleanType value)
value - experimental (This ConceptMap was 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 ConceptMap setExperimental(boolean value)
value - This ConceptMap was 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 concept map.). 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 ConceptMap setPublisherElement(StringType value)
value - publisher (The name of the individual or organization that published the concept map.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the valuepublic String getPublisher()
public ConceptMap setPublisher(String value)
value - The name of the individual or organization that published the concept map.public List<ConceptMap.ConceptMapContactComponent> getContact()
contact (Contacts to assist a user in finding and communicating with the publisher.)public boolean hasContact()
public ConceptMap.ConceptMapContactComponent addContact()
contact (Contacts to assist a user in finding and communicating with the publisher.)public ConceptMap addContact(ConceptMap.ConceptMapContactComponent t)
public DateTimeType getDateElement()
date (The date this version of the concept map 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 concept map 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 ConceptMap setDateElement(DateTimeType value)
value - date (The date this version of the concept map 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 concept map changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic Date getDate()
public ConceptMap setDate(Date value)
value - The date this version of the concept map 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 concept map changes.public StringType getDescriptionElement()
description (A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic boolean hasDescriptionElement()
public boolean hasDescription()
public ConceptMap setDescriptionElement(StringType value)
value - description (A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic String getDescription()
public ConceptMap setDescription(String value)
value - A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.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 concept map instances.)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 concept map instances.)public ConceptMap addUseContext(CodeableConcept t)
public StringType getRequirementsElement()
requirements (Explains why this concept map is needed and why it has been constrained as it has.). This is the underlying object with id, value and extensions. The accessor "getRequirements" gives direct access to the valuepublic boolean hasRequirementsElement()
public boolean hasRequirements()
public ConceptMap setRequirementsElement(StringType value)
value - requirements (Explains why this concept map is needed and why it has been constrained as it has.). This is the underlying object with id, value and extensions. The accessor "getRequirements" gives direct access to the valuepublic String getRequirements()
public ConceptMap setRequirements(String value)
value - Explains why this concept map is needed and why it has been constrained as it has.public StringType getCopyrightElement()
copyright (A copyright statement relating to the concept map and/or its contents.). 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 ConceptMap setCopyrightElement(StringType value)
value - copyright (A copyright statement relating to the concept map and/or its contents.). This is the underlying object with id, value and extensions. The accessor "getCopyright" gives direct access to the valuepublic String getCopyright()
public ConceptMap setCopyright(String value)
value - A copyright statement relating to the concept map and/or its contents.public Type getSource()
source (The source value set that specifies the concepts that are being mapped.)public UriType getSourceUriType() throws org.hl7.fhir.exceptions.FHIRException
source (The source value set that specifies the concepts that are being mapped.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasSourceUriType()
public Reference getSourceReference() throws org.hl7.fhir.exceptions.FHIRException
source (The source value set that specifies the concepts that are being mapped.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasSourceReference()
public boolean hasSource()
public ConceptMap setSource(Type value)
value - source (The source value set that specifies the concepts that are being mapped.)public Type getTarget()
target (The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.)public UriType getTargetUriType() throws org.hl7.fhir.exceptions.FHIRException
target (The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasTargetUriType()
public Reference getTargetReference() throws org.hl7.fhir.exceptions.FHIRException
target (The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasTargetReference()
public boolean hasTarget()
public ConceptMap setTarget(Type value)
value - target (The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.)public List<ConceptMap.SourceElementComponent> getElement()
element (Mappings for an individual concept in the source to one or more concepts in the target.)public boolean hasElement()
public ConceptMap.SourceElementComponent addElement()
element (Mappings for an individual concept in the source to one or more concepts in the target.)public ConceptMap addElement(ConceptMap.SourceElementComponent t)
protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty 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 ConceptMap copy()
copy in class DomainResourceprotected ConceptMap 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.